-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPD2.kicad_sch
853 lines (834 loc) · 28.6 KB
/
PD2.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
(kicad_sch (version 20230121) (generator eeschema)
(uuid ffd5616d-8674-4f9e-a112-db28521e73f9)
(paper "A4")
(lib_symbols
(symbol "alphax:+5VAS" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR09" (at -3.81 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5VAS" (at 2.8912 2.1493 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "+5V Analog power for Sensors" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5VAS_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "+5VAS_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5VAS" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "hellen-one-common:MOSFET-N" (pin_names hide) (in_bom yes) (on_board yes)
(property "Reference" "Q" (at 5.08 6.35 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "MOSFET-N" (at 2.54 3.81 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "hellen-one-common:SOT-23" (at 6.35 -1.905 0)
(effects (font (size 1.27 1.27) italic) (justify left) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "LCSC" " C20917" (at 8.89 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "N-Channel Power MOSFET OMNIFET" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic N-Channel Power MOSFET" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "TO?220*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MOSFET-N_0_1"
(polyline
(pts
(xy 0.254 0)
(xy -2.54 0)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.254 1.905)
(xy 0.254 -1.905)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.27)
(xy 0.762 -2.286)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.762 0.508)
(xy 0.762 -0.508)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.762 2.286)
(xy 0.762 1.27)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.54 2.54)
(xy 2.54 1.778)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.54 -2.54)
(xy 2.54 0)
(xy 0.762 0)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.778)
(xy 3.302 -1.778)
(xy 3.302 1.778)
(xy 0.762 1.778)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 1.016 0)
(xy 2.032 0.381)
(xy 2.032 -0.381)
(xy 1.016 0)
)
(stroke (width 0) (type default))
(fill (type outline))
)
(polyline
(pts
(xy 2.794 0.508)
(xy 2.921 0.381)
(xy 3.683 0.381)
(xy 3.81 0.254)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 3.302 0.381)
(xy 2.921 -0.254)
(xy 3.683 -0.254)
(xy 3.302 0.381)
)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 1.651 0) (radius 2.794)
(stroke (width 0.254) (type default))
(fill (type none))
)
(circle (center 2.54 -1.778) (radius 0.254)
(stroke (width 0) (type default))
(fill (type outline))
)
(circle (center 2.54 1.778) (radius 0.254)
(stroke (width 0) (type default))
(fill (type outline))
)
)
(symbol "MOSFET-N_1_1"
(pin input line (at -5.08 0 0) (length 2.54)
(name "G" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 5.08 270) (length 2.54)
(name "D" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 -5.08 90) (length 2.54)
(name "S" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "hellen-one-common:Res" (pin_numbers hide) (in_bom yes) (on_board yes)
(property "Reference" "R" (at 3.81 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Res" (at 5.08 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 3.81 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "ki_description" "Resistor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Res_1_0"
(rectangle (start 2.54 -1.27) (end 7.62 1.27)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin passive line (at 0 0 0) (length 2.54)
(name "" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 10.16 0 180) (length 2.54)
(name "" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (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" (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))
(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))))
)
)
)
)
(junction (at 142.24 93.98) (diameter 0) (color 0 0 0 0)
(uuid 1ffc5ec2-c0e7-4064-9d31-93f494389de2)
)
(junction (at 153.67 93.98) (diameter 0) (color 0 0 0 0)
(uuid 9092fbb3-a947-4b92-9407-ed9bfac7f473)
)
(junction (at 180.34 110.49) (diameter 0) (color 0 0 0 0)
(uuid a4204d71-9a90-4ffd-b6b9-fdd5e18521f5)
)
(junction (at 190.5 116.84) (diameter 0) (color 0 0 0 0)
(uuid ba8fbb14-2585-4048-80fa-04a29f165756)
)
(junction (at 137.16 99.06) (diameter 0) (color 0 0 0 0)
(uuid de2ccde0-b8fa-43fd-a265-bdc74cc16f09)
)
(wire (pts (xy 143.51 99.06) (xy 137.16 99.06))
(stroke (width 0) (type default))
(uuid 0b4edff9-100e-4c9d-9fc6-f9ccf18e271a)
)
(wire (pts (xy 180.34 110.49) (xy 198.12 110.49))
(stroke (width 0) (type default))
(uuid 25d31bfd-fed6-41cd-b069-bb8adc3f9dde)
)
(wire (pts (xy 190.5 116.84) (xy 190.5 119.38))
(stroke (width 0) (type default))
(uuid 31294c1a-4970-4791-9349-8743fc6e4df8)
)
(wire (pts (xy 149.86 116.84) (xy 190.5 116.84))
(stroke (width 0) (type default))
(uuid 404e760d-81be-415c-bd5e-9cfb3e76fc40)
)
(wire (pts (xy 137.16 99.06) (xy 137.16 105.41))
(stroke (width 0) (type default))
(uuid 49f05191-afcd-42a9-9b02-60bdabf1bd41)
)
(wire (pts (xy 143.51 93.98) (xy 142.24 93.98))
(stroke (width 0) (type default))
(uuid 62609c96-641f-45f5-9e96-bf5b5885757b)
)
(wire (pts (xy 144.78 110.49) (xy 180.34 110.49))
(stroke (width 0) (type default))
(uuid 73c149e3-472c-43d0-9e17-cc269da3c20a)
)
(wire (pts (xy 180.34 110.49) (xy 180.34 119.38))
(stroke (width 0) (type default))
(uuid 7b402e1b-83a4-4f6f-af91-4554e69150ea)
)
(wire (pts (xy 142.24 93.98) (xy 127 93.98))
(stroke (width 0) (type default))
(uuid 8e4b6fc2-d5e3-4929-a900-7405bc0b9947)
)
(wire (pts (xy 190.5 116.84) (xy 198.12 116.84))
(stroke (width 0) (type default))
(uuid d6e6ba2c-5fd9-4024-ba66-c2e21019e189)
)
(wire (pts (xy 142.24 93.98) (xy 142.24 111.76))
(stroke (width 0) (type default))
(uuid d7167e30-74b0-47c1-8206-733f229fadee)
)
(wire (pts (xy 116.84 99.06) (xy 107.95 99.06))
(stroke (width 0) (type default))
(uuid e50505db-b226-4ff9-aff7-e25fd05de654)
)
(wire (pts (xy 116.84 93.98) (xy 107.95 93.98))
(stroke (width 0) (type default))
(uuid fb462d65-bac5-4fc4-a732-fa605d662019)
)
(wire (pts (xy 153.67 93.98) (xy 153.67 99.06))
(stroke (width 0) (type default))
(uuid fc4304c8-2284-4651-9a63-fa79b9838116)
)
(wire (pts (xy 137.16 99.06) (xy 127 99.06))
(stroke (width 0) (type default))
(uuid fe0ffd46-c40f-4801-bc7e-cc67f02775df)
)
(hierarchical_label "PD_EN2" (shape input) (at 198.12 110.49 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 06651d6b-a745-41c6-b9da-ae44433fe4bb)
)
(hierarchical_label "LINE1" (shape bidirectional) (at 107.95 93.98 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 2d1c8c01-6719-4841-a736-f8ede4c7d98f)
)
(hierarchical_label "PD_EN1" (shape input) (at 198.12 116.84 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 65b168c2-27a0-4997-b9ab-81a30dad2774)
)
(hierarchical_label "LINE2" (shape bidirectional) (at 107.95 99.06 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8a53a125-9882-4407-a6bd-dcaf705d85ef)
)
(symbol (lib_id "hellen-one-common:MOSFET-N") (at 139.7 110.49 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 01853609-e8c9-43c8-bcfa-89781ad5d459)
(property "Reference" "Q34" (at 146.05 105.41 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "AO3400A" (at 151.13 107.95 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "hellen-one-common:SOT-23" (at 133.35 112.395 0)
(effects (font (size 1.27 1.27) italic) (justify left) hide)
)
(property "Datasheet" "" (at 139.7 110.49 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "LCSC" " C20917" (at 139.7 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid faf3aaba-ef7a-4049-a8f6-b17042161f86))
(pin "2" (uuid 4b39a5ad-597f-4cf8-809d-1355ea3ff813))
(pin "3" (uuid 00dc6492-511e-4d8e-96df-6cade5e82aff))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "Q34") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "Q9") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "Q5") (unit 1)
)
)
)
)
(symbol (lib_id "alphax:+5VAS") (at 153.67 93.98 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 362a7109-8451-45a9-a47f-cbff6f1cc9b6)
(property "Reference" "#PWR0132" (at 157.48 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5VAS" (at 156.21 90.17 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 153.67 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 153.67 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0982ee30-3c6d-4c29-acbf-0cc25084db60))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "#PWR0132") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "#PWR045") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "#PWR039") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:Res") (at 116.84 99.06 0) (mirror x) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 540bd4cb-c6b2-4d12-8072-6170d61fcf07)
(property "Reference" "R87" (at 121.92 96.52 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "3.3k" (at 121.92 99.06 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 120.65 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 116.84 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C22978" (at 116.84 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1f8cfdd1-7cd4-4dd1-bd8e-e70270c4dd00))
(pin "2" (uuid d3ca05c6-d3e9-48ef-bef5-e35a57c370ef))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "R87") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "R82") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "R23") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:Res") (at 116.84 93.98 0) (mirror x) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 5e1478ba-00ab-43f8-aa05-c52d2e3a92be)
(property "Reference" "R86" (at 121.92 91.44 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "3.3k" (at 121.92 93.98 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 120.65 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 116.84 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C22978" (at 116.84 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6fc997b7-be3d-46f2-acf9-c24e9dddf2ee))
(pin "2" (uuid ac65f507-0d31-4174-8e48-92a2711f692e))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "R86") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "R81") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "R21") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:Res") (at 190.5 119.38 270) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 5efa29dc-37c7-4f54-9922-a8b07b65cef1)
(property "Reference" "R30" (at 187.96 124.46 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "4.7k" (at 190.5 124.46 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 186.69 123.19 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 190.5 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C23162" (at 190.5 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e3afe67a-b665-40ab-b74c-03efa7eaf973))
(pin "2" (uuid eda77f86-bcd5-4887-8c02-d21a30ce54f1))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "R30") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/25155a6a-b730-4539-b065-c798d1d9d962"
(reference "R101") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/6c46a945-8c60-46f9-927f-d661c7787628"
(reference "R105") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/379f9dcd-388e-47c8-940c-7787005440d1"
(reference "R109") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "R88") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "R92") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 142.24 121.92 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 60f5b7a4-cada-4d3a-ac74-70eb5610206a)
(property "Reference" "#PWR0136" (at 142.24 128.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 142.1892 125.8634 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 142.24 121.92 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 142.24 121.92 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 25ee5dd1-5131-4c58-8ef0-524749243bd4))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "#PWR0136") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "#PWR048") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "#PWR0182") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:Res") (at 180.34 119.38 270) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 69f13a7d-6c9a-4f04-a0ef-0f6aebd13c88)
(property "Reference" "R30" (at 177.8 124.46 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "4.7k" (at 180.34 124.46 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 176.53 123.19 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 180.34 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C23162" (at 180.34 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 366fb1c3-dc6a-4eb5-a437-b201ff2a1345))
(pin "2" (uuid 902dc5f4-156b-4231-b861-3adde5ebc063))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "R30") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/25155a6a-b730-4539-b065-c798d1d9d962"
(reference "R101") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/6c46a945-8c60-46f9-927f-d661c7787628"
(reference "R105") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/379f9dcd-388e-47c8-940c-7787005440d1"
(reference "R109") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "R87") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "R77") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:MOSFET-N") (at 144.78 116.84 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 91a3351b-c86b-4f70-aff1-8d45fe14e5f1)
(property "Reference" "Q33" (at 149.86 111.76 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "AO3400A" (at 153.67 114.3 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "hellen-one-common:SOT-23" (at 138.43 118.745 0)
(effects (font (size 1.27 1.27) italic) (justify left) hide)
)
(property "Datasheet" "" (at 144.78 116.84 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "LCSC" " C20917" (at 144.78 116.84 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 44a872e7-936a-4b9c-ad6b-bd02b0fb8fc1))
(pin "2" (uuid bf7cae44-8a6f-4277-9b3c-31a4ca2ff6d6))
(pin "3" (uuid 6522da62-7dac-4f22-adf6-e9c19508fad8))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "Q33") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "Q8") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "Q15") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 137.16 115.57 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 965f91df-1a35-4868-955b-6ce88e9d7702)
(property "Reference" "#PWR0137" (at 137.16 121.92 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 137.1092 119.5134 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 137.16 115.57 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 137.16 115.57 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6b6cdf0f-d5fa-4bb4-9cae-0a3dc257c8bf))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "#PWR0137") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "#PWR065") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "#PWR0181") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:Res") (at 143.51 99.06 0) (mirror x) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid ade99614-f6db-4c76-bbba-686eaa8d6fb2)
(property "Reference" "R80" (at 148.59 96.52 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "1.2k" (at 148.59 99.06 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 147.32 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 143.51 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C22765" (at 143.51 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6e017292-5743-4fcf-8dbc-38d5ef1c3ca1))
(pin "2" (uuid 3dee2579-87e6-4316-81fe-9e51f5612c49))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "R80") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "R78") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "R47") (unit 1)
)
)
)
)
(symbol (lib_id "hellen-one-common:Res") (at 143.51 93.98 0) (mirror x) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid da128637-af9a-4675-ba42-5630c7ef29cd)
(property "Reference" "R79" (at 148.59 91.44 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "1.2k" (at 148.59 93.98 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "hellen-one-common:R0603" (at 147.32 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 143.51 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C22765" (at 143.51 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 52051906-92f5-4599-a670-c4c80a0ec576))
(pin "2" (uuid 776eab82-8049-4e50-88de-28f40f0a2d55))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "R79") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "R28") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "R36") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 190.5 129.54 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid ddcbb32e-ef40-48ea-a53c-092bdc78de39)
(property "Reference" "#PWR035" (at 190.5 135.89 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 190.5 133.35 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 190.5 129.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 190.5 129.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e622617f-b557-485e-8936-396a8966ec64))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "#PWR035") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/25155a6a-b730-4539-b065-c798d1d9d962"
(reference "#PWR071") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/6c46a945-8c60-46f9-927f-d661c7787628"
(reference "#PWR0143") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/379f9dcd-388e-47c8-940c-7787005440d1"
(reference "#PWR0205") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "#PWR0135") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "#PWR0184") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 180.34 129.54 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid f8234759-b62c-4314-8ea9-0d31ea8f44e8)
(property "Reference" "#PWR035" (at 180.34 135.89 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 180.34 133.35 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 180.34 129.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 180.34 129.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 15e6d005-fe22-455c-bc4c-faac1521ca79))
(instances
(project "alphax_4ch"
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460"
(reference "#PWR035") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/25155a6a-b730-4539-b065-c798d1d9d962"
(reference "#PWR071") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/6c46a945-8c60-46f9-927f-d661c7787628"
(reference "#PWR0143") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/379f9dcd-388e-47c8-940c-7787005440d1"
(reference "#PWR0205") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/412bf297-30e6-460d-bde0-a70018b48e80"
(reference "#PWR0134") (unit 1)
)
(path "/63d2dd9f-d5ff-4811-a88d-0ba932475460/0ceee54c-f64b-46dd-8af3-5c6e2df44ac2"
(reference "#PWR0183") (unit 1)
)
)
)
)
)