-
Notifications
You must be signed in to change notification settings - Fork 0
/
tps63001-slim.kicad_sch
969 lines (943 loc) · 36.5 KB
/
tps63001-slim.kicad_sch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
(kicad_sch (version 20211123) (generator eeschema)
(uuid 7060e74f-705a-41d2-85c0-f18f790ea7e7)
(paper "A4")
(lib_symbols
(symbol "Connector:Conn_01x04_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at 0 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_01x04_Male" (id 1) (at 0 -7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_01x04_Male_1_1"
(polyline
(pts
(xy 1.27 -5.08)
(xy 0.8636 -5.08)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 -2.54)
(xy 0.8636 -2.54)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 0)
(xy 0.8636 0)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 2.54)
(xy 0.8636 2.54)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start 0.8636 -4.953) (end 0 -5.207)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.8636 -2.413) (end 0 -2.667)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.8636 0.127) (end 0 -0.127)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.8636 2.667) (end 0 2.413)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(pin passive line (at 5.08 2.54 180) (length 3.81)
(name "Pin_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 0 180) (length 3.81)
(name "Pin_2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 -2.54 180) (length 3.81)
(name "Pin_3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 -5.08 180) (length 3.81)
(name "Pin_4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Converter_mini_DCDC:TPS63001" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "TPS63001" (id 1) (at 0 11.43 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "TPS63001_0_1"
(rectangle (start -7.62 10.16) (end 7.62 -10.16)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "TPS63001_1_1"
(pin input line (at 10.16 2.54 180) (length 2.54)
(name "VOUT" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 -2.54 180) (length 2.54)
(name "FB" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 -7.62 180) (length 2.54) hide
(name "PGND" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 7.62 180) (length 2.54)
(name "L2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 -7.62 180) (length 2.54)
(name "PGND" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 7.62 0) (length 2.54)
(name "L1" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 5.08 0) (length 2.54)
(name "VIN" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "EN" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -5.08 0) (length 2.54)
(name "PS/SYNC" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 2.54 0) (length 2.54)
(name "VINA" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -7.62 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C" (id 1) (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "L" (id 0) (at -1.27 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "L" (id 1) (at 1.905 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Inductor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "L_0_1"
(arc (start 0 -2.54) (mid 0.635 -1.905) (end 0 -1.27)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 0 -1.27) (mid 0.635 -0.635) (end 0 0)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 0 0) (mid 0.635 0.635) (end 0 1.27)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 0 1.27) (mid 0.635 1.905) (end 0 2.54)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "L_1_1"
(pin passive line (at 0 3.81 270) (length 1.27)
(name "1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 1.27)
(name "2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:Earth" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global ground gnd" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"Earth\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Earth_0_1"
(polyline
(pts
(xy -0.635 -1.905)
(xy 0.635 -1.905)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -0.127 -2.54)
(xy 0.127 -2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 -1.27)
(xy 0 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 -1.27)
(xy -1.27 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "Earth_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "Earth" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 172.72 80.01) (diameter 0) (color 0 0 0 0)
(uuid 05289a86-fe34-4742-a7fc-996fb810a776)
)
(junction (at 163.83 80.01) (diameter 0) (color 0 0 0 0)
(uuid 51a4d8e8-99de-47c6-b5a8-2bf44701d891)
)
(junction (at 154.94 80.01) (diameter 0) (color 0 0 0 0)
(uuid 65550b56-be61-401d-8ad2-09354d607928)
)
(junction (at 115.57 80.01) (diameter 0) (color 0 0 0 0)
(uuid 9b6f4912-722a-4d78-9018-0226c8b9b021)
)
(junction (at 128.27 85.09) (diameter 0) (color 0 0 0 0)
(uuid a183b264-ec9a-478f-b45d-eb105e59830e)
)
(junction (at 154.94 85.09) (diameter 0) (color 0 0 0 0)
(uuid b136c732-d369-4ef1-853a-104c751d0749)
)
(junction (at 109.22 80.01) (diameter 0) (color 0 0 0 0)
(uuid d93c8e7b-e2a1-4e05-8598-367abbece76d)
)
(junction (at 121.92 80.01) (diameter 0) (color 0 0 0 0)
(uuid e8e4b49c-dd7e-4934-bfbb-abb38c1e2626)
)
(junction (at 128.27 82.55) (diameter 0) (color 0 0 0 0)
(uuid fad43474-4616-44fc-997e-22c0e93685ca)
)
(wire (pts (xy 100.33 99.06) (xy 100.33 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0b15035e-f447-4042-a8c1-2ac0dea4b180)
)
(wire (pts (xy 154.94 95.25) (xy 154.94 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0fc0e419-b477-49d5-b5ff-5c1b51ba91ea)
)
(wire (pts (xy 115.57 80.01) (xy 115.57 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 18be9900-0761-4a0d-bd30-36d636f59007)
)
(wire (pts (xy 180.34 80.01) (xy 172.72 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 237be9ce-efbd-4a00-babc-58f71afd69a9)
)
(wire (pts (xy 163.83 90.17) (xy 163.83 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2a7b2c6f-bbfb-4c56-8f34-db3f60f606c5)
)
(wire (pts (xy 151.13 90.17) (xy 154.94 90.17))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2a9ac13a-055e-4a79-bc17-892a602b6d36)
)
(wire (pts (xy 172.72 80.01) (xy 172.72 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 33d38bcd-1746-456c-abbb-bb63ce34c7d0)
)
(wire (pts (xy 128.27 95.25) (xy 130.81 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3460c728-84dc-4224-9f7a-c00248e33a9b)
)
(wire (pts (xy 124.46 90.17) (xy 130.81 90.17))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 36519e96-aae4-4cac-8c43-44923abe4a8b)
)
(wire (pts (xy 154.94 90.17) (xy 154.94 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 38e9e9be-8cc2-4560-9307-e604a0c7e785)
)
(wire (pts (xy 115.57 80.01) (xy 121.92 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3ffb1474-87fc-4161-b1e6-7db2993419b1)
)
(wire (pts (xy 130.81 80.01) (xy 129.54 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 440ebf6e-ac09-4e15-90b5-0dc303e08ac4)
)
(wire (pts (xy 128.27 85.09) (xy 128.27 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 45ea3b23-f9ea-4582-a1b2-394561f7f705)
)
(wire (pts (xy 124.46 82.55) (xy 128.27 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 467afc60-95d3-4bcc-8862-2bd73b2e51dc)
)
(wire (pts (xy 152.4 74.93) (xy 144.78 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4781bb0c-0397-4924-9532-2d35a5e5f888)
)
(wire (pts (xy 115.57 90.17) (xy 115.57 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 48bcf54a-1436-4aa6-9b07-f2d45ebfad99)
)
(wire (pts (xy 154.94 80.01) (xy 154.94 67.31))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5020178a-12c5-4e37-afd0-053f66c13dd9)
)
(wire (pts (xy 130.81 92.71) (xy 128.27 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 51ea3988-9902-4c18-8aac-b76d438b3615)
)
(wire (pts (xy 121.92 80.01) (xy 121.92 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 638f7272-eb00-40f9-9a39-9c4bf9c29a4c)
)
(wire (pts (xy 152.4 80.01) (xy 152.4 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 63e883af-b450-4b2a-b6f6-d58577e5d136)
)
(wire (pts (xy 95.25 101.6) (xy 102.87 101.6))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 64abbf73-ede9-4731-bf83-652e624af271)
)
(wire (pts (xy 129.54 80.01) (xy 129.54 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6898c93d-e45e-4067-a18c-8f78d9a4aab4)
)
(wire (pts (xy 128.27 104.14) (xy 128.27 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 75253cfc-1dba-4ec7-9500-0d1139070440)
)
(wire (pts (xy 180.34 90.17) (xy 180.34 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7650289b-160d-4dee-8bdd-64e2021dec45)
)
(wire (pts (xy 102.87 101.6) (xy 102.87 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ae6b944-61c1-4e10-957d-f9f6b04bfcb2)
)
(wire (pts (xy 102.87 80.01) (xy 109.22 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7bc4dce2-30a0-4e80-8f88-22d4176fb953)
)
(wire (pts (xy 124.46 80.01) (xy 124.46 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 800f2d69-1e53-4b9d-8934-8d96ff83d22d)
)
(wire (pts (xy 109.22 80.01) (xy 115.57 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8061b1f3-9dab-4cfd-be1b-23d7f54aa900)
)
(wire (pts (xy 124.46 93.98) (xy 124.46 90.17))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 80892017-1251-4169-a1e9-133d3520116d)
)
(wire (pts (xy 151.13 85.09) (xy 154.94 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8428f858-b4c6-4986-b18c-6a5ba8c13a28)
)
(wire (pts (xy 109.22 80.01) (xy 109.22 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 889c1157-29d5-4be3-bd7f-76fd0d0ef938)
)
(wire (pts (xy 172.72 90.17) (xy 172.72 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 90bdeeaf-d385-4f38-b1dc-175e8778a698)
)
(wire (pts (xy 151.13 80.01) (xy 152.4 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9ea2f530-6ec1-496a-8227-50ff0c6dc8d1)
)
(wire (pts (xy 154.94 80.01) (xy 163.83 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a68f41b6-dc18-494e-a579-c2fc4db74a8e)
)
(wire (pts (xy 128.27 82.55) (xy 130.81 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a6b03343-af04-4ee8-be2b-cac3fc946a17)
)
(wire (pts (xy 151.13 95.25) (xy 154.94 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b96c92c8-de60-496e-9a6f-6cb37d92c960)
)
(wire (pts (xy 121.92 90.17) (xy 121.92 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bcd68ad5-7a23-4da9-a153-6eda1d1d83b6)
)
(wire (pts (xy 128.27 85.09) (xy 130.81 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c1907610-d08c-4e7a-a36b-bc4e0e20037b)
)
(wire (pts (xy 100.33 96.52) (xy 100.33 67.31))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c48947ac-808f-4535-8a1c-60a4ade7afb9)
)
(wire (pts (xy 121.92 80.01) (xy 124.46 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d53954d6-74cd-4799-95e0-f8a7ff49ec56)
)
(wire (pts (xy 180.34 82.55) (xy 180.34 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d82020af-eb30-4d6d-921c-0753a0babc7d)
)
(wire (pts (xy 95.25 96.52) (xy 100.33 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d919603d-b2b4-490e-a307-32d8e6b218d9)
)
(wire (pts (xy 95.25 99.06) (xy 100.33 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid df2b29ae-fa98-47c0-a003-e4cc36bbc47f)
)
(wire (pts (xy 163.83 80.01) (xy 172.72 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e1a6fe12-5d25-4c95-b1f8-3dfd9d700132)
)
(wire (pts (xy 154.94 85.09) (xy 154.94 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e732cf9b-8a2d-457b-a592-3b223bde42cc)
)
(wire (pts (xy 163.83 80.01) (xy 163.83 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ea2b1b50-502a-411c-8c0c-d0f08ac8d98e)
)
(wire (pts (xy 95.25 93.98) (xy 124.46 93.98))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid efff548c-df60-480c-8e65-44cd083371f9)
)
(wire (pts (xy 109.22 90.17) (xy 109.22 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f0090393-9d53-43a2-9fdc-e25bbb8de6e7)
)
(wire (pts (xy 129.54 74.93) (xy 137.16 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f1ed0f7d-8615-436d-8813-ace7c7f104af)
)
(wire (pts (xy 100.33 67.31) (xy 154.94 67.31))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f7442e38-18b0-4391-8bfb-5507ad79e95f)
)
(wire (pts (xy 128.27 92.71) (xy 128.27 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f9475038-a9e0-457e-b5fb-1f7a09f2ca4e)
)
(text "VOUT" (at 83.82 97.79 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 2f95f4f5-8da3-4c82-b46d-bece20d3c02f)
)
(text "VIN" (at 83.82 102.87 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 35512d73-2bda-4738-bd1f-7af677b9f16a)
)
(text "CE" (at 83.82 95.25 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 4565c594-cb76-4cc8-9e76-8cf44bd8369c)
)
(text "GND" (at 83.82 100.33 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid f4edc96c-82d2-48dd-add8-950c731dc210)
)
(symbol (lib_id "power:Earth") (at 121.92 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 0d602279-02eb-4070-a004-f23aef1105a4)
(property "Reference" "#PWR?" (id 0) (at 121.92 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 121.92 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 121.92 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 121.92 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 68ff0cdb-3c2a-4689-bbc7-443723a4f385))
)
(symbol (lib_id "power:Earth") (at 109.22 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 11612267-abce-4db7-9eff-9a9cd75705c4)
(property "Reference" "#PWR?" (id 0) (at 109.22 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 109.22 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 109.22 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 109.22 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 67b09c1b-ef24-4380-8ad8-56946e5a2d9a))
)
(symbol (lib_id "Device:C") (at 172.72 86.36 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 141f5c0b-f32d-464b-ab4c-9c46dcfcc26b)
(property "Reference" "C5" (id 0) (at 176.53 85.0899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10 uF" (id 1) (at 176.53 87.6299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (id 2) (at 173.6852 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 172.72 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 17178375-849d-430a-89d1-71b62b1b11ac))
(pin "2" (uuid 12ea89e0-93fe-4e1c-86a3-1fc4ea90e99b))
)
(symbol (lib_id "Device:C") (at 115.57 86.36 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 25e3f5ef-3780-4212-bed0-b51a0a7e3e73)
(property "Reference" "C2" (id 0) (at 110.49 83.82 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10 uF" (id 1) (at 106.68 87.63 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (id 2) (at 116.5352 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 115.57 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1f9b9e29-c5ee-4e13-ba38-1b8befb81be5))
(pin "2" (uuid 76b8d0db-7f65-4d94-a84b-2698ea0d7502))
)
(symbol (lib_id "Device:C") (at 121.92 86.36 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 2ea8657a-5a63-44f3-89ab-d63436cdd881)
(property "Reference" "C3" (id 0) (at 118.11 83.82 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100 uF" (id 1) (at 118.11 90.17 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder" (id 2) (at 122.8852 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 121.92 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9e0fe94c-32e2-4e5f-9ca2-f7a7afef44ca))
(pin "2" (uuid e2cfc1d6-c551-4908-8234-b291d665bc48))
)
(symbol (lib_id "power:Earth") (at 172.72 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 37817289-98f3-4c58-9899-fa3eff59c064)
(property "Reference" "#PWR0104" (id 0) (at 172.72 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 172.72 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 172.72 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 172.72 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a1612bbb-73bf-43d1-9b5e-112d08456b32))
)
(symbol (lib_id "power:Earth") (at 115.57 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 45b12d11-24ea-4f0d-b7f5-0c610b93102a)
(property "Reference" "#PWR?" (id 0) (at 115.57 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 115.57 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 115.57 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 115.57 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a1c30a9a-dcc7-4eef-bf53-12cb91c56186))
)
(symbol (lib_id "Device:C") (at 180.34 86.36 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 559634e2-45ea-4aa6-abc3-23b1b0e03191)
(property "Reference" "C6" (id 0) (at 184.15 85.0899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100 uF" (id 1) (at 184.15 87.6299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder" (id 2) (at 181.3052 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 180.34 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid dc89c27c-72fb-4564-b1ec-5b1dc0d81807))
(pin "2" (uuid 57e481c2-fa75-4f63-9f9d-479b373db870))
)
(symbol (lib_id "Device:C") (at 163.83 86.36 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 649fb3f7-2279-48c4-ac71-03e71fde0e5d)
(property "Reference" "C4" (id 0) (at 167.64 85.0899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10 uF" (id 1) (at 167.64 87.6299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (id 2) (at 164.7952 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 163.83 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1671b572-bf43-4e82-8331-0bff424c2c4b))
(pin "2" (uuid a29bd1a7-f371-459a-b614-16cd3ae0951a))
)
(symbol (lib_id "power:Earth") (at 100.33 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 6eba15d5-cb67-48b5-abe0-aa6e0b19c742)
(property "Reference" "#PWR0106" (id 0) (at 100.33 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 100.33 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 100.33 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 100.33 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0a2e3558-9c6f-499f-8425-76d956a25eeb))
)
(symbol (lib_id "Connector:Conn_01x04_Male") (at 90.17 96.52 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid a75c8dee-7d58-440d-9e5e-f046c8924404)
(property "Reference" "J1" (id 0) (at 90.805 88.9 0))
(property "Value" "Conn_01x04_Male" (id 1) (at 90.805 91.44 0))
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (id 2) (at 90.17 96.52 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 90.17 96.52 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid da39fe20-c0dc-4954-8bc6-d95940782646))
(pin "2" (uuid 2c137554-c8a6-4e36-86d7-ff39a3828049))
(pin "3" (uuid 939951e7-54d1-4b4e-ba3b-fc2875298a2a))
(pin "4" (uuid f326218f-527c-4b0b-9c6d-ce9fd2d8b238))
)
(symbol (lib_id "Device:L") (at 140.97 74.93 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid aa8504e5-43e2-4a63-b9b2-0c4a43ae6f49)
(property "Reference" "L1" (id 0) (at 133.35 71.12 90))
(property "Value" "2.2 uH" (id 1) (at 130.81 73.66 90))
(property "Footprint" "Inductor_SMD_narrow:L_Ferrocore_narrow_DLG-0504" (id 2) (at 140.97 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 140.97 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 27a03853-5776-4486-a6c9-3f360eca916b))
(pin "2" (uuid ac6de108-23e0-4906-8787-dc1de3b4aed7))
)
(symbol (lib_id "power:Earth") (at 163.83 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid b2ba7100-ece5-4b09-9019-2222322cdba3)
(property "Reference" "#PWR0105" (id 0) (at 163.83 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 163.83 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 163.83 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 163.83 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 95d9f365-6e25-45d0-9039-f9198dbdf059))
)
(symbol (lib_id "power:Earth") (at 180.34 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid b95ac502-16b3-456d-835b-d1f3ff8afebd)
(property "Reference" "#PWR0107" (id 0) (at 180.34 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 180.34 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 180.34 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 180.34 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8364f961-6cba-4878-81d6-735fe7f8b17f))
)
(symbol (lib_id "power:Earth") (at 154.94 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid bade57bc-88c1-4b41-9dbc-eb7cd43bd654)
(property "Reference" "#PWR0103" (id 0) (at 154.94 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 154.94 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 154.94 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 154.94 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 213ddbee-95a7-4129-ac3b-e292468ca7ba))
)
(symbol (lib_id "power:Earth") (at 128.27 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid c483cf9d-1af2-41fc-b32c-17bb819f9f2d)
(property "Reference" "#PWR0102" (id 0) (at 128.27 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Earth" (id 1) (at 128.27 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 128.27 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 128.27 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c37641dc-d2ad-4a9d-8514-38ffc3580c64))
)
(symbol (lib_id "Device:C") (at 109.22 86.36 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid cc844091-e765-480c-85ab-4885dbdff29b)
(property "Reference" "C1" (id 0) (at 102.87 85.09 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10 uF" (id 1) (at 100.33 87.63 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (id 2) (at 110.1852 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 109.22 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8b93f0b7-a639-4756-bdbc-779df1421d34))
(pin "2" (uuid 85461e4c-4439-44da-b954-5d25aae5873b))
)
(symbol (lib_id "Converter_mini_DCDC:TPS63001") (at 140.97 87.63 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid f58b8cae-fd62-4f63-b634-373226ce73ec)
(property "Reference" "U1" (id 0) (at 140.97 72.39 0))
(property "Value" "TPS63001" (id 1) (at 142.24 69.85 0))
(property "Footprint" "Package_SON:VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias" (id 2) (at 140.97 87.63 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 140.97 87.63 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid afd02dc6-89ca-4a7a-8b7e-ee4ec5fd6726))
(pin "10" (uuid 4a82d51c-ff5c-46fb-8486-23ae70bcd9fa))
(pin "11" (uuid 3ef728d9-f674-4205-918a-cfa5b0dcd7fa))
(pin "2" (uuid f2f943f4-49e7-47d9-a677-3bb3e6166804))
(pin "3" (uuid 281e0f3e-cb27-471b-b229-f1f156851d1b))
(pin "4" (uuid aae5d95c-1f2f-4526-afc9-0cde2fe5cb46))
(pin "5" (uuid d43382c6-aa4c-4065-af89-9b2ade4304e7))
(pin "6" (uuid 53839075-3e5d-419f-9f81-016a06dfc222))
(pin "7" (uuid 029a5dc8-96e6-436d-92a1-684f3cd32c7a))
(pin "8" (uuid fe97e6ba-7932-45b8-9fbd-14caca8cf8a7))
(pin "9" (uuid 549f451d-5143-4b1a-b61f-76b8607de616))
)
(sheet_instances
(path "/" (page "1"))
)
(symbol_instances
(path "/c483cf9d-1af2-41fc-b32c-17bb819f9f2d"
(reference "#PWR0102") (unit 1) (value "Earth") (footprint "")
)
(path "/bade57bc-88c1-4b41-9dbc-eb7cd43bd654"
(reference "#PWR0103") (unit 1) (value "Earth") (footprint "")
)
(path "/37817289-98f3-4c58-9899-fa3eff59c064"
(reference "#PWR0104") (unit 1) (value "Earth") (footprint "")
)
(path "/b2ba7100-ece5-4b09-9019-2222322cdba3"
(reference "#PWR0105") (unit 1) (value "Earth") (footprint "")
)
(path "/6eba15d5-cb67-48b5-abe0-aa6e0b19c742"
(reference "#PWR0106") (unit 1) (value "Earth") (footprint "")
)
(path "/b95ac502-16b3-456d-835b-d1f3ff8afebd"
(reference "#PWR0107") (unit 1) (value "Earth") (footprint "")
)
(path "/0d602279-02eb-4070-a004-f23aef1105a4"
(reference "#PWR?") (unit 1) (value "Earth") (footprint "")
)
(path "/11612267-abce-4db7-9eff-9a9cd75705c4"
(reference "#PWR?") (unit 1) (value "Earth") (footprint "")
)
(path "/45b12d11-24ea-4f0d-b7f5-0c610b93102a"
(reference "#PWR?") (unit 1) (value "Earth") (footprint "")
)
(path "/cc844091-e765-480c-85ab-4885dbdff29b"
(reference "C1") (unit 1) (value "10 uF") (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder")
)
(path "/25e3f5ef-3780-4212-bed0-b51a0a7e3e73"
(reference "C2") (unit 1) (value "10 uF") (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder")
)
(path "/2ea8657a-5a63-44f3-89ab-d63436cdd881"
(reference "C3") (unit 1) (value "100 uF") (footprint "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder")
)
(path "/649fb3f7-2279-48c4-ac71-03e71fde0e5d"
(reference "C4") (unit 1) (value "10 uF") (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder")
)
(path "/141f5c0b-f32d-464b-ab4c-9c46dcfcc26b"
(reference "C5") (unit 1) (value "10 uF") (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder")
)
(path "/559634e2-45ea-4aa6-abc3-23b1b0e03191"
(reference "C6") (unit 1) (value "100 uF") (footprint "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder")
)
(path "/a75c8dee-7d58-440d-9e5e-f046c8924404"
(reference "J1") (unit 1) (value "Conn_01x04_Male") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical")
)
(path "/aa8504e5-43e2-4a63-b9b2-0c4a43ae6f49"
(reference "L1") (unit 1) (value "2.2 uH") (footprint "Inductor_SMD_narrow:L_Ferrocore_narrow_DLG-0504")
)
(path "/f58b8cae-fd62-4f63-b634-373226ce73ec"
(reference "U1") (unit 1) (value "TPS63001") (footprint "Package_SON:VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias")
)
)
)