-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject-embeddedSystemDesign2.net
More file actions
837 lines (837 loc) · 33.4 KB
/
project-embeddedSystemDesign2.net
File metadata and controls
837 lines (837 loc) · 33.4 KB
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
(export (version D)
(design
(source "/home/brecht/Qsync/Documents/1 - School/2018 - 2019/Semester 2/Embedded system design 2 - labo/project-embeddedSystemDesign2/project-embeddedSystemDesign2.sch")
(date "di 19 mrt 2019 16:58:30 CET")
(tool "Eeschema 5.1.0-060a0da~80~ubuntu18.10.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "Project Embedded System Design 2")
(company "Brecht Van Eeckhoudt - KULeuven")
(rev 2.0)
(date 2019-03-19)
(source project-embeddedSystemDesign2.sch)
(comment (number 1) (value "Custom Happy Gecko board"))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value EFM32HG322)
(footprint Package_QFP:LQFP-48_7x7mm_P0.5mm)
(libsource (lib MCU_SiliconLabs-extra) (part EFM32HG322) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C8DE106))
(comp (ref C4)
(value "100 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) IOVDD_5))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8DF0EC))
(comp (ref C8)
(value "10 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) AVDD_1))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8DFA8D))
(comp (ref C7)
(value "10 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) AVDD_0))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8DFAF0))
(comp (ref C6)
(value "10 µF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) AVDDD_0))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8DFB1A))
(comp (ref C3)
(value "100 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) IOVDD_3))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8E18C0))
(comp (ref C2)
(value "100 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) IOVDD_0))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8E18EE))
(comp (ref C1)
(value "10 µF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) IOVDD_0))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8E3C81))
(comp (ref C5)
(value "100 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Placement) VDD_DREG))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8E6AE2))
(comp (ref C9)
(value "1 µF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(fields
(field (name Class) X5R)
(field (name Placement) DECOUPLE))
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C8E6C2F))
(comp (ref Y1)
(value "32,768 kHz")
(footprint Crystal:Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering)
(datasheet ~)
(fields
(field (name "Load capacitance") "12,5 pF")
(field (name Tolerance) "+- 20 ppm"))
(libsource (lib Device) (part Crystal_Small) (description "Two pin crystal, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAF67DE))
(comp (ref C11)
(value "18 pF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAF6AB5))
(comp (ref C12)
(value "18 pF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CB0C364))
(comp (ref C13)
(value "12 pF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CB56E30))
(comp (ref C14)
(value "12 pF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CB56ED1))
(comp (ref U2)
(value ADXL362-breakout)
(footprint Package_DIP:DIP-8_W10.16mm)
(libsource (lib Sensor_Breakout) (part ADXL362-breakout) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5CAEEBAF))
(comp (ref R6)
(value "100 Ω")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CCDCBB5))
(comp (ref C10)
(value "100 nF")
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CCDCFE4))
(comp (ref R5)
(value "1 kΩ")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CCDD463))
(comp (ref SW1)
(value SW_Push)
(footprint Button_Switch_SMD:SW_SPST_FSMSM)
(datasheet ~)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5CD4AA54))
(comp (ref R1)
(value "1 Ω")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CE154AE))
(comp (ref L1)
(value CBF102WB)
(footprint Coils:0603)
(datasheet ~)
(libsource (lib Device) (part L_Core_Ferrite_Small) (description "Inductor with ferrite core, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CE5DED5))
(comp (ref J8)
(value Conn_01x02)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Horizontal)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C9E9A90))
(comp (ref J13)
(value Conn_01x02)
(footprint Connectors:1X02_LOCK)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C9ED5E9))
(comp (ref J12)
(value Conn_01x03)
(footprint Connectors:1X03_LOCK)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x03) (description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C9EE6B7))
(comp (ref J10)
(value Conn_01x07)
(footprint Connectors:1X07_LOCK)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x07) (description "Generic connector, single row, 01x07, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C9EF6A6))
(comp (ref J11)
(value Conn_02x02_Odd_Even)
(footprint Connector_PinSocket_2.54mm:PinSocket_2x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x02_Odd_Even) (description "Generic connector, double row, 02x02, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CA3DF2E))
(comp (ref H2)
(value MountingHole)
(footprint MountingHole:MountingHole_3mm)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAE5F0E))
(comp (ref H1)
(value MountingHole)
(footprint MountingHole:MountingHole_3mm)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAE6C22))
(comp (ref H3)
(value MountingHole)
(footprint MountingHole:MountingHole_3mm)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAE6FE6))
(comp (ref R3)
(value "100 Ω")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CC2FD26))
(comp (ref R4)
(value "100 Ω")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CC3ADD3))
(comp (ref R2)
(value "10 kΩ")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5CC8CAB7))
(comp (ref Y2)
(value "24 MHz")
(footprint Clocks:CRYSTAL-SMD-5X3.2-4PAD)
(datasheet ~)
(fields
(field (name "Load capacitance") "8 pF")
(field (name Tolerance) "+- 20 ppm"))
(libsource (lib Device) (part Crystal_GND24_Small) (description "Four pin crystal, GND on pins 2 and 4, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5C98965A))
(comp (ref J3)
(value Conn_01x04)
(footprint Connectors:1X04_LOCK)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C98937A))
(comp (ref J9)
(value Conn_01x01)
(footprint Connectors:1X01)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x01) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C982ED3))
(comp (ref J6)
(value Conn_01x01)
(footprint Connectors:1X01)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x01) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C98585A))
(comp (ref J4)
(value Conn_02x02_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x02_Odd_Even) (description "Generic connector, double row, 02x02, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C91DE76))
(comp (ref J5)
(value Conn_02x02_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x02_Odd_Even) (description "Generic connector, double row, 02x02, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C95EF40))
(comp (ref J2)
(value Conn_02x09_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x09_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x09_Odd_Even) (description "Generic connector, double row, 02x09, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C9C3603))
(comp (ref J1)
(value Conn_02x04_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x04_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x04_Odd_Even) (description "Generic connector, double row, 02x04, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5C9CF349))
(comp (ref J7)
(value Conn_01x02)
(footprint Connectors:1X02_LOCK)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAF3F15)))
(libparts
(libpart (lib Connector_Generic) (part Conn_01x01)
(description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x01))
(pins
(pin (num 1) (name Pin_1) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x02)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x03)
(description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x03))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x04)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x07)
(description "Generic connector, single row, 01x07, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x07))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x02_Odd_Even)
(description "Generic connector, double row, 02x02, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x02_Odd_Even))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x04_Odd_Even)
(description "Generic connector, double row, 02x04, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x04_Odd_Even))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x09_Odd_Even)
(description "Generic connector, double row, 02x09, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x09_Odd_Even))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))
(pin (num 11) (name Pin_11) (type passive))
(pin (num 12) (name Pin_12) (type passive))
(pin (num 13) (name Pin_13) (type passive))
(pin (num 14) (name Pin_14) (type passive))
(pin (num 15) (name Pin_15) (type passive))
(pin (num 16) (name Pin_16) (type passive))
(pin (num 17) (name Pin_17) (type passive))
(pin (num 18) (name Pin_18) (type passive))))
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Crystal_GND24_Small)
(description "Four pin crystal, GND on pins 2 and 4, small symbol")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal_GND24_Small))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))
(pin (num 4) (name 4) (type passive))))
(libpart (lib Device) (part Crystal_Small)
(description "Two pin crystal, small symbol")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal_Small))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part L_Core_Ferrite_Small)
(description "Inductor with ferrite core, small symbol")
(docs ~)
(footprints
(fp Choke_*)
(fp *Coil*)
(fp Inductor_*)
(fp L_*))
(fields
(field (name Reference) L)
(field (name Value) L_Core_Ferrite_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part R_Small)
(description "Resistor, small symbol")
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib MCU_SiliconLabs-extra) (part EFM32HG322)
(fields
(field (name Reference) U)
(field (name Value) EFM32HG322))
(pins
(pin (num 1) (name PA0) (type BiDi))
(pin (num 2) (name PA1) (type BiDi))
(pin (num 3) (name PA2) (type BiDi))
(pin (num 4) (name IOVDD_0) (type power_in))
(pin (num 5) (name VSS) (type power_in))
(pin (num 6) (name PC0) (type BiDi))
(pin (num 7) (name PC1) (type BiDi))
(pin (num 8) (name PC2) (type BiDi))
(pin (num 9) (name PC3) (type BiDi))
(pin (num 10) (name PC4) (type BiDi))
(pin (num 11) (name PB7) (type BiDi))
(pin (num 12) (name PB8) (type BiDi))
(pin (num 13) (name PA8) (type BiDi))
(pin (num 14) (name PA9) (type BiDi))
(pin (num 15) (name PA10) (type BiDi))
(pin (num 16) (name ~RESET) (type input))
(pin (num 17) (name PB11) (type BiDi))
(pin (num 18) (name VSS) (type power_in))
(pin (num 19) (name AVDD_1) (type power_in))
(pin (num 20) (name PB13) (type BiDi))
(pin (num 21) (name PB14) (type BiDi))
(pin (num 22) (name IOVDD_3) (type power_in))
(pin (num 23) (name AVDD_0) (type power_in))
(pin (num 24) (name PD4) (type BiDi))
(pin (num 25) (name PD5) (type BiDi))
(pin (num 26) (name PD6) (type BiDi))
(pin (num 27) (name PD7) (type BiDi))
(pin (num 28) (name VDD_DREG) (type power_in))
(pin (num 29) (name DECOUPLE) (type power_in))
(pin (num 30) (name PC8) (type BiDi))
(pin (num 31) (name PC9) (type BiDi))
(pin (num 32) (name PC10) (type BiDi))
(pin (num 33) (name USB_VREGI) (type power_in))
(pin (num 34) (name USB_VREGO) (type power_in))
(pin (num 35) (name PC14) (type BiDi))
(pin (num 36) (name PC15) (type BiDi))
(pin (num 37) (name PF0) (type BiDi))
(pin (num 38) (name PF1) (type BiDi))
(pin (num 39) (name PF2) (type BiDi))
(pin (num 40) (name PF3) (type BiDi))
(pin (num 41) (name PF4) (type BiDi))
(pin (num 42) (name PF5) (type BiDi))
(pin (num 43) (name IOVDD_5) (type power_in))
(pin (num 44) (name VSS) (type power_in))
(pin (num 45) (name PE10) (type BiDi))
(pin (num 46) (name PE11) (type BiDi))
(pin (num 47) (name PE12) (type BiDi))
(pin (num 48) (name PE13) (type BiDi))))
(libpart (lib Mechanical) (part MountingHole)
(description "Mounting Hole without connection")
(docs ~)
(footprints
(fp MountingHole*))
(fields
(field (name Reference) H)
(field (name Value) MountingHole)))
(libpart (lib Sensor_Breakout) (part ADXL362-breakout)
(fields
(field (name Reference) U)
(field (name Value) ADXL362-breakout))
(pins
(pin (num 1) (name SCK) (type input))
(pin (num 2) (name MOSI) (type input))
(pin (num 3) (name MISO) (type output))
(pin (num 4) (name ~CS) (type input))
(pin (num 5) (name INT2) (type output))
(pin (num 6) (name INT1) (type output))
(pin (num 7) (name GND) (type power_in))
(pin (num 8) (name VDD) (type power_in))))
(libpart (lib Switch) (part SW_Push)
(description "Push button switch, generic, two pins")
(docs ~)
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive)))))
(libraries
(library (logical Connector_Generic)
(uri /usr/share/kicad/kicad-symbols/Connector_Generic.lib))
(library (logical Device)
(uri /usr/share/kicad/kicad-symbols/Device.lib))
(library (logical MCU_SiliconLabs-extra)
(uri "/home/brecht/Qsync/Documents/1 - School/2018 - 2019/Semester 2/Embedded system design 2 - labo/project-embeddedSystemDesign2/library/MCU_SiliconLabs-extra.lib"))
(library (logical Mechanical)
(uri /usr/share/kicad/kicad-symbols/Mechanical.lib))
(library (logical Sensor_Breakout)
(uri "/home/brecht/Qsync/Documents/1 - School/2018 - 2019/Semester 2/Embedded system design 2 - labo/project-embeddedSystemDesign2/library/Sensor_Breakout.lib"))
(library (logical Switch)
(uri /usr/share/kicad/kicad-symbols/Switch.lib)))
(nets
(net (code 1) (name "Net-(J10-Pad3)")
(node (ref J10) (pin 3))
(node (ref R3) (pin 1)))
(net (code 2) (name "Net-(J10-Pad4)")
(node (ref R4) (pin 1))
(node (ref J10) (pin 4)))
(net (code 3) (name GND)
(node (ref J5) (pin 2))
(node (ref J4) (pin 2))
(node (ref J4) (pin 1))
(node (ref J5) (pin 1))
(node (ref Y2) (pin 4))
(node (ref C3) (pin 2))
(node (ref C2) (pin 2))
(node (ref C7) (pin 2))
(node (ref C6) (pin 2))
(node (ref J2) (pin 3))
(node (ref J2) (pin 4))
(node (ref J1) (pin 3))
(node (ref J1) (pin 4))
(node (ref Y2) (pin 2))
(node (ref U1) (pin 5))
(node (ref U1) (pin 44))
(node (ref C13) (pin 2))
(node (ref C14) (pin 2))
(node (ref C8) (pin 2))
(node (ref U2) (pin 7))
(node (ref C12) (pin 2))
(node (ref C11) (pin 2))
(node (ref C5) (pin 2))
(node (ref C1) (pin 2))
(node (ref C9) (pin 2))
(node (ref U1) (pin 18))
(node (ref C4) (pin 2))
(node (ref J8) (pin 2))
(node (ref J12) (pin 3))
(node (ref R6) (pin 2))
(node (ref C10) (pin 2))
(node (ref J11) (pin 4))
(node (ref J11) (pin 2))
(node (ref J10) (pin 5)))
(net (code 4) (name VDD)
(node (ref C1) (pin 1))
(node (ref J10) (pin 6))
(node (ref J11) (pin 1))
(node (ref C2) (pin 1))
(node (ref J11) (pin 3))
(node (ref C3) (pin 1))
(node (ref R5) (pin 1))
(node (ref R2) (pin 1))
(node (ref U1) (pin 28))
(node (ref U1) (pin 4))
(node (ref U1) (pin 22))
(node (ref C4) (pin 1))
(node (ref C5) (pin 1))
(node (ref U1) (pin 43))
(node (ref J8) (pin 1))
(node (ref J2) (pin 2))
(node (ref L1) (pin 1))
(node (ref J2) (pin 1)))
(net (code 5) (name TEMP_VDD)
(node (ref J12) (pin 2))
(node (ref U1) (pin 17)))
(net (code 6) (name ADXL_VDD)
(node (ref U2) (pin 8))
(node (ref U1) (pin 2)))
(net (code 7) (name BREAK_2)
(node (ref U1) (pin 10))
(node (ref J13) (pin 2)))
(net (code 8) (name BREAK_1)
(node (ref J13) (pin 1))
(node (ref U1) (pin 9)))
(net (code 9) (name TEMP_DATA)
(node (ref U1) (pin 8))
(node (ref J12) (pin 1)))
(net (code 10) (name "Net-(L1-Pad2)")
(node (ref R1) (pin 1))
(node (ref L1) (pin 2)))
(net (code 11) (name DBG_RXD)
(node (ref R4) (pin 2))
(node (ref U1) (pin 1))
(node (ref R2) (pin 2)))
(net (code 12) (name DBG_~RESET)
(node (ref U1) (pin 16))
(node (ref J10) (pin 7))
(node (ref SW1) (pin 1))
(node (ref C10) (pin 1))
(node (ref R5) (pin 2)))
(net (code 13) (name "Net-(R6-Pad1)")
(node (ref R6) (pin 1))
(node (ref SW1) (pin 2)))
(net (code 14) (name "Net-(J2-Pad12)")
(node (ref J2) (pin 12)))
(net (code 15) (name "Net-(J2-Pad14)")
(node (ref J2) (pin 14)))
(net (code 16) (name "Net-(J2-Pad11)")
(node (ref J2) (pin 11)))
(net (code 17) (name "Net-(J2-Pad5)")
(node (ref J2) (pin 5)))
(net (code 18) (name "Net-(J2-Pad7)")
(node (ref J2) (pin 7)))
(net (code 19) (name "Net-(J5-Pad4)")
(node (ref J5) (pin 4)))
(net (code 20) (name "Net-(J5-Pad3)")
(node (ref J5) (pin 3)))
(net (code 21) (name "Net-(J1-Pad1)")
(node (ref J1) (pin 1)))
(net (code 22) (name "Net-(J2-Pad10)")
(node (ref J2) (pin 10)))
(net (code 23) (name "Net-(J7-Pad1)")
(node (ref U1) (pin 26))
(node (ref J7) (pin 1)))
(net (code 24) (name "Net-(J7-Pad2)")
(node (ref J7) (pin 2))
(node (ref U1) (pin 27)))
(net (code 25) (name /PC00)
(node (ref J2) (pin 6))
(node (ref U1) (pin 6)))
(net (code 26) (name /PC01)
(node (ref U1) (pin 7))
(node (ref J2) (pin 8)))
(net (code 27) (name "Net-(J1-Pad2)")
(node (ref J1) (pin 2)))
(net (code 28) (name "Net-(J1-Pad5)")
(node (ref J1) (pin 5)))
(net (code 29) (name "Net-(J1-Pad7)")
(node (ref J1) (pin 7)))
(net (code 30) (name /HFXTAL_N)
(node (ref C14) (pin 1))
(node (ref U1) (pin 21))
(node (ref Y2) (pin 3)))
(net (code 31) (name /HFXTAL_P)
(node (ref Y2) (pin 1))
(node (ref U1) (pin 20))
(node (ref C13) (pin 1)))
(net (code 32) (name /B1)
(node (ref J3) (pin 1))
(node (ref U1) (pin 36)))
(net (code 33) (name "Net-(J4-Pad3)")
(node (ref J4) (pin 3)))
(net (code 34) (name "Net-(J4-Pad4)")
(node (ref J4) (pin 4)))
(net (code 35) (name "Net-(J9-Pad1)")
(node (ref U1) (pin 48))
(node (ref J9) (pin 1)))
(net (code 36) (name "Net-(J6-Pad1)")
(node (ref U1) (pin 30))
(node (ref J6) (pin 1)))
(net (code 37) (name /B3)
(node (ref U1) (pin 34))
(node (ref J3) (pin 3)))
(net (code 38) (name /B4)
(node (ref U1) (pin 33))
(node (ref J3) (pin 4)))
(net (code 39) (name /B2)
(node (ref U1) (pin 35))
(node (ref J3) (pin 2)))
(net (code 40) (name "Net-(C9-Pad1)")
(node (ref C9) (pin 1))
(node (ref U1) (pin 29)))
(net (code 41) (name /PC09)
(node (ref U1) (pin 31))
(node (ref J2) (pin 16)))
(net (code 42) (name /PC10)
(node (ref U1) (pin 32))
(node (ref J2) (pin 18)))
(net (code 43) (name DBG_TXD)
(node (ref U1) (pin 39))
(node (ref R3) (pin 2)))
(net (code 44) (name /LFXTAL_P)
(node (ref Y1) (pin 1))
(node (ref C11) (pin 1))
(node (ref U1) (pin 11)))
(net (code 45) (name /LFXTAL_N)
(node (ref U1) (pin 12))
(node (ref C12) (pin 1))
(node (ref Y1) (pin 2)))
(net (code 46) (name "Net-(C6-Pad1)")
(node (ref R1) (pin 2))
(node (ref C8) (pin 1))
(node (ref U1) (pin 23))
(node (ref U1) (pin 19))
(node (ref C7) (pin 1))
(node (ref C6) (pin 1)))
(net (code 47) (name DBG_SWCLK)
(node (ref U1) (pin 37))
(node (ref J10) (pin 2)))
(net (code 48) (name DBG_SWDIO)
(node (ref U1) (pin 38))
(node (ref J10) (pin 1)))
(net (code 49) (name /PA10)
(node (ref U1) (pin 15))
(node (ref J2) (pin 17)))
(net (code 50) (name /PD04)
(node (ref J1) (pin 6))
(node (ref U1) (pin 24)))
(net (code 51) (name /PD05)
(node (ref J1) (pin 8))
(node (ref U1) (pin 25)))
(net (code 52) (name /PA02)
(node (ref U1) (pin 3))
(node (ref J2) (pin 9)))
(net (code 53) (name /PA08)
(node (ref U1) (pin 13))
(node (ref J2) (pin 13)))
(net (code 54) (name /PA09)
(node (ref U1) (pin 14))
(node (ref J2) (pin 15)))
(net (code 55) (name ADXL_SCK)
(node (ref U1) (pin 47))
(node (ref U2) (pin 1)))
(net (code 56) (name ADXL_MISO)
(node (ref U1) (pin 46))
(node (ref U2) (pin 3)))
(net (code 57) (name ADXL_MOSI)
(node (ref U2) (pin 2))
(node (ref U1) (pin 45)))
(net (code 58) (name ADXL_~CS)
(node (ref U2) (pin 4))
(node (ref U1) (pin 42)))
(net (code 59) (name ADXL_INT1)
(node (ref U1) (pin 40))
(node (ref U2) (pin 6)))
(net (code 60) (name ADXL_INT2)
(node (ref U1) (pin 41))
(node (ref U2) (pin 5)))))