-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpwr_reg_3_3v.kicad_sch
833 lines (815 loc) · 29.8 KB
/
pwr_reg_3_3v.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
(kicad_sch (version 20211123) (generator eeschema)
(uuid 55359fec-d031-4f66-a840-3fa32bc92226)
(paper "A4")
(lib_symbols
(symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.254 1.778 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C_Small" (id 1) (at 0.254 -2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(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" "capacitor cap" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor, small symbol" (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_Small_0_1"
(polyline
(pts
(xy -1.524 -0.508)
(xy 1.524 -0.508)
)
(stroke (width 0.3302) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.524 0.508)
(xy 1.524 0.508)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_Small_1_1"
(pin passive line (at 0 2.54 270) (length 2.032)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 90) (length 2.032)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:D_Schottky_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at -1.27 2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "D_Schottky_Small" (id 1) (at -7.112 -2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Schottky diode, small symbol" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "D_Schottky_Small_0_1"
(polyline
(pts
(xy -0.762 0)
(xy 0.762 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.016)
(xy -0.762 0)
(xy 0.762 1.016)
(xy 0.762 -1.016)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.27 0.762)
(xy -1.27 1.016)
(xy -0.762 1.016)
(xy -0.762 -1.016)
(xy -0.254 -1.016)
(xy -0.254 -0.762)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "D_Schottky_Small_1_1"
(pin passive line (at -2.54 0 0) (length 1.778)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 0 180) (length 1.778)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at 0 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "LED" (id 1) (at 0 -2.54 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" "LED diode" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Light emitting diode" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "LED_0_1"
(polyline
(pts
(xy -1.27 -1.27)
(xy -1.27 1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.27 0)
(xy 1.27 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)
(xy -1.27 0)
(xy 1.27 -1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -3.048 -0.762)
(xy -4.572 -2.286)
(xy -3.81 -2.286)
(xy -4.572 -2.286)
(xy -4.572 -1.524)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.778 -0.762)
(xy -3.302 -2.286)
(xy -2.54 -2.286)
(xy -3.302 -2.286)
(xy -3.302 -1.524)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "LED_1_1"
(pin passive line (at -3.81 0 0) (length 2.54)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 0.762 0.508 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "R_Small" (id 1) (at 0.762 -1.016 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(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" "R resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_Small_0_1"
(rectangle (start -0.762 1.778) (end 0.762 -1.778)
(stroke (width 0.2032) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_Small_1_1"
(pin passive line (at 0 2.54 270) (length 0.762)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 90) (length 0.762)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Jumper:SolderJumper_3_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "JP" (id 0) (at -2.54 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "SolderJumper_3_Open" (id 1) (at 0 2.794 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" "Solder Jumper SPDT" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Solder Jumper, 3-pole, open" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SolderJumper*Open*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "SolderJumper_3_Open_0_1"
(arc (start -1.016 1.016) (mid -2.032 0) (end -1.016 -1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start -1.016 1.016) (mid -2.032 0) (end -1.016 -1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -0.508 1.016) (end 0.508 -1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(polyline
(pts
(xy -2.54 0)
(xy -2.032 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.016 1.016)
(xy -1.016 -1.016)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 -1.27)
(xy 0 -1.016)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.016 1.016)
(xy 1.016 -1.016)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 2.54 0)
(xy 2.032 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 1.016 -1.016) (mid 2.032 0) (end 1.016 1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 1.016 -1.016) (mid 2.032 0) (end 1.016 1.016)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
)
(symbol "SolderJumper_3_Open_1_1"
(pin passive line (at -5.08 0 0) (length 2.54)
(name "A" (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.54)
(name "C" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 0 180) (length 2.54)
(name "B" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Regulator_Linear:HT75xx-1-SOT89" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -5.08 -3.81 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "HT75xx-1-SOT89" (id 1) (at 0 6.35 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" (id 2) (at 0 8.255 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "Datasheet" "https://www.holtek.com/documents/10179/116711/HT75xx-1v250.pdf" (id 3) (at 0 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "100mA LDO Regulator Fixed Positive" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "100mA Low Dropout Voltage Regulator, Fixed Output, SOT89" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SOT?89*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "HT75xx-1-SOT89_0_1"
(rectangle (start -5.08 5.08) (end 5.08 -2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "HT75xx-1-SOT89_1_1"
(pin power_in line (at 0 -5.08 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -7.62 2.54 0) (length 2.54)
(name "VIN" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin power_out line (at 7.62 2.54 180) (length 2.54)
(name "VOUT" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (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" "GND" (id 1) (at 0 -3.81 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" "global power" (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 \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "#FLG" (id 0) (at 0 1.905 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 0 3.81 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" "flag power" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "PWR_FLAG_0_0"
(pin power_out line (at 0 0 90) (length 0)
(name "pwr" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
(symbol "PWR_FLAG_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 1.27)
(xy -1.016 1.905)
(xy 0 2.54)
(xy 1.016 1.905)
(xy 0 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
)
)
(junction (at 129.54 74.93) (diameter 0) (color 0 0 0 0)
(uuid 006b6c96-9ed5-4b41-997a-79e35d02afcc)
)
(junction (at 154.94 74.93) (diameter 0) (color 0 0 0 0)
(uuid 1b579c0e-e5f9-4b33-91be-9f338c26d753)
)
(junction (at 120.65 74.93) (diameter 0) (color 0 0 0 0)
(uuid 770d318a-b540-4686-bda9-2baf517c40cf)
)
(junction (at 129.54 100.33) (diameter 0) (color 0 0 0 0)
(uuid 7b09b40f-1a7b-44bd-92dd-e9a1fbe99bae)
)
(junction (at 139.7 100.33) (diameter 0) (color 0 0 0 0)
(uuid fbdb797d-e356-4b6f-a8b3-f83c455fd579)
)
(junction (at 149.86 74.93) (diameter 0) (color 0 0 0 0)
(uuid ff7ebd49-5870-49c0-b5ab-2d6f42556627)
)
(wire (pts (xy 129.54 100.33) (xy 129.54 101.6))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 05d1893c-d9d7-414f-9741-0109d7009817)
)
(wire (pts (xy 149.86 87.63) (xy 149.86 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 08b4ea3d-ae45-437a-9603-cd531320b4a2)
)
(wire (pts (xy 154.94 83.82) (xy 154.94 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 095b48d7-0b3b-436b-872f-30c8c30a47ea)
)
(wire (pts (xy 129.54 87.63) (xy 129.54 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3fe51e28-0b8d-4bd3-b323-25ea2c619336)
)
(wire (pts (xy 109.22 81.28) (xy 111.76 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4482e8e2-df8b-4b1a-9561-075342c8eacb)
)
(wire (pts (xy 172.72 92.71) (xy 172.72 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 513d959b-80b5-46b8-bab6-2d6d42c24ce0)
)
(wire (pts (xy 149.86 74.93) (xy 154.94 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 515488be-357f-44f3-8d60-8411a648f93d)
)
(wire (pts (xy 154.94 96.52) (xy 160.02 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5284327e-06d0-42b1-94f5-6fb6d8ab8098)
)
(wire (pts (xy 129.54 74.93) (xy 132.08 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 52ae44b5-2b19-495f-8016-54f97fcf2c01)
)
(wire (pts (xy 172.72 96.52) (xy 170.18 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5f639a15-5e79-4429-bc20-3302c6053903)
)
(wire (pts (xy 154.94 74.93) (xy 154.94 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6d98e162-876d-4530-8d3f-86874ec1b497)
)
(wire (pts (xy 139.7 100.33) (xy 149.86 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6dec7554-737c-4f0e-8c37-647b386ff276)
)
(wire (pts (xy 139.7 100.33) (xy 139.7 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 77c6334b-48d0-4a21-93ee-871e89263ada)
)
(wire (pts (xy 120.65 74.93) (xy 129.54 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 79415f5d-0b26-462c-847b-4eed7021064d)
)
(wire (pts (xy 120.65 81.28) (xy 120.65 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b3368c75-3289-4cc9-9f12-e9a2300d85bf)
)
(wire (pts (xy 109.22 74.93) (xy 120.65 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b4fcc9d1-bbcc-4e9e-a475-d220a5506e43)
)
(wire (pts (xy 129.54 100.33) (xy 139.7 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b8ef83e5-e647-4866-9a69-5e2dc8d6dbb7)
)
(wire (pts (xy 154.94 96.52) (xy 154.94 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bad0de66-4cfb-42c0-a226-c2a9f520dace)
)
(wire (pts (xy 149.86 74.93) (xy 149.86 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bd856dc2-a2a6-4057-8d1c-ed3b2c4d3302)
)
(wire (pts (xy 129.54 74.93) (xy 129.54 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c290606f-a28d-4195-b90e-4bb987b93aff)
)
(wire (pts (xy 173.99 77.47) (xy 172.72 77.47))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d0ef3f36-79fa-4009-b8e0-d2e039fd9db8)
)
(wire (pts (xy 165.1 101.6) (xy 165.1 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e21d92fe-a55d-402c-a8a9-d50269c90284)
)
(wire (pts (xy 172.72 77.47) (xy 172.72 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e5530d64-e7f0-41dc-a9b3-f628f31ba2ea)
)
(wire (pts (xy 147.32 74.93) (xy 149.86 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f5d57ea5-6e6a-4d8b-acbf-707b0cde1f3a)
)
(wire (pts (xy 116.84 81.28) (xy 120.65 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f776f620-6e4d-45e6-9e76-3d56d8b5cdb6)
)
(wire (pts (xy 154.94 74.93) (xy 173.99 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f98a8e7c-ef37-4d9c-b73f-448f756a4981)
)
(label "INT_PWRLED_R" (at 154.94 86.36 0)
(effects (font (size 0.5 0.5)) (justify left bottom))
(uuid 24200203-894b-44e7-9cfc-5070cd4e514b)
)
(label "INT_PWRLED_R_EXT" (at 172.72 96.52 0)
(effects (font (size 0.5 0.5)) (justify left bottom))
(uuid 721d35c3-fc1b-4db4-8b73-6174c4f0aff3)
)
(hierarchical_label "VBUS" (shape input) (at 109.22 81.28 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 2c66c840-12f6-440b-8451-0153ab912c1a)
)
(hierarchical_label "3V3" (shape output) (at 173.99 74.93 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 3e5d6be6-a4ac-4174-885e-d3fa60af5b31)
)
(hierarchical_label "SYS_LED-" (shape output) (at 173.99 77.47 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 7ceac619-917c-4b8b-8904-f7ef8f52309c)
)
(hierarchical_label "EXTPWR" (shape input) (at 109.22 74.93 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid c973a0f1-463f-4325-a5f8-e14937b0ccb4)
)
(symbol (lib_id "Device:LED") (at 154.94 80.01 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 0a20c46e-a7c6-4054-ba49-9e56e3866ced)
(property "Reference" "D3" (id 0) (at 157.48 77.47 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "PWR_LED" (id 1) (at 157.48 80.01 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Diode_SMD:D_0603_1608Metric" (id 2) (at 154.94 80.01 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 154.94 80.01 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MFR" "KT-0603R" (id 4) (at 154.94 80.01 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "JLCPCB Part" "C2286" (id 5) (at 154.94 80.01 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 40c2c132-8ad9-402f-adf1-b7c92ed0a0b6))
(pin "2" (uuid 86260fc9-f3fd-4684-8bdb-91359277597b))
)
(symbol (lib_id "Device:R_Small") (at 172.72 90.17 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 1af747e1-1c28-49ec-ac08-fb98a8fcdd1a)
(property "Reference" "R23" (id 0) (at 176.53 88.9 0))
(property "Value" "470" (id 1) (at 176.53 91.44 0))
(property "Footprint" "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (id 2) (at 172.72 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 172.72 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8dcd2106-f09c-4774-be6a-ea40d6d0f393))
(pin "2" (uuid e704784a-d2ff-4a4d-b688-660f03b8cb90))
)
(symbol (lib_id "Regulator_Linear:HT75xx-1-SOT89") (at 139.7 77.47 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 1fe6c6fb-e4c6-4164-9486-5501ed55c745)
(property "Reference" "U3" (id 0) (at 139.7 67.31 0))
(property "Value" "HT7533-1" (id 1) (at 139.7 69.85 0))
(property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" (id 2) (at 139.7 69.215 0)
(effects (font (size 1.27 1.27) italic) hide)
)
(property "Datasheet" "https://www.holtek.com/documents/10179/116711/HT75xx-1v250.pdf" (id 3) (at 139.7 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "JLCPCB Part" "C14289" (id 4) (at 139.7 77.47 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MFR" "HT7533-1" (id 5) (at 139.7 77.47 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 7da9c0b0-e55a-4433-8b53-8a630cbe1a6a))
(pin "2" (uuid 1ed7e426-870d-44d7-805f-97634ee5a067))
(pin "3" (uuid ed853c06-3758-44aa-946d-731ba2a8915a))
)
(symbol (lib_id "power:GND") (at 129.54 101.6 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 4a7698ac-43ff-4bb7-9007-d315d0a18d78)
(property "Reference" "#PWR0108" (id 0) (at 129.54 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 129.54 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 129.54 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 129.54 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a525fb55-8218-4694-8044-76bcc380c9a7))
)
(symbol (lib_id "Device:C_Small") (at 129.54 85.09 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes)
(uuid 62f0d114-270e-4285-b227-1797d3d53672)
(property "Reference" "C15" (id 0) (at 127 82.55 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10u" (id 1) (at 127 85.09 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 129.54 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 129.54 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "JLCPCB Part" "C96446" (id 4) (at 129.54 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MFR" "CL10A106MA8NRNC" (id 5) (at 129.54 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 56b42d9a-8db8-4482-9e5f-cc14689c22f0))
(pin "2" (uuid 12990f98-ab8d-4f83-84f5-e5cfc5d1e8d3))
)
(symbol (lib_id "Jumper:SolderJumper_3_Open") (at 165.1 96.52 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 6c488294-e3ce-42ad-a2d9-786800064d15)
(property "Reference" "JP2" (id 0) (at 165.1 91.44 0))
(property "Value" "PWR_LED_SEL" (id 1) (at 165.1 93.98 0)
(effects (font (size 1 1)))
)
(property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm" (id 2) (at 165.1 96.52 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 165.1 96.52 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 66f90c73-c706-47a2-ba8f-b45ef1622cc7))
(pin "2" (uuid d2b2ba39-20fb-4059-99c8-770f73299d29))
(pin "3" (uuid dd8a90ce-8d31-4b75-9b28-7798c8835d97))
)
(symbol (lib_id "Device:C_Small") (at 149.86 85.09 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes)
(uuid 98302e08-2dca-446d-bd06-4eb14c6f8c0d)
(property "Reference" "C16" (id 0) (at 147.32 82.55 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10u" (id 1) (at 147.32 85.09 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 149.86 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 149.86 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "JLCPCB Part" "C96446" (id 4) (at 149.86 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MFR" "CL10A106MA8NRNC" (id 5) (at 149.86 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2e14c8c7-7043-4e90-873e-f3e0a32c03a9))
(pin "2" (uuid 199d8399-203b-45c1-8f62-164357160284))
)
(symbol (lib_id "power:GND") (at 165.1 101.6 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9ae0f810-d81f-4e24-869a-76ef5380f2a5)
(property "Reference" "#PWR03" (id 0) (at 165.1 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 165.1 105.41 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 165.1 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 165.1 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5971cde3-83c7-40e0-99e8-3737c83e75a5))
)
(symbol (lib_id "Device:D_Schottky_Small") (at 114.3 81.28 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid b1273630-c656-4739-80d1-286b6098bc16)
(property "Reference" "D12" (id 0) (at 114.3 83.82 0))
(property "Value" "1N5819WS" (id 1) (at 114.3 86.36 0))
(property "Footprint" "Diode_SMD:D_SOD-323" (id 2) (at 114.3 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 114.3 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3c91fb87-9042-423d-b584-dadeb39b90f8))
(pin "2" (uuid 12c8919e-1d07-4c03-86c3-725db7e6392f))
)
(symbol (lib_id "Device:R_Small") (at 154.94 90.17 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid c7c84694-a167-48cb-be91-ecf86f024083)
(property "Reference" "R17" (id 0) (at 158.75 88.9 0))
(property "Value" "1k5" (id 1) (at 158.75 91.44 0))
(property "Footprint" "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (id 2) (at 154.94 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 154.94 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8d6768b2-0143-4a90-9f31-f839acc9baec))
(pin "2" (uuid 03090c73-359d-484a-b0be-0b89e43bebb0))
)
(symbol (lib_id "power:PWR_FLAG") (at 129.54 74.93 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid f57f6bb8-796f-4d49-89b2-2ce5614ed38f)
(property "Reference" "#FLG0105" (id 0) (at 129.54 73.025 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 129.54 69.85 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 129.54 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 129.54 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9cfb2568-6177-4d9a-a4b8-c84bba792811))
)
)