-
Notifications
You must be signed in to change notification settings - Fork 9
/
wired-sculpt.net
executable file
·929 lines (929 loc) · 35.4 KB
/
wired-sculpt.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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
(export (version D)
(design
(source D:\projects\wired-sculpt-pcb\wired-sculpt.sch)
(date "2021-09-07 4:09:41 PM")
(tool "Eeschema (5.1.8)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source wired-sculpt.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J1)
(value 10103594-0001LF)
(footprint Connector_USB:USB_Micro-B_Amphenol_10103594-0001LF_Horizontal)
(datasheet https://www.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf)
(libsource (lib Connector) (part USB_B_Micro) (description "USB Micro Type B connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC1FDE4))
(comp (ref R1)
(value ERJ-PA3F22R0V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC254CD))
(comp (ref R2)
(value ERJ-PA3F22R0V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet https://industrial.panasonic.com/cdbs/www-data/pdf/RDO0000/AOA0000C331.pdf)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC261E4))
(comp (ref C9)
(value CL10A105KA8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC36D2E))
(comp (ref C1)
(value CL21A475KOFNNNE)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC4EF1F))
(comp (ref SW1)
(value FSMSM)
(footprint Button_Switch_SMD:SW_SPST_FSMSM)
(datasheet ~)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5FCE3CA5))
(comp (ref R9)
(value ERJ-3GEYJ331V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD29E76))
(comp (ref C8)
(value CL10C160JB8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC314ED))
(comp (ref Y1)
(value "TSX-3225 16.0000MF18X-AC0")
(footprint Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm)
(datasheet https://www5.epsondevice.com/en/information/support/pdf/june_2018_psc_masterbook.pdf)
(libsource (lib Device) (part Crystal_GND24) (description "Four pin crystal, GND on pins 2 and 4"))
(sheetpath (names /) (tstamps /))
(tstamp 5FE44873))
(comp (ref D1)
(value 150080GS75000)
(footprint LED_SMD:LED_0603_1608Metric_Castellated)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD2CF2A))
(comp (ref U3)
(value AT90USB1286-AU)
(footprint Package_QFP:TQFP-64_14x14mm_P0.8mm)
(datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf)
(libsource (lib MCU_Microchip_AVR) (part AT90USB1286-AU) (description "16MHz, 128kB Flash, 8kB SRAM, 4kB EEPROM, USB 2.0, TQFP-64"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC15265))
(comp (ref R3)
(value ERJ-PA3J472V)
(footprint Resistor_SMD:R_0603_1608Metric)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD0343E))
(comp (ref J2)
(value FFC3B07-30-T)
(footprint Connector_FFC-FPC:TE_3-84952-0_1x30-1MP_P1.0mm_Horizontal)
(datasheet https://gct.co/files/specs/1.0mm-ffc-spec.pdf)
(libsource (lib Connector) (part Conn_01x30_Female) (description "Generic connector, single row, 01x30, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC5FC5B))
(comp (ref C10)
(value CL10B104KB8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL05A104KA5NNNC.pdf)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD012D2))
(comp (ref C12)
(value CL10B104KB8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL05A104KA5NNNC.pdf)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD52940))
(comp (ref R10)
(value ERJ-3GEYJ331V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD76786))
(comp (ref U1)
(value USBLC6-2SC6)
(footprint Package_TO_SOT_SMD:SOT-23-6)
(datasheet https://www.st.com/resource/en/datasheet/usblc6-2.pdf)
(libsource (lib Power_Protection) (part USBLC6-2SC6) (description "Very low capacitance ESD protection diode, 2 data-line, SOT-23-6"))
(sheetpath (names /) (tstamps /))
(tstamp 5FCB764B))
(comp (ref C11)
(value CL10B104KB8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL05A104KA5NNNC.pdf)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FD86D3F))
(comp (ref R4)
(value ERJ-3EKF8873V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 6045870B))
(comp (ref C2)
(value CL21B104KACNNNC)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 60466752))
(comp (ref C3)
(value CL21B103KBANNNC)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 60488D2D))
(comp (ref SW2)
(value "S2B-PH-K-S(LF)(SN)")
(footprint Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal)
(datasheet https://www.jst-mfg.com/product/pdf/eng/ePH.pdf)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 605DE1FD))
(comp (ref U2)
(value LM2776DBVT)
(footprint Package_TO_SOT_SMD:SOT-23-6)
(datasheet http://www.ti.com/lit/ds/symlink/lm2776.pdf)
(libsource (lib Regulator_SwitchedCapacitor) (part LM2776) (description "Switched capacitor inverter, inverts positive voltage +2.7 to +5.5V to negative, 200mA, SOT-23-6"))
(sheetpath (names /) (tstamps /))
(tstamp 60694FE9))
(comp (ref C4)
(value CL10A105KA8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 60695B98))
(comp (ref C5)
(value CL10A105KA8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 606C4B4C))
(comp (ref C6)
(value CL10A105KA8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 606C60A9))
(comp (ref Q2)
(value 2N7002BK)
(footprint Package_TO_SOT_SMD:SOT-23)
(datasheet https://assets.nexperia.com/documents/data-sheet/2N7002BK.pdf)
(libsource (lib Transistor_FET) (part 2N7002) (description "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23"))
(sheetpath (names /) (tstamps /))
(tstamp 607BF586))
(comp (ref R7)
(value ERJ-PA3F22R0V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 607D3834))
(comp (ref R8)
(value ERJ-PA3J472V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 607DBA5B))
(comp (ref Q1)
(value BSS84AK,215)
(footprint Package_TO_SOT_SMD:SOT-23)
(datasheet https://assets.nexperia.com/documents/data-sheet/BSS84AK.pdf)
(libsource (lib Transistor_FET) (part BSS84) (description "-0.13A Id, -50V Vds, P-Channel MOSFET, SOT-23"))
(sheetpath (names /) (tstamps /))
(tstamp 607F5188))
(comp (ref R5)
(value ERJ-PA3J473V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 607FF65C))
(comp (ref R6)
(value ERJ-3GEYJ331V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 6081E13F))
(comp (ref H3)
(value AlignmentHole)
(footprint MountingHole:MountingHole_2.7mm)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC9A3D1))
(comp (ref H2)
(value MountingHoleSouth)
(footprint MountingHole:MountingHole_2.2mm_M2)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC61F69))
(comp (ref H1)
(value MountingHoleNorth)
(footprint MountingHole:MountingHole_2.2mm_M2)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC615F3))
(comp (ref J3)
(value "AVR-ISP-6 - NOT FITTED")
(footprint Connector_IDC:IDC-Header_2x03_P2.54mm_Vertical)
(datasheet " ~")
(libsource (lib Connector) (part AVR-ISP-6) (description "Atmel 6-pin ISP connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC175EC))
(comp (ref R11)
(value ERJ-PA3J151V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(fields
(field (name Notes) "Allows 10 mA. Maybe 100R would be fine."))
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 6097A4AF))
(comp (ref R12)
(value ERJ-PA3J151V)
(footprint Resistor_SMD:R_0603_1608Metric)
(datasheet ~)
(fields
(field (name Notes) "Measures at 15-17 mA."))
(libsource (lib Device) (part R_US) (description "Resistor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 6097BFF6))
(comp (ref C7)
(value CL10C160JB8NNNC)
(footprint Capacitor_SMD:C_0603_1608Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5FC30E75)))
(libparts
(libpart (lib Connector) (part AVR-ISP-6)
(description "Atmel 6-pin ISP connector")
(docs " ~")
(footprints
(fp IDC?Header*2x03*)
(fp Pin?Header*2x03*))
(fields
(field (name Reference) J)
(field (name Value) AVR-ISP-6))
(pins
(pin (num 1) (name MISO) (type passive))
(pin (num 2) (name VCC) (type passive))
(pin (num 3) (name SCK) (type passive))
(pin (num 4) (name MOSI) (type passive))
(pin (num 5) (name ~RST) (type passive))
(pin (num 6) (name GND) (type passive))))
(libpart (lib Connector) (part Conn_01x02_Female)
(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_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector) (part Conn_01x30_Female)
(description "Generic connector, single row, 01x30, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x30_Female))
(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))))
(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 BiDi))
(pin (num 3) (name D+) (type BiDi))
(pin (num 4) (name ID) (type passive))
(pin (num 5) (name GND) (type power_out))
(pin (num 6) (name Shield) (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 Crystal_GND24)
(description "Four pin crystal, GND on pins 2 and 4")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal_GND24))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))
(pin (num 4) (name 4) (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_US)
(description "Resistor, US symbol")
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_US))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib MCU_Microchip_AVR) (part AT90USB646-AU)
(aliases
(alias AT90USB647-AU)
(alias AT90USB1286-AU)
(alias AT90USB1287-AU))
(description "16MHz, 64kB Flash, 4kB SRAM, 2kB EEPROM, USB 2.0, TQFP-64")
(docs http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf)
(footprints
(fp TQFP*14x14mm*P0.8mm*))
(fields
(field (name Reference) U)
(field (name Value) AT90USB646-AU)
(field (name Footprint) Package_QFP:TQFP-64_14x14mm_P0.8mm))
(pins
(pin (num 1) (name PE6) (type BiDi))
(pin (num 2) (name PE7) (type BiDi))
(pin (num 3) (name UVCC) (type power_in))
(pin (num 4) (name D-) (type BiDi))
(pin (num 5) (name D+) (type BiDi))
(pin (num 6) (name UGND) (type power_in))
(pin (num 7) (name UCAP) (type passive))
(pin (num 8) (name VBUS) (type input))
(pin (num 9) (name PE3) (type BiDi))
(pin (num 10) (name PB0) (type BiDi))
(pin (num 11) (name PB1) (type BiDi))
(pin (num 12) (name PB2) (type BiDi))
(pin (num 13) (name PB3) (type BiDi))
(pin (num 14) (name PB4) (type BiDi))
(pin (num 15) (name PB5) (type BiDi))
(pin (num 16) (name PB6) (type BiDi))
(pin (num 17) (name PB7) (type BiDi))
(pin (num 18) (name PE4) (type BiDi))
(pin (num 19) (name PE5) (type BiDi))
(pin (num 20) (name ~RESET) (type input))
(pin (num 21) (name VCC) (type power_in))
(pin (num 22) (name GND) (type power_in))
(pin (num 23) (name XTAL2) (type output))
(pin (num 24) (name XTAL1) (type input))
(pin (num 25) (name PD0) (type BiDi))
(pin (num 26) (name PD1) (type BiDi))
(pin (num 27) (name PD2) (type BiDi))
(pin (num 28) (name PD3) (type BiDi))
(pin (num 29) (name PD4) (type BiDi))
(pin (num 30) (name PD5) (type BiDi))
(pin (num 31) (name PD6) (type BiDi))
(pin (num 32) (name PD7) (type BiDi))
(pin (num 33) (name PE0) (type BiDi))
(pin (num 34) (name PE1) (type BiDi))
(pin (num 35) (name PC0) (type BiDi))
(pin (num 36) (name PC1) (type BiDi))
(pin (num 37) (name PC2) (type BiDi))
(pin (num 38) (name PC3) (type BiDi))
(pin (num 39) (name PC4) (type BiDi))
(pin (num 40) (name PC5) (type BiDi))
(pin (num 41) (name PC6) (type BiDi))
(pin (num 42) (name PC7) (type BiDi))
(pin (num 43) (name PE2/~HWB) (type BiDi))
(pin (num 44) (name PA7) (type BiDi))
(pin (num 45) (name PA6) (type BiDi))
(pin (num 46) (name PA5) (type BiDi))
(pin (num 47) (name PA4) (type BiDi))
(pin (num 48) (name PA3) (type BiDi))
(pin (num 49) (name PA2) (type BiDi))
(pin (num 50) (name PA1) (type BiDi))
(pin (num 51) (name PA0) (type BiDi))
(pin (num 52) (name VCC) (type passive))
(pin (num 53) (name GND) (type passive))
(pin (num 54) (name PF7) (type BiDi))
(pin (num 55) (name PF6) (type BiDi))
(pin (num 56) (name PF5) (type BiDi))
(pin (num 57) (name PF4) (type BiDi))
(pin (num 58) (name PF3) (type BiDi))
(pin (num 59) (name PF2) (type BiDi))
(pin (num 60) (name PF1) (type BiDi))
(pin (num 61) (name PF0) (type BiDi))
(pin (num 62) (name AREF) (type passive))
(pin (num 63) (name GND) (type passive))
(pin (num 64) (name AVCC) (type power_in))))
(libpart (lib Mechanical) (part MountingHole)
(description "Mounting Hole without connection")
(docs ~)
(footprints
(fp MountingHole*))
(fields
(field (name Reference) H)
(field (name Value) MountingHole)))
(libpart (lib Power_Protection) (part USBLC6-2SC6)
(description "Very low capacitance ESD protection diode, 2 data-line, SOT-23-6")
(docs https://www.st.com/resource/en/datasheet/usblc6-2.pdf)
(footprints
(fp SOT?23*))
(fields
(field (name Reference) U)
(field (name Value) USBLC6-2SC6)
(field (name Footprint) Package_TO_SOT_SMD:SOT-23-6))
(pins
(pin (num 1) (name I/O1) (type passive))
(pin (num 2) (name GND) (type passive))
(pin (num 3) (name I/O2) (type passive))
(pin (num 4) (name I/O2) (type passive))
(pin (num 5) (name VBUS) (type passive))
(pin (num 6) (name I/O1) (type passive))))
(libpart (lib Regulator_SwitchedCapacitor) (part LM2776)
(description "Switched capacitor inverter, inverts positive voltage +2.7 to +5.5V to negative, 200mA, SOT-23-6")
(docs http://www.ti.com/lit/ds/symlink/lm2776.pdf)
(footprints
(fp SOT?23*))
(fields
(field (name Reference) U)
(field (name Value) LM2776)
(field (name Footprint) Package_TO_SOT_SMD:SOT-23-6))
(pins
(pin (num 1) (name VOUT) (type power_out))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name VIN) (type power_in))
(pin (num 4) (name EN) (type input))
(pin (num 5) (name C1+) (type passive))
(pin (num 6) (name C1-) (type passive))))
(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 Transistor_FET) (part BSS138)
(aliases
(alias 2N7002)
(alias 2N7002E)
(alias 2N7002H)
(alias 2N7002K)
(alias BS170F)
(alias BS870)
(alias BSN20)
(alias BSS123)
(alias BSS127S)
(alias DMG2302U)
(alias DMG3402L)
(alias DMG3404L)
(alias DMG3406L)
(alias DMG3414U)
(alias DMG3418L)
(alias DMN10H220L)
(alias DMN10H700S)
(alias DMN13H750S)
(alias DMN2041L)
(alias DMN2050L)
(alias DMN2056U)
(alias DMN2058U)
(alias DMN2075U)
(alias DMN2230U)
(alias DMN24H11DS)
(alias DMN24H3D5L)
(alias DMN3042L)
(alias DMN3051L)
(alias DMN30H4D0L)
(alias DMN3110S)
(alias DMN3150L)
(alias DMN3300U)
(alias DMN3404L)
(alias DMN6075S)
(alias DMN6140L)
(alias DMN67D7L)
(alias DMN67D8L)
(alias MMBF170)
(alias VN10LF)
(alias ZVN3306F)
(alias ZVN3310F)
(alias ZVN3320F)
(alias ZVN4106F)
(alias ZXM61N02F)
(alias ZXM61N03F)
(alias ZXMN10A07F)
(alias ZXMN2A01F)
(alias ZXMN2A14F)
(alias ZXMN2B01F)
(alias ZXMN2B14FH)
(alias ZXMN2F30FH)
(alias ZXMN2F34FH)
(alias ZXMN3A01F)
(alias ZXMN3A14F)
(alias ZXMN3B01F)
(alias ZXMN3B14F)
(alias ZXMN3F30FH)
(alias ZXMN6A07F)
(alias IRLML0030)
(alias IRLML2060)
(alias TSM2302CX)
(alias AO3400A))
(description "50V Vds, 0.22A Id, N-Channel MOSFET, SOT-23")
(docs https://www.onsemi.com/pub/Collateral/BSS138-D.PDF)
(footprints
(fp SOT?23*))
(fields
(field (name Reference) Q)
(field (name Value) BSS138)
(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))))
(libpart (lib Transistor_FET) (part TP0610T)
(aliases
(alias VP0610T)
(alias BSS84)
(alias NTR2101P)
(alias BSS83P)
(alias Si2319CDS)
(alias IRLML6401)
(alias IRLML6402)
(alias DMG2301L)
(alias AO3401A)
(alias IRLML9301)
(alias IRLML5203)
(alias Si2371EDS)
(alias TSM2301ACX)
(alias FDN340P))
(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 Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical MCU_Microchip_AVR)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/MCU_Microchip_AVR.lib"))
(library (logical Mechanical)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Mechanical.lib"))
(library (logical Power_Protection)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Power_Protection.lib"))
(library (logical Regulator_SwitchedCapacitor)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Regulator_SwitchedCapacitor.lib"))
(library (logical Switch)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Switch.lib"))
(library (logical Transistor_FET)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Transistor_FET.lib")))
(nets
(net (code 1) (name "Net-(R10-Pad2)")
(node (ref SW2) (pin 1))
(node (ref R10) (pin 2))
(node (ref SW1) (pin 2)))
(net (code 2) (name PB0)
(node (ref U2) (pin 4))
(node (ref U3) (pin 10)))
(net (code 3) (name -5V)
(node (ref Q2) (pin 2))
(node (ref C6) (pin 2))
(node (ref U2) (pin 1))
(node (ref R8) (pin 1)))
(net (code 4) (name /Din-)
(node (ref U1) (pin 1))
(node (ref J1) (pin 2)))
(net (code 5) (name /Din+)
(node (ref J1) (pin 3))
(node (ref U1) (pin 3)))
(net (code 6) (name /Dout-)
(node (ref U1) (pin 6))
(node (ref R2) (pin 2)))
(net (code 7) (name /Dout+)
(node (ref R1) (pin 2))
(node (ref U1) (pin 4)))
(net (code 8) (name VBUS)
(node (ref C3) (pin 2))
(node (ref C2) (pin 2))
(node (ref U3) (pin 3))
(node (ref J3) (pin 2))
(node (ref Q1) (pin 2))
(node (ref J1) (pin 1))
(node (ref U3) (pin 21))
(node (ref U3) (pin 64))
(node (ref C10) (pin 2))
(node (ref C1) (pin 2))
(node (ref U2) (pin 3))
(node (ref U1) (pin 5))
(node (ref C11) (pin 2))
(node (ref C5) (pin 2))
(node (ref U3) (pin 52))
(node (ref R4) (pin 1))
(node (ref C12) (pin 2))
(node (ref R5) (pin 2))
(node (ref U3) (pin 8)))
(net (code 9) (name "Net-(U3-Pad25)")
(node (ref U3) (pin 25)))
(net (code 10) (name "Net-(U3-Pad9)")
(node (ref U3) (pin 9)))
(net (code 11) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 12) (name PF4)
(node (ref U3) (pin 57))
(node (ref R4) (pin 2))
(node (ref J2) (pin 30)))
(net (code 13) (name GND)
(node (ref J1) (pin 5))
(node (ref C9) (pin 2))
(node (ref C5) (pin 1))
(node (ref C6) (pin 1))
(node (ref Y1) (pin 4))
(node (ref Y1) (pin 2))
(node (ref SW1) (pin 1))
(node (ref U3) (pin 22))
(node (ref C8) (pin 2))
(node (ref C1) (pin 1))
(node (ref D1) (pin 1))
(node (ref J1) (pin 6))
(node (ref U3) (pin 53))
(node (ref C11) (pin 1))
(node (ref C7) (pin 2))
(node (ref U2) (pin 2))
(node (ref U1) (pin 2))
(node (ref C12) (pin 1))
(node (ref C2) (pin 1))
(node (ref C3) (pin 1))
(node (ref C10) (pin 1))
(node (ref R3) (pin 2))
(node (ref J3) (pin 6))
(node (ref J2) (pin 1))
(node (ref SW2) (pin 2))
(node (ref U3) (pin 63))
(node (ref U3) (pin 6)))
(net (code 14) (name /D-)
(node (ref R2) (pin 1))
(node (ref U3) (pin 4)))
(net (code 15) (name "Net-(C7-Pad1)")
(node (ref C7) (pin 1))
(node (ref U3) (pin 24))
(node (ref Y1) (pin 1)))
(net (code 16) (name "Net-(C8-Pad1)")
(node (ref Y1) (pin 3))
(node (ref C8) (pin 1))
(node (ref U3) (pin 23)))
(net (code 17) (name /D+)
(node (ref R1) (pin 1))
(node (ref U3) (pin 5)))
(net (code 18) (name MISO)
(node (ref U3) (pin 13))
(node (ref J3) (pin 1)))
(net (code 19) (name SCK)
(node (ref J3) (pin 3))
(node (ref U3) (pin 11)))
(net (code 20) (name "Net-(Q1-Pad1)")
(node (ref Q1) (pin 1))
(node (ref R6) (pin 1))
(node (ref R5) (pin 1)))
(net (code 21) (name GREEN+)
(node (ref R6) (pin 2))
(node (ref U3) (pin 16)))
(net (code 22) (name "Net-(Q1-Pad3)")
(node (ref R8) (pin 2))
(node (ref Q1) (pin 3))
(node (ref R7) (pin 2)))
(net (code 23) (name "Net-(J2-Pad2)")
(node (ref R12) (pin 2))
(node (ref J2) (pin 2)))
(net (code 24) (name "Net-(J2-Pad3)")
(node (ref R11) (pin 2))
(node (ref J2) (pin 3)))
(net (code 25) (name RED+)
(node (ref U3) (pin 17))
(node (ref R11) (pin 1)))
(net (code 26) (name RST)
(node (ref U3) (pin 20))
(node (ref R10) (pin 1))
(node (ref J3) (pin 5)))
(net (code 27) (name MOSI)
(node (ref J3) (pin 4))
(node (ref U3) (pin 12)))
(net (code 28) (name "Net-(C4-Pad1)")
(node (ref U2) (pin 5))
(node (ref C4) (pin 1)))
(net (code 29) (name "Net-(C4-Pad2)")
(node (ref C4) (pin 2))
(node (ref U2) (pin 6)))
(net (code 30) (name "Net-(U3-Pad26)")
(node (ref U3) (pin 26)))
(net (code 31) (name "Net-(Q2-Pad1)")
(node (ref Q2) (pin 1))
(node (ref R7) (pin 1)))
(net (code 32) (name GREEN-)
(node (ref Q2) (pin 3))
(node (ref R12) (pin 1)))
(net (code 33) (name "Net-(U3-Pad27)")
(node (ref U3) (pin 27)))
(net (code 34) (name "Net-(J2-Pad5)")
(node (ref J2) (pin 5))
(node (ref U3) (pin 29)))
(net (code 35) (name "Net-(J2-Pad4)")
(node (ref U3) (pin 28))
(node (ref J2) (pin 4)))
(net (code 36) (name "Net-(U3-Pad2)")
(node (ref U3) (pin 2)))
(net (code 37) (name "Net-(U3-Pad19)")
(node (ref U3) (pin 19)))
(net (code 38) (name "Net-(U3-Pad18)")
(node (ref U3) (pin 18)))
(net (code 39) (name LED)
(node (ref R9) (pin 1))
(node (ref U3) (pin 15)))
(net (code 40) (name "Net-(U3-Pad14)")
(node (ref U3) (pin 14)))
(net (code 41) (name "Net-(U3-Pad1)")
(node (ref U3) (pin 1)))
(net (code 42) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref R9) (pin 2)))
(net (code 43) (name PF5)
(node (ref U3) (pin 56))
(node (ref J2) (pin 29)))
(net (code 44) (name PF6)
(node (ref U3) (pin 55))
(node (ref J2) (pin 28)))
(net (code 45) (name PF7)
(node (ref U3) (pin 54))
(node (ref J2) (pin 27)))
(net (code 46) (name "Net-(J2-Pad26)")
(node (ref J2) (pin 26))
(node (ref U3) (pin 51)))
(net (code 47) (name "Net-(J2-Pad25)")
(node (ref J2) (pin 25))
(node (ref U3) (pin 50)))
(net (code 48) (name "Net-(J2-Pad24)")
(node (ref J2) (pin 24))
(node (ref U3) (pin 49)))
(net (code 49) (name "Net-(J2-Pad23)")
(node (ref J2) (pin 23))
(node (ref U3) (pin 48)))
(net (code 50) (name "Net-(J2-Pad22)")
(node (ref U3) (pin 47))
(node (ref J2) (pin 22)))
(net (code 51) (name "Net-(J2-Pad21)")
(node (ref J2) (pin 21))
(node (ref U3) (pin 46)))
(net (code 52) (name "Net-(J2-Pad20)")
(node (ref J2) (pin 20))
(node (ref U3) (pin 45)))
(net (code 53) (name "Net-(J2-Pad19)")
(node (ref U3) (pin 44))
(node (ref J2) (pin 19)))
(net (code 54) (name "Net-(J2-Pad18)")
(node (ref U3) (pin 42))
(node (ref J2) (pin 18)))
(net (code 55) (name "Net-(J2-Pad17)")
(node (ref J2) (pin 17))
(node (ref U3) (pin 41)))
(net (code 56) (name "Net-(J2-Pad15)")
(node (ref J2) (pin 15))
(node (ref U3) (pin 39)))
(net (code 57) (name "Net-(J2-Pad14)")
(node (ref U3) (pin 38))
(node (ref J2) (pin 14)))
(net (code 58) (name "Net-(J2-Pad13)")
(node (ref J2) (pin 13))
(node (ref U3) (pin 37)))
(net (code 59) (name "Net-(J2-Pad12)")
(node (ref J2) (pin 12))
(node (ref U3) (pin 36)))
(net (code 60) (name "Net-(J2-Pad11)")
(node (ref J2) (pin 11))
(node (ref U3) (pin 35)))
(net (code 61) (name "Net-(J2-Pad7)")
(node (ref J2) (pin 7))
(node (ref U3) (pin 31)))
(net (code 62) (name "Net-(C9-Pad1)")
(node (ref C9) (pin 1))
(node (ref U3) (pin 7)))
(net (code 63) (name "Net-(U3-Pad62)")
(node (ref U3) (pin 62)))
(net (code 64) (name "Net-(J2-Pad8)")
(node (ref U3) (pin 32))
(node (ref J2) (pin 8)))
(net (code 65) (name "Net-(J2-Pad16)")
(node (ref U3) (pin 40))
(node (ref J2) (pin 16)))
(net (code 66) (name "Net-(J2-Pad6)")
(node (ref J2) (pin 6))
(node (ref U3) (pin 30)))
(net (code 67) (name "Net-(U3-Pad58)")
(node (ref U3) (pin 58)))
(net (code 68) (name PE1)
(node (ref U3) (pin 34))
(node (ref J2) (pin 10)))
(net (code 69) (name "Net-(R3-Pad1)")
(node (ref U3) (pin 43))
(node (ref R3) (pin 1)))
(net (code 70) (name "Net-(U3-Pad61)")
(node (ref U3) (pin 61)))
(net (code 71) (name "Net-(U3-Pad60)")
(node (ref U3) (pin 60)))
(net (code 72) (name "Net-(U3-Pad59)")
(node (ref U3) (pin 59)))
(net (code 73) (name PE0)
(node (ref J2) (pin 9))
(node (ref U3) (pin 33)))))