-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPi4.kicad_sch
828 lines (808 loc) · 34.3 KB
/
Pi4.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
(kicad_sch (version 20211123) (generator eeschema)
(uuid 652e5835-e3f3-41b1-b9e6-c5420cdc4cf2)
(paper "A4")
(lib_symbols
(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 "ECELab_PartsLibrary:RASPBERRY_PI_4B_4GB" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U202" (id 0) (at 0 38.735 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "RASPBERRY_PI_4B_4GB" (id 1) (at 0 36.195 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "ECELab_Footprints:MODULE_RASPBERRY_PI_4B_4GB" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PARTREV" "4" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "STANDARD" "Manufacturer Recommendations" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "SNAPEDA_PN" "RASPBERRY PI 4B/4GB" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MAXIMUM_PACKAGE_HEIGHT" "16 mm" (id 7) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MANUFACTURER" "Raspberry Pi" (id 8) (at 0 0 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(symbol "RASPBERRY_PI_4B_4GB_0_0"
(rectangle (start -20.32 33.02) (end 20.32 -40.64)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin power_in line (at 25.4 24.13 180) (length 5.08)
(name "3V3" (effects (font (size 1.016 1.016))))
(number "1" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 17.78 180) (length 5.08)
(name "GPIO15/RXD0" (effects (font (size 1.016 1.016))))
(number "10" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 15.24 0) (length 5.08)
(name "GPIO17/GPIO_GEN0" (effects (font (size 1.016 1.016))))
(number "11" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 10.16 0) (length 5.08)
(name "GPIO18/GPIO_GEN1" (effects (font (size 1.016 1.016))))
(number "12" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 12.7 0) (length 5.08)
(name "GPIO27/GPIO_GEN2" (effects (font (size 1.016 1.016))))
(number "13" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -26.67 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "14" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 7.62 0) (length 5.08)
(name "GPIO22/GPIO_GEN3" (effects (font (size 1.016 1.016))))
(number "15" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 5.08 0) (length 5.08)
(name "GPIO23/GPIO_GEN4" (effects (font (size 1.016 1.016))))
(number "16" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 26.67 180) (length 5.08)
(name "3V3" (effects (font (size 1.016 1.016))))
(number "17" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 2.54 0) (length 5.08)
(name "GPIO24/GPIO_GEN5" (effects (font (size 1.016 1.016))))
(number "18" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -12.7 0) (length 5.08)
(name "GPIO10/SPI_MOSI" (effects (font (size 1.016 1.016))))
(number "19" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 31.75 180) (length 5.08)
(name "5V" (effects (font (size 1.016 1.016))))
(number "2" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -29.21 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "20" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -15.24 0) (length 5.08)
(name "GPIO9/SPI_MISO" (effects (font (size 1.016 1.016))))
(number "21" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 0 0) (length 5.08)
(name "GPIO25/GPIO_GEN6" (effects (font (size 1.016 1.016))))
(number "22" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -10.16 0) (length 5.08)
(name "GPIO11/SPI_SCLK" (effects (font (size 1.016 1.016))))
(number "23" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -5.08 0) (length 5.08)
(name "GPIO8/~{SPI_CE0~{}" (effects (font (size 1.016 1.016))))
(number "24" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -31.75 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "25" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -7.62 0) (length 5.08)
(name "GPIO7/~{SPI_CE1~{}" (effects (font (size 1.016 1.016))))
(number "26" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -20.32 0) (length 5.08)
(name "ID_SD" (effects (font (size 1.016 1.016))))
(number "27" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 -22.86 0) (length 5.08)
(name "ID_SC" (effects (font (size 1.016 1.016))))
(number "28" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 12.7 180) (length 5.08)
(name "GPIO5" (effects (font (size 1.016 1.016))))
(number "29" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 25.4 0) (length 5.08)
(name "GPIO2/SDA1" (effects (font (size 1.016 1.016))))
(number "3" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -34.29 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "30" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 10.16 180) (length 5.08)
(name "GPIO6" (effects (font (size 1.016 1.016))))
(number "31" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 7.62 180) (length 5.08)
(name "GPIO12" (effects (font (size 1.016 1.016))))
(number "32" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 5.08 180) (length 5.08)
(name "GPIO13" (effects (font (size 1.016 1.016))))
(number "33" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -36.83 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "34" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 0 180) (length 5.08)
(name "GPIO19" (effects (font (size 1.016 1.016))))
(number "35" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 2.54 180) (length 5.08)
(name "GPIO16" (effects (font (size 1.016 1.016))))
(number "36" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -7.62 180) (length 5.08)
(name "GPIO26" (effects (font (size 1.016 1.016))))
(number "37" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -2.54 180) (length 5.08)
(name "GPIO20" (effects (font (size 1.016 1.016))))
(number "38" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -39.37 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "39" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 29.21 180) (length 5.08)
(name "5V" (effects (font (size 1.016 1.016))))
(number "4" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -5.08 180) (length 5.08)
(name "GPIO21" (effects (font (size 1.016 1.016))))
(number "40" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -13.335 180) (length 5.08)
(name "TR01" (effects (font (size 1.016 1.016))))
(number "41" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -10.795 180) (length 5.08)
(name "TR00" (effects (font (size 1.016 1.016))))
(number "42" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -18.415 180) (length 5.08)
(name "TR03" (effects (font (size 1.016 1.016))))
(number "43" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 -15.875 180) (length 5.08)
(name "TR02" (effects (font (size 1.016 1.016))))
(number "44" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 22.86 0) (length 5.08)
(name "GPIO3/SCL1" (effects (font (size 1.016 1.016))))
(number "5" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -21.59 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "6" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at -25.4 20.32 0) (length 5.08)
(name "GPIO4/GPIO_GCKL" (effects (font (size 1.016 1.016))))
(number "7" (effects (font (size 1.016 1.016))))
)
(pin bidirectional line (at 25.4 20.32 180) (length 5.08)
(name "GPIO14/TXD0" (effects (font (size 1.016 1.016))))
(number "8" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at 25.4 -24.13 180) (length 5.08)
(name "GND" (effects (font (size 1.016 1.016))))
(number "9" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at -25.4 -29.845 0) (length 5.08)
(name "SHIELD" (effects (font (size 1.016 1.016))))
(number "S1" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at -25.4 -32.385 0) (length 5.08)
(name "SHIELD" (effects (font (size 1.016 1.016))))
(number "S2" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at -25.4 -34.925 0) (length 5.08)
(name "SHIELD" (effects (font (size 1.016 1.016))))
(number "S3" (effects (font (size 1.016 1.016))))
)
(pin power_in line (at -25.4 -37.465 0) (length 5.08)
(name "SHIELD" (effects (font (size 1.016 1.016))))
(number "S4" (effects (font (size 1.016 1.016))))
)
)
)
(symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 0 3.556 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" "power-flag" (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 \"+5V\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+5V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5V" (effects (font (size 1.27 1.27))))
(number "1" (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" "power-flag" (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))))
)
)
)
)
(junction (at 131.445 62.865) (diameter 0) (color 0 0 0 0)
(uuid 1ea49c6c-b57c-429f-a2f9-59ad98886d83)
)
(junction (at 130.81 121.285) (diameter 0) (color 0 0 0 0)
(uuid 20abfd53-79bb-4780-96f9-f8b4aafda252)
)
(junction (at 152.4 71.12) (diameter 0) (color 0 0 0 0)
(uuid 21c21bc4-89a1-4fe4-89bf-15f67e4a91e8)
)
(junction (at 152.4 62.865) (diameter 0) (color 0 0 0 0)
(uuid 25f6b79f-532f-4ac1-982a-0a710b8cd00d)
)
(junction (at 130.81 128.905) (diameter 0) (color 0 0 0 0)
(uuid 5d18486a-4e13-446a-8a9a-3610adf17076)
)
(junction (at 130.81 133.985) (diameter 0) (color 0 0 0 0)
(uuid 6d6a18b4-1ee0-4ec7-bfb1-64c349f3f200)
)
(junction (at 130.81 131.445) (diameter 0) (color 0 0 0 0)
(uuid 824ec887-b559-4072-b380-f7166e927f64)
)
(junction (at 130.81 123.825) (diameter 0) (color 0 0 0 0)
(uuid 9939c6db-064f-4c83-b101-3bcbf71ea5b2)
)
(junction (at 147.32 62.865) (diameter 0) (color 0 0 0 0)
(uuid bacb608c-ee1c-4c7c-9a22-d89e7f8972ca)
)
(junction (at 130.81 126.365) (diameter 0) (color 0 0 0 0)
(uuid d77b8ee2-7f94-43b0-b738-f8b1f5db9c43)
)
(junction (at 130.175 69.215) (diameter 0) (color 0 0 0 0)
(uuid f115cbd3-4681-471d-867e-5f7e55bdf9cd)
)
(junction (at 130.81 118.745) (diameter 0) (color 0 0 0 0)
(uuid fc056d23-cd6b-4b00-ad8f-717952777062)
)
(no_connect (at 129.54 105.41) (uuid c5217410-e0f4-4648-812f-3b5fc27fd7b8))
(no_connect (at 129.54 107.95) (uuid c5217410-e0f4-4648-812f-3b5fc27fd7b9))
(no_connect (at 129.54 110.49) (uuid c5217410-e0f4-4648-812f-3b5fc27fd7ba))
(no_connect (at 129.54 113.03) (uuid c5217410-e0f4-4648-812f-3b5fc27fd7bb))
(no_connect (at 78.74 117.475) (uuid c5217410-e0f4-4648-812f-3b5fc27fd7bc))
(no_connect (at 78.74 114.935) (uuid c5217410-e0f4-4648-812f-3b5fc27fd7bd))
(no_connect (at 78.74 124.46) (uuid cbf3b3fd-febc-4336-8aab-d9a5c16c6269))
(no_connect (at 78.74 127) (uuid cbf3b3fd-febc-4336-8aab-d9a5c16c626a))
(no_connect (at 78.74 132.08) (uuid cbf3b3fd-febc-4336-8aab-d9a5c16c626b))
(no_connect (at 78.74 129.54) (uuid cbf3b3fd-febc-4336-8aab-d9a5c16c626c))
(wire (pts (xy 129.54 121.285) (xy 130.81 121.285))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 004b6ed9-693d-42e3-bcc9-c300246e563c)
)
(wire (pts (xy 152.4 71.12) (xy 152.4 72.39))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 014274fe-8050-49ca-bfb3-0e069e57ef8e)
)
(wire (pts (xy 129.54 133.985) (xy 130.81 133.985))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0679422a-7d25-407a-b99d-bc6a280df424)
)
(wire (pts (xy 130.81 128.905) (xy 130.81 126.365))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 11e52b8d-c131-4ffb-8e1a-f1a6a39a5ae5)
)
(wire (pts (xy 152.4 62.865) (xy 156.845 62.865))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1433fa6f-c122-4d0d-8f09-0419cfaba385)
)
(wire (pts (xy 129.54 131.445) (xy 130.81 131.445))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 165663be-2329-465c-8ecb-73ff4980ae13)
)
(polyline (pts (xy 225.425 150.495) (xy 225.425 163.83))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 174b0e4b-ee86-4619-8c2e-8da859da5331)
)
(wire (pts (xy 130.81 123.825) (xy 130.81 121.285))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 20abdd82-05b3-490d-b08a-bc009a8f7058)
)
(wire (pts (xy 147.32 71.12) (xy 152.4 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 240ec8df-7ac7-407c-8186-98f706c4c248)
)
(polyline (pts (xy 278.765 163.83) (xy 278.765 150.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2e88a226-64db-46f3-aedd-e50de17fdf96)
)
(wire (pts (xy 130.175 67.945) (xy 130.175 69.215))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 379b4897-84dc-41f4-b7a8-c088686607c7)
)
(wire (pts (xy 152.4 62.865) (xy 147.32 62.865))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3b1be97a-41f0-4ad9-b42e-05be867590a4)
)
(wire (pts (xy 74.93 102.235) (xy 78.74 102.235))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3d2ae959-8b5d-4021-8054-828e9fb92be0)
)
(polyline (pts (xy 225.425 163.83) (xy 278.765 163.83))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5b47a342-42e1-4c89-8097-e141ea1e7d29)
)
(wire (pts (xy 129.54 118.745) (xy 130.81 118.745))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6082c64f-78a2-4ba1-a2d2-5a7af75f8c85)
)
(wire (pts (xy 129.54 123.825) (xy 130.81 123.825))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 65db37dd-9000-4ec9-bcca-4bcd3d2443a6)
)
(wire (pts (xy 130.81 118.745) (xy 130.81 116.205))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 67caa6ac-0f10-4c95-9645-7349f6143803)
)
(wire (pts (xy 130.175 70.485) (xy 129.54 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6ba9442c-956e-492d-98cc-f8bcbd4eef10)
)
(wire (pts (xy 156.845 71.12) (xy 156.845 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 73d73461-18a9-4931-8b3d-8013345222f7)
)
(wire (pts (xy 130.81 135.255) (xy 130.81 133.985))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 75029569-1df4-44ce-8b20-5566e452e849)
)
(wire (pts (xy 130.175 69.215) (xy 133.35 69.215))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7c41a9d7-6607-420c-919f-a1a6fbc6ad02)
)
(wire (pts (xy 129.54 67.945) (xy 130.175 67.945))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 82b4c1bf-e8fe-4a72-9e64-41a07b1d324e)
)
(wire (pts (xy 130.81 116.205) (xy 129.54 116.205))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8e271cdc-2cc8-476d-a547-0738d775ceee)
)
(wire (pts (xy 130.81 131.445) (xy 130.81 128.905))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8e770bdb-3292-4e72-b109-961c7cad676d)
)
(wire (pts (xy 129.54 128.905) (xy 130.81 128.905))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 90f7ef38-40b8-403f-951e-5b775a5613c0)
)
(wire (pts (xy 130.81 126.365) (xy 130.81 123.825))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 97b0f340-71c0-4149-9fe0-fe9481b1c04b)
)
(bus (pts (xy 252.095 158.75) (xy 254 158.75))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 99ca7980-3646-4704-9045-f910ef9862fc)
)
(wire (pts (xy 129.54 62.865) (xy 131.445 62.865))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9a4cb3dd-d880-4285-8198-eed48acb9e95)
)
(wire (pts (xy 130.175 69.215) (xy 130.175 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a499d452-eb99-49f8-ab2e-3eaceff956c3)
)
(wire (pts (xy 129.54 126.365) (xy 130.81 126.365))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a4f717f0-d9e2-4780-b105-a61c3f20b533)
)
(wire (pts (xy 74.93 109.855) (xy 78.74 109.855))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid adef9ba8-c019-4648-9f09-6da4e0f0e43c)
)
(wire (pts (xy 130.81 121.285) (xy 130.81 118.745))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b173e494-4007-428a-a9bb-5f0663da990b)
)
(wire (pts (xy 130.81 133.985) (xy 130.81 131.445))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b5f696f9-b7e9-48d1-a1d5-961fcb5b213c)
)
(wire (pts (xy 74.93 107.315) (xy 78.74 107.315))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c724cbe0-4b91-464d-8f82-5ddfc7c899c0)
)
(wire (pts (xy 129.54 65.405) (xy 131.445 65.405))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d2267e54-b96c-4d6e-b883-0dc0514b26f5)
)
(wire (pts (xy 131.445 62.865) (xy 147.32 62.865))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d3791633-e3b9-429b-b8f5-490fb193c1b3)
)
(wire (pts (xy 74.93 104.775) (xy 78.74 104.775))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid db7a20f3-2ea2-4319-a415-114416d9fce4)
)
(wire (pts (xy 152.4 71.12) (xy 156.845 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ece4b97a-2f63-4873-9bb9-d65f3fc2a436)
)
(wire (pts (xy 131.445 65.405) (xy 131.445 62.865))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f49bbfa5-f559-478c-80c3-7be5124a8e26)
)
(wire (pts (xy 147.32 70.485) (xy 147.32 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f5b406da-115c-4443-a8e1-5c468a4cea7e)
)
(polyline (pts (xy 278.765 150.495) (xy 225.425 150.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f625ae5d-5a2e-4045-878b-021105101f9e)
)
(wire (pts (xy 152.4 62.865) (xy 152.4 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fb9fd731-5f2e-42a9-bb08-e6c3df91d981)
)
(text "Global Bus Lines" (at 226.06 149.86 0)
(effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify left bottom))
(uuid cdab0c99-a08a-4e0c-a968-9b596af17ed0)
)
(global_label "IO.~{CS}" (shape output) (at 74.93 102.235 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 05e4c588-6162-4b72-a86f-633478508211)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 67.4974 102.1556 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "IO.SDO" (shape output) (at 74.93 107.315 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 0df4b943-062a-4baa-874f-694f931b6ea1)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 66.1669 107.2356 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "PI4.3V3" (shape output) (at 133.35 69.215 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 22e89912-81aa-47e3-8089-457340af182a)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 142.9598 69.1356 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "IO{SCK, SDO, SDI, ~{CS}}" (shape bidirectional) (at 252.095 158.75 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 52486338-05eb-4a81-a3f8-d60bf4bda57d)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 228.2129 158.6706 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "IO.SCK" (shape output) (at 74.93 104.775 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 6642aa90-4266-4001-a29b-1ee5802a4202)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 66.2274 104.6956 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "IO.SDI" (shape input) (at 74.93 109.855 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 9cf3be6f-c8e9-464e-b6c0-3aacec63611d)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 66.8926 109.7756 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(hierarchical_label "IO{SCK, SDO, SDI, ~{CS}}" (shape input) (at 254 158.75 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 618875dc-c91f-4070-ac9a-1093ff7a4cde)
)
(symbol (lib_id "Device:C") (at 147.32 66.675 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 0760fbe1-a70a-45da-aff5-996917ac9ab6)
(property "Reference" "C601" (id 0) (at 149.86 65.405 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "0.1u" (id 1) (at 149.86 67.945 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 148.2852 70.485 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 147.32 66.675 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC Part Number" "C1525" (id 4) (at 147.32 66.675 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C1525" (id 5) (at 147.32 66.675 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 21f450fa-a3e5-4cd2-9e3b-f541c6ccbcf4))
(pin "2" (uuid a0b09361-6d3f-4f9a-b91b-3697c72a1642))
)
(symbol (lib_id "Device:C") (at 156.845 66.675 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 3c4ffa44-5498-455b-882e-2bb17a931dd2)
(property "Reference" "C602" (id 0) (at 159.385 65.405 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "0.1u" (id 1) (at 159.385 67.945 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 157.8102 70.485 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 156.845 66.675 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC Part Number" "C1525" (id 4) (at 156.845 66.675 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C1525" (id 5) (at 156.845 66.675 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1c44d720-a8ac-4d02-a641-00bb706f86d4))
(pin "2" (uuid 4dfdb7b3-5899-436a-8b7c-debdb3fdeba4))
)
(symbol (lib_id "power:GND") (at 152.4 72.39 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 52846377-c9e8-44bd-8c34-e4bc327bc95e)
(property "Reference" "#PWR0602" (id 0) (at 152.4 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 152.4 77.47 0))
(property "Footprint" "" (id 2) (at 152.4 72.39 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 152.4 72.39 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid faef5212-1c67-47c4-a4fa-f903e7413259))
)
(symbol (lib_id "ECELab_PartsLibrary:RASPBERRY_PI_4B_4GB") (at 104.14 94.615 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 60de7ac1-3ef6-4523-9fa8-2357ad3cf8f2)
(property "Reference" "U601" (id 0) (at 104.14 55.88 0))
(property "Value" "RASPBERRY_PI_4B_4GB" (id 1) (at 104.14 58.42 0))
(property "Footprint" "ECELab_Footprints:MODULE_RASPBERRY_PI_4B_4GB" (id 2) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "Datasheet" "" (id 3) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PARTREV" "4" (id 4) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "STANDARD" "Manufacturer Recommendations" (id 5) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "SNAPEDA_PN" "RASPBERRY PI 4B/4GB" (id 6) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MAXIMUM_PACKAGE_HEIGHT" "16 mm" (id 7) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(property "MANUFACTURER" "Raspberry Pi" (id 8) (at 104.14 94.615 0)
(effects (font (size 1.27 1.27)) (justify bottom) hide)
)
(pin "1" (uuid 1c5a2216-8504-4b5e-88dd-e22c4b30dc32))
(pin "10" (uuid b49e15f2-f5ea-42c3-9437-fa12d6c04833))
(pin "11" (uuid b7bff558-67e6-4bd9-b2ec-9130e7088639))
(pin "12" (uuid 8dc38d58-454f-4ae1-ae3e-e4a0d4220df4))
(pin "13" (uuid 1aa464e4-9844-4736-ab19-fd15e023a3ac))
(pin "14" (uuid b1798e44-8529-4a38-888f-0f4e6b61e088))
(pin "15" (uuid c7f74932-f31a-4229-94da-058504d637a8))
(pin "16" (uuid d453d33e-d668-4cf3-8678-8b8eef3a3cfc))
(pin "17" (uuid 61b01daa-df94-4f58-8be0-3b4add7e598f))
(pin "18" (uuid fae6077c-26bb-4a71-a15a-b54eb8284d13))
(pin "19" (uuid 19e58f6f-f29a-4de6-9b3e-b87bc1a51207))
(pin "2" (uuid 8fb8460f-f831-4820-828e-0aca1f1588a3))
(pin "20" (uuid 1779a8ac-8f39-421a-b654-d9cbb19fad50))
(pin "21" (uuid 1c07c135-5bf8-4456-97c5-593191f0ae95))
(pin "22" (uuid b0e8a1a1-8790-462b-bf72-fd6d04c735f1))
(pin "23" (uuid f11ebbba-d308-4bfa-b4cd-a4e78c69cad9))
(pin "24" (uuid ad1ac341-96cb-41b0-88ef-2b509a44c249))
(pin "25" (uuid a8d8515e-0a27-4b93-b36c-3dd0ab301c56))
(pin "26" (uuid 67780b0f-060b-49be-94a0-38be852ca6df))
(pin "27" (uuid d1bc4dae-d6f1-4e2d-b41c-e74c2369d0b1))
(pin "28" (uuid 2f24e682-0129-4b54-8e03-e67cfe481de5))
(pin "29" (uuid d2c469f4-763b-43a3-a5b8-4538a8293bb8))
(pin "3" (uuid 90932d79-e1e0-48e9-9379-90db83e1d14c))
(pin "30" (uuid 892da51b-d79a-4411-9dfd-14d5c2057ef3))
(pin "31" (uuid 53762e7f-7d1f-4c42-8934-9139d2ef5f20))
(pin "32" (uuid be655f1c-2810-40ce-b253-56ea77109aa7))
(pin "33" (uuid 886fa725-bb36-4e00-a21d-7d7a37b6dcc3))
(pin "34" (uuid 45b1f3a9-1d91-46cf-b822-b2ae052cc175))
(pin "35" (uuid eecf1ca5-2a03-468f-842b-714d7ffd623e))
(pin "36" (uuid 28658680-a738-414a-9a9c-5c9f9918d107))
(pin "37" (uuid 515747df-4bc6-46c1-8d5e-c732efa4f45d))
(pin "38" (uuid 54894de5-1cf0-4626-bc59-7f33f19a373c))
(pin "39" (uuid 2dc77bdc-c906-48fe-ba3f-386a3736b23e))
(pin "4" (uuid eb370d6e-a777-4226-8ad7-f65abd067aba))
(pin "40" (uuid 380ec449-5099-4ac5-8c6f-b18ae63a0455))
(pin "41" (uuid 19f695ad-219a-493e-a832-aebe903545a7))
(pin "42" (uuid 438e34cb-26da-474d-9fff-834b7cb4ce0d))
(pin "43" (uuid 03a43836-a830-470d-99d3-5bbf410c8977))
(pin "44" (uuid 9d3faace-e2a2-42e6-aba0-9d140f23de30))
(pin "5" (uuid 7433898a-881f-4809-8946-6a7c4976b073))
(pin "6" (uuid 5f3a29a3-6f64-4dfd-97e0-197a59d8628e))
(pin "7" (uuid cf83480a-6033-445c-8888-f64eeb8267a7))
(pin "8" (uuid 6aa4786d-3dea-4046-af11-6b8109c54a72))
(pin "9" (uuid 76b20352-a920-408b-b133-97083357098d))
(pin "S1" (uuid b50e3331-3b01-4e91-8331-344d631de657))
(pin "S2" (uuid 276773c8-2449-47a0-b2b2-d9fd8d9f98e3))
(pin "S3" (uuid eaa1e1be-dd6f-4b44-ab19-515087ec09a3))
(pin "S4" (uuid 1129d4d0-6f6d-4b51-979e-50cd7d1859fc))
)
(symbol (lib_id "power:+5V") (at 152.4 60.96 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 774319f9-0240-433d-82f8-75320db64225)
(property "Reference" "#PWR0601" (id 0) (at 152.4 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 152.4 55.88 0))
(property "Footprint" "" (id 2) (at 152.4 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 152.4 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3b74afb5-4e26-4460-aaa4-2ffd4465a48d))
)
(symbol (lib_id "power:GND") (at 130.81 135.255 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid c1e20735-1d5a-4a2d-b2e1-e212d04904a9)
(property "Reference" "#PWR0603" (id 0) (at 130.81 141.605 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 130.81 139.7 0))
(property "Footprint" "" (id 2) (at 130.81 135.255 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 130.81 135.255 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid fb7fc50e-ddcd-4781-8494-3d6f93406bc8))
)
)