-
Notifications
You must be signed in to change notification settings - Fork 3
/
p2.net
617 lines (617 loc) · 23.3 KB
/
p2.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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
(export (version D)
(design
(source p2.sch)
(date "Fri 02 Aug 2019 04:54:46 PM CEST")
(tool "Eeschema 5.1.2")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "P2 - WaterControl V2")
(company)
(rev 4.1)
(date 2019-07-27)
(source p2.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J6)
(value jack-3.5mm-5pin)
(footprint myfootprints:3.5mm_5pin_jack)
(datasheet http://datasheet.octopart.com/SJ1-3523N-CUI-datasheet-65973000.pdf)
(libsource (lib myschematics) (part jack-3.5mm-5pin) (description "3.5mm Jack, 5pins, stereo,"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3CC704))
(comp (ref U2)
(value ESP-12)
(footprint ESP8266:ESP-12)
(datasheet http://l0l.org.uk/2014/12/esp8266-modules-hardware-guide-gotta-catch-em-all/)
(libsource (lib ESP8266) (part ESP-12) (description "ESP8266 ESP-12 module, 16 pins, 2mm, PCB antenna"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3CDE88))
(comp (ref J5)
(value jack-3.5mm-5pin)
(footprint myfootprints:3.5mm_5pin_jack)
(datasheet http://datasheet.octopart.com/SJ1-3523N-CUI-datasheet-65973000.pdf)
(libsource (lib myschematics) (part jack-3.5mm-5pin) (description "3.5mm Jack, 5pins, stereo,"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3CE79C))
(comp (ref J7)
(value jack-3.5mm-5pin)
(footprint myfootprints:3.5mm_5pin_jack)
(datasheet http://datasheet.octopart.com/SJ1-3523N-CUI-datasheet-65973000.pdf)
(libsource (lib myschematics) (part jack-3.5mm-5pin) (description "3.5mm Jack, 5pins, stereo,"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3CF15C))
(comp (ref J8)
(value jack-3.5mm-5pin)
(footprint myfootprints:3.5mm_5pin_jack)
(datasheet http://datasheet.octopart.com/SJ1-3523N-CUI-datasheet-65973000.pdf)
(libsource (lib myschematics) (part jack-3.5mm-5pin) (description "3.5mm Jack, 5pins, stereo,"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3CFA80))
(comp (ref U3)
(value 74LVC1G3157)
(footprint Package_TO_SOT_SMD:SOT-363_SC-70-6_Handsoldering)
(datasheet http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf)
(libsource (lib 74xGxx) (part 74LVC1G3157) (description "SPDT Analog Swich, Low-Voltage CMOS"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3D09EC))
(comp (ref Q1)
(value IRL540N)
(footprint Package_TO_SOT_THT:TO-220-3_Horizontal_TabUp)
(datasheet http://www.infineon.com/dgdl/irlb8721pbf.pdf?fileId=5546d462533600a40153566056732591)
(libsource (lib myschematics) (part IRL540N) (description "100V Vds, 36A Id, N-Channel MOSFET, TO-220"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3EFBCA))
(comp (ref Q2)
(value IRL540N)
(footprint Package_TO_SOT_THT:TO-220-3_Horizontal_TabDown)
(datasheet http://www.infineon.com/dgdl/irlb8721pbf.pdf?fileId=5546d462533600a40153566056732591)
(libsource (lib myschematics) (part IRL540N) (description "100V Vds, 36A Id, N-Channel MOSFET, TO-220"))
(sheetpath (names /) (tstamps /))
(tstamp 5D3F197F))
(comp (ref D1)
(value 1N4002)
(footprint Diode_THT:D_A-405_P10.16mm_Horizontal)
(datasheet http://www.vishay.com/docs/88503/1n4001.pdf)
(libsource (lib Diode) (part 1N4002) (description "100V 1A General Purpose Rectifier Diode, DO-41"))
(sheetpath (names /) (tstamps /))
(tstamp 5D400184))
(comp (ref J1)
(value FLASH_JMP)
(footprint myfootprints:PinHeader_2.54mm_1x3_short)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x03_Male) (description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D41FCC3))
(comp (ref J2)
(value UART)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x04_Male) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D4207EA))
(comp (ref J3)
(value ALT_Pwr)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Male) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D435FE6))
(comp (ref J4)
(value BARREL_JACK)
(footprint myfootprints:Barrel_Jack_5.5_2.1mm)
(libsource (lib myschematics) (part BARREL_JACK) (description "DC Barrel Jack"))
(sheetpath (names /) (tstamps /))
(tstamp 5D4383F6))
(comp (ref U1)
(value R-78E3.3-0.5)
(footprint myfootprints:DCDC-Conv_Recom_R-78Exx-0.5)
(datasheet https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf)
(libsource (lib Regulator_Switching) (part R-78E3.3-0.5) (description "500mA Step-Down DC/DC-Regulator, 6-28V input, 3.3V fixed Output Voltage, LM78xx replacement, -40°C to +85°C, SIP3"))
(sheetpath (names /) (tstamps /))
(tstamp 5D43A830))
(comp (ref D2)
(value 1N4002)
(footprint Diode_THT:D_A-405_P10.16mm_Horizontal)
(datasheet http://www.vishay.com/docs/88503/1n4001.pdf)
(libsource (lib Diode) (part 1N4002) (description "100V 1A General Purpose Rectifier Diode, DO-41"))
(sheetpath (names /) (tstamps /))
(tstamp 5D4022E6))
(comp (ref C1)
(value 100n)
(footprint Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5D48D57D))
(comp (ref C2)
(value 100n)
(footprint Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5D48E297))
(comp (ref C3)
(value 10u)
(footprint Capacitor_THT:CP_Radial_Tantal_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP) (description "Polarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5D49C0FA))
(comp (ref R5)
(value 510)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D418182))
(comp (ref R6)
(value 220)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D4189C6))
(comp (ref RN1)
(value 1k)
(footprint myfootprints:ResistorArrayx4-27185436)
(datasheet ~)
(libsource (lib Device) (part R_Pack04) (description "4 resistor network, parallel topology, DIP package"))
(sheetpath (names /) (tstamps /))
(tstamp 5D447A9B))
(comp (ref LED1)
(value LED)
(footprint LED_THT:LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5D493A05))
(comp (ref LED2)
(value LED)
(footprint LED_THT:LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5D4946BA))
(comp (ref SW1)
(value SW_Push)
(footprint Button_Switch_THT:SW_Tactile_SPST_Angled_PTS645Vx58-2LFS)
(datasheet ~)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5D4A9AB8))
(comp (ref SW2)
(value SW_Push)
(footprint Button_Switch_THT:SW_Tactile_SPST_Angled_PTS645Vx58-2LFS)
(datasheet ~)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5D4C3BE3))
(comp (ref RN2)
(value 10k)
(footprint myfootprints:ResistorArrayx4-18726345)
(datasheet ~)
(libsource (lib Device) (part R_Pack04) (description "4 resistor network, parallel topology, DIP package"))
(sheetpath (names /) (tstamps /))
(tstamp 5D605FFB))
(comp (ref R1)
(value 10k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D44AF21)))
(libparts
(libpart (lib 74xGxx) (part 74LVC1G3157)
(description "SPDT Analog Swich, Low-Voltage CMOS")
(docs http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf)
(footprints
(fp SOT*)
(fp SC*))
(fields
(field (name Reference) U)
(field (name Value) 74LVC1G3157))
(pins
(pin (num 1) (name ~) (type BiDi))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name ~) (type BiDi))
(pin (num 4) (name ~) (type BiDi))
(pin (num 5) (name VCC) (type power_in))
(pin (num 6) (name ~) (type input))
(pin (num 7) (name ~) (type BiDi))))
(libpart (lib Connector) (part Conn_01x02_Male)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector) (part Conn_01x03_Male)
(description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x03_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))))
(libpart (lib Connector) (part Conn_01x04_Male)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part CP)
(description "Polarized capacitor")
(docs ~)
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part LED)
(description "Light emitting diode")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(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 R_Pack04)
(description "4 resistor network, parallel topology, DIP package")
(docs ~)
(footprints
(fp DIP*)
(fp SOIC*))
(fields
(field (name Reference) RN)
(field (name Value) R_Pack04))
(pins
(pin (num 1) (name R1.1) (type passive))
(pin (num 2) (name R2.1) (type passive))
(pin (num 3) (name R3.1) (type passive))
(pin (num 4) (name R4.1) (type passive))
(pin (num 5) (name R4.2) (type passive))
(pin (num 6) (name R3.2) (type passive))
(pin (num 7) (name R2.2) (type passive))
(pin (num 8) (name R1.2) (type passive))))
(libpart (lib Diode) (part 1N4001)
(aliases
(alias 1N4002)
(alias 1N4003)
(alias 1N4004)
(alias 1N4005)
(alias 1N4006)
(alias 1N4007)
(alias BA157)
(alias BA158)
(alias BA159))
(description "50V 1A General Purpose Rectifier Diode, DO-41")
(docs http://www.vishay.com/docs/88503/1n4001.pdf)
(footprints
(fp D*DO?41*))
(fields
(field (name Reference) D)
(field (name Value) 1N4001)
(field (name Footprint) Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib ESP8266) (part ESP-12)
(aliases
(alias ESP-07v2))
(description "ESP8266 ESP-12 module, 16 pins, 2mm, PCB antenna")
(docs http://l0l.org.uk/2014/12/esp8266-modules-hardware-guide-gotta-catch-em-all/)
(footprints
(fp ESP-07*)
(fp ESP-12*))
(fields
(field (name Reference) U)
(field (name Value) ESP-12))
(pins
(pin (num 1) (name REST) (type input))
(pin (num 2) (name ADC) (type passive))
(pin (num 3) (name CH_PD) (type input))
(pin (num 4) (name GPIO16) (type BiDi))
(pin (num 5) (name GPIO14) (type BiDi))
(pin (num 6) (name GPIO12) (type BiDi))
(pin (num 7) (name GPIO13) (type BiDi))
(pin (num 8) (name VCC) (type power_in))
(pin (num 9) (name GND) (type power_in))
(pin (num 10) (name GPIO15) (type BiDi))
(pin (num 11) (name GPIO2) (type BiDi))
(pin (num 12) (name GPIO0) (type BiDi))
(pin (num 13) (name GPIO4) (type BiDi))
(pin (num 14) (name GPIO5) (type BiDi))
(pin (num 15) (name RXD) (type input))
(pin (num 16) (name TXD) (type output))))
(libpart (lib Regulator_Switching) (part R-78E5.0-0.5)
(aliases
(alias R-78E3.3-0.5)
(alias R-78E9.0-0.5)
(alias R-78E12-0.5)
(alias R-78E15-0.5)
(alias R-78E5.0-1.0)
(alias R-78E3.3-1.0)
(alias R-78C1.8-1.0)
(alias R-78C5.0-1.0)
(alias R-78C3.3-1.0)
(alias R-78C9.0-1.0)
(alias R-78C12-1.0)
(alias R-78C15-1.0)
(alias R-781.8-1.0)
(alias R-782.5-1.0)
(alias R-783.3-1.0)
(alias R-785.0-1.0)
(alias R-781.5-0.5)
(alias R-781.8-0.5)
(alias R-782.5-0.5)
(alias R-783.3-0.5)
(alias R-785.0-0.5)
(alias R-786.5-0.5)
(alias R-7812-0.5)
(alias R-7815-0.5))
(description "500mA Step-Down DC/DC-Regulator, 7-28V input, 5V fixed Output Voltage, LM78xx replacement, -40°C to +85°C, SIP3")
(docs https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf)
(footprints
(fp Converter*DCDC*RECOM*R*78E*0.5*))
(fields
(field (name Reference) U)
(field (name Value) R-78E5.0-0.5)
(field (name Footprint) Converter_DCDC:Converter_DCDC_RECOM_R-78E-0.5_THT))
(pins
(pin (num 1) (name IN) (type power_in))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name OUT) (type power_out))))
(libpart (lib Switch) (part SW_Push)
(description "Push button switch, generic, two pins")
(docs ~)
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib myschematics) (part BARREL_JACK)
(description "DC Barrel Jack")
(fields
(field (name Reference) J)
(field (name Value) BARREL_JACK))
(pins
(pin (num 1) (name ~) (type power_out))
(pin (num 2) (name ~) (type power_out))
(pin (num 3) (name ~) (type passive))))
(libpart (lib myschematics) (part IRL540N)
(description "100V Vds, 36A Id, N-Channel MOSFET, TO-220")
(docs http://www.infineon.com/dgdl/irlb8721pbf.pdf?fileId=5546d462533600a40153566056732591)
(footprints
(fp TO-220*))
(fields
(field (name Reference) Q)
(field (name Value) IRL540N)
(field (name Footprint) TO_SOT_Packages_THT:TO-220_Vertical))
(pins
(pin (num 1) (name G) (type input))
(pin (num 2) (name D) (type passive))
(pin (num 3) (name S) (type passive))))
(libpart (lib myschematics) (part jack-3.5mm-5pin)
(description "3.5mm Jack, 5pins, stereo,")
(docs http://datasheet.octopart.com/SJ1-3523N-CUI-datasheet-65973000.pdf)
(footprints
(fp Jack))
(fields
(field (name Reference) J)
(field (name Value) jack-3.5mm-5pin)
(field (name Datasheet) http://datasheet.octopart.com/SJ1-3523N-CUI-datasheet-65973000.pdf))
(pins
(pin (num 1) (name sleeve) (type passive))
(pin (num 2) (name tip) (type passive))
(pin (num 3) (name ring) (type passive))
(pin (num 4) (name tip_switch) (type passive))
(pin (num 5) (name ring_switch) (type passive)))))
(libraries
(library (logical 74xGxx)
(uri /usr/share/kicad/library/74xGxx.lib))
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical Diode)
(uri /usr/share/kicad/library/Diode.lib))
(library (logical ESP8266)
(uri /home/markus/.kicad/libraries/kicad-ESP8266/ESP8266.lib))
(library (logical Regulator_Switching)
(uri /usr/share/kicad/library/Regulator_Switching.lib))
(library (logical Switch)
(uri /usr/share/kicad/library/Switch.lib))
(library (logical myschematics)
(uri /home/markus/.kicad/libraries/myschematics.lib)))
(nets
(net (code 1) (name "Net-(R5-Pad2)")
(node (ref R5) (pin 2))
(node (ref U3) (pin 4)))
(net (code 2) (name /sensor_in)
(node (ref R6) (pin 2))
(node (ref R5) (pin 1))
(node (ref U2) (pin 2)))
(net (code 3) (name "Net-(J8-Pad5)")
(node (ref J8) (pin 5)))
(net (code 4) (name "Net-(J8-Pad4)")
(node (ref J8) (pin 4)))
(net (code 5) (name "Net-(J7-Pad5)")
(node (ref J7) (pin 5)))
(net (code 6) (name "Net-(J7-Pad4)")
(node (ref J7) (pin 4)))
(net (code 7) (name "Net-(J5-Pad5)")
(node (ref J5) (pin 5)))
(net (code 8) (name "Net-(J5-Pad4)")
(node (ref J5) (pin 4)))
(net (code 9) (name "Net-(J6-Pad5)")
(node (ref J6) (pin 5)))
(net (code 10) (name "Net-(J6-Pad4)")
(node (ref J6) (pin 4)))
(net (code 11) (name "Net-(RN1-Pad1)")
(node (ref RN1) (pin 1))
(node (ref U2) (pin 13)))
(net (code 12) (name /pump_ctl_1)
(node (ref RN1) (pin 6))
(node (ref Q1) (pin 1)))
(net (code 13) (name /pump_ctl_2)
(node (ref Q2) (pin 1))
(node (ref RN1) (pin 5)))
(net (code 14) (name "Net-(RN1-Pad4)")
(node (ref RN1) (pin 4))
(node (ref U2) (pin 7)))
(net (code 15) (name "Net-(RN1-Pad2)")
(node (ref RN1) (pin 2))
(node (ref U2) (pin 14)))
(net (code 16) (name +3V3)
(node (ref RN2) (pin 8))
(node (ref J5) (pin 2))
(node (ref J6) (pin 2))
(node (ref SW2) (pin 1))
(node (ref SW1) (pin 1))
(node (ref U2) (pin 8))
(node (ref J2) (pin 2))
(node (ref RN2) (pin 7))
(node (ref C1) (pin 1))
(node (ref U1) (pin 3))
(node (ref U3) (pin 5))
(node (ref C3) (pin 1)))
(net (code 17) (name /10k_to_3v3_2)
(node (ref RN2) (pin 2))
(node (ref U2) (pin 3)))
(net (code 18) (name /10k_to_3v3_1)
(node (ref C2) (pin 1))
(node (ref U2) (pin 1))
(node (ref RN2) (pin 1)))
(net (code 19) (name "Net-(J1-Pad2)")
(node (ref R1) (pin 2))
(node (ref J1) (pin 2)))
(net (code 20) (name "Net-(J7-Pad3)")
(node (ref J7) (pin 3)))
(net (code 21) (name "Net-(J8-Pad3)")
(node (ref J8) (pin 3)))
(net (code 22) (name /led2)
(node (ref RN1) (pin 7))
(node (ref LED2) (pin 2)))
(net (code 23) (name /led1)
(node (ref RN1) (pin 8))
(node (ref LED1) (pin 2)))
(net (code 24) (name "Net-(RN1-Pad3)")
(node (ref U2) (pin 6))
(node (ref RN1) (pin 3)))
(net (code 25) (name "Net-(J6-Pad3)")
(node (ref J6) (pin 3))
(node (ref U3) (pin 1)))
(net (code 26) (name "Net-(J5-Pad3)")
(node (ref U3) (pin 3))
(node (ref J5) (pin 3)))
(net (code 27) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref J7) (pin 1))
(node (ref Q1) (pin 2)))
(net (code 28) (name GND)
(node (ref J5) (pin 1))
(node (ref J3) (pin 1))
(node (ref J6) (pin 1))
(node (ref J4) (pin 3))
(node (ref U1) (pin 2))
(node (ref J2) (pin 1))
(node (ref J1) (pin 1))
(node (ref U3) (pin 2))
(node (ref U2) (pin 9))
(node (ref LED1) (pin 1))
(node (ref LED2) (pin 1))
(node (ref C3) (pin 2))
(node (ref C2) (pin 2))
(node (ref RN2) (pin 5))
(node (ref RN2) (pin 6))
(node (ref Q1) (pin 3))
(node (ref Q2) (pin 3))
(node (ref R6) (pin 1))
(node (ref C1) (pin 2)))
(net (code 29) (name /sensor_switch)
(node (ref U3) (pin 6))
(node (ref U2) (pin 5)))
(net (code 30) (name /GPIO_0_Flash)
(node (ref R1) (pin 1))
(node (ref U2) (pin 12)))
(net (code 31) (name "Net-(U2-Pad11)")
(node (ref U2) (pin 11)))
(net (code 32) (name /10k_to_gnd_1)
(node (ref RN2) (pin 3))
(node (ref U2) (pin 10))
(node (ref SW1) (pin 2)))
(net (code 33) (name /RXD0)
(node (ref U2) (pin 15))
(node (ref J2) (pin 3)))
(net (code 34) (name /10k_to_gnd_2)
(node (ref SW2) (pin 2))
(node (ref U2) (pin 4))
(node (ref RN2) (pin 4)))
(net (code 35) (name /TXD0)
(node (ref J2) (pin 4))
(node (ref U2) (pin 16)))
(net (code 36) (name "Net-(D2-Pad2)")
(node (ref D2) (pin 2))
(node (ref Q2) (pin 2))
(node (ref J8) (pin 1)))
(net (code 37) (name +12V)
(node (ref D2) (pin 1))
(node (ref U1) (pin 1))
(node (ref J7) (pin 2))
(node (ref J3) (pin 2))
(node (ref J8) (pin 2))
(node (ref D1) (pin 1))
(node (ref J4) (pin 1)))
(net (code 38) (name "Net-(J1-Pad3)")
(node (ref J1) (pin 3)))
(net (code 39) (name "Net-(J4-Pad2)")
(node (ref J4) (pin 2)))))