forked from oshwabadge2018/ohs18badge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oshw2018badgeprototype.net
919 lines (919 loc) · 33.2 KB
/
oshw2018badgeprototype.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
(export (version D)
(design
(source "C:\\Users\\Technocopia PC 01\\Documents\\GitHub\\ohs18badge\\oshw2018badgeprototype.sch")
(date "8/2/2018 7:11:33 PM")
(tool "Eeschema (6.0.0-rc1-dev-95-gfecadeca2)")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source oshw2018badgeprototype.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U2)
(value XC9141)
(footprint SOT95P280X130-5N:SOT95P280X130-5N)
(libsource (lib oshw2018badgeprototype-rescue) (part XC9141) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12CE42))
(comp (ref U1)
(value ESP32-WROOM)
(footprint ESP32-footprints-Lib:ESP32-WROOM)
(libsource (lib oshw2018badgeprototype-rescue) (part ESP32-WROOM) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12CEBF))
(comp (ref X1)
(value 52435-2471)
(footprint 52435-2471:MOLEX_52435-2471)
(libsource (lib oshw2018badgeprototype-rescue) (part 52435-2471) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12CF26))
(comp (ref C12)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12D62E))
(comp (ref C8)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12D83D))
(comp (ref C9)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12DA18))
(comp (ref C10)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12DB15))
(comp (ref C11)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12DC56))
(comp (ref C13)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E27D))
(comp (ref C14)
(value 2.2uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E32C))
(comp (ref C7)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E361))
(comp (ref C6)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E396))
(comp (ref D2)
(value D_Schottky)
(footprint Diodes_SMD:D_SOD-123)
(libsource (lib oshw2018badgeprototype-rescue) (part D_Schottky) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E427))
(comp (ref D3)
(value D_Schottky)
(footprint Diodes_SMD:D_SOD-123)
(libsource (lib oshw2018badgeprototype-rescue) (part D_Schottky) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E64F))
(comp (ref D1)
(value D_Schottky)
(footprint Diodes_SMD:D_SOD-123)
(libsource (lib oshw2018badgeprototype-rescue) (part D_Schottky) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12E682))
(comp (ref L2)
(value 68uH)
(footprint Inductors_SMD:L_1812)
(libsource (lib oshw2018badgeprototype-rescue) (part L) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12EA44))
(comp (ref R4)
(value 2.2R)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B12EE8C))
(comp (ref R2)
(value DNP)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B132257))
(comp (ref L1)
(value L)
(footprint Inductors_SMD:L_1812)
(libsource (lib oshw2018badgeprototype-rescue) (part L) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B133489))
(comp (ref C5)
(value 10uf)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B133AA7))
(comp (ref C2)
(value 10uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B133F7B))
(comp (ref SW1)
(value SW_Push)
(footprint TL3305:SPST-4mm)
(libsource (lib oshw2018badgeprototype-rescue) (part SW_Push) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B135223))
(comp (ref C3)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B13597A))
(comp (ref C1)
(value 10uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B13C082))
(comp (ref R3)
(value 10K)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B13CD30))
(comp (ref R1)
(value 10KR)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B13CDA2))
(comp (ref C4)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14331B))
(comp (ref D6)
(value D)
(footprint Diodes_SMD:D_MELF)
(libsource (lib oshw2018badgeprototype-rescue) (part D) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B148C4D))
(comp (ref D5)
(value D)
(footprint Diodes_SMD:D_MELF)
(libsource (lib oshw2018badgeprototype-rescue) (part D) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B148DD0))
(comp (ref R8)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14A478))
(comp (ref T1)
(value TEST_1P)
(footprint SMD_Packages:1Pin)
(libsource (lib oshw2018badgeprototype-rescue) (part TEST_1P) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14CDA1))
(comp (ref T2)
(value TEST_1P)
(footprint SMD_Packages:1Pin)
(libsource (lib oshw2018badgeprototype-rescue) (part TEST_1P) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14CE8E))
(comp (ref T4)
(value TEST_1P)
(footprint SMD_Packages:1Pin)
(libsource (lib oshw2018badgeprototype-rescue) (part TEST_1P) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14CF43))
(comp (ref T5)
(value TEST_1P)
(footprint SMD_Packages:1Pin)
(libsource (lib oshw2018badgeprototype-rescue) (part TEST_1P) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14CFD2))
(comp (ref T6)
(value TEST_1P)
(footprint SMD_Packages:1Pin)
(libsource (lib oshw2018badgeprototype-rescue) (part TEST_1P) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14D058))
(comp (ref T3)
(value TEST_1P)
(footprint SMD_Packages:1Pin)
(libsource (lib oshw2018badgeprototype-rescue) (part TEST_1P) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B14D0DD))
(comp (ref R9)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B173F48))
(comp (ref C15)
(value 220uF)
(footprint Capacitors_SMD:CP_Elec_6.3x5.7)
(libsource (lib oshw2018badgeprototype-rescue) (part CP) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1792DA))
(comp (ref U3)
(value KX122-1037)
(footprint LGA16R50P4X4_200X200X100:LGA16R50P4X4_200X200X100)
(libsource (lib oshw2018badgeprototype-rescue) (part KX122-1037) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B187A13))
(comp (ref J1)
(value Conn_02x03_Top_Bottom)
(footprint Socket_Strips:Socket_Strip_Straight_2x03_Pitch2.54mm)
(libsource (lib oshw2018badgeprototype-rescue) (part Conn_02x03_Top_Bottom) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B18FD1B))
(comp (ref U4)
(value Si7006-A20)
(footprint SI7006-A20-IM:SON100P300X300X80-7N)
(libsource (lib oshw2018badgeprototype-rescue) (part Si7006-A20) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1927D7))
(comp (ref R12)
(value 2.2k)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B197677))
(comp (ref R13)
(value 2.2k)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B197B52))
(comp (ref R11)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B19EF45))
(comp (ref Q2)
(value Q_NMOS_GSD)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib oshw2018badgeprototype-rescue) (part Q_NMOS_GSD) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1A8017))
(comp (ref BT1)
(value Battery_Cell)
(footprint Measurement_Points:Test_Point_Keystone_5019_Minature)
(libsource (lib oshw2018badgeprototype-rescue) (part Battery_Cell) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1AB78E))
(comp (ref C19)
(value 220uF)
(footprint Capacitors_SMD:CP_Elec_6.3x5.7)
(libsource (lib oshw2018badgeprototype-rescue) (part CP) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1DF802))
(comp (ref J2)
(value 105162-0001)
(footprint 105162-0001:105162-0001)
(datasheet http://www.molex.com/webdocs/datasheets/pdf/en-us//1051620001_MEMORY_CARD_SOCKET.pdf)
(fields
(field (name "Arrow Part Number") 105162-0001)
(field (name Description) "Memory Card Connectors 1.45H MICRO SD HEADER WITH D/C PIN")
(field (name Manufacturer_Name) Molex)
(field (name Manufacturer_Part_Number) 105162-0001))
(libsource (lib oshw2018badgeprototype-rescue) (part 105162-0001) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1E05C2))
(comp (ref C18)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1E019B))
(comp (ref X2)
(value Badgelife_shitty_connector)
(footprint shitty:Badgelife-Shitty-2x2)
(libsource (lib oshw2018badgeprototype-rescue) (part Badgelife_shitty_connector) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B1FC5FF))
(comp (ref R10)
(value 10K)
(footprint Resistors_SMD:R_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part R) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B3D833E))
(comp (ref C16)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib oshw2018badgeprototype-rescue) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B3F77CC))
(comp (ref EN1)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B67725A))
(comp (ref TXD1)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B6772FE))
(comp (ref RXD1)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B67737E))
(comp (ref IO0)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B677400))
(comp (ref BAT1)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B677488))
(comp (ref GND1)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B677C91))
(comp (ref 3V3)
(value TestPoint)
(footprint test_point:test_point)
(datasheet ~)
(libsource (lib Connector) (part TestPoint) (description "test point"))
(sheetpath (names /) (tstamps /))
(tstamp 5B677DC1)))
(libparts
(libpart (lib Connector) (part TestPoint)
(description "test point")
(docs ~)
(footprints
(fp Pin*)
(fp Test*))
(fields
(field (name Reference) TP)
(field (name Value) TestPoint))
(pins
(pin (num 1) (name 1) (type passive))))
(libpart (lib oshw2018badgeprototype-rescue) (part 105162-0001)
(fields
(field (name Reference) J)
(field (name Value) 105162-0001)
(field (name Footprint) 105162-0001)
(field (name Datasheet) http://www.molex.com/webdocs/datasheets/pdf/en-us//1051620001_MEMORY_CARD_SOCKET.pdf)
(field (name Description) "Memory Card Connectors 1.45H MICRO SD HEADER WITH D/C PIN")
(field (name Manufacturer_Name) Molex)
(field (name Manufacturer_Part_Number) 105162-0001)
(field (name "Arrow Part Number") 105162-0001))
(pins
(pin (num 1) (name DAT2) (type BiDi))
(pin (num 2) (name CD/DAT3) (type BiDi))
(pin (num 3) (name CMD) (type BiDi))
(pin (num 4) (name VDD) (type BiDi))
(pin (num 5) (name CLK) (type BiDi))
(pin (num 6) (name VSS) (type BiDi))
(pin (num 7) (name DAT0) (type BiDi))
(pin (num 8) (name DAT1) (type BiDi))
(pin (num 9) (name DET) (type BiDi))
(pin (num 10) (name GND1) (type BiDi))
(pin (num 11) (name GND2) (type BiDi))
(pin (num 12) (name GND3) (type BiDi))
(pin (num 13) (name GND4) (type BiDi))))
(libpart (lib oshw2018badgeprototype-rescue) (part 52435-2471)
(fields
(field (name Reference) X)
(field (name Value) 52435-2471))
(pins
(pin (num 1) (name NC) (type input))
(pin (num 2) (name GDR) (type input))
(pin (num 3) (name RESE) (type input))
(pin (num 4) (name VGL) (type input))
(pin (num 5) (name VGH) (type input))
(pin (num 6) (name TSCL) (type input))
(pin (num 7) (name TSDA) (type input))
(pin (num 8) (name BS1) (type input))
(pin (num 9) (name BUSY) (type input))
(pin (num 10) (name ~RST) (type input))
(pin (num 11) (name ~D/C) (type input))
(pin (num 12) (name ~CS) (type input))
(pin (num 13) (name D0_Clock) (type input))
(pin (num 14) (name D1_Data) (type input))
(pin (num 15) (name VDDIO) (type input))
(pin (num 16) (name VCI) (type input))
(pin (num 17) (name VSS) (type input))
(pin (num 18) (name VDD) (type input))
(pin (num 19) (name VPP) (type input))
(pin (num 20) (name VSH) (type input))
(pin (num 21) (name PREVGH) (type input))
(pin (num 22) (name VSL) (type input))
(pin (num 23) (name PREVGL) (type input))
(pin (num 24) (name VCOM) (type input))))
(libpart (lib oshw2018badgeprototype-rescue) (part Badgelife_shitty_connector)
(fields
(field (name Reference) X)
(field (name Value) Badgelife_shitty_connector))
(pins
(pin (num 1) (name VDD) (type input))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name SCL) (type input))
(pin (num 4) (name SDA) (type input))))
(libpart (lib oshw2018badgeprototype-rescue) (part Battery_Cell)
(fields
(field (name Reference) BT)
(field (name Value) Battery_Cell))
(pins
(pin (num 1) (name +) (type passive))
(pin (num 2) (name -) (type passive))))
(libpart (lib oshw2018badgeprototype-rescue) (part C)
(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 oshw2018badgeprototype-rescue) (part CP)
(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 oshw2018badgeprototype-rescue) (part Conn_02x03_Top_Bottom)
(footprints
(fp Connector*:*2x??x*mm*)
(fp Connector*:*2x???Pitch*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x03_Top_Bottom))
(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))))
(libpart (lib oshw2018badgeprototype-rescue) (part D)
(footprints
(fp TO-???*)
(fp *SingleDiode)
(fp *_Diode_*)
(fp *SingleDiode*)
(fp D_*))
(fields
(field (name Reference) D)
(field (name Value) D))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib oshw2018badgeprototype-rescue) (part D_Schottky)
(footprints
(fp TO-???*)
(fp *SingleDiode)
(fp *_Diode_*)
(fp *SingleDiode*)
(fp D_*))
(fields
(field (name Reference) D)
(field (name Value) D_Schottky))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib oshw2018badgeprototype-rescue) (part ESP32-WROOM)
(fields
(field (name Reference) U)
(field (name Value) ESP32-WROOM))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VCC) (type power_in))
(pin (num 3) (name EN) (type input))
(pin (num 4) (name SENSOR_VP) (type input))
(pin (num 5) (name SENSOR_VN) (type input))
(pin (num 6) (name IO34) (type BiDi))
(pin (num 7) (name IO35) (type BiDi))
(pin (num 8) (name IO32) (type BiDi))
(pin (num 9) (name IO33) (type BiDi))
(pin (num 10) (name IO25) (type BiDi))
(pin (num 11) (name IO26) (type input))
(pin (num 12) (name IO27) (type BiDi))
(pin (num 13) (name IO14) (type BiDi))
(pin (num 14) (name IO12) (type BiDi))
(pin (num 15) (name GND) (type power_in))
(pin (num 16) (name IO13) (type BiDi))
(pin (num 17) (name SD2/IO9) (type BiDi))
(pin (num 18) (name SD3/IO10) (type BiDi))
(pin (num 19) (name CMD/IO11) (type BiDi))
(pin (num 20) (name CLK/IO6) (type BiDi))
(pin (num 21) (name SD0/IO7) (type BiDi))
(pin (num 22) (name SD1/IO8) (type BiDi))
(pin (num 23) (name IO15) (type BiDi))
(pin (num 24) (name IO2) (type BiDi))
(pin (num 25) (name IO0) (type BiDi))
(pin (num 26) (name IO4) (type BiDi))
(pin (num 27) (name IO16) (type BiDi))
(pin (num 28) (name IO17) (type BiDi))
(pin (num 29) (name IO5) (type BiDi))
(pin (num 30) (name IO18) (type BiDi))
(pin (num 31) (name IO19) (type BiDi))
(pin (num 32) (name NC) (type NotConnected))
(pin (num 33) (name IO21) (type BiDi))
(pin (num 34) (name RXD0) (type BiDi))
(pin (num 35) (name TXD0) (type BiDi))
(pin (num 36) (name IO22) (type BiDi))
(pin (num 37) (name IO23) (type BiDi))
(pin (num 38) (name GND) (type power_in))
(pin (num 39) (name GND_PAD) (type power_in))))
(libpart (lib oshw2018badgeprototype-rescue) (part KX122-1037)
(fields
(field (name Reference) U)
(field (name Value) KX122-1037))
(pins
(pin (num 1) (name SDO/ADDR) (type input))
(pin (num 2) (name SDI/SDA) (type input))
(pin (num 3) (name IO_VDD) (type input))
(pin (num 4) (name TRIG) (type input))
(pin (num 5) (name INT1) (type input))
(pin (num 6) (name INT2) (type input))
(pin (num 7) (name VDD) (type input))
(pin (num 8) (name GND) (type input))
(pin (num 9) (name GND) (type input))
(pin (num 10) (name ~CS) (type input))
(pin (num 11) (name NC) (type input))
(pin (num 12) (name SCL) (type input))))
(libpart (lib oshw2018badgeprototype-rescue) (part L)
(footprints
(fp Choke_*)
(fp *Coil*)
(fp Inductor_*)
(fp L_*))
(fields
(field (name Reference) L)
(field (name Value) L))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib oshw2018badgeprototype-rescue) (part Q_NMOS_GSD)
(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 oshw2018badgeprototype-rescue) (part R)
(footprints
(fp R_*)
(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 oshw2018badgeprototype-rescue) (part SW_Push)
(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 oshw2018badgeprototype-rescue) (part Si7006-A20)
(fields
(field (name Reference) U)
(field (name Value) Si7006-A20))
(pins
(pin (num 1) (name SDA) (type input))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name DNC) (type input))
(pin (num 4) (name DNC) (type input))
(pin (num 5) (name VDD) (type input))
(pin (num 6) (name SCL) (type input))))
(libpart (lib oshw2018badgeprototype-rescue) (part TEST_1P)
(fields
(field (name Reference) J)
(field (name Value) TEST_1P))
(pins
(pin (num 1) (name 1) (type passive))))
(libpart (lib oshw2018badgeprototype-rescue) (part XC9141)
(fields
(field (name Reference) U)
(field (name Value) XC9141))
(pins
(pin (num 1) (name CE) (type input))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name BAT) (type input))
(pin (num 4) (name Vout) (type input))
(pin (num 5) (name Lx) (type input)))))
(libraries
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical oshw2018badgeprototype-rescue)
(uri "C:\\Users\\Technocopia PC 01\\Documents\\GitHub\\ohs18badge/oshw2018badgeprototype-rescue.lib")))
(nets
(net (code 1) (name "Net-(U1-Pad28)")
(node (ref U1) (pin 28)))
(net (code 2) (name "Net-(L1-Pad1)")
(node (ref U2) (pin 5))
(node (ref L1) (pin 1)))
(net (code 3) (name "Net-(D5-Pad2)")
(node (ref D5) (pin 2))
(node (ref SW1) (pin 1))
(node (ref R11) (pin 2)))
(net (code 4) (name "Net-(C3-Pad2)")
(node (ref D5) (pin 1))
(node (ref D6) (pin 1))
(node (ref R8) (pin 2))
(node (ref U2) (pin 1))
(node (ref C3) (pin 2))
(node (ref R2) (pin 1)))
(net (code 5) (name DCDCEN)
(node (ref U1) (pin 24))
(node (ref D6) (pin 2)))
(net (code 6) (name T9)
(node (ref U1) (pin 8))
(node (ref T1) (pin 1)))
(net (code 7) (name T8)
(node (ref U1) (pin 9))
(node (ref T2) (pin 1)))
(net (code 8) (name T7)
(node (ref U1) (pin 12))
(node (ref T3) (pin 1)))
(net (code 9) (name T6)
(node (ref T4) (pin 1))
(node (ref U1) (pin 13)))
(net (code 10) (name T5)
(node (ref U1) (pin 14))
(node (ref T5) (pin 1)))
(net (code 11) (name BATSENSE)
(node (ref R9) (pin 1))
(node (ref U1) (pin 7)))
(net (code 12) (name "Net-(C8-Pad1)")
(node (ref C8) (pin 1))
(node (ref X1) (pin 18)))
(net (code 13) (name "Net-(C9-Pad1)")
(node (ref C9) (pin 1))
(node (ref X1) (pin 20)))
(net (code 14) (name "Net-(C10-Pad1)")
(node (ref C10) (pin 1))
(node (ref X1) (pin 22)))
(net (code 15) (name "Net-(C11-Pad1)")
(node (ref X1) (pin 24))
(node (ref C11) (pin 1)))
(net (code 16) (name "Net-(J2-Pad8)")
(node (ref J2) (pin 8)))
(net (code 17) (name "Net-(J2-Pad9)")
(node (ref J2) (pin 9)))
(net (code 18) (name VGL)
(node (ref X1) (pin 23))
(node (ref C7) (pin 2))
(node (ref D2) (pin 2)))
(net (code 19) (name +3V3)
(node (ref J2) (pin 4))
(node (ref U4) (pin 5))
(node (ref C5) (pin 1))
(node (ref U3) (pin 3))
(node (ref U3) (pin 7))
(node (ref C19) (pin 1))
(node (ref R12) (pin 2))
(node (ref R13) (pin 1))
(node (ref L2) (pin 2))
(node (ref U1) (pin 2))
(node (ref U2) (pin 4))
(node (ref X1) (pin 15))
(node (ref 3V3) (pin 1))
(node (ref X1) (pin 16))
(node (ref C4) (pin 1))
(node (ref C14) (pin 1))
(node (ref C18) (pin 2))
(node (ref U3) (pin 10))
(node (ref X2) (pin 1))
(node (ref C1) (pin 1))
(node (ref C15) (pin 1))
(node (ref R3) (pin 1))
(node (ref R1) (pin 2)))
(net (code 20) (name GND)
(node (ref R4) (pin 2))
(node (ref C3) (pin 1))
(node (ref C12) (pin 2))
(node (ref C8) (pin 2))
(node (ref C9) (pin 2))
(node (ref D3) (pin 1))
(node (ref C6) (pin 1))
(node (ref C7) (pin 1))
(node (ref C14) (pin 2))
(node (ref C10) (pin 2))
(node (ref C11) (pin 2))
(node (ref C5) (pin 2))
(node (ref C2) (pin 2))
(node (ref C18) (pin 1))
(node (ref R11) (pin 1))
(node (ref J2) (pin 12))
(node (ref J2) (pin 10))
(node (ref C19) (pin 2))
(node (ref R8) (pin 1))
(node (ref U3) (pin 1))
(node (ref C15) (pin 2))
(node (ref C1) (pin 2))
(node (ref BT1) (pin 2))
(node (ref C4) (pin 2))
(node (ref U1) (pin 38))
(node (ref X1) (pin 8))
(node (ref U1) (pin 15))
(node (ref U1) (pin 1))
(node (ref U2) (pin 2))
(node (ref U1) (pin 39))
(node (ref U4) (pin 2))
(node (ref U3) (pin 9))
(node (ref U3) (pin 8))
(node (ref U3) (pin 4))
(node (ref J1) (pin 5))
(node (ref X1) (pin 17))
(node (ref R10) (pin 2))
(node (ref X2) (pin 2))
(node (ref J2) (pin 6))
(node (ref C16) (pin 2))
(node (ref GND1) (pin 1)))
(net (code 21) (name SCL)
(node (ref X2) (pin 3))
(node (ref U1) (pin 36))
(node (ref U4) (pin 6))
(node (ref R13) (pin 2))
(node (ref U3) (pin 12)))
(net (code 22) (name SDA)
(node (ref X2) (pin 4))
(node (ref U1) (pin 33))
(node (ref U3) (pin 2))
(node (ref R12) (pin 1))
(node (ref U4) (pin 1)))
(net (code 23) (name "Net-(C13-Pad2)")
(node (ref L2) (pin 1))
(node (ref Q2) (pin 3))
(node (ref D1) (pin 2))
(node (ref C13) (pin 2)))
(net (code 24) (name "Net-(C13-Pad1)")
(node (ref C13) (pin 1))
(node (ref D2) (pin 1))
(node (ref D3) (pin 2)))
(net (code 25) (name RESE)
(node (ref X1) (pin 3))
(node (ref Q2) (pin 2))
(node (ref R4) (pin 1)))
(net (code 26) (name GDR)
(node (ref X1) (pin 2))
(node (ref Q2) (pin 1))
(node (ref R10) (pin 1)))
(net (code 27) (name EINK_BUSY)
(node (ref U1) (pin 26))
(node (ref X1) (pin 9)))
(net (code 28) (name VGH)
(node (ref X1) (pin 21))
(node (ref C6) (pin 2))
(node (ref D1) (pin 1)))
(net (code 29) (name "Net-(C12-Pad1)")
(node (ref X1) (pin 5))
(node (ref C12) (pin 1)))
(net (code 30) (name EINK_RESET)
(node (ref U1) (pin 27))
(node (ref X1) (pin 10)))
(net (code 31) (name EINK_DC)
(node (ref U1) (pin 10))
(node (ref X1) (pin 11)))
(net (code 32) (name EINK_CS)
(node (ref U1) (pin 29))
(node (ref X1) (pin 12)))
(net (code 33) (name EN)
(node (ref R1) (pin 1))
(node (ref EN1) (pin 1))
(node (ref J1) (pin 4))
(node (ref U1) (pin 3)))
(net (code 34) (name EINK_SCLK)
(node (ref X1) (pin 13))
(node (ref J2) (pin 5))
(node (ref U1) (pin 30)))
(net (code 35) (name "Net-(C16-Pad1)")
(node (ref X1) (pin 4))
(node (ref C16) (pin 1)))
(net (code 36) (name INT)
(node (ref U1) (pin 6))
(node (ref U3) (pin 5)))
(net (code 37) (name T4)
(node (ref T6) (pin 1))
(node (ref U1) (pin 16)))
(net (code 38) (name MMC_CS)
(node (ref U1) (pin 23))
(node (ref J2) (pin 2)))
(net (code 39) (name EINK_MOSI)
(node (ref J2) (pin 3))
(node (ref X1) (pin 14))
(node (ref U1) (pin 37)))
(net (code 40) (name MISO)
(node (ref J2) (pin 7))
(node (ref U1) (pin 31)))
(net (code 41) (name IO0)
(node (ref IO0) (pin 1))
(node (ref U1) (pin 25))
(node (ref R3) (pin 2))
(node (ref J1) (pin 3)))
(net (code 42) (name BAT)
(node (ref U2) (pin 3))
(node (ref R9) (pin 2))
(node (ref C2) (pin 1))
(node (ref R2) (pin 2))
(node (ref SW1) (pin 2))
(node (ref L1) (pin 2))
(node (ref BAT1) (pin 1))
(node (ref BT1) (pin 1)))
(net (code 43) (name TxD)
(node (ref J1) (pin 1))
(node (ref U1) (pin 35))
(node (ref TXD1) (pin 1)))
(net (code 44) (name RxD)
(node (ref RXD1) (pin 1))
(node (ref J1) (pin 2))
(node (ref U1) (pin 34)))
(net (code 45) (name LED_BAR_DOUT)
(node (ref U1) (pin 11)))
(net (code 46) (name "Net-(U1-Pad32)")
(node (ref U1) (pin 32)))
(net (code 47) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 48) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5)))
(net (code 49) (name "Net-(U1-Pad17)")
(node (ref U1) (pin 17)))
(net (code 50) (name "Net-(U1-Pad18)")
(node (ref U1) (pin 18)))
(net (code 51) (name "Net-(U1-Pad19)")
(node (ref U1) (pin 19)))
(net (code 52) (name "Net-(U1-Pad20)")
(node (ref U1) (pin 20)))
(net (code 53) (name "Net-(U1-Pad21)")
(node (ref U1) (pin 21)))
(net (code 54) (name "Net-(U1-Pad22)")
(node (ref U1) (pin 22)))
(net (code 55) (name "Net-(X1-Pad6)")
(node (ref X1) (pin 6)))
(net (code 56) (name "Net-(X1-Pad7)")
(node (ref X1) (pin 7)))
(net (code 57) (name "Net-(X1-Pad1)")
(node (ref X1) (pin 1)))
(net (code 58) (name "Net-(X1-Pad19)")
(node (ref X1) (pin 19)))
(net (code 59) (name "Net-(U4-Pad4)")
(node (ref U4) (pin 4)))
(net (code 60) (name "Net-(J1-Pad6)")
(node (ref J1) (pin 6)))
(net (code 61) (name "Net-(U4-Pad3)")
(node (ref U4) (pin 3)))
(net (code 62) (name "Net-(U3-Pad6)")
(node (ref U3) (pin 6)))
(net (code 63) (name "Net-(J2-Pad1)")
(node (ref J2) (pin 1)))
(net (code 64) (name "Net-(J2-Pad11)")
(node (ref J2) (pin 11)))
(net (code 65) (name "Net-(J2-Pad13)")
(node (ref J2) (pin 13)))
(net (code 66) (name "Net-(U3-Pad11)")
(node (ref U3) (pin 11)))))