-
Notifications
You must be signed in to change notification settings - Fork 3
/
analog-moist-sensor.net
399 lines (399 loc) · 12.7 KB
/
analog-moist-sensor.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
(export (version D)
(design
(source /home/miceuz/Xaltura/analog-moist-sensor/analog-moist-sensor.sch)
(date "Thu 26 Mar 2015 02:47:32 PM EET")
(tool "Eeschema (2015-03-21 BZR 5528)-product")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source analog-moist-sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref X1)
(value 16MHz)
(footprint Crystals:Crystal_HC49-SD_SMD)
(libsource (lib analog-moist-sensor-cache) (part CRYSTAL))
(sheetpath (names /) (tstamps /))
(tstamp 54D213EA))
(comp (ref U1)
(value NC7WZU04P6)
(footprint Transistors_SMD:sc70-6)
(libsource (lib analog-moist-sensor-cache) (part NC7WZU04P6))
(sheetpath (names /) (tstamps /))
(tstamp 54D21739))
(comp (ref C1)
(value 18p)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54D21881))
(comp (ref C2)
(value 18p)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54D218DE))
(comp (ref R1)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2193D))
(comp (ref C3)
(value 1u)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54D21E5C))
(comp (ref D1)
(value DIODESCH)
(footprint SMD_Packages:SOD-523)
(libsource (lib analog-moist-sensor-cache) (part DIODESCH))
(sheetpath (names /) (tstamps /))
(tstamp 54D21FCD))
(comp (ref D2)
(value DIODESCH)
(footprint SMD_Packages:SOD-523)
(libsource (lib analog-moist-sensor-cache) (part DIODESCH))
(sheetpath (names /) (tstamps /))
(tstamp 54D22068))
(comp (ref R4)
(value 330)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2209D))
(comp (ref R5)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D22174))
(comp (ref R8)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D221C8))
(comp (ref C4)
(value 1n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54D2222A))
(comp (ref R7)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D222F8))
(comp (ref C5)
(value 1n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54D22484))
(comp (ref R6)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2252C))
(comp (ref P1)
(value CONN_01X06)
(footprint Pin_Headers:Pin_Header_Straight_2x03)
(libsource (lib conn) (part CONN_01X06))
(sheetpath (names /) (tstamps /))
(tstamp 54D22B40))
(comp (ref Q1)
(value MOSFET_P)
(footprint SMD_Packages:SOT-23-GDS)
(libsource (lib analog-moist-sensor-cache) (part MOSFET_P))
(sheetpath (names /) (tstamps /))
(tstamp 54D22CB3))
(comp (ref R3)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D22EA4))
(comp (ref C6)
(value 1u)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54D2428C))
(comp (ref U2)
(value LM324)
(footprint Housings_SSOP:TSSOP-14_4.4x5mm_Pitch0.65mm)
(libsource (lib linear) (part LM324))
(sheetpath (names /) (tstamps /))
(tstamp 54D2AB47))
(comp (ref R9)
(value "10k 0.1%")
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2B12F))
(comp (ref R10)
(value "10k 0.1%")
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2B156))
(comp (ref R11)
(value "10k 0.1%")
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2B17D))
(comp (ref R12)
(value "10k 0.1%")
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54D2B42B))
(comp (ref R13)
(value 330)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 551426A3))
(comp (ref R2)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5514275D))
(comp (ref C7)
(value 1u)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 551427DB))
(comp (ref C8)
(value 1u)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 551434BC)))
(libparts
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp Resistor_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C?)
(fp C_????_*)
(fp C_????)
(fp SMD*_c)
(fp Capacitor*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part CONN_01X06)
(footprints
(fp Pin_Header_Straight_1X06)
(fp Pin_Header_Angled_1X06)
(fp Socket_Strip_Straight_1X06)
(fp Socket_Strip_Angled_1X06))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X06))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))))
(libpart (lib linear) (part LM2902N)
(aliases
(alias LM324)
(alias TLC274)
(alias TL074)
(alias LM324N)
(alias LM324AN))
(description "Quad Op amp.")
(docs op_amps/lm324.pdf)
(fields
(field (name Reference) U)
(field (name Value) LM2902N))
(pins
(pin (num 1) (name ~) (type output))
(pin (num 2) (name -) (type input))
(pin (num 3) (name +) (type input))
(pin (num 4) (name V+) (type power_in))
(pin (num 5) (name +) (type input))
(pin (num 6) (name -) (type input))
(pin (num 7) (name ~) (type output))
(pin (num 8) (name ~) (type output))
(pin (num 9) (name -) (type input))
(pin (num 10) (name +) (type input))
(pin (num 11) (name V-) (type power_in))
(pin (num 12) (name +) (type input))
(pin (num 13) (name -) (type input))
(pin (num 14) (name ~) (type output))))
(libpart (lib analog-moist-sensor-cache) (part CRYSTAL)
(fields
(field (name Reference) X)
(field (name Value) CRYSTAL))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib analog-moist-sensor-cache) (part DIODESCH)
(footprints
(fp D?)
(fp S*))
(fields
(field (name Reference) D)
(field (name Value) DIODESCH))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive))))
(libpart (lib analog-moist-sensor-cache) (part MOS_P)
(aliases
(alias MOSFET_P))
(fields
(field (name Reference) Q)
(field (name Value) MOS_P))
(pins
(pin (num D) (name D) (type passive))
(pin (num G) (name G) (type input))
(pin (num S) (name S) (type passive))))
(libpart (lib analog-moist-sensor-cache) (part NC7WZU04P6)
(footprints
(fp SC-70))
(fields
(field (name Reference) U)
(field (name Value) NC7WZU04P6))
(pins
(pin (num 1) (name A1) (type input))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name A1) (type input))
(pin (num 4) (name Y1) (type output))
(pin (num 5) (name VCC) (type power_in))
(pin (num 6) (name Y1) (type output)))))
(libraries
(library (logical analog-moist-sensor-cache)
(uri /home/miceuz/Xaltura/analog-moist-sensor/analog-moist-sensor-cache.lib))
(library (logical conn)
(uri /usr/local/share/kicad/library/conn.lib))
(library (logical linear)
(uri /usr/local/share/kicad/library/linear.lib))
(library (logical device)
(uri /usr/local/share/kicad/library/device.lib)))
(nets
(net (code 1) (name GND)
(node (ref U1) (pin 2))
(node (ref C5) (pin 2))
(node (ref R7) (pin 1))
(node (ref C4) (pin 2))
(node (ref C3) (pin 2))
(node (ref R8) (pin 1))
(node (ref C8) (pin 2))
(node (ref C7) (pin 2))
(node (ref P1) (pin 4))
(node (ref P1) (pin 3))
(node (ref P1) (pin 1))
(node (ref C6) (pin 2))
(node (ref C2) (pin 2))
(node (ref C1) (pin 2))
(node (ref U2) (pin 11))
(node (ref R11) (pin 2)))
(net (code 2) (name /SENSOR_TRACK)
(node (ref D1) (pin 2))
(node (ref D2) (pin 1))
(node (ref R4) (pin 1)))
(net (code 3) (name "Net-(R13-Pad2)")
(node (ref U2) (pin 2))
(node (ref R13) (pin 2))
(node (ref U2) (pin 1)))
(net (code 4) (name "Net-(R12-Pad2)")
(node (ref R9) (pin 1))
(node (ref R12) (pin 2))
(node (ref U2) (pin 13)))
(net (code 5) (name "Net-(R10-Pad1)")
(node (ref R11) (pin 1))
(node (ref U2) (pin 12))
(node (ref R10) (pin 1)))
(net (code 6) (name "Net-(R10-Pad2)")
(node (ref R10) (pin 2))
(node (ref U2) (pin 7))
(node (ref U2) (pin 6)))
(net (code 7) (name VDD)
(node (ref P1) (pin 6))
(node (ref Q1) (pin D))
(node (ref R3) (pin 1)))
(net (code 8) (name /OUT)
(node (ref R13) (pin 1))
(node (ref C8) (pin 1))
(node (ref P1) (pin 2)))
(net (code 9) (name "Net-(C7-Pad1)")
(node (ref C7) (pin 1))
(node (ref U2) (pin 3))
(node (ref R2) (pin 1)))
(net (code 10) (name "Net-(R12-Pad1)")
(node (ref R2) (pin 2))
(node (ref U2) (pin 14))
(node (ref R12) (pin 1)))
(net (code 11) (name "Net-(R9-Pad2)")
(node (ref U2) (pin 9))
(node (ref R9) (pin 2))
(node (ref U2) (pin 8)))
(net (code 12) (name /~ENABLE)
(node (ref P1) (pin 5))
(node (ref Q1) (pin G))
(node (ref R3) (pin 2)))
(net (code 14) (name "Net-(R4-Pad2)")
(node (ref R4) (pin 2))
(node (ref U1) (pin 4)))
(net (code 15) (name VCC)
(node (ref C6) (pin 1))
(node (ref U2) (pin 4))
(node (ref C3) (pin 1))
(node (ref R6) (pin 2))
(node (ref Q1) (pin S))
(node (ref U1) (pin 5))
(node (ref R5) (pin 2)))
(net (code 16) (name /SENSE_LOW)
(node (ref R5) (pin 1))
(node (ref U2) (pin 10))
(node (ref D1) (pin 1))
(node (ref R7) (pin 2))
(node (ref C4) (pin 1)))
(net (code 17) (name "Net-(C1-Pad1)")
(node (ref X1) (pin 1))
(node (ref U1) (pin 1))
(node (ref R1) (pin 2))
(node (ref C1) (pin 1)))
(net (code 18) (name "Net-(C2-Pad1)")
(node (ref U1) (pin 6))
(node (ref R1) (pin 1))
(node (ref C2) (pin 1))
(node (ref X1) (pin 2))
(node (ref U1) (pin 3)))
(net (code 22) (name /SENSE_HIGH)
(node (ref C5) (pin 1))
(node (ref R6) (pin 1))
(node (ref D2) (pin 2))
(node (ref U2) (pin 5))
(node (ref R8) (pin 2)))))