-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtel_interf.net
More file actions
913 lines (913 loc) · 30.9 KB
/
tel_interf.net
File metadata and controls
913 lines (913 loc) · 30.9 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
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
(export (version D)
(design
(source /store/views/hw/projects/wifi_pstn_clip/tel_interf.sch)
(date "Sat Feb 27 20:03:10 2016")
(tool "Eeschema 4.0.2+dfsg1-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "Telephone CLIP to WIFI interface")
(company)
(rev 1)
(date "5 dec 2015")
(source tel_interf.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref IC3)
(value ATTINY84-P)
(footprint Housings_DIP:DIP-14_W7.62mm)
(libsource (lib atmel) (part ATTINY84-P))
(sheetpath (names /) (tstamps /))
(tstamp 565F1DCE))
(comp (ref C3)
(value "100nF, 250V")
(footprint Capacitors_ThroughHole:C_Rect_L18_W6_P15)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F1E35))
(comp (ref C2)
(value "33nF, 150v")
(footprint Capacitors_ThroughHole:C_Disc_D12_P7.75)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F1F1B))
(comp (ref D2)
(value "ZENER 8.2V")
(footprint Diodes_ThroughHole:Diode_DO-41_SOD81_Horizontal_RM10)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 565F20BC))
(comp (ref D3)
(value "ZENER 8.2V")
(footprint Diodes_ThroughHole:Diode_DO-41_SOD81_Horizontal_RM10)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 565F20C9))
(comp (ref IC1)
(value 4N35)
(footprint Housings_DIP:DIP-6_W7.62mm)
(libsource (lib opto) (part 4N25))
(sheetpath (names /) (tstamps /))
(tstamp 565F2139))
(comp (ref R2)
(value 220K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F21CE))
(comp (ref C8)
(value 1uF)
(footprint Capacitors_Tantalum_SMD:TantalC_SizeA_EIA-3216_HandSoldering)
(libsource (lib device) (part CP1))
(sheetpath (names /) (tstamps /))
(tstamp 565F2227))
(comp (ref RV1)
(value 10K)
(footprint Potentiometers:Potentiometer_Triwood_RM-065)
(libsource (lib device) (part POT))
(sheetpath (names /) (tstamps /))
(tstamp 565F242B))
(comp (ref R5)
(value 10K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F2542))
(comp (ref R1)
(value 100K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F2758))
(comp (ref C5)
(value 47nF)
(footprint Capacitors_ThroughHole:C_Disc_D7.5_P5)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F2CEC))
(comp (ref D6)
(value "ZENER 3.3V")
(footprint Diodes_ThroughHole:Diode_DO-41_SOD81_Horizontal_RM10)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 565F2D60))
(comp (ref D5)
(value "ZENER 3.3V")
(footprint Diodes_ThroughHole:Diode_DO-41_SOD81_Horizontal_RM10)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 565F2D66))
(comp (ref R3)
(value 220K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F2D82))
(comp (ref R4)
(value 220K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F2E72))
(comp (ref C10)
(value 22pF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F30B4))
(comp (ref C11)
(value 22pF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F30D5))
(comp (ref C9)
(value 0.1uF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F3338))
(comp (ref R6)
(value 100K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F33E9))
(comp (ref R8)
(value 4.7K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F3619))
(comp (ref C14)
(value 22pF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F383D))
(comp (ref C15)
(value 22pF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F3843))
(comp (ref D8)
(value LED)
(footprint LEDs:LED-1206)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 565F3B26))
(comp (ref R10)
(value 1K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 565F3C0D))
(comp (ref C6)
(value 47nF)
(footprint Capacitors_ThroughHole:C_Disc_D7.5_P5)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 56627D1A))
(comp (ref IC2)
(value HT9032D)
(footprint Housings_DIP:DIP-8_W7.62mm)
(libsource (lib akn_weird_ics) (part HT9032D))
(sheetpath (names /) (tstamps /))
(tstamp 5662827A))
(comp (ref T1)
(value "600E 1:1")
(footprint akn_transformers:TRANSFO-AUDIO-EL14)
(libsource (lib device) (part TRANSFO4))
(sheetpath (names /) (tstamps /))
(tstamp 5662D11A))
(comp (ref P1)
(value USB_OTG)
(footprint Connect:USB_Micro-B)
(libsource (lib conn) (part USB_OTG))
(sheetpath (names /) (tstamps /))
(tstamp 56646C5E))
(comp (ref Y1)
(value 3.579545Mhz)
(footprint Crystals:Crystal_HC49-U_Vertical)
(libsource (lib device) (part Crystal))
(sheetpath (names /) (tstamps /))
(tstamp 5663572D))
(comp (ref Y2)
(value "8 Mhz")
(footprint Crystals:Crystal_HC49-U_Vertical)
(libsource (lib device) (part Crystal))
(sheetpath (names /) (tstamps /))
(tstamp 56636132))
(comp (ref C1)
(value "33nF, 150V")
(footprint Capacitors_ThroughHole:C_Disc_D12_P7.75)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 565F1F2A))
(comp (ref D1)
(value W10M)
(footprint akn_misc:WOM_BRIDGE)
(libsource (lib akn_misc) (part DIODE_BRIDGE))
(sheetpath (names /) (tstamps /))
(tstamp 566340A1))
(comp (ref U1)
(value LD1117S33TR)
(footprint TO_SOT_Packages_SMD:SOT-223)
(libsource (lib regul) (part LD1117S33TR))
(sheetpath (names /) (tstamps /))
(tstamp 566BD287))
(comp (ref C4)
(value 10uF)
(footprint Capacitors_SMD:c_elec_5x5.3)
(libsource (lib device) (part CP1))
(sheetpath (names /) (tstamps /))
(tstamp 566BECD0))
(comp (ref C7)
(value 10uF)
(footprint Capacitors_SMD:c_elec_5x5.3)
(libsource (lib device) (part CP1))
(sheetpath (names /) (tstamps /))
(tstamp 566BEF0A))
(comp (ref C13)
(value 0.1uF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 566C1A46))
(comp (ref P2)
(value ESP_UART)
(footprint Pin_Headers:Pin_Header_Straight_1x03)
(libsource (lib conn) (part CONN_01X03))
(sheetpath (names /) (tstamps /))
(tstamp 566C3E77))
(comp (ref R7)
(value 4.7K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 566C52B8))
(comp (ref SW1)
(value ESP_REST)
(footprint Buttons_Switches_ThroughHole:SW_PUSH_SMALL)
(libsource (lib akn_misc) (part PUSH_BUTTON_NO))
(sheetpath (names /) (tstamps /))
(tstamp 566C795E))
(comp (ref SW3)
(value PROG)
(footprint Buttons_Switches_ThroughHole:SW_PUSH_SMALL)
(libsource (lib akn_misc) (part PUSH_BUTTON_NO))
(sheetpath (names /) (tstamps /))
(tstamp 566CA1FB))
(comp (ref C12)
(value 0.1uF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 566CC1B4))
(comp (ref R9)
(value 1k)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 566CD9E1))
(comp (ref D7)
(value 3.3v)
(footprint Diodes_ThroughHole:Diode_DO-41_SOD81_Horizontal_RM10)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 566CDD0C))
(comp (ref SW2)
(value AVR_REST)
(footprint Buttons_Switches_ThroughHole:SW_PUSH_SMALL)
(libsource (lib akn_misc) (part PUSH_BUTTON_NO))
(sheetpath (names /) (tstamps /))
(tstamp 566D2D18))
(comp (ref CON1)
(value AVR-ISP-6)
(footprint Pin_Headers:Pin_Header_Straight_2x03)
(libsource (lib atmel) (part AVR-ISP-6))
(sheetpath (names /) (tstamps /))
(tstamp 566D4B5F))
(comp (ref U3)
(value ESP-12)
(footprint ESP8266:ESP-12)
(libsource (lib ESP8266) (part ESP-12))
(sheetpath (names /) (tstamps /))
(tstamp 566DBDC5))
(comp (ref J1)
(value RJ11_PTH_STAGGER)
(footprint akn_misc:RJ11_PTH_6P4C_STAG)
(libsource (lib akn_misc) (part RJ11_PTH_STAGGER))
(sheetpath (names /) (tstamps /))
(tstamp 566D762F))
(comp (ref J2)
(value RJ11_PTH_STAGGER)
(footprint akn_misc:RJ11_PTH_6P4C_STAG)
(libsource (lib akn_misc) (part RJ11_PTH_STAGGER))
(sheetpath (names /) (tstamps /))
(tstamp 566D76CA))
(comp (ref U2)
(value LM393)
(footprint Housings_DIP:DIP-8_W7.62mm)
(libsource (lib linear) (part LM393))
(sheetpath (names /) (tstamps /))
(tstamp 56B8B333))
(comp (ref D4)
(value 1N4148)
(footprint Diodes_ThroughHole:Diode_DO-35_SOD27_Horizontal_RM10)
(libsource (lib device) (part D))
(sheetpath (names /) (tstamps /))
(tstamp 566278EF))
(comp (ref R11)
(value 1K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 56BBA600))
(comp (ref R12)
(value 1K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 56BC14FE))
(comp (ref R13)
(value 1K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 56BC2CD8))
(comp (ref JP1)
(value "RX sel.")
(footprint Pin_Headers:Pin_Header_Straight_1x03)
(libsource (lib device) (part JUMPER3))
(sheetpath (names /) (tstamps /))
(tstamp 56BC670E)))
(libparts
(libpart (lib opto) (part 4N25)
(aliases
(alias 4N26))
(description "DIP6, DC Optocoupler Base Connected, Vce 30V, CTR 20%, Viso 2500V")
(fields
(field (name Reference) U)
(field (name Value) 4N25)
(field (name Footprint) DIP-6))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 4) (name ~) (type passive))
(pin (num 5) (name ~) (type passive))
(pin (num 6) (name ~) (type passive))))
(libpart (lib atmel) (part ATTINY24-P)
(aliases
(alias ATTINY44-P)
(alias ATTINY84-P))
(description "PDIP14, 2k Flash, 128B SRAM, 128B EEPROM, dW")
(docs http://www.atmel.com/Images/doc8006.pdf)
(fields
(field (name Reference) IC)
(field (name Value) ATTINY24-P)
(field (name Footprint) DIP14))
(pins
(pin (num 1) (name VCC) (type power_in))
(pin (num 2) (name "(PCINT8/CLKI/XTAL1)PB0") (type BiDi))
(pin (num 3) (name "(PCINT9/XTAL2)PB1") (type BiDi))
(pin (num 4) (name "(PCINT11/dW/~RESET~)PB3") (type BiDi))
(pin (num 5) (name "(PCINT10/CKOUT/OC0A/INT0)PB2") (type BiDi))
(pin (num 6) (name "(PCINT7/ICP/OC0B/ADC7)PA7") (type BiDi))
(pin (num 7) (name "(PCINT6/SDA/DI/MOSI/OC1A/ADC6)PA6") (type BiDi))
(pin (num 8) (name "(PCINT5/DO/MISO/OC1B/ADC5)PA5") (type BiDi))
(pin (num 9) (name "(PCINT4/USCK/SCL/T1/ADC4)PA4") (type BiDi))
(pin (num 10) (name "(PCINT3/T0/ADC3)PA3") (type BiDi))
(pin (num 11) (name "(PCINT2/AIN1/ADC2)PA2") (type BiDi))
(pin (num 12) (name "(PCINT1/AIN0/ADC1)PA1") (type BiDi))
(pin (num 13) (name "(PCINT0/AREF/ADC0)PA0") (type BiDi))
(pin (num 14) (name GND) (type power_in))))
(libpart (lib atmel) (part AVR-ISP-6)
(description "Standard IDC6 Male Connector, ATMEL ISP 6pin")
(fields
(field (name Reference) CON)
(field (name Value) AVR-ISP-6)
(field (name Footprint) AVR-ISP-6))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name ~) (type passive))
(pin (num 4) (name ~) (type passive))
(pin (num 5) (name ~) (type passive))
(pin (num 6) (name ~) (type passive))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C?)
(fp C_????_*)
(fp C_????)
(fp SMD*_c)
(fp Capacitor*))
(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_01X03)
(description "Connector 01x03")
(footprints
(fp Pin_Header_Straight_1X03)
(fp Pin_Header_Angled_1X03)
(fp Socket_Strip_Straight_1X03)
(fp Socket_Strip_Angled_1X03))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X03))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))))
(libpart (lib device) (part CP1)
(description "Polarised capacitor")
(footprints
(fp SMD*_Pol)
(fp c_elec*)
(fp C*elec)
(fp TantalC*)
(fp Elko*)
(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 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 device) (part D)
(description Diode)
(footprints
(fp Diode_*)
(fp D-Pak_TO252AA)
(fp *SingleDiode)
(fp *_Diode_*)
(fp *SingleDiode*))
(fields
(field (name Reference) D)
(field (name Value) D))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib akn_misc) (part DIODE_BRIDGE)
(description "Diode Bridge")
(fields
(field (name Reference) D)
(field (name Value) DIODE_BRIDGE))
(pins
(pin (num 1) (name +) (type input))
(pin (num 2) (name ~~) (type input))
(pin (num 3) (name -) (type input))
(pin (num 4) (name ~~) (type input))))
(libpart (lib ESP8266) (part ESP-12)
(aliases
(alias ESP-07v2))
(description "ESP8622 ESP-12 module, 16 pins, 2mm, PCB antenna")
(docs http://l0l.org.uk/2014/12/esp8266-modules-hardware-guide-gotta-catch-em-all/)
(footprints
(fp ESP-07*)
(fp ESP-12*))
(fields
(field (name Reference) U)
(field (name Value) ESP-12))
(pins
(pin (num 1) (name REST) (type input))
(pin (num 2) (name ADC) (type passive))
(pin (num 3) (name CH_PD) (type input))
(pin (num 4) (name GPIO16) (type BiDi))
(pin (num 5) (name GPIO14) (type BiDi))
(pin (num 6) (name GPIO12) (type BiDi))
(pin (num 7) (name GPIO13) (type BiDi))
(pin (num 8) (name VCC) (type power_in))
(pin (num 9) (name GND) (type power_in))
(pin (num 10) (name GPIO15) (type BiDi))
(pin (num 11) (name GPIO2) (type BiDi))
(pin (num 12) (name GPIO0) (type BiDi))
(pin (num 13) (name GPIO4) (type BiDi))
(pin (num 14) (name GPIO5) (type BiDi))
(pin (num 15) (name RXD) (type input))
(pin (num 16) (name TXD) (type output))))
(libpart (lib akn_weird_ics) (part HT9032D)
(description Holtek)
(docs http://www.holtek.com/pdf/comm/9032v141.pdf)
(fields
(field (name Reference) IC)
(field (name Value) HT9032D)
(field (name Footprint) DIP8))
(pins
(pin (num 1) (name DOUT) (type output))
(pin (num 2) (name VDD) (type input))
(pin (num 3) (name TIP) (type input))
(pin (num 4) (name RING) (type input))
(pin (num 5) (name PDWN) (type input))
(pin (num 6) (name VSS) (type input))
(pin (num 7) (name X2) (type input))
(pin (num 8) (name X1) (type input))))
(libpart (lib device) (part JUMPER3)
(fields
(field (name Reference) JP)
(field (name Value) JUMPER3))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib regul) (part LD1117S33TR)
(aliases
(alias LD1117S33CTR)
(alias LD1117S12TR)
(alias LD1117S12CTR)
(alias LD1117S18TR)
(alias LD1117S18CTR)
(alias LD1117S25TR)
(alias LD1117S25CTR)
(alias LD1117S50TR)
(alias LD1117S50CTR))
(description "800mA Fixed Low Drop Positive Voltage Regulator, Fixed Output 3.3V, SOT223")
(docs http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00000544.pdf)
(footprints
(fp SOT223))
(fields
(field (name Reference) U)
(field (name Value) LD1117S33TR)
(field (name Footprint) SOT-223))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VO) (type power_out))
(pin (num 3) (name VI) (type power_in))))
(libpart (lib device) (part LED)
(footprints
(fp LED-3MM)
(fp LED-5MM)
(fp LED-10MM)
(fp LED-0603)
(fp LED-0805)
(fp LED-1206)
(fp LEDV))
(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 linear) (part LM2903)
(aliases
(alias LM293)
(alias LM393)
(alias LM193))
(description "Dual Voltage Comparator")
(docs ns/lm193.pdf)
(fields
(field (name Reference) U)
(field (name Value) LM2903))
(pins
(pin (num 1) (name ~) (type openCol))
(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 openCol))
(pin (num 8) (name V+) (type power_in))))
(libpart (lib device) (part POT)
(description Potentionmetre)
(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 akn_misc) (part PUSH_BUTTON_NO)
(description "Push Button (Normally Open)")
(fields
(field (name Reference) SW)
(field (name Value) PUSH_BUTTON_NO))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp Resistor_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib akn_misc) (part RJ11_PTH_STAGGER)
(description "RJ11 4pin Through hole connector")
(fields
(field (name Reference) J)
(field (name Value) RJ11_PTH_STAGGER))
(pins
(pin (num 1) (name 1) (type BiDi))
(pin (num 2) (name 2) (type BiDi))
(pin (num 3) (name 3) (type BiDi))
(pin (num 4) (name 4) (type BiDi))))
(libpart (lib device) (part TRANSFO4)
(fields
(field (name Reference) T)
(field (name Value) TRANSFO4))
(pins
(pin (num 1) (name PR1) (type passive))
(pin (num 2) (name PM) (type passive))
(pin (num 3) (name PR2) (type passive))
(pin (num 4) (name S1) (type passive))
(pin (num 5) (name S2) (type passive))))
(libpart (lib conn) (part USB_OTG)
(description "micro/mini connector")
(footprints
(fp USB*))
(fields
(field (name Reference) P)
(field (name Value) USB_OTG))
(pins
(pin (num 1) (name VCC) (type power_out))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name ID) (type power_in))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name shield) (type passive))))
(libpart (lib device) (part ZENER)
(description "Diode zener")
(footprints
(fp D?)
(fp SO*)
(fp SM*))
(fields
(field (name Reference) D)
(field (name Value) ZENER))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive)))))
(libraries
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical conn)
(uri /usr/share/kicad/library/conn.lib))
(library (logical regul)
(uri /usr/share/kicad/library/regul.lib))
(library (logical linear)
(uri /usr/share/kicad/library/linear.lib))
(library (logical atmel)
(uri /usr/share/kicad/library/atmel.lib))
(library (logical opto)
(uri /usr/share/kicad/library/opto.lib))
(library (logical ESP8266)
(uri /store/views/hw/projects/wifi_pstn_clip/bundles/jdunmire_kicad-ESP8266/ESP8266.lib))
(library (logical akn_weird_ics)
(uri /store/views/hw/projects/wifi_pstn_clip/libs/akn_weird_ics.lib))
(library (logical akn_misc)
(uri /store/views/hw/projects/wifi_pstn_clip/libs/akn_misc.lib)))
(nets
(net (code 1) (name "Net-(SW3-Pad2)")
(node (ref SW3) (pin 2))
(node (ref U3) (pin 12)))
(net (code 2) (name NUMOUT)
(node (ref IC3) (pin 13))
(node (ref R9) (pin 1)))
(net (code 3) (name "Net-(D7-Pad1)")
(node (ref JP1) (pin 1))
(node (ref R9) (pin 2))
(node (ref D7) (pin 1)))
(net (code 4) (name AVR_SCL)
(node (ref IC3) (pin 9))
(node (ref CON1) (pin 3)))
(net (code 5) (name AVR_MISO)
(node (ref CON1) (pin 1))
(node (ref IC3) (pin 8)))
(net (code 6) (name AVR_MOSI)
(node (ref IC3) (pin 7))
(node (ref CON1) (pin 4)))
(net (code 7) (name AVR_REST)
(node (ref R8) (pin 1))
(node (ref IC3) (pin 4))
(node (ref SW2) (pin 2))
(node (ref CON1) (pin 5)))
(net (code 8) (name "Net-(JP1-Pad2)")
(node (ref JP1) (pin 2))
(node (ref U3) (pin 15)))
(net (code 9) (name "Net-(P2-Pad1)")
(node (ref U3) (pin 16))
(node (ref P2) (pin 1)))
(net (code 10) (name "Net-(JP1-Pad3)")
(node (ref P2) (pin 2))
(node (ref JP1) (pin 3)))
(net (code 11) (name "Net-(C12-Pad1)")
(node (ref C12) (pin 1))
(node (ref SW1) (pin 2))
(node (ref R7) (pin 2))
(node (ref U3) (pin 1)))
(net (code 12) (name "Net-(J2-Pad1)")
(node (ref J2) (pin 1)))
(net (code 13) (name +3V3)
(node (ref C7) (pin 1))
(node (ref U1) (pin 2))
(node (ref C13) (pin 2))
(node (ref R13) (pin 1))
(node (ref U3) (pin 8))
(node (ref R7) (pin 1)))
(net (code 14) (name "Net-(C3-Pad2)")
(node (ref C3) (pin 2))
(node (ref R11) (pin 2)))
(net (code 15) (name "Net-(R11-Pad1)")
(node (ref R11) (pin 1))
(node (ref T1) (pin 5)))
(net (code 16) (name "Net-(RV1-Pad2)")
(node (ref U2) (pin 2))
(node (ref RV1) (pin 2)))
(net (code 17) (name "Net-(J2-Pad4)")
(node (ref J2) (pin 4)))
(net (code 18) (name "Net-(R13-Pad2)")
(node (ref R13) (pin 2))
(node (ref U3) (pin 3)))
(net (code 19) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 20) (name "Net-(J1-Pad1)")
(node (ref J1) (pin 1)))
(net (code 21) (name "Net-(U3-Pad14)")
(node (ref U3) (pin 14)))
(net (code 22) (name "Net-(R12-Pad2)")
(node (ref U3) (pin 10))
(node (ref R12) (pin 2)))
(net (code 23) (name "Net-(D8-Pad1)")
(node (ref R10) (pin 1))
(node (ref D8) (pin 1)))
(net (code 24) (name TEL1)
(node (ref C3) (pin 1))
(node (ref C1) (pin 1))
(node (ref J2) (pin 2))
(node (ref J1) (pin 2)))
(net (code 25) (name CLIP)
(node (ref IC3) (pin 11))
(node (ref IC2) (pin 1)))
(net (code 26) (name RING)
(node (ref R5) (pin 2))
(node (ref IC3) (pin 12))
(node (ref U2) (pin 1)))
(net (code 27) (name +5V)
(node (ref R8) (pin 2))
(node (ref IC3) (pin 1))
(node (ref P1) (pin 1))
(node (ref U1) (pin 3))
(node (ref CON1) (pin 2))
(node (ref U2) (pin 8))
(node (ref IC2) (pin 2))
(node (ref C9) (pin 1))
(node (ref R5) (pin 1))
(node (ref C4) (pin 1))
(node (ref IC1) (pin 5))
(node (ref RV1) (pin 1)))
(net (code 28) (name "Net-(C14-Pad1)")
(node (ref IC3) (pin 3))
(node (ref Y2) (pin 1))
(node (ref C14) (pin 1)))
(net (code 29) (name "Net-(C15-Pad1)")
(node (ref IC3) (pin 2))
(node (ref C15) (pin 1))
(node (ref Y2) (pin 2)))
(net (code 30) (name "Net-(D8-Pad2)")
(node (ref D8) (pin 2))
(node (ref IC3) (pin 10)))
(net (code 31) (name "Net-(D3-Pad1)")
(node (ref D3) (pin 1))
(node (ref IC1) (pin 2))
(node (ref D4) (pin 2)))
(net (code 32) (name "Net-(C8-Pad1)")
(node (ref U2) (pin 3))
(node (ref R2) (pin 1))
(node (ref IC1) (pin 4))
(node (ref C8) (pin 1)))
(net (code 33) (name "Net-(D2-Pad2)")
(node (ref IC1) (pin 1))
(node (ref D2) (pin 2))
(node (ref D4) (pin 1)))
(net (code 34) (name "Net-(D1-Pad3)")
(node (ref R1) (pin 1))
(node (ref D1) (pin 3)))
(net (code 35) (name "Net-(D3-Pad2)")
(node (ref R1) (pin 2))
(node (ref D3) (pin 2)))
(net (code 36) (name "Net-(C5-Pad2)")
(node (ref T1) (pin 1))
(node (ref C5) (pin 2)))
(net (code 37) (name GND)
(node (ref C8) (pin 2))
(node (ref SW2) (pin 1))
(node (ref C13) (pin 1))
(node (ref C7) (pin 2))
(node (ref RV1) (pin 3))
(node (ref C4) (pin 2))
(node (ref C10) (pin 2))
(node (ref C11) (pin 2))
(node (ref SW1) (pin 1))
(node (ref U2) (pin 4))
(node (ref U3) (pin 9))
(node (ref IC3) (pin 14))
(node (ref P2) (pin 3))
(node (ref CON1) (pin 6))
(node (ref R12) (pin 1))
(node (ref P1) (pin 5))
(node (ref D7) (pin 2))
(node (ref P1) (pin 6))
(node (ref C12) (pin 2))
(node (ref U1) (pin 1))
(node (ref SW3) (pin 1))
(node (ref C14) (pin 2))
(node (ref R6) (pin 2))
(node (ref C15) (pin 2))
(node (ref R10) (pin 2))
(node (ref IC2) (pin 6))
(node (ref R2) (pin 2)))
(net (code 38) (name "Net-(D1-Pad1)")
(node (ref D1) (pin 1))
(node (ref D2) (pin 1)))
(net (code 39) (name "Net-(C2-Pad2)")
(node (ref C2) (pin 2))
(node (ref D1) (pin 2)))
(net (code 40) (name "Net-(C1-Pad2)")
(node (ref C1) (pin 2))
(node (ref D1) (pin 4)))
(net (code 41) (name TEL2)
(node (ref J2) (pin 3))
(node (ref C2) (pin 1))
(node (ref J1) (pin 3))
(node (ref T1) (pin 4)))
(net (code 42) (name "Net-(D5-Pad1)")
(node (ref D5) (pin 1))
(node (ref D6) (pin 1)))
(net (code 43) (name "Net-(C6-Pad2)")
(node (ref T1) (pin 3))
(node (ref C6) (pin 2)))
(net (code 44) (name "Net-(IC2-Pad3)")
(node (ref R3) (pin 2))
(node (ref IC2) (pin 3)))
(net (code 45) (name "Net-(IC2-Pad4)")
(node (ref R4) (pin 2))
(node (ref IC2) (pin 4)))
(net (code 46) (name "Net-(C9-Pad2)")
(node (ref C9) (pin 2))
(node (ref R6) (pin 1))
(node (ref IC2) (pin 5)))
(net (code 47) (name "Net-(U3-Pad13)")
(node (ref U3) (pin 13)))
(net (code 48) (name "Net-(C5-Pad1)")
(node (ref D5) (pin 2))
(node (ref R3) (pin 1))
(node (ref C5) (pin 1)))
(net (code 49) (name "Net-(C6-Pad1)")
(node (ref R4) (pin 1))
(node (ref C6) (pin 1))
(node (ref D6) (pin 2)))
(net (code 50) (name "Net-(T1-Pad2)")
(node (ref T1) (pin 2)))
(net (code 51) (name "Net-(IC1-Pad6)")
(node (ref IC1) (pin 6)))
(net (code 52) (name "Net-(IC3-Pad5)")
(node (ref IC3) (pin 5)))
(net (code 53) (name "Net-(IC3-Pad6)")
(node (ref IC3) (pin 6)))
(net (code 54) (name "Net-(P1-Pad2)")
(node (ref P1) (pin 2)))
(net (code 55) (name "Net-(U3-Pad2)")
(node (ref U3) (pin 2)))
(net (code 56) (name "Net-(U3-Pad11)")
(node (ref U3) (pin 11)))
(net (code 57) (name "Net-(U3-Pad7)")
(node (ref U3) (pin 7)))
(net (code 58) (name "Net-(U3-Pad6)")
(node (ref U3) (pin 6)))
(net (code 59) (name "Net-(U3-Pad5)")
(node (ref U3) (pin 5)))
(net (code 60) (name "Net-(U3-Pad4)")
(node (ref U3) (pin 4)))
(net (code 61) (name "Net-(C11-Pad1)")
(node (ref Y1) (pin 2))
(node (ref IC2) (pin 8))
(node (ref C11) (pin 1)))
(net (code 62) (name "Net-(C10-Pad1)")
(node (ref Y1) (pin 1))
(node (ref C10) (pin 1))
(node (ref IC2) (pin 7)))
(net (code 63) (name "Net-(P1-Pad3)")
(node (ref P1) (pin 3)))
(net (code 64) (name "Net-(P1-Pad4)")
(node (ref P1) (pin 4)))))