-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsmartBMSdisplay.kicad_pcb
863 lines (845 loc) · 65.4 KB
/
smartBMSdisplay.kicad_pcb
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
(kicad_pcb (version 20211014) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(svguseinch false)
(svgprecision 6)
(excludeedgelayer true)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "Net-(B1-Pad1)")
(net 2 "GND")
(net 3 "Net-(Brd1-Pad3)")
(net 4 "Net-(Brd1-Pad4)")
(net 5 "Net-(Brd1-Pad5)")
(net 6 "Net-(Brd1-Pad6)")
(net 7 "Net-(Brd1-Pad7)")
(net 8 "Net-(J1-Pad2)")
(net 9 "unconnected-(J2-Pad1)")
(net 10 "unconnected-(B1-Pad2)")
(net 11 "Net-(B1-Pad3)")
(net 12 "Net-(Q1-Pad2)")
(net 13 "Net-(J1-Pad3)")
(net 14 "Net-(R1-Pad2)")
(net 15 "Net-(J1-Pad4)")
(net 16 "unconnected-(U1-Pad1)")
(net 17 "unconnected-(U1-Pad2)")
(net 18 "unconnected-(U1-Pad3)")
(net 19 "unconnected-(U1-Pad4)")
(net 20 "unconnected-(U1-Pad12)")
(net 21 "unconnected-(U1-Pad13)")
(net 22 "unconnected-(U1-Pad15)")
(net 23 "unconnected-(U1-Pad16)")
(net 24 "unconnected-(U1-Pad17)")
(net 25 "unconnected-(U1-Pad18)")
(net 26 "unconnected-(U1-Pad20)")
(net 27 "unconnected-(U1-Pad21)")
(net 28 "unconnected-(U1-Pad22)")
(net 29 "unconnected-(U1-Pad23)")
(net 30 "unconnected-(U1-Pad24)")
(net 31 "unconnected-(U1-Pad25)")
(net 32 "unconnected-(U1-Pad26)")
(net 33 "unconnected-(U1-Pad29)")
(net 34 "unconnected-(U1-Pad31)")
(net 35 "unconnected-(U1-Pad32)")
(net 36 "unconnected-(U1-Pad33)")
(net 37 "unconnected-(U1-Pad34)")
(net 38 "unconnected-(U1-Pad35)")
(net 39 "unconnected-(U1-Pad36)")
(net 40 "unconnected-(U1-Pad37)")
(net 41 "unconnected-(U1-Pad38)")
(net 42 "Net-(R2-Pad2)")
(net 43 "Net-(SW2-Pad1)")
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (layer "F.Cu")
(tedit 59FED5CC) (tstamp 00c00a93-778a-4bf1-a63f-443f5b3362c7)
(at 149.225 92.71)
(descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x05 2.54mm single row")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/1344edc9-c350-4843-b564-e09095d38d66")
(attr through_hole)
(fp_text reference "J2" (at 0 -3.175) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 434719f4-112b-4a56-9bc6-6798891ebcaa)
)
(fp_text value "Conn_01x05_Male" (at 0 12.49) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 970e53a8-b98b-49c6-ba55-658b6f7cb4ab)
)
(fp_text user "${REFERENCE}" (at 0 5.08 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 426c3036-b5d8-441a-b6d3-d30feb14d466)
)
(fp_line (start 1.33 1.27) (end 1.33 11.49) (layer "F.SilkS") (width 0.12) (tstamp 291dad2a-90f6-4f61-9c55-6729162cbfc9))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 32b73f8e-816a-48db-8e43-c20f6150271e))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 8a0e0e59-01aa-46d2-bd53-fbd80bd890a4))
(fp_line (start -1.33 11.49) (end 1.33 11.49) (layer "F.SilkS") (width 0.12) (tstamp a47df69c-9066-478e-8c87-12a805da1872))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp e9e955c7-3a27-46ee-bda1-ed12536f83a9))
(fp_line (start -1.33 1.27) (end -1.33 11.49) (layer "F.SilkS") (width 0.12) (tstamp fa50a22a-1bf1-49a8-9f34-7b036b5cfe3a))
(fp_rect (start 2.112827 -2.164827) (end -17.548206 12.272827) (layer "F.SilkS") (width 0.12) (fill none) (tstamp a2d8e5c2-92f4-4043-a09d-9c3793c13e93))
(fp_line (start -1.8 11.95) (end 1.8 11.95) (layer "F.CrtYd") (width 0.05) (tstamp 62210495-07f8-41a0-8333-c7fc96dcb3d2))
(fp_line (start 1.8 11.95) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 733d1af6-845c-45a4-88a3-ab10c8c838b3))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp d37a457a-3e93-43c2-9699-ceffd10f5adc))
(fp_line (start -1.8 -1.8) (end -1.8 11.95) (layer "F.CrtYd") (width 0.05) (tstamp ddd29f3f-1600-4819-8eb5-9e686621af64))
(fp_line (start 1.27 -1.27) (end 1.27 11.43) (layer "F.Fab") (width 0.1) (tstamp 0ca6ad58-5e73-4346-81e8-438c3c12a143))
(fp_line (start -1.27 11.43) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 10d3f6a1-02f8-499d-b3d7-d34ebdd06bbf))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 5b10aa56-c9c7-4592-a57c-500cb5c68ed9))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 6a738fdb-de7f-4b00-a959-a6fb1375202e))
(fp_line (start 1.27 11.43) (end -1.27 11.43) (layer "F.Fab") (width 0.1) (tstamp cdbb40b7-4ca7-4f7b-80fa-d41ad778f00e))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 9 "unconnected-(J2-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp aa189079-35e3-433b-aaea-1fe3db7ec489))
(pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 15 "Net-(J1-Pad4)") (pinfunction "Pin_2") (pintype "passive") (tstamp f6c6f34d-30da-4264-95ac-1222ea841107))
(pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp ee606017-556c-43ed-901e-5e4587e59e47))
(pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "Pin_4") (pintype "passive") (tstamp f2f73514-4582-4944-bb0e-e87d8b7bbcf9))
(pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 "Net-(B1-Pad1)") (pinfunction "Pin_5") (pintype "passive") (tstamp a305c692-ea50-472e-bddc-b76cb4e331c9))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu")
(tedit 59FED5CC) (tstamp 1476060b-5bd6-4d62-9716-e246eba3ed03)
(at 124.46 101.6 180)
(descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x04 2.54mm single row")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/c1ace7e4-3251-47a5-85ea-fdcf6d7e4bc3")
(attr through_hole)
(fp_text reference "J1" (at 0 -2.33) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8ac864c4-cf53-4736-b2f4-20ed990980ed)
)
(fp_text value "Conn_01x04_Male" (at 0 9.95) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3050dc39-7d4c-42b6-bd3d-375fc47e73ce)
)
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ade4f37d-5434-42a5-bdf1-72d59eb394bb)
)
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 1199dd7b-d508-4d29-987c-7ef84b5e3538))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 21565814-ac67-40f7-a248-95431e002032))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 4df1c405-6a38-4805-8c94-b403799db6ec))
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 9b4de201-9971-4b0e-9674-a3595a1599c7))
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp b68d555c-cee0-459c-b0d6-7b05671eb56a))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp eddb3cf1-6e33-4ee9-aed1-7f320697c239))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 49a0907b-40bc-4d75-b5c8-f01929176938))
(fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 65516c4a-bdc1-4c77-adef-93f74ec6f81e))
(fp_line (start -1.8 9.4) (end 1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 71450c90-b221-439c-9201-50ee76ae57b8))
(fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 77cc56bc-1d41-4a24-af37-8dfc521f542e))
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp 2c8b1dd3-444a-41bf-bc24-c916e733064c))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 45a654fe-d0f3-4547-8b88-2b7b4070e4b7))
(fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 625e9a27-60d6-4662-9133-2bd7b3f5d649))
(fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp a5048bfb-95ec-4404-a2f5-05124bd88cba))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp e0ca6160-2411-401f-957f-8162a12fd087))
(pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 80e4d931-60c4-43e7-849b-746f953bbb45))
(pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 8 "Net-(J1-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 312b75d5-37fa-4c61-aa38-e4d326fdcbbe))
(pad "3" thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 13 "Net-(J1-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 386b2edc-7659-4cd3-8040-ad5b845f6016))
(pad "4" thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 15 "Net-(J1-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 20a50757-f3c2-41f1-ab89-5230536ef33f))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.00mm:PinHeader_1x03_P2.00mm_Vertical" (layer "F.Cu")
(tedit 59FED667) (tstamp 2ef2959a-f952-4142-9f05-8be853a40248)
(at 181.969663 100.110387 -90)
(descr "Through hole straight pin header, 1x03, 2.00mm pitch, single row")
(tags "Through hole pin header THT 1x03 2.00mm single row")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/df2fcdae-8ff3-4a02-ba96-18947f0637da")
(attr through_hole)
(fp_text reference "B1" (at 0 -2.06 -90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b4750c2a-784f-4fc7-a5c1-005785ac63f0)
)
(fp_text value "Buzzer" (at 0 6.06 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 00046fb9-099c-4174-ad2f-03c9fdc2fb32)
)
(fp_text user "${REFERENCE}" (at 0 2) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 882b6410-eafb-47ab-ab05-5f25dc3fc493)
)
(fp_line (start -1.06 5.06) (end 1.06 5.06) (layer "F.SilkS") (width 0.12) (tstamp 0a1ecc26-53a0-4770-816e-3c33ceb2a772))
(fp_line (start -1.06 -1.06) (end 0 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 1636d8a5-31a6-478f-8222-b4e20e4ef3bf))
(fp_line (start -1.06 1) (end -1.06 5.06) (layer "F.SilkS") (width 0.12) (tstamp 51f0b24e-ddc1-4c34-9cf4-4d7119976cdc))
(fp_line (start -1.06 0) (end -1.06 -1.06) (layer "F.SilkS") (width 0.12) (tstamp 87dd177a-0e70-49a0-95c4-2841f55834c7))
(fp_line (start -1.06 1) (end 1.06 1) (layer "F.SilkS") (width 0.12) (tstamp a06c5cd6-ed4b-465f-8748-b9211604215f))
(fp_line (start 1.06 1) (end 1.06 5.06) (layer "F.SilkS") (width 0.12) (tstamp fdde1e72-615b-4beb-9c98-3e7d3870abc3))
(fp_line (start -1.5 -1.5) (end -1.5 5.5) (layer "F.CrtYd") (width 0.05) (tstamp 3463c6bb-66c7-44b3-aff5-822306a8e351))
(fp_line (start 1.5 5.5) (end 1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 812e1f50-3dcc-4a99-b929-57a67e5b1cb7))
(fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp aaf8a014-f690-46de-b9d0-10ae5462cd04))
(fp_line (start -1.5 5.5) (end 1.5 5.5) (layer "F.CrtYd") (width 0.05) (tstamp d7041794-e8ac-47f7-893b-04508ade7399))
(fp_line (start -0.5 -1) (end 1 -1) (layer "F.Fab") (width 0.1) (tstamp 81b483e3-c72b-4a6a-8087-6f80269f3639))
(fp_line (start -1 -0.5) (end -0.5 -1) (layer "F.Fab") (width 0.1) (tstamp 92dd70ab-3ba6-463b-b7ea-73bb202684c3))
(fp_line (start 1 5) (end -1 5) (layer "F.Fab") (width 0.1) (tstamp b085e068-fdd7-434b-96f4-cf2f41b139dc))
(fp_line (start -1 5) (end -1 -0.5) (layer "F.Fab") (width 0.1) (tstamp c1a47503-29b7-43c9-a4f3-68d826fc7370))
(fp_line (start 1 -1) (end 1 5) (layer "F.Fab") (width 0.1) (tstamp e6c03e91-843b-4883-8617-198a4424502f))
(pad "1" thru_hole rect (at 0 0 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask)
(net 1 "Net-(B1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 07996e20-c416-4c48-a3c5-f067150a681b))
(pad "2" thru_hole oval (at 0 2 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask)
(net 10 "unconnected-(B1-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 1427b4d8-2ed1-4c78-af8d-176993526667))
(pad "3" thru_hole oval (at 0 4 270) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask)
(net 11 "Net-(B1-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 45172ce5-f79c-4e91-af9d-0a159da297f3))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x03_P2.00mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Package_TO_SOT_THT:TO-92_HandSolder" (layer "F.Cu")
(tedit 5A282C46) (tstamp 42af5943-6c7f-4af5-a4c4-59adfffbb346)
(at 167.64 99.06)
(descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)")
(tags "to-92 sc-43 sc-43a sot54 PA33 transistor")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/a27932c7-183d-46b9-ad8f-2ab9c5c42e59")
(attr through_hole)
(fp_text reference "Q1" (at 5.08 -2.45) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b3be620e-4221-4264-95ac-e2b65fd805c7)
)
(fp_text value "BC547" (at 1.27 2.79) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5db7a59c-7e78-4cf0-8a09-609033bfee68)
)
(fp_text user "${REFERENCE}" (at 1.27 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b12e418e-e07f-4568-93e4-d43f5115ec0a)
)
(fp_line (start -0.53 1.85) (end 3.07 1.85) (layer "F.SilkS") (width 0.12) (tstamp e44f2cc5-5ad6-40f0-a12b-152d715ff29f))
(fp_arc (start -0.541875 1.841741) (mid -1.247231 -0.581764) (end 0.45 -2.45) (layer "F.SilkS") (width 0.12) (tstamp 05bf4fae-56bd-44bc-85ea-446a60573355))
(fp_arc (start 2.05 -2.45) (mid 3.769931 -0.601036) (end 3.078445 1.827684) (layer "F.SilkS") (width 0.12) (tstamp b8c462eb-aeb0-4c20-8c93-29c0917482c5))
(fp_line (start -1.46 -3.05) (end 4 -3.05) (layer "F.CrtYd") (width 0.05) (tstamp 1adac659-bf1d-4773-b3c3-2089c3a1638c))
(fp_line (start 4 2.01) (end -1.46 2.01) (layer "F.CrtYd") (width 0.05) (tstamp 7d06b9c2-721a-495a-bc97-74cc8f38b546))
(fp_line (start 4 2.01) (end 4 -3.05) (layer "F.CrtYd") (width 0.05) (tstamp ebda6aee-376d-49b2-969e-340c856a4a09))
(fp_line (start -1.46 -3.05) (end -1.46 2.01) (layer "F.CrtYd") (width 0.05) (tstamp f27dfded-4c9a-44be-8e0f-1a38d44058f0))
(fp_line (start -0.5 1.75) (end 3 1.75) (layer "F.Fab") (width 0.1) (tstamp 8f5adf11-e2a5-4aff-b9b7-caf54f22cb20))
(fp_arc (start 1.27 -2.48) (mid 3.561221 -0.949055) (end 3.023625 1.753625) (layer "F.Fab") (width 0.1) (tstamp 7663d923-e6d2-4c8e-9b66-0bb45ba4823a))
(fp_arc (start -0.483625 1.753625) (mid -1.021221 -0.949055) (end 1.27 -2.48) (layer "F.Fab") (width 0.1) (tstamp e4cdf176-6aac-4c70-b342-cfb032f49b50))
(pad "1" thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask)
(net 11 "Net-(B1-Pad3)") (pinfunction "C") (pintype "passive") (tstamp f8cc06a5-bc8f-405a-a658-f7f07d6fbcba))
(pad "2" thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25)
(net 12 "Net-(Q1-Pad2)") (pinfunction "B") (pintype "input") (tstamp 37e792fb-39de-4137-8ba9-46f2a0ef6ce7))
(pad "3" thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25)
(net 2 "GND") (pinfunction "E") (pintype "passive") (tstamp 18cdcf78-2859-464c-9727-67137f933c7b))
(model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "ESP32-smartBMSdisplay:ESP32_Devkit_38Pins" (layer "F.Cu")
(tedit 5FDA221B) (tstamp 48ccc55e-52f3-4fda-932e-880c7c46699b)
(at 149.86 73.025)
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/fa7cc373-1e9b-4a68-961b-8c9f216ebb9e")
(attr through_hole)
(fp_text reference "U1" (at -24.96 0 -90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b6bf41bb-a06a-46e1-b9ff-2dfdc30e5d93)
)
(fp_text value "esp32_WROOM" (at 0 0 -180) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2b3e9c7e-b814-463b-9d59-d236bba1b68f)
)
(fp_line (start 23.96 14.2) (end 23.96 -14.199999) (layer "F.SilkS") (width 0.12) (tstamp 0b6b1c15-e4dd-4409-aa32-504e6d623ad5))
(fp_line (start 27.2 -3) (end 27.2 3) (layer "F.SilkS") (width 0.12) (tstamp 0c07091a-3262-437c-b6cb-e99a0ab89270))
(fp_line (start 27.2 3) (end 23.9 3) (layer "F.SilkS") (width 0.12) (tstamp 0f9751d7-b27d-4ed3-a048-bab49e03ccbe))
(fp_line (start 27.6 -14.2) (end 27.6 14.2) (layer "F.SilkS") (width 0.12) (tstamp 2c405358-a313-4931-a849-31279015c2a4))
(fp_line (start -27.6 14.2) (end 27.6 14.2) (layer "F.SilkS") (width 0.12) (tstamp 44d45054-c95a-4db1-a4e6-a0cd45e588fc))
(fp_line (start 23.9 -3) (end 27.2 -3) (layer "F.SilkS") (width 0.12) (tstamp 4bc5213c-8bfb-4104-a88e-bb14a62d6661))
(fp_line (start 23.96 -14.199999) (end -23.96 -14.2) (layer "F.SilkS") (width 0.12) (tstamp 527857d9-be12-4095-b427-9335be7ed01c))
(fp_line (start -23.96 -4.733333) (end -23.96 4.733333) (layer "F.SilkS") (width 0.12) (tstamp 577205f9-5beb-4b4f-8f5d-38f31ce734f2))
(fp_line (start -27.6 -14.2) (end 26.8 -14.2) (layer "F.SilkS") (width 0.12) (tstamp 680ada69-c893-4b0c-a64e-194b5df74cda))
(fp_line (start -27.6 14.2) (end -27.6 -14.2) (layer "F.SilkS") (width 0.12) (tstamp 80295b6f-4a9c-4a48-9f39-2d67af37d228))
(fp_line (start 26.8 -14.2) (end 27.6 -14.2) (layer "F.SilkS") (width 0.12) (tstamp 8b036bb8-9937-41f4-98be-fb001fe54d06))
(fp_line (start -23.96 -14.2) (end -23.96 -4.733333) (layer "F.SilkS") (width 0.12) (tstamp a1437404-c72d-4fbc-a0c7-9c8f33c49dd7))
(fp_line (start -23.96 4.733333) (end -23.96 14.199999) (layer "F.SilkS") (width 0.12) (tstamp a91ef584-c6c3-4a27-aba0-4493f8fc50d3))
(fp_line (start -23.96 14.199999) (end 23.96 14.2) (layer "F.SilkS") (width 0.12) (tstamp bfe90cee-17de-4eb4-b7d0-695b8f5e2fbb))
(fp_line (start -23.71 -13.95) (end 23.71 -13.95) (layer "F.CrtYd") (width 0.05) (tstamp 2a69367a-2884-42b0-a660-79a321d81049))
(fp_line (start -23.71 13.95) (end -23.71 -13.95) (layer "F.CrtYd") (width 0.05) (tstamp 699e3dc8-847c-43ee-b879-847cd7b682f0))
(fp_line (start 23.71 -13.95) (end 23.71 13.95) (layer "F.CrtYd") (width 0.05) (tstamp 6d2579ac-3e98-4da8-9f12-f332d49ef11a))
(fp_line (start 23.71 13.95) (end -23.71 13.95) (layer "F.CrtYd") (width 0.05) (tstamp c8702571-c8f8-4a21-bec3-2f84676fb3d1))
(pad "1" thru_hole oval (at -22.86 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 16 "unconnected-(U1-Pad1)") (pinfunction "3.3V") (pintype "power_out") (tstamp 9e7a0ec0-7fdc-4a8c-98a8-107b1669feb1))
(pad "2" thru_hole oval (at -20.32 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 17 "unconnected-(U1-Pad2)") (pinfunction "EN_RST") (pintype "input") (tstamp 48316678-60f7-44e2-99ed-2f2d67d0ec65))
(pad "3" thru_hole oval (at -17.78 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 18 "unconnected-(U1-Pad3)") (pinfunction "SP") (pintype "input") (tstamp 9251c0eb-0c58-4e6f-ae01-4e8aa68df0f0))
(pad "4" thru_hole oval (at -15.24 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 19 "unconnected-(U1-Pad4)") (pinfunction "SN") (pintype "input") (tstamp d27121ec-51b5-453f-b8a6-168c0c03ab27))
(pad "5" thru_hole oval (at -12.7 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 42 "Net-(R2-Pad2)") (pinfunction "GPI34") (pintype "input") (tstamp 5ea8bfac-bd8a-433a-9713-4daf3596c0f2))
(pad "6" thru_hole oval (at -10.16 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 43 "Net-(SW2-Pad1)") (pinfunction "GPI35") (pintype "input") (tstamp fd11689d-1ca1-4f03-805f-ecdae24107a3))
(pad "7" thru_hole oval (at -7.62 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 7 "Net-(Brd1-Pad7)") (pinfunction "GPIO32") (pintype "bidirectional") (tstamp dbe8b865-0da5-40c0-8a67-c88a6600ad00))
(pad "8" thru_hole oval (at -5.08 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 6 "Net-(Brd1-Pad6)") (pinfunction "GPIO33") (pintype "bidirectional") (tstamp dccce87e-a261-48ed-8e1b-5b8ba0b829f4))
(pad "9" thru_hole oval (at -2.54 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 5 "Net-(Brd1-Pad5)") (pinfunction "GPIO25") (pintype "bidirectional") (tstamp 86e3f829-e8ed-4177-8569-dd43ddcf2303))
(pad "10" thru_hole oval (at 0 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 4 "Net-(Brd1-Pad4)") (pinfunction "GPIO26") (pintype "bidirectional") (tstamp e831cd3e-157b-4b59-882a-3595006d3fb6))
(pad "11" thru_hole oval (at 2.54 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 3 "Net-(Brd1-Pad3)") (pinfunction "GPIO27") (pintype "bidirectional") (tstamp 535e57a8-e3e7-45cf-9f12-dc8f767d9ca1))
(pad "12" thru_hole oval (at 5.08 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 20 "unconnected-(U1-Pad12)") (pinfunction "GPIO14") (pintype "bidirectional") (tstamp 044187ce-1ba3-4c43-b512-d4f89780525c))
(pad "13" thru_hole oval (at 7.62 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 21 "unconnected-(U1-Pad13)") (pinfunction "GPIO12") (pintype "bidirectional") (tstamp 7b6c992b-f7dc-4521-884f-c65895f3283e))
(pad "14" thru_hole oval (at 10.16 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "GND") (pintype "power_in") (tstamp f91d7562-c497-440d-95d1-2de9080527f4))
(pad "15" thru_hole oval (at 12.7 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 22 "unconnected-(U1-Pad15)") (pinfunction "GPIO13") (pintype "bidirectional") (tstamp e5ddb8a8-6412-4661-8af4-8fe6763df2c0))
(pad "16" thru_hole oval (at 15.24 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 23 "unconnected-(U1-Pad16)") (pinfunction "GPIO9") (pintype "bidirectional") (tstamp 68f1b6b1-57b7-4d69-9cb5-e78e69637cbd))
(pad "17" thru_hole oval (at 17.78 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 24 "unconnected-(U1-Pad17)") (pinfunction "GPIO10") (pintype "bidirectional") (tstamp 169d20ef-d152-4428-b90b-c02b71ba08ae))
(pad "18" thru_hole oval (at 20.32 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 25 "unconnected-(U1-Pad18)") (pinfunction "CMD") (pintype "input") (tstamp 8631cef5-3021-491d-9d67-5a0eee88fb7d))
(pad "19" thru_hole oval (at 22.86 12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 1 "Net-(B1-Pad1)") (pinfunction "5V") (pintype "power_in") (tstamp dea5b307-9858-472d-a1b3-18e07ef9e8e3))
(pad "20" thru_hole oval (at 22.86 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 26 "unconnected-(U1-Pad20)") (pinfunction "GPIO6") (pintype "bidirectional") (tstamp a06b01c8-db47-4daa-92df-c316699f0f33))
(pad "21" thru_hole oval (at 20.32 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 27 "unconnected-(U1-Pad21)") (pinfunction "GPIO7") (pintype "bidirectional") (tstamp da19066b-cbdd-417d-8ce9-d8ae8f0f8bb0))
(pad "22" thru_hole oval (at 17.78 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 28 "unconnected-(U1-Pad22)") (pinfunction "GPIO8") (pintype "bidirectional") (tstamp d580d4c5-799c-472e-b601-845a1efa31a3))
(pad "23" thru_hole oval (at 15.24 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 29 "unconnected-(U1-Pad23)") (pinfunction "GPIO15") (pintype "bidirectional") (tstamp 062c915f-61a0-45cf-bf1b-f8917af1c154))
(pad "24" thru_hole oval (at 12.7 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 30 "unconnected-(U1-Pad24)") (pinfunction "GPIO2") (pintype "bidirectional") (tstamp e43e35f8-644e-4b1d-8ba3-9f3baaac9ab1))
(pad "25" thru_hole oval (at 10.16 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 31 "unconnected-(U1-Pad25)") (pinfunction "GPIO0") (pintype "bidirectional") (tstamp c09d43f7-7ea3-4553-b76d-8b845a2a297c))
(pad "26" thru_hole oval (at 7.62 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 32 "unconnected-(U1-Pad26)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp 47cc5a64-eff4-41c6-a153-9d807fd3729f))
(pad "27" thru_hole oval (at 5.08 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 8 "Net-(J1-Pad2)") (pinfunction "GPIO16") (pintype "bidirectional") (tstamp 9e7b5bf4-5537-4030-a9ab-383efa82813a))
(pad "28" thru_hole oval (at 2.54 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 13 "Net-(J1-Pad3)") (pinfunction "GPIO17") (pintype "bidirectional") (tstamp 375bef9d-9d50-4d83-9c09-32b230e54e5d))
(pad "29" thru_hole oval (at 0 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 33 "unconnected-(U1-Pad29)") (pinfunction "GPIO5") (pintype "bidirectional") (tstamp c14f3319-8aeb-4b95-b420-f2541aad9c42))
(pad "30" thru_hole oval (at -2.54 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 14 "Net-(R1-Pad2)") (pinfunction "GPIO18") (pintype "bidirectional") (tstamp 1a0ed5a1-2521-4d20-aba9-af9b1a6d2f6d))
(pad "31" thru_hole oval (at -5.08 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 34 "unconnected-(U1-Pad31)") (pinfunction "GPIO19") (pintype "bidirectional") (tstamp a3e73891-f7a8-4552-a77d-377049489f98))
(pad "32" thru_hole oval (at -7.62 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 35 "unconnected-(U1-Pad32)") (pinfunction "GND") (pintype "power_in") (tstamp 7eed8cba-17b2-4253-a16a-0281e30d13af))
(pad "33" thru_hole oval (at -10.16 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 36 "unconnected-(U1-Pad33)") (pinfunction "GPIO21") (pintype "bidirectional") (tstamp fec53716-f78e-4ebb-a71f-1906e4eeea72))
(pad "34" thru_hole oval (at -12.7 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 37 "unconnected-(U1-Pad34)") (pinfunction "GPIO3") (pintype "bidirectional") (tstamp a2c63cd8-7d50-49cc-92f2-ca61b036d19a))
(pad "35" thru_hole oval (at -15.24 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 38 "unconnected-(U1-Pad35)") (pinfunction "GPIO1") (pintype "bidirectional") (tstamp ca2bb202-352d-41b0-888c-1c6fe8c24041))
(pad "36" thru_hole oval (at -17.78 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 39 "unconnected-(U1-Pad36)") (pinfunction "GPIO22") (pintype "bidirectional") (tstamp 35b307c8-eb1d-4594-938e-d418a8d103ea))
(pad "37" thru_hole oval (at -20.32 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 40 "unconnected-(U1-Pad37)") (pinfunction "GPIO23") (pintype "bidirectional") (tstamp 22ff27cb-9ded-4c66-a004-63c82526873e))
(pad "38" thru_hole oval (at -22.86 -12.7) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)
(net 41 "unconnected-(U1-Pad38)") (pinfunction "GND") (pintype "passive") (tstamp 46a02542-7a2d-482c-a3cf-9b840c7ed5a1))
)
(footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
(tedit 5AE5139B) (tstamp 8b78bb16-e32c-4a63-812d-7fc73dc395bc)
(at 136.525 109.22)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/08385774-0b14-46cd-9e08-90894ab24973")
(attr through_hole)
(fp_text reference "R3" (at -3.175 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2a7a81d0-7999-4a71-926b-8c1097eecdf1)
)
(fp_text value "10k" (at 5.08 2.37) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b3cea961-da58-4ee2-9b89-8d5e3d6f3686)
)
(fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp be0c0f73-9be8-4744-81de-b33c7bc35646)
)
(fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 06c145c6-d5b8-4e26-a259-679f3f212d51))
(fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 4a1a0e51-021e-42aa-b6c3-49fb013b4eb4))
(fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp acff9123-a784-4ffb-bf2b-20735a799afa))
(fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp b0562d03-120f-4a3a-819a-b758e0b0f7ff))
(fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp b3705cc3-d50c-4eb2-b04a-1109fbc1664e))
(fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp d9f80577-4ff9-49eb-ae6b-44ca885249bd))
(fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 46c01774-dcb3-4703-8ea7-963ac80aceb9))
(fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 847d6f7c-f877-4e4b-b8c3-8a76bc5d1345))
(fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp ba41d298-c099-437a-acf8-39a45340d11f))
(fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp c0df9d05-0309-4b2e-8ab9-d548c121906c))
(fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 2fb0809b-88e1-407f-b851-16d1a522f572))
(fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 79698f2d-0933-44a2-b196-e210a72cd6da))
(fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp c2ec1dce-6f81-48e4-b5e9-e67ca44506e0))
(fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp e94f18e9-3e93-4139-ba47-9aba9bc2b8c4))
(fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp ee681a30-5250-44e5-a223-9b843626f69c))
(fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp fdfccf54-365b-4ecb-968b-4442bd4b2655))
(pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 1 "Net-(B1-Pad1)") (pintype "passive") (tstamp fe2a58c6-2195-4456-9b91-e3a57d03cd56))
(pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 43 "Net-(SW2-Pad1)") (pintype "passive") (tstamp 29e1e748-de63-4c21-9397-822c155a6f1f))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
(tedit 5AE5139B) (tstamp be468553-c95e-4d48-910d-46da39d34fb4)
(at 136.525 113.27)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/6650d055-dffc-4b8f-964b-17e0cea695cf")
(attr through_hole)
(fp_text reference "R2" (at -3.175 -0.24) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 74bd7fa6-2662-4164-8355-4ee83435f105)
)
(fp_text value "10k" (at 5.08 2.37) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8d1fa76f-535f-4b3f-b5ca-fcca685df8ef)
)
(fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 774df614-9553-4901-8584-dea5ee69255b)
)
(fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 0b0f0ba6-56b3-4c32-8f90-2f15553a9d9c))
(fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 3a09133b-218d-4470-9843-51cf002ecfb5))
(fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3d919f8e-0592-467e-9884-c847db43d5d9))
(fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 52cb90a1-9637-43dd-95a3-e6bf33b2e17c))
(fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 5e5bbfa6-47e1-4b1d-8b22-f5058fc13c3f))
(fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 7c5b9f31-420a-464b-8247-db7d654b5f35))
(fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 393a2cf1-c7ca-4b9e-a6ad-71547e4d42b4))
(fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3dde8df7-9686-48bf-8431-5c172f637d60))
(fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b8dc052b-4abe-4931-863b-72b66eff89e2))
(fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp bcaabb75-0521-430c-87d2-5c8f1d6cbe59))
(fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 0f71c235-3ff4-4d46-a482-a63bd6e287c2))
(fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 3f66df16-5421-4942-9dd7-ac45ffce027d))
(fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 5e51c7be-6198-4e9e-88a0-babb4d7b27cb))
(fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 9f5c02dd-20ee-46df-a2de-8810867e1ca9))
(fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp a7f8b087-f79f-44f5-87fb-693ea3c4b290))
(fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp babdcc0c-d843-4d97-ac92-a2bed4cb0488))
(pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 1 "Net-(B1-Pad1)") (pintype "passive") (tstamp 69dd33ef-39ba-444b-a0fa-34c58107e99d))
(pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 42 "Net-(R2-Pad2)") (pintype "passive") (tstamp 3d1d9560-3bc5-4c15-8529-0bb32dd0ad89))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
(tedit 5AE5139B) (tstamp d8df27c0-50ba-48df-bae5-9474bcd17be8)
(at 162.56 104.14 90)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/430fd861-80ad-4160-9af1-82919bba9a93")
(attr through_hole)
(fp_text reference "R1" (at 5.08 -2.37 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 01a8666e-d142-4910-80ee-d4116079a60f)
)
(fp_text value "3K3" (at 5.08 2.37 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1121f35f-ac56-4329-bc8c-c9ba5a3858d2)
)
(fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 411af050-947c-4ec6-b6b2-909c6f095282)
)
(fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3672cf58-db6a-4ef8-b0af-c896b8dac66b))
(fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 4a7a54ae-e05a-4fda-aba3-7fb90045ac78))
(fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 971e578b-76d6-4e07-85df-3e8a9ea2fffb))
(fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp afadcdbf-97e0-4057-abd3-e9b6a38832dc))
(fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp dfaf3e6c-ac52-4ae4-b6a7-b65875b27a87))
(fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp ec6e9788-f5af-440c-9007-8fcb22668a93))
(fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 1f4dae59-f788-45d6-a456-ebc3b4797392))
(fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 5f45b534-9f06-4b77-8b26-15d8addee10b))
(fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp e068447f-796c-42f8-8dbe-a909b6298f61))
(fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp fab4ea9b-1d7a-4d02-9314-f66b924b0980))
(fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 21a93906-e8d1-461b-a038-779d7fe03f39))
(fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 3345c3dd-5edb-41cc-8199-e57153caee82))
(fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 67390e3f-5c7c-44b8-b725-d8069be27084))
(fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 6f209d55-e75e-41b2-a01e-5362ed60accc))
(fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 9f131d72-c697-4dfa-9ad2-567ca42833bb))
(fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp e5d6fe39-12d3-45f9-877f-d836dabd0a28))
(pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 12 "Net-(Q1-Pad2)") (pintype "passive") (tstamp e794840a-9842-404d-b02e-0bced63aab93))
(pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 14 "Net-(R1-Pad2)") (pintype "passive") (tstamp 1a8eebff-733a-4bc0-bab3-1ee6e4ca8246))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Button_Switch_THT:SW_Tactile_Straight_KSA0Axx1LFTR" (layer "B.Cu")
(tedit 5A02FE31) (tstamp e5981c19-72e7-4a9a-bdea-df27e4d8b209)
(at 177.8 108.585 180)
(descr "SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf")
(tags "SW PUSH SMALL Tactile C&K")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/77168115-06d5-435e-92cc-4c8abef8cf6c")
(attr through_hole)
(fp_text reference "SW1" (at -3.175 -1.905) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 49032fe5-fc83-428b-bdaf-dde6d256aeaf)
)
(fp_text value "Switch_1" (at 3.81 -7.28) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 7fcedf6b-666d-4a99-af52-30a48ec3ed32)
)
(fp_text user "${REFERENCE}" (at 3.81 -2.54) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 0e70f678-b583-4279-82ef-f1d7a67908ba)
)
(fp_line (start 0 1.27) (end 0 0.97) (layer "B.SilkS") (width 0.12) (tstamp 216aab49-819e-4804-8f11-40526b503b4c))
(fp_line (start 7.62 1.27) (end 7.62 0.97) (layer "B.SilkS") (width 0.12) (tstamp 372df614-4a6d-4987-8273-7ce923ad399e))
(fp_line (start 0 -6.05) (end 0 -6.35) (layer "B.SilkS") (width 0.12) (tstamp 3ab782b8-9d9f-4c00-9ea6-322d546573e2))
(fp_line (start 7.62 -6.35) (end 0 -6.35) (layer "B.SilkS") (width 0.12) (tstamp 4397f231-d22f-4a5f-b72c-4264793e11f3))
(fp_line (start 7.62 -0.97) (end 7.62 -4.11) (layer "B.SilkS") (width 0.12) (tstamp d61711a8-50b9-449c-a4d1-0d1b9bda96fd))
(fp_line (start 0 -0.97) (end 0 -4.11) (layer "B.SilkS") (width 0.12) (tstamp f45f9322-c800-4195-9101-ca0270b9e17c))
(fp_line (start 7.62 -6.05) (end 7.62 -6.35) (layer "B.SilkS") (width 0.12) (tstamp f6f42aa5-f016-45be-ae15-205f1c556aa9))
(fp_line (start 0 1.27) (end 7.62 1.27) (layer "B.SilkS") (width 0.12) (tstamp fc15cce9-8c57-47a4-b168-8e60a5216726))
(fp_circle (center 3.81 -2.54) (end 3.81 0) (layer "B.SilkS") (width 0.12) (fill none) (tstamp 37249383-6941-4650-8090-f8c0a7171091))
(fp_line (start -0.95 1.41) (end -0.95 -6.49) (layer "B.CrtYd") (width 0.05) (tstamp 09e1e210-4bc3-4dff-b506-0229233ba22b))
(fp_line (start 8.57 -6.49) (end -0.95 -6.49) (layer "B.CrtYd") (width 0.05) (tstamp 61cf6467-6497-4242-86cc-1d324c23a498))
(fp_line (start 8.57 -6.49) (end 8.57 1.41) (layer "B.CrtYd") (width 0.05) (tstamp 7ed0164a-6ac4-4102-8921-4b52628e6ee4))
(fp_line (start -0.95 1.41) (end 8.57 1.41) (layer "B.CrtYd") (width 0.05) (tstamp 91da6566-c358-41a3-97ee-ed95c71479ab))
(fp_line (start 0.11 1.16) (end 7.51 1.16) (layer "B.Fab") (width 0.1) (tstamp 8953a5fc-aceb-4b6f-97ae-5782ae2a9f39))
(fp_line (start 0.11 -6.24) (end 0.11 1.16) (layer "B.Fab") (width 0.1) (tstamp d9d201ed-4bda-45e1-aaec-232a5fad2e20))
(fp_line (start 7.51 1.16) (end 7.51 -6.24) (layer "B.Fab") (width 0.1) (tstamp e022030d-fe17-4a9c-afc8-7f42d1ee49b2))
(fp_line (start 7.51 -6.24) (end 0.11 -6.24) (layer "B.Fab") (width 0.1) (tstamp f96fe6f7-8092-47fb-a111-ecbf01aacd71))
(pad "1" thru_hole circle (at 0 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 42 "Net-(R2-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 76809bd1-5c46-4540-8f25-beed0845bb60))
(pad "1" thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 42 "Net-(R2-Pad2)") (pinfunction "1") (pintype "passive") (tstamp e3c62324-d7a0-4085-a66b-c17e580a4ab4))
(pad "2" thru_hole circle (at 0 -5.08 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "2") (pintype "passive") (tstamp 9b07ebfe-deae-4e01-b13e-674056bfbf99))
(pad "2" thru_hole circle (at 7.62 -5.08 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "2") (pintype "passive") (tstamp dedf467c-a747-4f11-b053-db66986859c5))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_Tactile_Straight_KSA0Axx1LFTR.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Button_Switch_THT:SW_Tactile_Straight_KSA0Axx1LFTR" (layer "B.Cu")
(tedit 5A02FE31) (tstamp ea556c6d-3f41-4541-bfd6-912e9ce3649a)
(at 161.925 108.585 180)
(descr "SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf")
(tags "SW PUSH SMALL Tactile C&K")
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/e19c51f0-09c0-441c-a6c5-9c4688d016f8")
(attr through_hole)
(fp_text reference "SW2" (at -3.175 -1.27) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp c01dcd3e-ca82-4290-816e-fba7ca4504dd)
)
(fp_text value "Switch_2" (at 3.81 -7.28) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 16833459-cebf-463b-94ea-33071001bb29)
)
(fp_text user "${REFERENCE}" (at 3.81 -2.54) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 28729f1e-c500-4dd5-ae71-0de6be31db82)
)
(fp_line (start 0 1.27) (end 0 0.97) (layer "B.SilkS") (width 0.12) (tstamp 177d36ac-b839-4f01-9851-66592cb16125))
(fp_line (start 0 -6.05) (end 0 -6.35) (layer "B.SilkS") (width 0.12) (tstamp 1bacaaf7-6dd6-4dd5-8a0b-f3053da22d1f))
(fp_line (start 7.62 -0.97) (end 7.62 -4.11) (layer "B.SilkS") (width 0.12) (tstamp 1bb160d2-e700-42b1-a98b-04dee5cc1187))
(fp_line (start 7.62 -6.05) (end 7.62 -6.35) (layer "B.SilkS") (width 0.12) (tstamp 2cf7ef5f-ce45-41f8-9efa-841d47b154d3))
(fp_line (start 7.62 -6.35) (end 0 -6.35) (layer "B.SilkS") (width 0.12) (tstamp 4e0f7bc9-90f3-414b-b8f1-70e2b6a0c103))
(fp_line (start 0 -0.97) (end 0 -4.11) (layer "B.SilkS") (width 0.12) (tstamp 729feddd-7f00-4d98-aa12-460461a3dc31))
(fp_line (start 7.62 1.27) (end 7.62 0.97) (layer "B.SilkS") (width 0.12) (tstamp 768891c5-eec0-4f3d-9369-f0f73bddea71))
(fp_line (start 0 1.27) (end 7.62 1.27) (layer "B.SilkS") (width 0.12) (tstamp 9b6da7ee-02f4-4e56-961c-8e1ae076aae8))
(fp_circle (center 3.81 -2.54) (end 3.81 0) (layer "B.SilkS") (width 0.12) (fill none) (tstamp 8bd53694-508e-4e68-adcf-f1654b3f1644))
(fp_line (start -0.95 1.41) (end 8.57 1.41) (layer "B.CrtYd") (width 0.05) (tstamp 284cb3cd-36cc-46d5-bd1a-206297a7b1c2))
(fp_line (start 8.57 -6.49) (end -0.95 -6.49) (layer "B.CrtYd") (width 0.05) (tstamp 60df9a77-a78d-416c-b9c3-2c05e4c3bf34))
(fp_line (start 8.57 -6.49) (end 8.57 1.41) (layer "B.CrtYd") (width 0.05) (tstamp b98b5821-7e41-49e5-ac8c-0e434dceeb2a))
(fp_line (start -0.95 1.41) (end -0.95 -6.49) (layer "B.CrtYd") (width 0.05) (tstamp f4c5f11f-0980-4f90-a5e1-a2bffdd2da79))
(fp_line (start 0.11 -6.24) (end 0.11 1.16) (layer "B.Fab") (width 0.1) (tstamp 2e442fd2-e8f1-4cac-b1b5-80f5a60efe82))
(fp_line (start 0.11 1.16) (end 7.51 1.16) (layer "B.Fab") (width 0.1) (tstamp 2fac5100-2f64-4002-9f1c-c2b3314fb95b))
(fp_line (start 7.51 -6.24) (end 0.11 -6.24) (layer "B.Fab") (width 0.1) (tstamp 6d70bdbe-c94a-4436-b5bc-05736daf00f9))
(fp_line (start 7.51 1.16) (end 7.51 -6.24) (layer "B.Fab") (width 0.1) (tstamp 97482fa5-70ca-4bbc-8175-9a0df50a0c48))
(pad "1" thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 43 "Net-(SW2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 4576b732-11f9-476a-a4fa-29441b3fb37d))
(pad "1" thru_hole circle (at 0 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 43 "Net-(SW2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 6be9d13c-ed2d-42c2-a352-335dbb182ea8))
(pad "2" thru_hole circle (at 0 -5.08 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "2") (pintype "passive") (tstamp 663268e8-1e4b-4009-bdc2-65e7b83533c7))
(pad "2" thru_hole circle (at 7.62 -5.08 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "2") (pintype "passive") (tstamp 779b04f4-a146-4a13-9ab2-7a3369d291f1))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_Tactile_Straight_KSA0Axx1LFTR.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "SSD1306:128x64OLED" (layer "B.Cu")
(tedit 5CF23EAC) (tstamp f8bc60d8-e2f6-422c-98b0-2403a423812d)
(at 171.45 82.55 180)
(property "Sheetfile" "smartBMSdisplay.kicad_sch")
(property "Sheetname" "")
(path "/ee728e0e-70ca-494e-8a79-df065db1a586")
(attr through_hole)
(fp_text reference "Brd1" (at -7.878732 -11.67598) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp fb604f9c-f82f-4931-a888-a407a87a0adc)
)
(fp_text value "SSD1306" (at -2.798732 -1.51598) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 1c6a9e69-74ed-46d7-8c33-d09ff8da2efb)
)
(fp_line (start -13.911 -8.699) (end -13.934124 8.706997) (layer "B.SilkS") (width 0.12) (tstamp 638d1769-8cd9-48d1-bba9-3b8e76598dd5))
(fp_line (start -11.498 8.7) (end -11.498 -8.699) (layer "B.SilkS") (width 0.12) (tstamp 79349eb2-7611-4099-a8a7-08e5175e3166))
(fp_line (start -13.911 -8.699) (end -11.498 -8.699) (layer "B.SilkS") (width 0.12) (tstamp c1981050-59fd-4b77-8b44-178415d3ed47))
(fp_line (start -13.895399 8.700543) (end -11.498 8.7) (layer "B.SilkS") (width 0.12) (tstamp f183bcdf-e9bb-422d-a9df-b93dffacb475))
(fp_rect (start 57.785 21.59) (end -15.24 -21.59) (layer "B.Fab") (width 0.1) (fill none) (tstamp 08eb6e6b-8927-4c76-811c-84843238e5ad))
(pad "1" thru_hole oval (at -12.7 -7.62) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 2 "GND") (pinfunction "GND") (pintype "input") (tstamp 14de18bc-c72c-45c5-8f32-d22e6f4981f0))
(pad "2" thru_hole oval (at -12.7 -5.08) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 1 "Net-(B1-Pad1)") (pinfunction "VCC") (pintype "input") (tstamp 8693de62-2f1d-4acd-a9eb-f46f33c31477))
(pad "3" thru_hole oval (at -12.7 -2.54) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 3 "Net-(Brd1-Pad3)") (pinfunction "SCL") (pintype "input") (tstamp 864cf8fb-a111-4934-9212-2dc383639549))
(pad "4" thru_hole oval (at -12.7 0) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 4 "Net-(Brd1-Pad4)") (pinfunction "SDA") (pintype "input") (tstamp e097b908-f169-43e1-ba88-557e015f3cfb))
(pad "5" thru_hole oval (at -12.7 2.54) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 5 "Net-(Brd1-Pad5)") (pinfunction "RES") (pintype "input") (tstamp 8f933de1-2a36-485c-91c3-a9225e93dc1d))
(pad "6" thru_hole oval (at -12.7 5.08) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 6 "Net-(Brd1-Pad6)") (pinfunction "DC") (pintype "input") (tstamp c67a5b38-00d7-489e-a1b8-b8854c2ef126))
(pad "7" thru_hole oval (at -12.7 7.62) (size 2 1.6) (drill 1) (layers *.Cu *.Mask)
(net 7 "Net-(Brd1-Pad7)") (pinfunction "CS") (pintype "input") (tstamp eb47b7c6-1a51-44cc-9630-a57209928c26))
)
(gr_rect (start 109.855 118.11) (end 190.5 57.15) (layer "Edge.Cuts") (width 0.1) (fill none) (tstamp 7a7bfa7c-7c98-4e31-a421-08487f92c964))
(gr_text "V out (-)" (at 156.030286 100.353588) (layer "F.SilkS") (tstamp 11265ed4-b1ca-432e-9cc6-d40393c6f5ce)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "V out (+)" (at 156.030286 102.893588) (layer "F.SilkS") (tstamp 2c543c7f-a3af-448f-8a99-443b38c73843)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "RES" (at 188.56176 80.185853) (layer "F.SilkS") (tstamp 4133754d-c361-451f-b292-0311f6c1b703)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "5V regulator" (at 139.7 99.695) (layer "F.SilkS") (tstamp 41988600-e53c-425b-b92b-4ef7c6c3d252)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "+" (at 184.15 97.79) (layer "F.SilkS") (tstamp 4f5b473d-16fd-4105-b344-bc138d930cf3)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "GND" (at 120.015 101.6) (layer "F.SilkS") (tstamp 5614b47d-2382-417e-905a-244f450462b1)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "V in (+)" (at 155.575 95.25) (layer "F.SilkS") (tstamp 5f455bd2-464f-4310-9562-5c2e46961bf0)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "CS" (at 188.16316 74.853726) (layer "F.SilkS") (tstamp 7df92995-653a-4971-bb70-8a01a86872d3)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "VCC" (at 119.962245 93.833315) (layer "F.SilkS") (tstamp 7eeda6a8-bda0-48f5-8ff5-e84e63eaaae2)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "Enable (N/C)" (at 156.845 92.71) (layer "F.SilkS") (tstamp 9be27776-0166-4447-a545-cf6ec1809341)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "V in (-)" (at 155.575 97.79) (layer "F.SilkS") (tstamp a20fb8db-8eb2-491e-b040-c85957848cc0)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "SDA" (at 188.56176 82.725853) (layer "F.SilkS") (tstamp aabf4690-b825-40d4-87be-ccf99d449868)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "TX" (at 119.327245 98.913315) (layer "F.SilkS") (tstamp c24107f9-f24d-4bec-8851-da75e6a59393)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "RX" (at 119.327245 96.373315) (layer "F.SilkS") (tstamp c4685146-e554-4ecd-ae25-459749c802a6)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "SCL" (at 188.595 85.09) (layer "F.SilkS") (tstamp cd3823c7-a5a4-4870-95ae-430240d2c17a)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "v 1.0 Board Design\n2023 Warren Holybee" (at 123.19 109.855) (layer "F.SilkS") (tstamp d594e7eb-74d9-4444-ad96-e50d1c53a4a0)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "GND" (at 188.700511 90.119387) (layer "F.SilkS") (tstamp f2061a96-bef6-4f10-bdc9-08f45f2369f2)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "VCC" (at 188.700511 87.579387) (layer "F.SilkS") (tstamp f92de0ea-9ac5-411d-a189-43b7d196d190)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "DC" (at 188.172953 77.317311) (layer "F.SilkS") (tstamp fb307f94-f779-49c5-b712-3a01e1d0c5bb)
(effects (font (size 1 1) (thickness 0.15)))
)
(segment (start 149.225 102.87) (end 161.925 90.17) (width 0.25) (layer "F.Cu") (net 1) (tstamp 111231a4-270a-4459-82f7-8cca98a1ae87))
(segment (start 171.45 90.17) (end 172.72 88.9) (width 0.25) (layer "F.Cu") (net 1) (tstamp 286f3432-57e4-4497-836a-699e433d238f))
(segment (start 181.969663 87.989663) (end 181.61 87.63) (width 0.25) (layer "F.Cu") (net 1) (tstamp 29985c4b-5fd2-4628-a906-ddbfb4bebdb0))
(segment (start 181.61 87.63) (end 173.99 87.63) (width 0.25) (layer "F.Cu") (net 1) (tstamp 3ba6c6e4-256b-422b-a51a-3f41538aa416))
(segment (start 173.99 87.63) (end 172.72 88.9) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4017d916-6413-4a37-b7d5-18881e8d79b3))
(segment (start 184.15 87.63) (end 181.61 87.63) (width 0.25) (layer "F.Cu") (net 1) (tstamp 467fb846-4a9b-49be-a35c-32a354890faa))
(segment (start 161.925 90.17) (end 171.45 90.17) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6d481037-8503-43df-b8b1-ccb37468c5c8))
(segment (start 181.969663 100.110387) (end 181.969663 87.989663) (width 0.25) (layer "F.Cu") (net 1) (tstamp c4ce9df5-e9a2-42d0-b2c7-f34b1731699b))
(segment (start 136.525 109.22) (end 136.525 113.27) (width 0.25) (layer "F.Cu") (net 1) (tstamp d11d5be8-c73c-4b8d-864b-eb8698f0b873))
(segment (start 136.525 109.22) (end 136.525 106.68) (width 0.25) (layer "F.Cu") (net 1) (tstamp da31d956-2afb-4f9a-94f1-8989d594b5d7))
(segment (start 136.525 106.68) (end 140.335 102.87) (width 0.25) (layer "F.Cu") (net 1) (tstamp dabc49f2-87cf-436d-b474-fcc5ccfdb6f5))
(segment (start 172.72 88.9) (end 172.72 85.725) (width 0.25) (layer "F.Cu") (net 1) (tstamp dae81531-ca15-468c-b43b-30aff6ae53b8))
(segment (start 140.335 102.87) (end 149.225 102.87) (width 0.25) (layer "F.Cu") (net 1) (tstamp f6193bc0-e807-4fd7-8a8c-eaefb77e95a9))
(segment (start 133.36 97.79) (end 149.225 97.79) (width 0.25) (layer "F.Cu") (net 2) (tstamp 33a2efe2-2be7-4869-9f03-42615c620996))
(segment (start 158.115 88.9) (end 170.18 88.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3b3490c8-4bff-47e7-bc1d-eb8c7b097d03))
(segment (start 160.02 85.725) (end 160.02 86.995) (width 0.25) (layer "F.Cu") (net 2) (tstamp 60178eaa-b7c9-4ab7-891a-b16dd7dea4b6))
(segment (start 149.225 97.79) (end 158.115 88.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6c27cfe8-a51d-443e-8665-8db2c12c8df0))
(segment (start 149.225 97.79) (end 149.225 100.33) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7c3345d3-c78d-4cd0-8883-8eea04d0f640))
(segment (start 133.36 97.79) (end 129.55 101.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp adedb453-a49c-4a61-b847-778f9007a5dd))
(segment (start 160.02 86.995) (end 158.115 88.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp b860507b-9f9c-4cc5-beae-29bf3d2931d4))
(segment (start 129.55 101.6) (end 124.46 101.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp f48ff282-36e5-4b2a-9784-8335b673b905))
(via (at 170.18 88.9) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp ef61256e-c5e4-4714-aaac-c68cbbdad3e4))
(segment (start 170.18 88.9) (end 177.8 88.9) (width 0.25) (layer "B.Cu") (net 2) (tstamp 23e8bd41-0cd6-4e00-b45b-2db14f692fb3))
(segment (start 177.8 88.9) (end 179.07 90.17) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3adac4fd-6868-4a2f-aace-8172dbae0cb0))
(segment (start 161.925 113.665) (end 154.305 113.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp 57e2b057-3e39-4c51-a413-5497a4d8dcaf))
(segment (start 172.085 113.665) (end 170.18 113.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp 66254b2d-e54f-4ec0-bc9a-8e84fe71e1cf))
(segment (start 173.355 112.395) (end 172.085 113.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7d0e7b83-e1df-4ad7-aaf8-b619ffbdd698))
(segment (start 170.18 99.06) (end 173.355 102.235) (width 0.25) (layer "B.Cu") (net 2) (tstamp a98ede39-a884-4849-aaf1-fe03e2bfb334))
(segment (start 184.15 90.17) (end 179.07 90.17) (width 0.25) (layer "B.Cu") (net 2) (tstamp aa9a12a0-8bc0-47ac-8838-467ff31a0b85))
(segment (start 170.18 113.665) (end 161.925 113.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp c1c05602-8e11-4129-8894-86981f63e9d7))
(segment (start 173.355 102.235) (end 173.355 112.395) (width 0.25) (layer "B.Cu") (net 2) (tstamp d8f89489-7b45-4a15-b847-c3721c038082))
(segment (start 177.8 113.665) (end 170.18 113.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp e7688fee-cb08-422c-a695-e98a41fdf287))
(segment (start 179.07 90.17) (end 170.18 99.06) (width 0.25) (layer "B.Cu") (net 2) (tstamp e8acdae7-7fad-49b3-9548-39bc9ed99d2e))
(segment (start 182.88 83.82) (end 154.305 83.82) (width 0.25) (layer "F.Cu") (net 3) (tstamp 063538e0-862b-4ab0-9603-6b376b4bbdb6))
(segment (start 184.15 85.09) (end 182.88 83.82) (width 0.25) (layer "F.Cu") (net 3) (tstamp 33659b44-2f0f-42d0-8f6f-08b360e72996))
(segment (start 154.305 83.82) (end 152.4 85.725) (width 0.25) (layer "F.Cu") (net 3) (tstamp 54af5d78-3e70-4f6d-8d50-700a789bd52f))
(segment (start 153.035 82.55) (end 149.86 85.725) (width 0.25) (layer "F.Cu") (net 4) (tstamp 45ea7773-c087-44dc-a46c-3e964bcfb6d2))
(segment (start 184.15 82.55) (end 153.035 82.55) (width 0.25) (layer "F.Cu") (net 4) (tstamp 805806b9-d58b-4b9b-b304-1a3cc992699c))
(segment (start 184.15 80.01) (end 153.035 80.01) (width 0.25) (layer "F.Cu") (net 5) (tstamp 2b88ab82-50ec-43f7-8d23-4be578263e5b))
(segment (start 153.035 80.01) (end 147.32 85.725) (width 0.25) (layer "F.Cu") (net 5) (tstamp 4e12a1e3-2017-4320-b050-22fef2729b84))
(segment (start 184.15 77.47) (end 153.035 77.47) (width 0.25) (layer "F.Cu") (net 6) (tstamp 77982ce0-aa6e-455b-9cc3-aa1f936a248b))
(segment (start 153.035 77.47) (end 144.78 85.725) (width 0.25) (layer "F.Cu") (net 6) (tstamp ecbed289-b545-464d-8afc-697a437d19a0))
(segment (start 184.15 74.93) (end 153.035 74.93) (width 0.25) (layer "F.Cu") (net 7) (tstamp c5c6b62a-c8bb-460f-9dde-53fc9276358d))
(segment (start 153.035 74.93) (end 142.24 85.725) (width 0.25) (layer "F.Cu") (net 7) (tstamp f44e2f0d-ec27-42a9-a7d1-daaf4668d66e))
(segment (start 154.94 63.5) (end 144.78 73.66) (width 0.25) (layer "F.Cu") (net 8) (tstamp 06d292ee-9f37-4441-a261-a508eac6219a))
(segment (start 154.94 60.325) (end 154.94 63.5) (width 0.25) (layer "F.Cu") (net 8) (tstamp d8dabc61-6187-4981-b0af-07400204c330))
(via (at 144.78 73.66) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp 0c2c7c57-29f7-49ea-ac3c-31112a119c02))
(segment (start 124.46 99.06) (end 125.662081 99.06) (width 0.25) (layer "B.Cu") (net 8) (tstamp 014153d4-76ff-409d-851b-e3988a9226a0))
(segment (start 125.662081 99.06) (end 138.43 86.292081) (width 0.25) (layer "B.Cu") (net 8) (tstamp 7bc7c8a6-def8-46a5-aa1e-e0ff59c80384))
(segment (start 138.43 86.292081) (end 138.43 80.01) (width 0.25) (layer "B.Cu") (net 8) (tstamp e57e1f58-fd35-475e-8a56-300a7052dba9))
(segment (start 138.43 80.01) (end 144.78 73.66) (width 0.25) (layer "B.Cu") (net 8) (tstamp fef75085-750f-4408-82fa-8aa698fbaf7f))
(segment (start 177.969663 100.110387) (end 176.749613 100.110387) (width 0.25) (layer "F.Cu") (net 11) (tstamp 0922e2c4-28a9-445f-a760-7e6e5bfc07d6))
(segment (start 176.749613 100.110387) (end 175.26 101.6) (width 0.25) (layer "F.Cu") (net 11) (tstamp 6f5fb820-9485-4b35-b7f4-76362f10b2b3))
(segment (start 175.26 101.6) (end 167.64 101.6) (width 0.25) (layer "F.Cu") (net 11) (tstamp 8b942d8f-cc93-4d6e-99db-26453e59857d))
(segment (start 167.64 101.6) (end 167.64 99.06) (width 0.25) (layer "F.Cu") (net 11) (tstamp a3b33591-691f-4f9b-b820-422808683c56))
(segment (start 162.56 101.6) (end 166.37 97.79) (width 0.25) (layer "F.Cu") (net 12) (tstamp 63a6c16c-63a2-466a-bf15-f1a8bd26bc11))
(segment (start 162.56 104.14) (end 162.56 101.6) (width 0.25) (layer "F.Cu") (net 12) (tstamp 76ab0aad-249b-4a1b-95b9-bd94da7a1e76))
(segment (start 166.37 97.79) (end 168.91 97.79) (width 0.25) (layer "F.Cu") (net 12) (tstamp 991b82f0-a21c-4ae1-bf1c-130181313164))
(segment (start 121.92 96.52) (end 121.285 95.885) (width 0.25) (layer "F.Cu") (net 13) (tstamp 2a500cd7-1d49-49a3-9762-eaf25fc809b5))
(segment (start 121.285 95.885) (end 121.285 86.36) (width 0.25) (layer "F.Cu") (net 13) (tstamp 417ad28c-0fdc-4589-b388-285f2be4b44d))
(segment (start 148.59 64.77) (end 152.4 60.96) (width 0.25) (layer "F.Cu") (net 13) (tstamp 5e68f96f-dd17-4db6-946d-da529264fda7))
(segment (start 121.285 86.36) (end 142.875 64.77) (width 0.25) (layer "F.Cu") (net 13) (tstamp 85bd069c-731d-481a-bb8f-5a802922d008))
(segment (start 152.4 60.96) (end 152.4 60.325) (width 0.25) (layer "F.Cu") (net 13) (tstamp c747f6bd-e2bc-4c12-871d-2ed5d4ef56e8))
(segment (start 142.875 64.77) (end 148.59 64.77) (width 0.25) (layer "F.Cu") (net 13) (tstamp d5eaff68-b8ec-4309-85ba-7655628308e1))
(segment (start 124.46 96.52) (end 121.92 96.52) (width 0.25) (layer "F.Cu") (net 13) (tstamp e340de2d-e72f-4b69-a73e-9506ee9c4e94))
(segment (start 162.56 91.44) (end 158.405 87.285) (width 0.25) (layer "B.Cu") (net 14) (tstamp 26098e43-8e42-40e0-9090-770af20c71ab))
(segment (start 158.405 87.285) (end 158.405 80.935) (width 0.25) (layer "B.Cu") (net 14) (tstamp 6c988f58-ad61-467a-9db0-ed4ceee59a95))
(segment (start 158.405 80.935) (end 147.32 69.85) (width 0.25) (layer "B.Cu") (net 14) (tstamp c2fecac0-d169-4a7b-a0eb-8c1b57a5c37c))
(segment (start 162.56 93.98) (end 162.56 91.44) (width 0.25) (layer "B.Cu") (net 14) (tstamp c939e0c2-f8db-421b-8d9e-a3711e3563f6))
(segment (start 147.32 69.85) (end 147.32 60.325) (width 0.25) (layer "B.Cu") (net 14) (tstamp c9466da8-f066-47cc-9579-2727a056ae2b))
(segment (start 125.73 95.25) (end 124.46 93.98) (width 0.25) (layer "F.Cu") (net 15) (tstamp 4b389a40-486e-4c97-8253-c1ab757ed7b7))
(segment (start 125.73 95.25) (end 149.225 95.25) (width 0.25) (layer "F.Cu") (net 15) (tstamp bad270b5-1e3c-4b90-8b86-4462ad41ffb2))
(segment (start 167.005 111.76) (end 170.18 108.585) (width 0.25) (layer "F.Cu") (net 42) (tstamp 14b20bc9-5e60-4cbc-a52f-854cf898b06d))
(segment (start 139.065 92.71) (end 137.16 90.805) (width 0.25) (layer "F.Cu") (net 42) (tstamp 3640deac-a98b-4709-8251-2a2654793c7a))
(segment (start 148.195 111.76) (end 167.005 111.76) (width 0.25) (layer "F.Cu") (net 42) (tstamp 3bc3e067-15f8-4823-b0bc-75b8419869ba))
(segment (start 137.16 90.805) (end 137.16 85.725) (width 0.25) (layer "F.Cu") (net 42) (tstamp 79dd133e-5b1f-46e5-b38c-e1305b7e9dc9))
(segment (start 146.685 113.27) (end 148.195 111.76) (width 0.25) (layer "F.Cu") (net 42) (tstamp 91ce86f9-c86c-44d6-bc6d-3da34bbf1507))
(segment (start 170.18 108.585) (end 177.8 108.585) (width 0.25) (layer "F.Cu") (net 42) (tstamp f1bc2fa9-2ea0-46ed-9a64-09b8a3867afc))
(via (at 139.065 92.71) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 42) (tstamp 06185860-d7ed-4fab-9379-da452f636763))
(segment (start 139.065 105.65) (end 139.065 92.71) (width 0.25) (layer "B.Cu") (net 42) (tstamp 0d3ea046-9bb0-4c84-801d-7e9d0026d392))
(segment (start 146.685 113.27) (end 139.065 105.65) (width 0.25) (layer "B.Cu") (net 42) (tstamp a9e148cf-dde2-4fb6-8965-8162e8436482))
(segment (start 161.925 108.585) (end 154.305 108.585) (width 0.25) (layer "F.Cu") (net 43) (tstamp 0b1f5b5d-a727-4316-86e2-5f3a825babbc))
(segment (start 154.305 108.585) (end 147.32 108.585) (width 0.25) (layer "F.Cu") (net 43) (tstamp 3ee11101-1168-43fb-b655-3de72f8856d2))
(segment (start 147.32 108.585) (end 146.685 109.22) (width 0.25) (layer "F.Cu") (net 43) (tstamp bf03cbec-b658-4c82-aa72-6f04d4ab0343))
(segment (start 146.685 109.22) (end 146.685 92.71) (width 0.25) (layer "B.Cu") (net 43) (tstamp cafa7310-8a4a-4420-96ee-2bca5a21c476))
(segment (start 146.685 92.71) (end 139.7 85.725) (width 0.25) (layer "B.Cu") (net 43) (tstamp f733f7f0-06e0-4283-867e-649f89bc01b4))
)