-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathHB-RF-USB.net
555 lines (555 loc) · 21.6 KB
/
HB-RF-USB.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
(export (version D)
(design
(source C:\Users\alex\Documents\Homebrew\HB-RF-USB\HB-RF-USB.sch)
(date "10.10.2019 19:02:51")
(tool "Eeschema (5.1.4)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source HB-RF-USB.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value FT232RL)
(footprint Package_SO:SSOP-28_5.3x10.2mm_P0.65mm)
(datasheet http://www.ftdichip.com/Products/ICs/FT232RL.htm)
(libsource (lib HB-RF-USB-rescue) (part FT232RL-Interface_USB) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BDDBC5D))
(comp (ref J1)
(value USB_B_Micro)
(footprint Homebrew:U-F-M5DD-Y-1)
(datasheet ~)
(libsource (lib Connector) (part USB_B_Micro) (description "USB Micro Type B connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDDBCCE))
(comp (ref J3)
(value Conn_02x06_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x06_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x06_Odd_Even) (description "Generic connector, double row, 02x06, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDDBE68))
(comp (ref J2)
(value Conn_02x20_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x20_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x20_Odd_Even) (description "Generic connector, double row, 02x20, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDDBF54))
(comp (ref C2)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDDD630))
(comp (ref Q2)
(value IRLML6402)
(footprint Package_TO_SOT_SMD:SOT-23_Handsoldering)
(datasheet https://www.infineon.com/dgdl/irlml6402pbf.pdf?fileId=5546d462533600a401535668d5c2263c)
(libsource (lib Transistor_FET) (part IRLML6402) (description "-3.7A Id, -20V Vds, P-Channel MOSFET, 65mOhm Rds, SOT-23"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDFF9E7))
(comp (ref C7)
(value 10nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE025F8))
(comp (ref R1)
(value 10K)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE097D5))
(comp (ref R3)
(value 1K)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE0E10E))
(comp (ref C6)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE0E1A2))
(comp (ref C5)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE0E27C))
(comp (ref Q1)
(value IRLML6402)
(footprint Package_TO_SOT_SMD:SOT-23_Handsoldering)
(datasheet https://www.infineon.com/dgdl/irlml6402pbf.pdf?fileId=5546d462533600a401535668d5c2263c)
(libsource (lib Transistor_FET) (part IRLML6402) (description "-3.7A Id, -20V Vds, P-Channel MOSFET, 65mOhm Rds, SOT-23"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE1D9A1))
(comp (ref R2)
(value 1K)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE1D9A7))
(comp (ref C3)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE1D9AD))
(comp (ref C4)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE1D9B3))
(comp (ref C1)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDF11CE))
(comp (ref C8)
(value 4.7uF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BDF6429))
(comp (ref L1)
(value "Ferrite Bead")
(footprint Inductor_SMD:L_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part L_Small) (description "Inductor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BE047BC))
(comp (ref C9)
(value 4.7nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BFD5FA5))
(comp (ref R4)
(value 1M)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BFD604F))
(comp (ref Q3)
(value IRLML2502)
(footprint Package_TO_SOT_SMD:SOT-23_Handsoldering)
(datasheet ~)
(libsource (lib Device) (part Q_NMOS_GSD) (description "N-MOSFET transistor, gate/source/drain"))
(sheetpath (names /) (tstamps /))
(tstamp 5C048C13))
(comp (ref R5)
(value 10K)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C055A8E)))
(libparts
(libpart (lib Connector) (part USB_B_Micro)
(aliases
(alias USB_B_Mini))
(description "USB Micro Type B connector")
(docs ~)
(footprints
(fp USB*))
(fields
(field (name Reference) J)
(field (name Value) USB_B_Micro))
(pins
(pin (num 1) (name VBUS) (type power_out))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name ID) (type passive))
(pin (num 5) (name GND) (type power_out))
(pin (num 6) (name Shield) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x06_Odd_Even)
(description "Generic connector, double row, 02x06, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x06_Odd_Even))
(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))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))
(pin (num 11) (name Pin_11) (type passive))
(pin (num 12) (name Pin_12) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x20_Odd_Even)
(description "Generic connector, double row, 02x20, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x20_Odd_Even))
(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))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))
(pin (num 11) (name Pin_11) (type passive))
(pin (num 12) (name Pin_12) (type passive))
(pin (num 13) (name Pin_13) (type passive))
(pin (num 14) (name Pin_14) (type passive))
(pin (num 15) (name Pin_15) (type passive))
(pin (num 16) (name Pin_16) (type passive))
(pin (num 17) (name Pin_17) (type passive))
(pin (num 18) (name Pin_18) (type passive))
(pin (num 19) (name Pin_19) (type passive))
(pin (num 20) (name Pin_20) (type passive))
(pin (num 21) (name Pin_21) (type passive))
(pin (num 22) (name Pin_22) (type passive))
(pin (num 23) (name Pin_23) (type passive))
(pin (num 24) (name Pin_24) (type passive))
(pin (num 25) (name Pin_25) (type passive))
(pin (num 26) (name Pin_26) (type passive))
(pin (num 27) (name Pin_27) (type passive))
(pin (num 28) (name Pin_28) (type passive))
(pin (num 29) (name Pin_29) (type passive))
(pin (num 30) (name Pin_30) (type passive))
(pin (num 31) (name Pin_31) (type passive))
(pin (num 32) (name Pin_32) (type passive))
(pin (num 33) (name Pin_33) (type passive))
(pin (num 34) (name Pin_34) (type passive))
(pin (num 35) (name Pin_35) (type passive))
(pin (num 36) (name Pin_36) (type passive))
(pin (num 37) (name Pin_37) (type passive))
(pin (num 38) (name Pin_38) (type passive))
(pin (num 39) (name Pin_39) (type passive))
(pin (num 40) (name Pin_40) (type passive))))
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part L_Small)
(description "Inductor, small symbol")
(docs ~)
(footprints
(fp Choke_*)
(fp *Coil*)
(fp Inductor_*)
(fp L_*))
(fields
(field (name Reference) L)
(field (name Value) L_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Q_NMOS_GSD)
(description "N-MOSFET transistor, gate/source/drain")
(docs ~)
(fields
(field (name Reference) Q)
(field (name Value) Q_NMOS_GSD))
(pins
(pin (num 1) (name G) (type input))
(pin (num 2) (name S) (type passive))
(pin (num 3) (name D) (type passive))))
(libpart (lib Device) (part R_Small)
(description "Resistor, small symbol")
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib HB-RF-USB-rescue) (part FT232RL-Interface_USB)
(footprints
(fp SSOP*5.3x10.2mm*P0.65mm*))
(fields
(field (name Reference) U)
(field (name Value) FT232RL-Interface_USB)
(field (name Footprint) Package_SO:SSOP-28_5.3x10.2mm_P0.65mm))
(pins
(pin (num 1) (name TXD) (type output))
(pin (num 2) (name DTR) (type output))
(pin (num 3) (name RTS) (type output))
(pin (num 4) (name VCCIO) (type input))
(pin (num 5) (name RXD) (type input))
(pin (num 6) (name RI) (type input))
(pin (num 7) (name GND) (type power_in))
(pin (num 9) (name DCR) (type input))
(pin (num 10) (name DCD) (type input))
(pin (num 11) (name CTS) (type input))
(pin (num 12) (name CBUS4) (type BiDi))
(pin (num 13) (name CBUS2) (type BiDi))
(pin (num 14) (name CBUS3) (type BiDi))
(pin (num 15) (name USBD+) (type BiDi))
(pin (num 16) (name USBD-) (type BiDi))
(pin (num 17) (name 3V3OUT) (type input))
(pin (num 18) (name GND) (type power_in))
(pin (num 19) (name ~RESET~) (type input))
(pin (num 20) (name VCC) (type power_in))
(pin (num 21) (name GND) (type power_in))
(pin (num 22) (name CBUS1) (type output))
(pin (num 23) (name CBUS0) (type BiDi))
(pin (num 25) (name AGND) (type power_in))
(pin (num 26) (name TEST) (type power_in))
(pin (num 27) (name OSCI) (type input))
(pin (num 28) (name OSCO) (type output))))
(libpart (lib Transistor_FET) (part TP0610T)
(aliases
(alias VP0610T)
(alias BSS84)
(alias NTR2101P)
(alias BSS83P)
(alias Si2319CDS)
(alias IRLML6402)
(alias DMG2301L)
(alias AO3401A))
(description "-0.18A Id, -60V Vds, P-Channel MOSFET, SOT-23")
(docs http://www.vishay.com/docs/70209/70209.pdf)
(footprints
(fp SOT?23*))
(fields
(field (name Reference) Q)
(field (name Value) TP0610T)
(field (name Footprint) Package_TO_SOT_SMD:SOT-23))
(pins
(pin (num 1) (name G) (type input))
(pin (num 2) (name S) (type passive))
(pin (num 3) (name D) (type passive)))))
(libraries
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Connector_Generic)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector_Generic.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical HB-RF-USB-rescue)
(uri C:\Users\alex\Documents\Homebrew\HB-RF-USB/HB-RF-USB-rescue.lib))
(library (logical Transistor_FET)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Transistor_FET.lib")))
(nets
(net (code 1) (name "Net-(C3-Pad2)")
(node (ref Q1) (pin 1))
(node (ref C3) (pin 2))
(node (ref R2) (pin 2)))
(net (code 2) (name "Net-(C3-Pad1)")
(node (ref J3) (pin 1))
(node (ref Q1) (pin 3))
(node (ref C3) (pin 1))
(node (ref C4) (pin 1)))
(net (code 3) (name "Net-(C6-Pad2)")
(node (ref C6) (pin 2))
(node (ref R3) (pin 2))
(node (ref Q2) (pin 1)))
(net (code 4) (name GND)
(node (ref J2) (pin 14))
(node (ref J1) (pin 5))
(node (ref C2) (pin 2))
(node (ref J2) (pin 20))
(node (ref J2) (pin 9))
(node (ref C7) (pin 2))
(node (ref C8) (pin 1))
(node (ref C1) (pin 1))
(node (ref C9) (pin 2))
(node (ref R4) (pin 1))
(node (ref J2) (pin 34))
(node (ref J2) (pin 25))
(node (ref J2) (pin 30))
(node (ref J3) (pin 6))
(node (ref U1) (pin 7))
(node (ref U1) (pin 21))
(node (ref J3) (pin 9))
(node (ref U1) (pin 25))
(node (ref J2) (pin 6))
(node (ref U1) (pin 18))
(node (ref U1) (pin 26))
(node (ref C5) (pin 2))
(node (ref J2) (pin 39))
(node (ref C4) (pin 2)))
(net (code 5) (name /PWREN)
(node (ref R1) (pin 2))
(node (ref Q3) (pin 2))
(node (ref U1) (pin 12))
(node (ref R2) (pin 1)))
(net (code 6) (name /TXD)
(node (ref J2) (pin 8))
(node (ref U1) (pin 1))
(node (ref J3) (pin 8)))
(net (code 7) (name "Net-(J3-Pad11)")
(node (ref J3) (pin 11)))
(net (code 8) (name "Net-(J3-Pad7)")
(node (ref J3) (pin 7)))
(net (code 9) (name "Net-(J3-Pad5)")
(node (ref J3) (pin 5)))
(net (code 10) (name "Net-(J3-Pad3)")
(node (ref J3) (pin 3)))
(net (code 11) (name "Net-(J3-Pad2)")
(node (ref J3) (pin 2)))
(net (code 12) (name "Net-(J3-Pad4)")
(node (ref J3) (pin 4)))
(net (code 13) (name /RESET)
(node (ref J3) (pin 12))
(node (ref J2) (pin 35))
(node (ref U1) (pin 14)))
(net (code 14) (name /RXD)
(node (ref J3) (pin 10))
(node (ref U1) (pin 5))
(node (ref J2) (pin 10)))
(net (code 15) (name "Net-(U1-Pad28)")
(node (ref U1) (pin 28)))
(net (code 16) (name "Net-(U1-Pad27)")
(node (ref U1) (pin 27)))
(net (code 17) (name "Net-(U1-Pad19)")
(node (ref U1) (pin 19)))
(net (code 18) (name "Net-(C7-Pad1)")
(node (ref J1) (pin 1))
(node (ref L1) (pin 2))
(node (ref C7) (pin 1)))
(net (code 19) (name "Net-(C9-Pad1)")
(node (ref J1) (pin 6))
(node (ref C9) (pin 1))
(node (ref R4) (pin 2)))
(net (code 20) (name /PWREN_5V)
(node (ref Q3) (pin 3))
(node (ref R5) (pin 1))
(node (ref R3) (pin 1)))
(net (code 21) (name +5V)
(node (ref Q2) (pin 2))
(node (ref U1) (pin 20))
(node (ref C1) (pin 2))
(node (ref C8) (pin 2))
(node (ref L1) (pin 1))
(node (ref R5) (pin 2)))
(net (code 22) (name /D-)
(node (ref U1) (pin 16))
(node (ref J1) (pin 2)))
(net (code 23) (name /D+)
(node (ref U1) (pin 15))
(node (ref J1) (pin 3)))
(net (code 24) (name "Net-(J2-Pad23)")
(node (ref J2) (pin 23)))
(net (code 25) (name "Net-(J2-Pad33)")
(node (ref J2) (pin 33)))
(net (code 26) (name "Net-(J2-Pad32)")
(node (ref J2) (pin 32)))
(net (code 27) (name "Net-(J2-Pad31)")
(node (ref J2) (pin 31)))
(net (code 28) (name "Net-(J2-Pad3)")
(node (ref J2) (pin 3)))
(net (code 29) (name "Net-(J2-Pad29)")
(node (ref J2) (pin 29)))
(net (code 30) (name "Net-(J2-Pad28)")
(node (ref J2) (pin 28)))
(net (code 31) (name "Net-(J2-Pad27)")
(node (ref J2) (pin 27)))
(net (code 32) (name "Net-(J2-Pad26)")
(node (ref J2) (pin 26)))
(net (code 33) (name "Net-(J2-Pad24)")
(node (ref J2) (pin 24)))
(net (code 34) (name "Net-(J2-Pad22)")
(node (ref J2) (pin 22)))
(net (code 35) (name "Net-(J2-Pad21)")
(node (ref J2) (pin 21)))
(net (code 36) (name "Net-(J2-Pad19)")
(node (ref J2) (pin 19)))
(net (code 37) (name "Net-(J2-Pad18)")
(node (ref J2) (pin 18)))
(net (code 38) (name "Net-(J2-Pad17)")
(node (ref J2) (pin 17)))
(net (code 39) (name "Net-(J2-Pad16)")
(node (ref J2) (pin 16)))
(net (code 40) (name "Net-(J2-Pad15)")
(node (ref J2) (pin 15)))
(net (code 41) (name "Net-(J2-Pad13)")
(node (ref J2) (pin 13)))
(net (code 42) (name "Net-(J2-Pad12)")
(node (ref J2) (pin 12)))
(net (code 43) (name "Net-(J2-Pad7)")
(node (ref J2) (pin 7)))
(net (code 44) (name "Net-(J2-Pad5)")
(node (ref J2) (pin 5)))
(net (code 45) (name "Net-(C5-Pad1)")
(node (ref J2) (pin 4))
(node (ref C5) (pin 1))
(node (ref J2) (pin 2))
(node (ref Q2) (pin 3))
(node (ref C6) (pin 1)))
(net (code 46) (name "Net-(J2-Pad37)")
(node (ref J2) (pin 37)))
(net (code 47) (name "Net-(U1-Pad6)")
(node (ref U1) (pin 6)))
(net (code 48) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3)))
(net (code 49) (name /G_LED)
(node (ref U1) (pin 22))
(node (ref J2) (pin 38)))
(net (code 50) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 51) (name +3V3)
(node (ref R1) (pin 1))
(node (ref Q1) (pin 2))
(node (ref U1) (pin 4))
(node (ref Q3) (pin 1))
(node (ref U1) (pin 17))
(node (ref C2) (pin 1)))
(net (code 52) (name /R_LED)
(node (ref J2) (pin 36))
(node (ref U1) (pin 13)))
(net (code 53) (name "Net-(U1-Pad11)")
(node (ref U1) (pin 11)))
(net (code 54) (name "Net-(U1-Pad10)")
(node (ref U1) (pin 10)))
(net (code 55) (name "Net-(J2-Pad11)")
(node (ref J2) (pin 11)))
(net (code 56) (name "Net-(J2-Pad1)")
(node (ref J2) (pin 1)))
(net (code 57) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 58) (name "Net-(U1-Pad9)")
(node (ref U1) (pin 9)))
(net (code 59) (name /B_LED)
(node (ref U1) (pin 23))
(node (ref J2) (pin 40)))))