-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReVox.net
956 lines (956 loc) · 34.9 KB
/
ReVox.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
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
(export (version D)
(design
(source /home/sukko/Documents/kicad/ReVox/ReVox.sch)
(date "Wed 20 Dec 2023 21:37:23 CET")
(tool "Eeschema 5.1.12")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title ReVox)
(company SukkoPera)
(rev 1git)
(date 2023-11-17)
(source ReVox.sch)
(comment (number 1) (value "Based on work by Yeo Kheng Meng"))
(comment (number 2) (value "Licensed under CC BY-NC-SA 4.0"))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value GAL20V8)
(footprint Package_DIP:DIP-24_W7.62mm_Socket_LongPads)
(fields
(field (name MouserPN) 556-AF22LV10CQZ-30PU)
(field (name Notes) "Or buy an old GAL22V10 from AliExpress"))
(libsource (lib Logic_Programmable) (part PAL20L8) (description "Programmable Logic Array, DIP-24"))
(sheetpath (names /) (tstamps /))
(tstamp 6380AE65))
(comp (ref V0)
(value LOGO)
(footprint ReVox:logo)
(fields
(field (name MouserPN) -))
(libsource (lib void) (part Void) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 64272105))
(comp (ref V1)
(value CC-BY-NC-SA)
(footprint ReVox:cc_by_nc_sa)
(fields
(field (name MouserPN) -))
(libsource (lib void) (part Void) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 64272908))
(comp (ref R1)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64A62418))
(comp (ref R3)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64A83DBD))
(comp (ref R2)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64A63B1C))
(comp (ref R4)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64AD0594))
(comp (ref R5)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64AD05AD))
(comp (ref R6)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64AFEA22))
(comp (ref R7)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64AFEA2A))
(comp (ref R8)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B0A913))
(comp (ref R9)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B0A91B))
(comp (ref R10)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B16872))
(comp (ref R11)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B1687A))
(comp (ref R12)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B220ED))
(comp (ref R13)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B22527))
(comp (ref R14)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B22535))
(comp (ref R15)
(value 11k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "Exact value is not critical as long as it is exactly HALF R1, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B22541))
(comp (ref R16)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-22K)
(field (name Notes) "Exact value is not critical as long as it is exactly TWICE R3, etc. Range is 1k-100k. Use 1% or even better."))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 64B2254F))
(comp (ref C4)
(value 100n)
(footprint Capacitor_THT:C_Disc_D7.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 810-FG28X7R1H104KNT0))
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 64B44D19))
(comp (ref C3)
(value 1.8n)
(footprint Capacitor_THT:C_Disc_D7.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 810-FG28X7R1H103KNT6)
(field (name Notes) "DAC output low-pass filter, goes to taste in the 470pF-10nF range"))
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 64B457A8))
(comp (ref C7)
(value 100n)
(footprint Capacitor_THT:C_Disc_D7.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 810-FG28X7R1H104KNT0))
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 64B83085))
(comp (ref C6)
(value 100u)
(footprint Capacitor_THT:CP_Radial_D6.3mm_P2.50mm)
(datasheet ~)
(fields
(field (name MouserPN) 710-860020573008))
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 64C59A52))
(comp (ref U2)
(value 74LS273)
(footprint Package_DIP:DIP-20_W7.62mm_Socket_LongPads)
(datasheet http://www.ti.com/lit/gpn/sn74LS273)
(fields
(field (name MouserPN) 595-SN74HCT273N))
(libsource (lib 74xx) (part 74LS273) (description "8-bit D Flip-Flop, reset"))
(sheetpath (names /) (tstamps /))
(tstamp 64F542B4))
(comp (ref CN2)
(value RAW_OUT)
(footprint ReVox:AudioJack_SJ1-3525N)
(datasheet ~)
(fields
(field (name MouserPN) 490-SJ1-3525N)
(field (name Value) AUDIO_OUT))
(libsource (lib Connector) (part AudioJack3_SwitchTR) (description "Audio Jack, 3 Poles (Stereo / TRS), Switched TR Poles (Normalling)"))
(sheetpath (names /) (tstamps /))
(tstamp 6525CFF2))
(comp (ref C2)
(value 100n)
(footprint Capacitor_THT:C_Disc_D7.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 810-FG28X7R1H104KNT0))
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 65466C54))
(comp (ref CN1)
(value EXPANSION_PORT)
(footprint ReVox:C16_Cart_Conn)
(datasheet DOCUMENTATION)
(fields
(field (name MouserPN) -))
(libsource (lib C16-Exp-Port) (part C16-Exp-Port) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 64651B19))
(comp (ref C1)
(value 100n)
(footprint Capacitor_THT:C_Disc_D7.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 810-FG28X7R1H104KNT0))
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 654CCAF8))
(comp (ref U3)
(value TLC272)
(footprint Package_DIP:DIP-8_W7.62mm_Socket_LongPads)
(datasheet http://www.ti.com/lit/ds/symlink/tlc272.pdf)
(fields
(field (name MouserPN) 595-TLC272BIP))
(libsource (lib Amplifier_Operational) (part TLC272) (description "Dual LinCMOS Precision Dual Operational Amplifiers, DIP-8/SOIC-8/SSOP-8"))
(sheetpath (names /) (tstamps /))
(tstamp 65C5C5F8))
(comp (ref C5)
(value 1u)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 710-860010672005))
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 65C5C61C))
(comp (ref R22)
(value 100k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "1% or better"))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65C5C654))
(comp (ref R21)
(value 100k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "1% or better"))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65C5C65B))
(comp (ref R20)
(value 100k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "1% or better"))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65C5C661))
(comp (ref RV1)
(value 500k)
(footprint ReVox:Pot_Bourns_3306P)
(datasheet ~)
(fields
(field (name MouserPN) 652-3306P-1-504))
(libsource (lib Device) (part R_POT) (description Potentiometer))
(sheetpath (names /) (tstamps /))
(tstamp 64DBB0C8))
(comp (ref R19)
(value 100k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K)
(field (name Notes) "1% or better"))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65D46005))
(comp (ref R17)
(value 3.3k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65EB8AC9))
(comp (ref R18)
(value 2.2k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65EB8ACF))
(comp (ref C8)
(value 10u)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.00mm)
(datasheet ~)
(fields
(field (name MouserPN) 710-860010572002))
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 65EB8AE6))
(comp (ref R23)
(value 10k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(fields
(field (name MouserPN) 603-MFR-25FTE52-11K))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 65F0127E))
(comp (ref JP1)
(value JMP_AUDIO_SRC)
(footprint Jumper:SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm)
(datasheet ~)
(fields
(field (name MouserPN) -))
(libsource (lib Jumper) (part Jumper_3_Open) (description "Jumper, 3-pole, both open"))
(sheetpath (names /) (tstamps /))
(tstamp 65C5C692)))
(libparts
(libpart (lib 74xx) (part 74LS273)
(aliases
(alias 74HC273)
(alias 74HCT273)
(alias 74AHC273)
(alias 74AHCT273))
(description "8-bit D Flip-Flop, reset")
(docs http://www.ti.com/lit/gpn/sn74LS273)
(footprints
(fp DIP?20*)
(fp SO?20*)
(fp SOIC?20*))
(fields
(field (name Reference) U)
(field (name Value) 74LS273))
(pins
(pin (num 1) (name ~Mr) (type input))
(pin (num 2) (name Q0) (type output))
(pin (num 3) (name D0) (type input))
(pin (num 4) (name D1) (type input))
(pin (num 5) (name Q1) (type output))
(pin (num 6) (name Q2) (type output))
(pin (num 7) (name D2) (type input))
(pin (num 8) (name D3) (type input))
(pin (num 9) (name Q3) (type output))
(pin (num 10) (name GND) (type power_in))
(pin (num 11) (name Cp) (type input))
(pin (num 12) (name Q4) (type output))
(pin (num 13) (name D4) (type input))
(pin (num 14) (name D5) (type input))
(pin (num 15) (name Q5) (type output))
(pin (num 16) (name Q6) (type output))
(pin (num 17) (name D6) (type input))
(pin (num 18) (name D7) (type input))
(pin (num 19) (name Q7) (type output))
(pin (num 20) (name VCC) (type power_in))))
(libpart (lib Amplifier_Operational) (part LM2904)
(aliases
(alias LM358)
(alias AD8620)
(alias LMC6062)
(alias LMC6082)
(alias TL062)
(alias TL072)
(alias TL082)
(alias NE5532)
(alias SA5532)
(alias RC4558)
(alias RC4560)
(alias RC4580)
(alias LMV358)
(alias TS912)
(alias TSV912IDT)
(alias TSV912IST)
(alias TLC272)
(alias TLC277)
(alias MCP602)
(alias OPA1678)
(alias OPA2134)
(alias OPA2340)
(alias OPA2376xxD)
(alias OPA2376xxDGK)
(alias MC33078)
(alias MC33178)
(alias LM4562)
(alias OP249)
(alias OP275)
(alias ADA4075-2)
(alias MCP6002-xP)
(alias MCP6002-xSN)
(alias MCP6002-xMS)
(alias LM7332)
(alias OPA2333xxD)
(alias OPA2333xxDGK)
(alias LMC6482)
(alias LT1492)
(alias LTC6081xMS8)
(alias LM6172)
(alias MCP6L92)
(alias NJM2043)
(alias NJM2114)
(alias NJM4556A)
(alias NJM4558)
(alias NJM4559)
(alias NJM4560)
(alias NJM4580)
(alias NJM5532)
(alias ADA4807-2ARM)
(alias OPA2691)
(alias LT6234)
(alias OPA2356xxD)
(alias OPA2356xxDGK)
(alias OPA1612AxD)
(alias MC33172)
(alias OPA1602)
(alias TLV2372)
(alias LT6237)
(alias OPA2277)
(alias MCP6022)
(alias MCP6V67EMS))
(description "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8")
(docs http://www.ti.com/lit/ds/symlink/lm358.pdf)
(footprints
(fp SOIC*3.9x4.9mm*P1.27mm*)
(fp DIP*W7.62mm*)
(fp TO*99*)
(fp OnSemi*Micro8*)
(fp TSSOP*3x3mm*P0.65mm*)
(fp TSSOP*4.4x3mm*P0.65mm*)
(fp MSOP*3x3mm*P0.65mm*)
(fp SSOP*3.9x4.9mm*P0.635mm*)
(fp LFCSP*2x2mm*P0.5mm*)
(fp *SIP*)
(fp SOIC*5.3x6.2mm*P1.27mm*))
(fields
(field (name Reference) U)
(field (name Value) LM2904))
(pins
(pin (num 1) (name ~) (type output))
(pin (num 2) (name -) (type input))
(pin (num 3) (name +) (type input))
(pin (num 4) (name V-) (type power_in))
(pin (num 5) (name +) (type input))
(pin (num 6) (name -) (type input))
(pin (num 7) (name ~) (type output))
(pin (num 8) (name V+) (type power_in))))
(libpart (lib C16-Exp-Port) (part C16-Exp-Port)
(fields
(field (name Reference) J)
(field (name Value) C16-Exp-Port)
(field (name Footprint) MODULE)
(field (name Datasheet) DOCUMENTATION))
(pins
(pin (num 1) (name GND) (type power_out))
(pin (num 2) (name VCC) (type power_out))
(pin (num 3) (name VCC) (type passive))
(pin (num 4) (name /IRQ) (type input))
(pin (num 5) (name R/W) (type output))
(pin (num 6) (name C1HI) (type output))
(pin (num 7) (name C2LOW) (type output))
(pin (num 8) (name C2HI) (type output))
(pin (num 9) (name /CS1) (type output))
(pin (num 10) (name /CS0) (type output))
(pin (num 11) (name /CAS) (type output))
(pin (num 12) (name MUX) (type output))
(pin (num 13) (name BA) (type output))
(pin (num 14) (name D7) (type 3state))
(pin (num 15) (name D6) (type 3state))
(pin (num 16) (name D5) (type 3state))
(pin (num 17) (name D4) (type 3state))
(pin (num 18) (name D3) (type 3state))
(pin (num 19) (name D2) (type 3state))
(pin (num 20) (name D1) (type 3state))
(pin (num 21) (name D0) (type 3state))
(pin (num 22) (name AEC) (type output))
(pin (num 23) (name EXT_AUDIO) (type input))
(pin (num 24) (name PHI2) (type output))
(pin (num 25) (name GND) (type passive))
(pin (num A) (name GND) (type passive))
(pin (num AA) (name NC) (type NotConnected))
(pin (num B) (name C1LOW) (type output))
(pin (num BB) (name NC) (type NotConnected))
(pin (num C) (name /BRESET) (type openCol))
(pin (num CC) (name GND) (type passive))
(pin (num D) (name /RAS) (type output))
(pin (num E) (name PHI0) (type output))
(pin (num F) (name A15) (type 3state))
(pin (num H) (name A14) (type 3state))
(pin (num J) (name A13) (type 3state))
(pin (num K) (name A12) (type 3state))
(pin (num L) (name A11) (type 3state))
(pin (num M) (name A10) (type 3state))
(pin (num N) (name A9) (type 3state))
(pin (num P) (name A8) (type 3state))
(pin (num R) (name A7) (type 3state))
(pin (num S) (name A6) (type 3state))
(pin (num T) (name A5) (type 3state))
(pin (num U) (name A4) (type 3state))
(pin (num V) (name A3) (type 3state))
(pin (num W) (name A2) (type 3state))
(pin (num X) (name A1) (type 3state))
(pin (num Y) (name A0) (type 3state))
(pin (num Z) (name NC) (type NotConnected))))
(libpart (lib Connector) (part AudioJack3_SwitchTR)
(description "Audio Jack, 3 Poles (Stereo / TRS), Switched TR Poles (Normalling)")
(docs ~)
(footprints
(fp Jack*))
(fields
(field (name Reference) J)
(field (name Value) AudioJack3_SwitchTR))
(pins
(pin (num R) (name ~) (type passive))
(pin (num RN) (name ~) (type passive))
(pin (num S) (name ~) (type passive))
(pin (num T) (name ~) (type passive))
(pin (num TN) (name ~) (type passive))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(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 Device) (part CP1)
(description "Polarized capacitor, US symbol")
(docs ~)
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP1))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(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_POT)
(description Potentiometer)
(docs ~)
(footprints
(fp Potentiometer*))
(fields
(field (name Reference) RV)
(field (name Value) R_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 Jumper) (part Jumper_3_Open)
(description "Jumper, 3-pole, both open")
(docs ~)
(footprints
(fp Jumper*)
(fp TestPoint*3Pads*)
(fp TestPoint*Bridge*))
(fields
(field (name Reference) JP)
(field (name Value) Jumper_3_Open))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name C) (type input))
(pin (num 3) (name B) (type passive))))
(libpart (lib Logic_Programmable) (part PAL20L8)
(description "Programmable Logic Array, DIP-24")
(footprints
(fp DIP*)
(fp PDIP*))
(fields
(field (name Reference) U)
(field (name Value) PAL20L8))
(pins
(pin (num 1) (name I1) (type input))
(pin (num 2) (name I2) (type input))
(pin (num 3) (name I3) (type input))
(pin (num 4) (name I4) (type input))
(pin (num 5) (name I5) (type input))
(pin (num 6) (name I6) (type input))
(pin (num 7) (name I7) (type input))
(pin (num 8) (name I8) (type input))
(pin (num 9) (name I9) (type input))
(pin (num 10) (name I10) (type input))
(pin (num 11) (name I11) (type input))
(pin (num 12) (name GND) (type power_in))
(pin (num 13) (name I13) (type input))
(pin (num 14) (name I14) (type input))
(pin (num 15) (name IO15) (type 3state))
(pin (num 16) (name IO16) (type 3state))
(pin (num 17) (name IO17) (type 3state))
(pin (num 18) (name IO18) (type 3state))
(pin (num 19) (name IO19) (type 3state))
(pin (num 20) (name I020) (type 3state))
(pin (num 21) (name IO21) (type 3state))
(pin (num 22) (name IO22) (type 3state))
(pin (num 23) (name I23) (type input))
(pin (num 24) (name VCC) (type power_in))))
(libpart (lib void) (part Void)
(fields
(field (name Reference) V)
(field (name Value) Void))))
(libraries
(library (logical 74xx)
(uri /usr/share/kicad/library/74xx.lib))
(library (logical Amplifier_Operational)
(uri /usr/share/kicad/library/Amplifier_Operational.lib))
(library (logical C16-Exp-Port)
(uri /home/sukko/Documents/kicad/ReVox/libs/C16-Exp-Port.lib))
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical Jumper)
(uri /usr/share/kicad/library/Jumper.lib))
(library (logical Logic_Programmable)
(uri /usr/share/kicad/library/Logic_Programmable.lib))
(library (logical void)
(uri /home/sukko/Documents/kicad/ReVox/libs/void.lib)))
(nets
(net (code 1) (name "Net-(CN1-Pad12)")
(node (ref CN1) (pin 12)))
(net (code 2) (name "Net-(CN1-Pad13)")
(node (ref CN1) (pin 13)))
(net (code 3) (name "Net-(CN1-Pad11)")
(node (ref CN1) (pin 11)))
(net (code 4) (name "Net-(CN1-Pad22)")
(node (ref CN1) (pin 22)))
(net (code 5) (name /ext_audio)
(node (ref CN1) (pin 23))
(node (ref JP1) (pin 2)))
(net (code 6) (name +5V)
(node (ref U3) (pin 8))
(node (ref C1) (pin 1))
(node (ref U2) (pin 20))
(node (ref R17) (pin 1))
(node (ref C6) (pin 1))
(node (ref CN1) (pin 3))
(node (ref C7) (pin 1))
(node (ref C2) (pin 1))
(node (ref CN1) (pin 2))
(node (ref U1) (pin 24)))
(net (code 7) (name "Net-(CN1-Pad4)")
(node (ref CN1) (pin 4)))
(net (code 8) (name "Net-(CN1-Pad10)")
(node (ref CN1) (pin 10)))
(net (code 9) (name /a7)
(node (ref CN1) (pin R))
(node (ref U1) (pin 19)))
(net (code 10) (name /a5)
(node (ref U1) (pin 18))
(node (ref CN1) (pin T)))
(net (code 11) (name "Net-(CN1-PadZ)")
(node (ref CN1) (pin Z)))
(net (code 12) (name "Net-(CN1-PadBB)")
(node (ref CN1) (pin BB)))
(net (code 13) (name "Net-(CN1-Pad6)")
(node (ref CN1) (pin 6)))
(net (code 14) (name "Net-(CN1-Pad7)")
(node (ref CN1) (pin 7)))
(net (code 15) (name "Net-(CN1-Pad8)")
(node (ref CN1) (pin 8)))
(net (code 16) (name "Net-(CN1-Pad9)")
(node (ref CN1) (pin 9)))
(net (code 17) (name "Net-(CN1-PadAA)")
(node (ref CN1) (pin AA)))
(net (code 18) (name "Net-(CN1-PadB)")
(node (ref CN1) (pin B)))
(net (code 19) (name /~reset)
(node (ref U1) (pin 23))
(node (ref CN1) (pin C)))
(net (code 20) (name "Net-(CN1-PadD)")
(node (ref CN1) (pin D)))
(net (code 21) (name "Net-(CN1-PadE)")
(node (ref CN1) (pin E)))
(net (code 22) (name /b2)
(node (ref R6) (pin 1))
(node (ref U2) (pin 6)))
(net (code 23) (name /b7)
(node (ref U2) (pin 19))
(node (ref R16) (pin 1)))
(net (code 24) (name /b0)
(node (ref U2) (pin 2))
(node (ref R1) (pin 1)))
(net (code 25) (name /b1)
(node (ref U2) (pin 5))
(node (ref R4) (pin 1)))
(net (code 26) (name /b6)
(node (ref U2) (pin 16))
(node (ref R14) (pin 1)))
(net (code 27) (name /b5)
(node (ref R12) (pin 1))
(node (ref U2) (pin 15)))
(net (code 28) (name /b4)
(node (ref R10) (pin 1))
(node (ref U2) (pin 12)))
(net (code 29) (name "Net-(CN2-PadRN)")
(node (ref CN2) (pin RN)))
(net (code 30) (name GND)
(node (ref C3) (pin 1))
(node (ref C6) (pin 2))
(node (ref U3) (pin 4))
(node (ref CN1) (pin A))
(node (ref C1) (pin 2))
(node (ref CN1) (pin CC))
(node (ref CN2) (pin S))
(node (ref C7) (pin 2))
(node (ref C2) (pin 2))
(node (ref U1) (pin 12))
(node (ref CN1) (pin 1))
(node (ref CN1) (pin 25))
(node (ref R18) (pin 2))
(node (ref U2) (pin 10))
(node (ref R2) (pin 2))
(node (ref C8) (pin 2))
(node (ref R23) (pin 2)))
(net (code 31) (name /analog_audio)
(node (ref C4) (pin 1))
(node (ref CN2) (pin R))
(node (ref CN2) (pin T)))
(net (code 32) (name /a3)
(node (ref CN1) (pin V))
(node (ref U1) (pin 17)))
(net (code 33) (name /a9)
(node (ref CN1) (pin N))
(node (ref U1) (pin 20)))
(net (code 34) (name /b3)
(node (ref R8) (pin 1))
(node (ref U2) (pin 9)))
(net (code 36) (name /latch_clear)
(node (ref U1) (pin 22))
(node (ref U2) (pin 1)))
(net (code 37) (name VCOM)
(node (ref R17) (pin 2))
(node (ref R18) (pin 1))
(node (ref C8) (pin 1))
(node (ref U3) (pin 3))
(node (ref U3) (pin 5)))
(net (code 38) (name "Net-(RV1-Pad3)")
(node (ref RV1) (pin 3)))
(net (code 39) (name "Net-(R20-Pad1)")
(node (ref R20) (pin 1))
(node (ref RV1) (pin 1)))
(net (code 40) (name "Net-(R19-Pad1)")
(node (ref R20) (pin 2))
(node (ref U3) (pin 6))
(node (ref R19) (pin 1)))
(net (code 41) (name /amplifier_in)
(node (ref JP1) (pin 3))
(node (ref R19) (pin 2))
(node (ref CN2) (pin TN)))
(net (code 42) (name "Net-(U1-Pad13)")
(node (ref U1) (pin 13)))
(net (code 43) (name "Net-(C5-Pad1)")
(node (ref C5) (pin 1))
(node (ref R22) (pin 1))
(node (ref U3) (pin 1)))
(net (code 44) (name "Net-(R21-Pad1)")
(node (ref R21) (pin 1))
(node (ref U3) (pin 7))
(node (ref RV1) (pin 2)))
(net (code 45) (name /amplified_audio)
(node (ref R23) (pin 1))
(node (ref JP1) (pin 1))
(node (ref C5) (pin 2)))
(net (code 46) (name "Net-(R21-Pad2)")
(node (ref U3) (pin 2))
(node (ref R22) (pin 2))
(node (ref R21) (pin 2)))
(net (code 47) (name /a2)
(node (ref CN1) (pin W))
(node (ref U1) (pin 10)))
(net (code 48) (name /a0)
(node (ref U1) (pin 11))
(node (ref CN1) (pin Y)))
(net (code 49) (name /r_~w)
(node (ref U1) (pin 21))
(node (ref CN1) (pin 5)))
(net (code 50) (name /latch_clk)
(node (ref U2) (pin 11))
(node (ref U1) (pin 15)))
(net (code 51) (name /d4)
(node (ref CN1) (pin 17))
(node (ref U2) (pin 13)))
(net (code 52) (name /phi2)
(node (ref U1) (pin 14))
(node (ref CN1) (pin 24)))
(net (code 53) (name /d7)
(node (ref CN1) (pin 14))
(node (ref U2) (pin 18)))
(net (code 54) (name /d6)
(node (ref U2) (pin 17))
(node (ref CN1) (pin 15)))
(net (code 55) (name /d5)
(node (ref CN1) (pin 16))
(node (ref U2) (pin 14)))
(net (code 56) (name /d3)
(node (ref U2) (pin 8))
(node (ref CN1) (pin 18)))
(net (code 57) (name /d2)
(node (ref CN1) (pin 19))
(node (ref U2) (pin 7)))
(net (code 58) (name /d1)
(node (ref CN1) (pin 20))
(node (ref U2) (pin 4)))
(net (code 59) (name /d0)
(node (ref U2) (pin 3))
(node (ref CN1) (pin 21)))
(net (code 60) (name /a15)
(node (ref U1) (pin 1))
(node (ref CN1) (pin F)))
(net (code 61) (name /a14)
(node (ref U1) (pin 2))
(node (ref CN1) (pin H)))
(net (code 62) (name /a4)
(node (ref CN1) (pin U))
(node (ref U1) (pin 9)))
(net (code 63) (name /a6)
(node (ref U1) (pin 8))
(node (ref CN1) (pin S)))
(net (code 64) (name /a8)
(node (ref CN1) (pin P))
(node (ref U1) (pin 7)))
(net (code 65) (name /a10)
(node (ref U1) (pin 6))
(node (ref CN1) (pin M)))
(net (code 66) (name /a11)
(node (ref U1) (pin 5))
(node (ref CN1) (pin L)))
(net (code 67) (name /a12)
(node (ref U1) (pin 4))
(node (ref CN1) (pin K)))
(net (code 68) (name /a13)
(node (ref CN1) (pin J))
(node (ref U1) (pin 3)))
(net (code 69) (name /a1)
(node (ref U1) (pin 16))
(node (ref CN1) (pin X)))
(net (code 72) (name "Net-(R11-Pad1)")
(node (ref R12) (pin 2))
(node (ref R11) (pin 1))
(node (ref R13) (pin 2)))
(net (code 73) (name "Net-(R13-Pad1)")
(node (ref R13) (pin 1))
(node (ref R15) (pin 2))
(node (ref R14) (pin 2)))
(net (code 74) (name "Net-(R7-Pad1)")
(node (ref R8) (pin 2))
(node (ref R9) (pin 2))
(node (ref R7) (pin 1)))
(net (code 75) (name "Net-(R10-Pad2)")
(node (ref R9) (pin 1))
(node (ref R10) (pin 2))
(node (ref R11) (pin 2)))
(net (code 76) (name "Net-(C3-Pad2)")
(node (ref R16) (pin 2))
(node (ref C4) (pin 2))
(node (ref C3) (pin 2))
(node (ref R15) (pin 1)))
(net (code 77) (name "Net-(R3-Pad1)")
(node (ref R5) (pin 2))
(node (ref R3) (pin 1))
(node (ref R4) (pin 2)))
(net (code 78) (name "Net-(R5-Pad1)")
(node (ref R5) (pin 1))
(node (ref R7) (pin 2))
(node (ref R6) (pin 2)))
(net (code 79) (name "Net-(R1-Pad2)")
(node (ref R2) (pin 1))
(node (ref R3) (pin 2))
(node (ref R1) (pin 2)))))