-
Notifications
You must be signed in to change notification settings - Fork 0
/
Valve Wizard Cab Sim.net
802 lines (802 loc) · 28.9 KB
/
Valve Wizard Cab Sim.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
(export (version D)
(design
(source "/Users/dryan/Library/Mobile Documents/com~apple~CloudDocs/Documents/KiCad/Valve Wizard Cab Sim/Valve Wizard Cab Sim.sch")
(date "Monday, November 29, 2021 at 04:52:11 PM")
(tool "Eeschema (5.1.10-1-10_14)")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source "Valve Wizard Cab Sim.sch")
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref C3)
(value 2n2)
(footprint Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619D7AC6))
(comp (ref U1)
(value TL072)
(footprint Package_DIP:DIP-8_W7.62mm_Socket_LongPads)
(datasheet http://www.ti.com/lit/ds/symlink/tl071.pdf)
(libsource (lib Amplifier_Operational) (part TL072) (description "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8"))
(sheetpath (names /) (tstamps /))
(tstamp 619D8139))
(comp (ref J4)
(value Battery)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 619E0762))
(comp (ref J3)
(value Power)
(footprint Connector_BarrelJack:BarrelJack_Wuerth_6941xx301002)
(datasheet ~)
(libsource (lib Connector) (part Barrel_Jack_Switch) (description "DC Barrel Jack with an internal switch"))
(sheetpath (names /) (tstamps /))
(tstamp 619E1C11))
(comp (ref D1)
(value 1n4001)
(footprint Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D_Small) (description "Diode, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619E942A))
(comp (ref C1)
(value 470u)
(footprint Capacitor_THT:CP_Radial_D10.0mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part CP_Small) (description "Polarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619ED497))
(comp (ref R2)
(value 100K)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619F5917))
(comp (ref R3)
(value 100K)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619F6352))
(comp (ref C2)
(value 47u)
(footprint Capacitor_THT:CP_Radial_D6.3mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP_Small) (description "Polarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619FDB7B))
(comp (ref R1)
(value 10R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 619FEB23))
(comp (ref R4)
(value 1M)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A07444))
(comp (ref R5)
(value 1K)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A091C7))
(comp (ref R6)
(value 1M)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A0F994))
(comp (ref R7)
(value 10k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A1F305))
(comp (ref R8)
(value 22k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A1FAB2))
(comp (ref C5)
(value 22n)
(footprint Capacitor_THT:C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A201CD))
(comp (ref RV1)
(value "CAB 100K")
(footprint Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Device) (part R_POT) (description Potentiometer))
(sheetpath (names /) (tstamps /))
(tstamp 61A23439))
(comp (ref R11)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A1FF10))
(comp (ref R12)
(value 47K)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A24E2A))
(comp (ref R9)
(value 180K)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A25947))
(comp (ref R10)
(value 10K)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A25951))
(comp (ref C4)
(value 1n)
(footprint Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A35188))
(comp (ref C6)
(value 1n)
(footprint Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A36018))
(comp (ref C7)
(value 470n)
(footprint Capacitor_THT:C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A43F50))
(comp (ref R13)
(value 330R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A47505))
(comp (ref R14)
(value 33k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A479E3))
(comp (ref C9)
(value 330n)
(footprint Capacitor_THT:C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A47C4C))
(comp (ref RV2)
(value 100KA)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Device) (part R_POT) (description Potentiometer))
(sheetpath (names /) (tstamps /))
(tstamp 61A4D91D))
(comp (ref C10)
(value 47u)
(footprint Capacitor_THT:CP_Radial_D6.3mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP_Small) (description "Polarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A5448E))
(comp (ref C8)
(value 220p)
(footprint Capacitor_THT:C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A55638))
(comp (ref Q1)
(value BC337)
(footprint Package_TO_SOT_THT:TO-92_Inline)
(datasheet https://diotec.com/tl_files/diotec/files/pdf/datasheets/bc337.pdf)
(libsource (lib Transistor_BJT) (part BC337) (description "0.8A Ic, 45V Vce, NPN Transistor, TO-92"))
(sheetpath (names /) (tstamps /))
(tstamp 61A66B7A))
(comp (ref Q2)
(value BC327)
(footprint Package_TO_SOT_THT:TO-92_Inline)
(datasheet http://www.onsemi.com/pub_link/Collateral/BC327-D.PDF)
(libsource (lib Transistor_BJT) (part BC327) (description "0.8A Ic, 45V Vce, PNP Transistor, TO-92"))
(sheetpath (names /) (tstamps /))
(tstamp 61A680D1))
(comp (ref R15)
(value 220R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A6575D))
(comp (ref R16)
(value 10R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A7D7A8))
(comp (ref C11)
(value 470u)
(footprint Capacitor_THT:CP_Radial_D10.0mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part CP_Small) (description "Polarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A857D4))
(comp (ref R17)
(value 10k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A88C81))
(comp (ref SW1)
(value SW_SPDT)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x03_P2.54mm_Vertical)
(libsource (lib Switch) (part SW_DPDT_x2) (description "Switch, dual pole double throw, separate symbols"))
(sheetpath (names /) (tstamps /))
(tstamp 61A8FB34))
(comp (ref Q3)
(value BS170)
(footprint Package_TO_SOT_THT:TO-92_Inline)
(datasheet https://www.onsemi.com/pub/Collateral/BS170-D.PDF)
(libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92"))
(sheetpath (names /) (tstamps /))
(tstamp 61A93A9B))
(comp (ref D2)
(value 1n4001)
(footprint Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Diode) (part 1N4001) (description "50V 1A General Purpose Rectifier Diode, DO-41"))
(sheetpath (names /) (tstamps /))
(tstamp 61A9AEE2))
(comp (ref R18)
(value 4k7)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A9C252))
(comp (ref D3)
(value LED)
(footprint LED_THT:LED_D3.0mm_FlatTop)
(datasheet ~)
(libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61AA3F5D))
(comp (ref J2)
(value OUT)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib AudioJack-TNRS) (part AudioJack-TRS) (description "Audio Jack, 3 Poles (Stereo / TRS), Grounded Sleeve, Switched TR Poles (Normalling)"))
(sheetpath (names /) (tstamps /))
(tstamp 61AA5B2B))
(comp (ref C12)
(value 1u)
(footprint Capacitor_THT:C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61AA9ECD))
(comp (ref J1)
(value IN)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib AudioJack-TNRS) (part AudioJack-TNRS) (description "Audio Jack, 3 Poles (Stereo / TRS), Grounded Sleeve, Switched TR Poles (Normalling)"))
(sheetpath (names /) (tstamps /))
(tstamp 61A017C0))
(comp (ref D4)
(value 1n4148)
(footprint Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D_Small) (description "Diode, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A09C1C))
(comp (ref D5)
(value 1n4148)
(footprint Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D_Small) (description "Diode, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61A0AAD3)))
(libparts
(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 AudioJack-TNRS) (part AudioJack-TNRS)
(description "Audio Jack, 3 Poles (Stereo / TRS), Grounded Sleeve, Switched TR Poles (Normalling)")
(docs ~)
(footprints
(fp Jack*))
(fields
(field (name Reference) J)
(field (name Value) AudioJack-TNRS))
(pins
(pin (num R) (name ~) (type passive))
(pin (num S) (name ~) (type passive))
(pin (num T) (name ~) (type passive))
(pin (num TN) (name ~) (type passive))))
(libpart (lib AudioJack-TNRS) (part AudioJack-TRS)
(description "Audio Jack, 3 Poles (Stereo / TRS), Grounded Sleeve, Switched TR Poles (Normalling)")
(docs ~)
(footprints
(fp Jack*))
(fields
(field (name Reference) J)
(field (name Value) AudioJack-TRS))
(pins
(pin (num R) (name ~) (type passive))
(pin (num S) (name ~) (type passive))
(pin (num T) (name ~) (type passive))))
(libpart (lib Connector) (part Barrel_Jack_Switch)
(description "DC Barrel Jack with an internal switch")
(docs ~)
(footprints
(fp BarrelJack*))
(fields
(field (name Reference) J)
(field (name Value) Barrel_Jack_Switch))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name ~) (type passive))))
(libpart (lib Connector) (part Conn_01x02_Female)
(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_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Device) (part CP_Small)
(description "Polarized capacitor, small symbol")
(docs ~)
(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, 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 D_Small)
(description "Diode, small symbol")
(docs ~)
(footprints
(fp TO-???*)
(fp *_Diode_*)
(fp *SingleDiode*)
(fp D_*))
(fields
(field (name Reference) D)
(field (name Value) D_Small))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part LED_Small)
(description "Light emitting diode, small symbol")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED_Small))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (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 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 Diode) (part 1N4001)
(aliases
(alias 1N4002)
(alias 1N4003)
(alias 1N4004)
(alias 1N4005)
(alias 1N4006)
(alias 1N4007)
(alias BA157)
(alias BA158)
(alias BA159))
(description "50V 1A General Purpose Rectifier Diode, DO-41")
(docs http://www.vishay.com/docs/88503/1n4001.pdf)
(footprints
(fp D*DO?41*))
(fields
(field (name Reference) D)
(field (name Value) 1N4001)
(field (name Footprint) Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Switch) (part SW_DPDT_x2)
(description "Switch, dual pole double throw, separate symbols")
(docs ~)
(footprints
(fp SW*DPDT*))
(fields
(field (name Reference) SW)
(field (name Value) SW_DPDT_x2))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name B) (type passive))
(pin (num 3) (name C) (type passive))
(pin (num 4) (name A) (type passive))
(pin (num 5) (name B) (type passive))
(pin (num 6) (name C) (type passive))))
(libpart (lib Transistor_BJT) (part BC547)
(aliases
(alias BC546)
(alias BC548)
(alias BC549)
(alias BC550)
(alias BC337)
(alias BC338))
(description "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92")
(docs https://www.onsemi.com/pub/Collateral/BC550-D.pdf)
(footprints
(fp TO?92*))
(fields
(field (name Reference) Q)
(field (name Value) BC547)
(field (name Footprint) Package_TO_SOT_THT:TO-92_Inline))
(pins
(pin (num 1) (name C) (type passive))
(pin (num 2) (name B) (type input))
(pin (num 3) (name E) (type passive))))
(libpart (lib Transistor_BJT) (part BC557)
(aliases
(alias BC556)
(alias BC558)
(alias BC559)
(alias BC560)
(alias BC327)
(alias BC328))
(description "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92")
(docs https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf)
(footprints
(fp TO?92*))
(fields
(field (name Reference) Q)
(field (name Value) BC557)
(field (name Footprint) Package_TO_SOT_THT:TO-92_Inline))
(pins
(pin (num 1) (name C) (type passive))
(pin (num 2) (name B) (type input))
(pin (num 3) (name E) (type passive))))
(libpart (lib Transistor_FET) (part BS107)
(aliases
(alias BS108)
(alias BS170))
(description "0.25A Id, 200V Vds, N-Channel MOSFET, TO-92")
(docs http://www.onsemi.com/pub_link/Collateral/BS107-D.PDF)
(footprints
(fp TO?92*))
(fields
(field (name Reference) Q)
(field (name Value) BS107)
(field (name Footprint) Package_TO_SOT_THT:TO-92_Inline))
(pins
(pin (num 1) (name D) (type passive))
(pin (num 2) (name G) (type input))
(pin (num 3) (name S) (type passive)))))
(libraries
(library (logical Amplifier_Operational)
(uri "/Library/Application Support/kicad/library/Amplifier_Operational.lib"))
(library (logical AudioJack-TNRS)
(uri "/Users/dryan/Library/Mobile Documents/com~apple~CloudDocs/Documents/KiCad/Library/AudioJack-TNRS/AudioJack-TNRS.lib"))
(library (logical Connector)
(uri "/Library/Application Support/kicad/library/Connector.lib"))
(library (logical Device)
(uri "/Library/Application Support/kicad/library/Device.lib"))
(library (logical Diode)
(uri "/Library/Application Support/kicad/library/Diode.lib"))
(library (logical Switch)
(uri "/Library/Application Support/kicad/library/Switch.lib"))
(library (logical Transistor_BJT)
(uri "/Library/Application Support/kicad/library/Transistor_BJT.lib"))
(library (logical Transistor_FET)
(uri "/Library/Application Support/kicad/library/Transistor_FET.lib")))
(nets
(net (code 1) (name GND)
(node (ref D5) (pin 1))
(node (ref D4) (pin 2))
(node (ref C7) (pin 2))
(node (ref C9) (pin 2))
(node (ref U1) (pin 4))
(node (ref J3) (pin 1))
(node (ref C10) (pin 2))
(node (ref Q2) (pin 1))
(node (ref D1) (pin 2))
(node (ref C1) (pin 2))
(node (ref R17) (pin 2))
(node (ref D3) (pin 1))
(node (ref R3) (pin 2))
(node (ref J2) (pin R))
(node (ref C12) (pin 2))
(node (ref C5) (pin 2))
(node (ref C2) (pin 2))
(node (ref J1) (pin S))
(node (ref J1) (pin TN))
(node (ref R4) (pin 2)))
(net (code 2) (name "Net-(J3-Pad3)")
(node (ref J4) (pin 2))
(node (ref J3) (pin 3)))
(net (code 3) (name 4.5V)
(node (ref R2) (pin 2))
(node (ref R6) (pin 2))
(node (ref R3) (pin 1))
(node (ref C2) (pin 1)))
(net (code 4) (name 9V)
(node (ref R1) (pin 1))
(node (ref R2) (pin 1))
(node (ref C1) (pin 1))
(node (ref D1) (pin 1))
(node (ref Q1) (pin 1))
(node (ref U1) (pin 8)))
(net (code 5) (name "Net-(J3-Pad2)")
(node (ref R1) (pin 2))
(node (ref J3) (pin 2)))
(net (code 6) (name "Net-(C3-Pad1)")
(node (ref C3) (pin 1))
(node (ref D5) (pin 2))
(node (ref D4) (pin 1))
(node (ref R5) (pin 1)))
(net (code 7) (name "Net-(C3-Pad2)")
(node (ref R6) (pin 1))
(node (ref U1) (pin 3))
(node (ref C3) (pin 2)))
(net (code 8) (name "Net-(C5-Pad1)")
(node (ref R7) (pin 1))
(node (ref R8) (pin 2))
(node (ref C5) (pin 1))
(node (ref R11) (pin 2)))
(net (code 9) (name "Net-(R11-Pad1)")
(node (ref RV1) (pin 1))
(node (ref R11) (pin 1)))
(net (code 10) (name "Net-(R12-Pad2)")
(node (ref RV1) (pin 3))
(node (ref R12) (pin 2)))
(net (code 11) (name "Net-(C4-Pad1)")
(node (ref C4) (pin 1))
(node (ref U1) (pin 2))
(node (ref R7) (pin 2)))
(net (code 12) (name "Net-(C4-Pad2)")
(node (ref RV1) (pin 2))
(node (ref C4) (pin 2))
(node (ref R8) (pin 1))
(node (ref C6) (pin 1))
(node (ref R9) (pin 2)))
(net (code 13) (name "Net-(C7-Pad1)")
(node (ref R12) (pin 1))
(node (ref R10) (pin 2))
(node (ref C7) (pin 1))
(node (ref R9) (pin 1)))
(net (code 14) (name "Net-(C9-Pad1)")
(node (ref R14) (pin 2))
(node (ref C9) (pin 1))
(node (ref R13) (pin 1)))
(net (code 15) (name "Net-(RV2-Pad2)")
(node (ref U1) (pin 5))
(node (ref RV2) (pin 2)))
(net (code 16) (name "Net-(C10-Pad1)")
(node (ref C10) (pin 1))
(node (ref RV2) (pin 3)))
(net (code 17) (name "Net-(C6-Pad2)")
(node (ref R13) (pin 2))
(node (ref R10) (pin 1))
(node (ref C8) (pin 1))
(node (ref U1) (pin 1))
(node (ref C6) (pin 2)))
(net (code 18) (name "Net-(C8-Pad2)")
(node (ref RV2) (pin 1))
(node (ref R14) (pin 1))
(node (ref C8) (pin 2)))
(net (code 19) (name "Net-(Q1-Pad2)")
(node (ref Q1) (pin 2))
(node (ref Q2) (pin 2))
(node (ref R15) (pin 2))
(node (ref U1) (pin 7)))
(net (code 20) (name "Net-(C11-Pad1)")
(node (ref C11) (pin 1))
(node (ref R16) (pin 1)))
(net (code 21) (name "Net-(C11-Pad2)")
(node (ref C11) (pin 2))
(node (ref R17) (pin 1))
(node (ref SW1) (pin 5)))
(net (code 22) (name "Net-(D3-Pad2)")
(node (ref Q3) (pin 3))
(node (ref D3) (pin 2)))
(net (code 23) (name "Net-(D2-Pad2)")
(node (ref SW1) (pin 6))
(node (ref D2) (pin 2))
(node (ref Q3) (pin 2)))
(net (code 24) (name "Net-(Q3-Pad1)")
(node (ref R18) (pin 2))
(node (ref Q3) (pin 1)))
(net (code 25) (name "Net-(D2-Pad1)")
(node (ref R18) (pin 1))
(node (ref D2) (pin 1)))
(net (code 26) (name "Net-(C12-Pad1)")
(node (ref J2) (pin S))
(node (ref C12) (pin 1)))
(net (code 27) (name "Net-(J2-PadT)")
(node (ref SW1) (pin 3))
(node (ref J2) (pin T))
(node (ref SW1) (pin 4)))
(net (code 28) (name "Net-(R4-Pad1)")
(node (ref SW1) (pin 1))
(node (ref R5) (pin 2))
(node (ref R4) (pin 1)))
(net (code 29) (name "Net-(J1-PadT)")
(node (ref J1) (pin T))
(node (ref SW1) (pin 2)))
(net (code 30) (name "Net-(J1-PadR)")
(node (ref J4) (pin 1))
(node (ref J1) (pin R)))
(net (code 31) (name "Net-(Q1-Pad3)")
(node (ref U1) (pin 6))
(node (ref R15) (pin 1))
(node (ref Q2) (pin 3))
(node (ref Q1) (pin 3))
(node (ref R16) (pin 2)))))