-
Notifications
You must be signed in to change notification settings - Fork 0
/
hh_17_synth.net
825 lines (825 loc) · 29.6 KB
/
hh_17_synth.net
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
(export (version D)
(design
(source /home/tavish/Dropbox/projects/hh_17_badge/hh_17_synth.sch)
(date "Tue Apr 25 00:50:00 2017")
(tool "Eeschema 4.0.6-e0-6349~53~ubuntu16.04.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "Hillhacks 2017 badge")
(company)
(rev 1.1)
(date 2017-04-24)
(source hh_17_synth.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref Y1)
(value 16MHz)
(footprint Crystals:Crystal_HC49-4H_Vertical)
(libsource (lib device) (part Crystal))
(sheetpath (names /) (tstamps /))
(tstamp 589F0541))
(comp (ref R4)
(value 220E)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 589F0FFA))
(comp (ref C17)
(value 27pF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F105B))
(comp (ref C18)
(value 27pF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F109C))
(comp (ref C12)
(value 100nF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F142E))
(comp (ref C13)
(value 100nF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F1502))
(comp (ref C14)
(value 4.7uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F1539))
(comp (ref C16)
(value 10nF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F1AD7))
(comp (ref C15)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F1B25))
(comp (ref C9)
(value 100nF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F1D96))
(comp (ref C10)
(value 4.7uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F1E48))
(comp (ref C2)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F6639))
(comp (ref C3)
(value 100nF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F67A6))
(comp (ref C4)
(value 10nF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 589F67F0))
(comp (ref J1)
(value USB_OTG)
(footprint custom:HDMI_476420001_CONN)
(libsource (lib conn) (part USB_OTG))
(sheetpath (names /) (tstamps /))
(tstamp 589F3EDF))
(comp (ref U1)
(value LM1117-3.3)
(footprint TO_SOT_Packages_SMD:SOT-223)
(libsource (lib hh_17_synth-cache) (part LM1117-3.3))
(sheetpath (names /) (tstamps /))
(tstamp 589F57A1))
(comp (ref C1)
(value 1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 589F5D10))
(comp (ref BOOT1)
(value SW_Push)
(footprint Buttons_Switches_THT:SW_PUSH_6mm)
(libsource (lib hh_17_synth-cache) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 58A098BF))
(comp (ref R1)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 58A09B23))
(comp (ref SWD1)
(value debug)
(footprint Pin_Headers:Pin_Header_Straight_1x05_Pitch2.54mm)
(libsource (lib conn) (part CONN_01X05))
(sheetpath (names /) (tstamps /))
(tstamp 58A0A0FD))
(comp (ref J3)
(value JACK_TRS)
(footprint custom:Tayda_3.5mm_stereo_TRS_jack_A-853)
(fields
(field (name Mfg_Part_No) http://www.taydaelectronics.com/review/product/list/id/2876/)
(field (name Manufacturer) "tayda electronics")
(field (name alternate) "490-SJ1-3525N mouser"))
(libsource (lib hh_17_synth-cache) (part JACK_TRS))
(sheetpath (names /) (tstamps /))
(tstamp 58A5E699))
(comp (ref U2)
(value STM32F072CBTx)
(footprint Housings_QFP:LQFP-48_7x7mm_Pitch0.5mm)
(libsource (lib hh_17_synth-cache) (part STM32F072CBTx))
(sheetpath (names /) (tstamps /))
(tstamp 58A74415))
(comp (ref KB1)
(value MITCH-PARTS_PCB-KEYBOARD2)
(footprint custom:MITCH-PARTS_PCB-KEYBOARD2_kicad_fix)
(libsource (lib hh_17_synth-cache) (part MITCH-PARTS_PCB-KEYBOARD2))
(sheetpath (names /) (tstamps /))
(tstamp 58A88168))
(comp (ref TOUCH1)
(value MITCH-PARTS_PCB-TOUCHPAD2)
(footprint custom:MITCH-PARTS_PCB-TOUCHPAD2_kicad_fix)
(libsource (lib hh_17_synth-cache) (part MITCH-PARTS_PCB-TOUCHPAD2))
(sheetpath (names /) (tstamps /))
(tstamp 58A8CBB1))
(comp (ref TOUCH2)
(value MITCH-PARTS_PCB-TOUCHPAD2)
(footprint custom:MITCH-PARTS_PCB-TOUCHPAD2_kicad_fix)
(libsource (lib hh_17_synth-cache) (part MITCH-PARTS_PCB-TOUCHPAD2))
(sheetpath (names /) (tstamps /))
(tstamp 58A8CCDE))
(comp (ref RV1)
(value POT)
(footprint custom:3386P-1-T)
(libsource (lib device) (part POT))
(sheetpath (names /) (tstamps /))
(tstamp 58B17252))
(comp (ref RV2)
(value POT)
(footprint custom:3386P-1-T)
(libsource (lib device) (part POT))
(sheetpath (names /) (tstamps /))
(tstamp 58B174D5))
(comp (ref SW2)
(value SW_Push)
(footprint Buttons_Switches_THT:SW_PUSH_6mm)
(libsource (lib hh_17_synth-cache) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 58B3AB52))
(comp (ref R5)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 58B3AB59))
(comp (ref SW3)
(value SW_Push)
(footprint Buttons_Switches_THT:SW_PUSH_6mm)
(libsource (lib hh_17_synth-cache) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 58B3B2E4))
(comp (ref R6)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 58B3B2EB))
(comp (ref U3)
(value TDA2822)
(footprint Housings_SOIC:SOIC-8_3.9x4.9mm_Pitch1.27mm)
(libsource (lib hh_17_synth-cache) (part TDA2822))
(sheetpath (names /) (tstamps /))
(tstamp 58FCB387))
(comp (ref C5)
(value 100uF)
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.00mm)
(libsource (lib device) (part CP_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FCD0EF))
(comp (ref C6)
(value 100uF)
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.00mm)
(libsource (lib device) (part CP_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FCD303))
(comp (ref C7)
(value 470uF)
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.00mm)
(libsource (lib device) (part CP_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FD40DF))
(comp (ref C8)
(value 470uF)
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.00mm)
(libsource (lib device) (part CP_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FD57FB))
(comp (ref R2)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FD8144))
(comp (ref R3)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FD8742))
(comp (ref C11)
(value 0.1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FDBF6B))
(comp (ref R9)
(value 4.7)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FDC4D0))
(comp (ref C19)
(value 0.1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FDCD5F))
(comp (ref R10)
(value 4.7)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FDCD66))
(comp (ref J6)
(value out)
(footprint Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 58FE0B12))
(comp (ref R7)
(value 0E)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FE6E7E))
(comp (ref R8)
(value NC)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58FE71FB))
(comp (ref J4)
(value SCL)
(footprint Measurement_Points:Measurement_Point_Round-SMD-Pad_Small)
(libsource (lib conn) (part TEST_1P))
(sheetpath (names /) (tstamps /))
(tstamp 58FEEA3F))
(comp (ref J5)
(value SDA)
(footprint Measurement_Points:Measurement_Point_Round-SMD-Pad_Small)
(libsource (lib conn) (part TEST_1P))
(sheetpath (names /) (tstamps /))
(tstamp 58FEEC92))
(comp (ref D1)
(value LED)
(footprint LEDs:LED_0603)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58FF133A))
(comp (ref D2)
(value LED)
(footprint LEDs:LED_0603)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58FF2C50))
(comp (ref J2)
(value serial)
(footprint Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 58FE5661)))
(libparts
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part CONN_01X02)
(description "Connector, single row, 01x02, pin header")
(footprints
(fp Pin_Header_Straight_1X*)
(fp Pin_Header_Angled_1X*)
(fp Socket_Strip_Straight_1X*)
(fp Socket_Strip_Angled_1X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_01X02))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))))
(libpart (lib conn) (part CONN_01X05)
(description "Connector, single row, 01x05, pin header")
(footprints
(fp Pin_Header_Straight_1X*)
(fp Pin_Header_Angled_1X*)
(fp Socket_Strip_Straight_1X*)
(fp Socket_Strip_Angled_1X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_01X05))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))))
(libpart (lib device) (part CP_Small)
(description "Polarised capacitor")
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part C_Small)
(description "Unpolarized capacitor")
(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)
(description "Two pin crystal")
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib hh_17_synth-cache) (part JACK_TRS)
(fields
(field (name Reference) J)
(field (name Value) JACK_TRS))
(pins
(pin (num 1) (name S) (type passive))
(pin (num 2) (name R) (type passive))
(pin (num 3) (name T) (type passive))
(pin (num 4) (name ~) (type passive))
(pin (num 5) (name ~) (type passive))))
(libpart (lib device) (part LED)
(description "LED generic")
(footprints
(fp LED*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib hh_17_synth-cache) (part LM1117-ADJ)
(aliases
(alias LM1117-1.8)
(alias LM1117-2.5)
(alias LM1117-3.3)
(alias LM1117-5.0))
(footprints
(fp SOT-223*)
(fp TO-263*)
(fp TO-252*))
(fields
(field (name Reference) U)
(field (name Value) LM1117-ADJ))
(pins
(pin (num 1) (name GND/ADJ) (type power_in))
(pin (num 2) (name VO) (type power_out))
(pin (num 3) (name VI) (type power_in))
(pin (num 4) (name VO) (type power_out))))
(libpart (lib hh_17_synth-cache) (part MITCH-PARTS_PCB-KEYBOARD2)
(footprints
(fp *MITCH-PARTS_PCB-KEYBOARD2*))
(fields
(field (name Reference) KB)
(field (name Value) MITCH-PARTS_PCB-KEYBOARD2)
(field (name Footprint) MITCH-PARTS_PCB-KEYBOARD2))
(pins
(pin (num A) (name A) (type BiDi))
(pin (num A#) (name A#) (type BiDi))
(pin (num B) (name B) (type BiDi))
(pin (num C) (name C) (type BiDi))
(pin (num C#) (name C#) (type BiDi))
(pin (num C+) (name C+) (type BiDi))
(pin (num D) (name D) (type BiDi))
(pin (num D#) (name D#) (type BiDi))
(pin (num E) (name E) (type BiDi))
(pin (num F) (name F) (type BiDi))
(pin (num F#) (name F#) (type BiDi))
(pin (num G) (name G) (type BiDi))
(pin (num G#) (name G#) (type BiDi))))
(libpart (lib hh_17_synth-cache) (part MITCH-PARTS_PCB-TOUCHPAD2)
(footprints
(fp *MITCH-PARTS_PCB-TOUCHPAD2*))
(fields
(field (name Reference) TOUCH)
(field (name Value) MITCH-PARTS_PCB-TOUCHPAD2)
(field (name Footprint) MITCH-PARTS_PCB-TOUCHPAD2))
(pins
(pin (num 1) (name 1) (type BiDi))
(pin (num 2) (name 2) (type BiDi))))
(libpart (lib device) (part POT)
(description Potentionmeter)
(fields
(field (name Reference) RV)
(field (name Value) POT))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part R_Small)
(description "Resistor, small symbol")
(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 hh_17_synth-cache) (part STM32F072C8Tx)
(aliases
(alias STM32F072CBTx))
(fields
(field (name Reference) U)
(field (name Value) STM32F072C8Tx)
(field (name Footprint) LQFP48))
(pins
(pin (num 1) (name VBAT) (type power_in))
(pin (num 2) (name PC13/RTC_OUT_ALARM/RTC_OUT_CALIB/RTC_TAMP1/RTC_TS/SYS_WKUP2) (type BiDi))
(pin (num 3) (name PC14/RCC_OSC32_IN) (type BiDi))
(pin (num 4) (name PC15/RCC_OSC32_OUT) (type BiDi))
(pin (num 5) (name PF0/CRS_SYNC/RCC_OSC_IN) (type input))
(pin (num 6) (name PF1/RCC_OSC_OUT) (type input))
(pin (num 7) (name NRST) (type input))
(pin (num 8) (name VSSA) (type power_in))
(pin (num 9) (name VDDA) (type power_in))
(pin (num 10) (name ADC_IN0/COMP1_INM/COMP1_OUT/RTC_TAMP2/SYS_WKUP1/TIM2_CH1/TIM2_ETR/TSC_G1_IO1/USART2_CTS/USART4_TX/PA0) (type BiDi))
(pin (num 11) (name ADC_IN1/COMP1_INP/TIM15_CH1N/TIM2_CH2/TSC_G1_IO2/USART2_DE/USART2_RTS/USART4_RX/PA1) (type BiDi))
(pin (num 12) (name ADC_IN2/COMP2_INM/COMP2_OUT/SYS_WKUP4/TIM15_CH1/TIM2_CH3/TSC_G1_IO3/USART2_TX/PA2) (type BiDi))
(pin (num 13) (name ADC_IN3/COMP2_INP/TIM15_CH2/TIM2_CH4/TSC_G1_IO4/USART2_RX/PA3) (type BiDi))
(pin (num 14) (name ADC_IN4/COMP1_INM/COMP2_INM/DAC_OUT1/I2S1_WS/SPI1_NSS/TIM14_CH1/TSC_G2_IO1/USART2_CK/PA4) (type BiDi))
(pin (num 15) (name ADC_IN5/CEC/COMP1_INM/COMP2_INM/DAC_OUT2/I2S1_CK/SPI1_SCK/TIM2_CH1/TIM2_ETR/TSC_G2_IO2/PA5) (type BiDi))
(pin (num 16) (name ADC_IN6/COMP1_OUT/I2S1_MCK/SPI1_MISO/TIM16_CH1/TIM1_BKIN/TIM3_CH1/TSC_G2_IO3/USART3_CTS/PA6) (type BiDi))
(pin (num 17) (name ADC_IN7/COMP2_OUT/I2S1_SD/SPI1_MOSI/TIM14_CH1/TIM17_CH1/TIM1_CH1N/TIM3_CH2/TSC_G2_IO4/PA7) (type BiDi))
(pin (num 18) (name PB0/ADC_IN8/TIM1_CH2N/TIM3_CH3/TSC_G3_IO2/USART3_CK) (type BiDi))
(pin (num 19) (name PB1/ADC_IN9/TIM14_CH1/TIM1_CH3N/TIM3_CH4/TSC_G3_IO3/USART3_DE/USART3_RTS) (type BiDi))
(pin (num 20) (name PB2/TSC_G3_IO4) (type BiDi))
(pin (num 21) (name PB10/CEC/I2C2_SCL/I2S2_CK/SPI2_SCK/TIM2_CH3/TSC_SYNC/USART3_TX) (type BiDi))
(pin (num 22) (name PB11/I2C2_SDA/TIM2_CH4/TSC_G6_IO1/USART3_RX) (type BiDi))
(pin (num 23) (name VSS) (type power_in))
(pin (num 24) (name VDD) (type power_in))
(pin (num 25) (name PB12/I2S2_WS/SPI2_NSS/TIM15_BKIN/TIM1_BKIN/TSC_G6_IO2/USART3_CK) (type BiDi))
(pin (num 26) (name PB13/I2C2_SCL/I2S2_CK/SPI2_SCK/TIM1_CH1N/TSC_G6_IO3/USART3_CTS) (type BiDi))
(pin (num 27) (name PB14/I2C2_SDA/I2S2_MCK/SPI2_MISO/TIM15_CH1/TIM1_CH2N/TSC_G6_IO4/USART3_DE/USART3_RTS) (type BiDi))
(pin (num 28) (name PB15/I2S2_SD/RTC_REFIN/SPI2_MOSI/SYS_WKUP7/TIM15_CH1N/TIM15_CH2/TIM1_CH3N) (type BiDi))
(pin (num 29) (name CRS_SYNC/RCC_MCO/TIM1_CH1/USART1_CK/PA8) (type BiDi))
(pin (num 30) (name DAC_EXTI9/TIM15_BKIN/TIM1_CH2/TSC_G4_IO1/USART1_TX/PA9) (type BiDi))
(pin (num 31) (name TIM17_BKIN/TIM1_CH3/TSC_G4_IO2/USART1_RX/PA10) (type BiDi))
(pin (num 32) (name CAN_RX/COMP1_OUT/TIM1_CH4/TSC_G4_IO3/USART1_CTS/USB_DM/PA11) (type BiDi))
(pin (num 33) (name CAN_TX/COMP2_OUT/TIM1_ETR/TSC_G4_IO4/USART1_DE/USART1_RTS/USB_DP/PA12) (type BiDi))
(pin (num 34) (name IR_OUT/SYS_SWDIO/USB_OE/PA13) (type BiDi))
(pin (num 35) (name VSS) (type power_in))
(pin (num 36) (name VDDIO2) (type power_in))
(pin (num 37) (name SYS_SWCLK/USART2_TX/PA14) (type BiDi))
(pin (num 38) (name I2S1_WS/SPI1_NSS/TIM2_CH1/TIM2_ETR/USART2_RX/USART4_DE/USART4_RTS/PA15) (type BiDi))
(pin (num 39) (name PB3/I2S1_CK/SPI1_SCK/TIM2_CH2/TSC_G5_IO1) (type BiDi))
(pin (num 40) (name PB4/I2S1_MCK/SPI1_MISO/TIM17_BKIN/TIM3_CH1/TSC_G5_IO2) (type BiDi))
(pin (num 41) (name PB5/I2C1_SMBA/I2S1_SD/SPI1_MOSI/SYS_WKUP6/TIM16_BKIN/TIM3_CH2) (type BiDi))
(pin (num 42) (name PB6/I2C1_SCL/TIM16_CH1N/TSC_G5_IO3/USART1_TX) (type BiDi))
(pin (num 43) (name PB7/I2C1_SDA/TIM17_CH1N/TSC_G5_IO4/USART1_RX/USART4_CTS) (type BiDi))
(pin (num 44) (name BOOT0) (type input))
(pin (num 45) (name PB8/CAN_RX/CEC/I2C1_SCL/TIM16_CH1/TSC_SYNC) (type BiDi))
(pin (num 46) (name PB9/CAN_TX/DAC_EXTI9/I2C1_SDA/I2S2_WS/IR_OUT/SPI2_NSS/TIM17_CH1) (type BiDi))
(pin (num 47) (name VSS) (type power_in))
(pin (num 48) (name VDD) (type power_in))))
(libpart (lib hh_17_synth-cache) (part SW_Push)
(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))))
(libpart (lib hh_17_synth-cache) (part TDA2822)
(fields
(field (name Reference) U)
(field (name Value) TDA2822))
(pins
(pin (num 1) (name O1) (type output))
(pin (num 2) (name VCC) (type power_in))
(pin (num 3) (name O2) (type output))
(pin (num 4) (name GND) (type power_out))
(pin (num 5) (name IN2+) (type input))
(pin (num 6) (name IN2-) (type input))
(pin (num 7) (name IN1+) (type input))
(pin (num 8) (name IN1-) (type input))))
(libpart (lib conn) (part TEST_1P)
(description point)
(fields
(field (name Reference) J)
(field (name Value) TEST_1P))
(pins
(pin (num 1) (name 1) (type passive))))
(libpart (lib conn) (part USB_OTG)
(description "USB mini/micro connector")
(footprints
(fp USB*))
(fields
(field (name Reference) J)
(field (name Value) USB_OTG))
(pins
(pin (num 1) (name VBUS) (type power_in))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name ID) (type passive))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name Shield) (type passive)))))
(libraries
(library (logical device)
(uri /home/tavish/kicad_sources/kicad-library/library/device.lib))
(library (logical conn)
(uri /home/tavish/kicad_sources/kicad-library/library/conn.lib))
(library (logical hh_17_synth-cache)
(uri /home/tavish/Dropbox/projects/hh_17_badge/hh_17_synth-cache.lib)))
(nets
(net (code 1) (name VDD)
(node (ref C1) (pin 1))
(node (ref U1) (pin 4))
(node (ref SW2) (pin 2))
(node (ref U2) (pin 24))
(node (ref R7) (pin 2))
(node (ref U2) (pin 1))
(node (ref SWD1) (pin 4))
(node (ref U2) (pin 36))
(node (ref U2) (pin 9))
(node (ref BOOT1) (pin 2))
(node (ref C15) (pin 1))
(node (ref C13) (pin 1))
(node (ref C14) (pin 1))
(node (ref C16) (pin 1))
(node (ref C9) (pin 1))
(node (ref C10) (pin 1))
(node (ref C12) (pin 1))
(node (ref U1) (pin 2))
(node (ref U2) (pin 48))
(node (ref SW3) (pin 2))
(node (ref RV2) (pin 1))
(node (ref RV1) (pin 1)))
(net (code 2) (name /TB1)
(node (ref U2) (pin 22))
(node (ref TOUCH1) (pin 1)))
(net (code 3) (name GND)
(node (ref SWD1) (pin 5))
(node (ref U2) (pin 35))
(node (ref U2) (pin 23))
(node (ref U2) (pin 8))
(node (ref C13) (pin 2))
(node (ref C14) (pin 2))
(node (ref C16) (pin 2))
(node (ref C12) (pin 2))
(node (ref C15) (pin 2))
(node (ref C5) (pin 2))
(node (ref C6) (pin 2))
(node (ref U3) (pin 4))
(node (ref R3) (pin 2))
(node (ref C18) (pin 2))
(node (ref R2) (pin 2))
(node (ref J3) (pin 1))
(node (ref R1) (pin 2))
(node (ref C9) (pin 2))
(node (ref C10) (pin 2))
(node (ref C17) (pin 2))
(node (ref J1) (pin 5))
(node (ref J1) (pin 6))
(node (ref U1) (pin 1))
(node (ref U2) (pin 47))
(node (ref C1) (pin 2))
(node (ref C2) (pin 1))
(node (ref C3) (pin 1))
(node (ref TOUCH1) (pin 2))
(node (ref TOUCH2) (pin 2))
(node (ref C4) (pin 1))
(node (ref D2) (pin 1))
(node (ref R5) (pin 2))
(node (ref R10) (pin 2))
(node (ref R6) (pin 2))
(node (ref D1) (pin 1))
(node (ref R9) (pin 2))
(node (ref RV2) (pin 3))
(node (ref RV1) (pin 3)))
(net (code 4) (name /PB1)
(node (ref SW2) (pin 1))
(node (ref R5) (pin 1))
(node (ref U2) (pin 41)))
(net (code 5) (name /PB2)
(node (ref SW3) (pin 1))
(node (ref R6) (pin 1))
(node (ref U2) (pin 21)))
(net (code 6) (name /PT1)
(node (ref RV1) (pin 2))
(node (ref U2) (pin 18)))
(net (code 7) (name /PT2)
(node (ref U2) (pin 19))
(node (ref RV2) (pin 2)))
(net (code 8) (name /USB_D_N)
(node (ref J1) (pin 2))
(node (ref U2) (pin 32)))
(net (code 9) (name /USB_D_P)
(node (ref U2) (pin 33))
(node (ref J1) (pin 3)))
(net (code 10) (name /SWCLK)
(node (ref SWD1) (pin 2))
(node (ref U2) (pin 37)))
(net (code 11) (name /B)
(node (ref U2) (pin 39))
(node (ref KB1) (pin B)))
(net (code 12) (name /A)
(node (ref KB1) (pin A))
(node (ref U2) (pin 27)))
(net (code 13) (name /G#)
(node (ref U2) (pin 26))
(node (ref KB1) (pin G#)))
(net (code 14) (name /C+)
(node (ref U2) (pin 40))
(node (ref KB1) (pin C+)))
(net (code 15) (name /A#)
(node (ref KB1) (pin A#))
(node (ref U2) (pin 20)))
(net (code 16) (name /TB2)
(node (ref U2) (pin 25))
(node (ref TOUCH2) (pin 1)))
(net (code 17) (name /F)
(node (ref KB1) (pin F))
(node (ref U2) (pin 17)))
(net (code 18) (name /D#)
(node (ref U2) (pin 13))
(node (ref KB1) (pin D#)))
(net (code 19) (name /D)
(node (ref KB1) (pin D))
(node (ref U2) (pin 12)))
(net (code 20) (name /C#)
(node (ref KB1) (pin C#))
(node (ref U2) (pin 11)))
(net (code 21) (name /C)
(node (ref U2) (pin 10))
(node (ref KB1) (pin C)))
(net (code 22) (name /E)
(node (ref U2) (pin 16))
(node (ref KB1) (pin E)))
(net (code 23) (name /F#)
(node (ref KB1) (pin F#))
(node (ref U2) (pin 30)))
(net (code 24) (name /G)
(node (ref U2) (pin 31))
(node (ref KB1) (pin G)))
(net (code 25) (name "Net-(J3-Pad4)")
(node (ref J3) (pin 4))
(node (ref J6) (pin 1)))
(net (code 26) (name "Net-(J3-Pad5)")
(node (ref J3) (pin 5))
(node (ref J6) (pin 2)))
(net (code 27) (name /OUT1)
(node (ref C11) (pin 1))
(node (ref C7) (pin 2))
(node (ref J3) (pin 3)))
(net (code 28) (name /TX)
(node (ref J2) (pin 2))
(node (ref U2) (pin 42)))
(net (code 29) (name /RX)
(node (ref J2) (pin 1))
(node (ref U2) (pin 43)))
(net (code 30) (name /AMP_VCC)
(node (ref R8) (pin 1))
(node (ref R7) (pin 1))
(node (ref U3) (pin 2)))
(net (code 31) (name "Net-(C11-Pad2)")
(node (ref R9) (pin 1))
(node (ref C11) (pin 2)))
(net (code 32) (name /OUT2)
(node (ref C8) (pin 2))
(node (ref C19) (pin 1))
(node (ref J3) (pin 2)))
(net (code 33) (name "Net-(C19-Pad2)")
(node (ref R10) (pin 1))
(node (ref C19) (pin 2)))
(net (code 34) (name "Net-(D2-Pad2)")
(node (ref U2) (pin 38))
(node (ref D2) (pin 2)))
(net (code 35) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref U2) (pin 29)))
(net (code 36) (name "Net-(J4-Pad1)")
(node (ref U2) (pin 45))
(node (ref J4) (pin 1)))
(net (code 37) (name /VBUS)
(node (ref R8) (pin 2))
(node (ref C2) (pin 2))
(node (ref C4) (pin 2))
(node (ref J1) (pin 1))
(node (ref C3) (pin 2))
(node (ref U1) (pin 3)))
(net (code 38) (name "Net-(J5-Pad1)")
(node (ref J5) (pin 1))
(node (ref U2) (pin 46)))
(net (code 39) (name "Net-(C6-Pad1)")
(node (ref C6) (pin 1))
(node (ref U3) (pin 6)))
(net (code 40) (name "Net-(C5-Pad1)")
(node (ref U3) (pin 8))
(node (ref C5) (pin 1)))
(net (code 41) (name "Net-(C7-Pad1)")
(node (ref C7) (pin 1))
(node (ref U3) (pin 1)))
(net (code 42) (name "Net-(C8-Pad1)")
(node (ref C8) (pin 1))
(node (ref U3) (pin 3)))
(net (code 43) (name /DAC_C2)
(node (ref R3) (pin 1))
(node (ref U2) (pin 15))
(node (ref U3) (pin 5)))
(net (code 44) (name /DAC_C1)
(node (ref U3) (pin 7))
(node (ref R2) (pin 1))
(node (ref U2) (pin 14)))
(net (code 45) (name "Net-(U2-Pad2)")
(node (ref U2) (pin 2)))
(net (code 46) (name "Net-(U2-Pad3)")
(node (ref U2) (pin 3)))
(net (code 47) (name "Net-(U2-Pad4)")
(node (ref U2) (pin 4)))
(net (code 48) (name /SWDIO)
(node (ref SWD1) (pin 1))
(node (ref U2) (pin 34)))
(net (code 49) (name /NRST)
(node (ref SWD1) (pin 3))
(node (ref U2) (pin 7)))
(net (code 50) (name /BOOT0)
(node (ref U2) (pin 44))
(node (ref BOOT1) (pin 1))
(node (ref R1) (pin 1)))
(net (code 51) (name /OSC_OUT)
(node (ref R4) (pin 1))
(node (ref U2) (pin 6)))
(net (code 52) (name /OSC_IN)
(node (ref Y1) (pin 1))
(node (ref C17) (pin 1))
(node (ref U2) (pin 5)))
(net (code 53) (name "Net-(C18-Pad1)")
(node (ref Y1) (pin 2))
(node (ref R4) (pin 2))
(node (ref C18) (pin 1)))
(net (code 54) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 55) (name "Net-(U2-Pad28)")
(node (ref U2) (pin 28)))))