-
Notifications
You must be signed in to change notification settings - Fork 2
/
MonotronCVAdapter.net
188 lines (188 loc) · 6.84 KB
/
MonotronCVAdapter.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
(export (version D)
(design
(source C:\Users\PC\Documents\KiCad\MonotronCVAdapter\MonotronCVAdapter.sch)
(date "7/2/2019 12:48:33 AM")
(tool "Eeschema (5.1.2)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source MonotronCVAdapter.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref RV1)
(value B100K)
(footprint Potentiometers:Potentiometer_Omeg_PC16PU_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R_POT) (description Potentiometer))
(sheetpath (names /) (tstamps /))
(tstamp 5D1B1A01))
(comp (ref R1)
(value 2k)
(footprint Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D1B2209))
(comp (ref R2)
(value 2k)
(footprint Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D1B29E7))
(comp (ref Q1)
(value BC557)
(footprint TO_SOT_Packages_THT:TO-92_Inline_Wide)
(datasheet http://www.fairchildsemi.com/ds/BC/BC557.pdf)
(libsource (lib Transistor_BJT) (part BC557) (description "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92"))
(sheetpath (names /) (tstamps /))
(tstamp 5D1B6422))
(comp (ref C1)
(value 100nF)
(footprint Capacitors_THT:CP_Radial_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5D1B9EC0))
(comp (ref J1)
(value Conn_01x04_Female)
(footprint Pin_Headers:Pin_Header_Straight_1x04_Pitch2.54mm)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x04_Female) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D1BC1E3))
(comp (ref J2)
(value Pitch)
(footprint Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Male) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D1C7442))
(comp (ref J3)
(value Gate)
(footprint Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Male) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D1C7BDE)))
(libparts
(libpart (lib Connector) (part Conn_01x02_Male)
(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_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector) (part Conn_01x04_Female)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib 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 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 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 http://www.fairchildsemi.com/ds/BC/BC557.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)))))
(libraries
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical Transistor_BJT)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Transistor_BJT.lib")))
(nets
(net (code 1) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 2) (name "Net-(J1-Pad2)")
(node (ref J1) (pin 2)))
(net (code 3) (name "Net-(C1-Pad1)")
(node (ref R2) (pin 1))
(node (ref C1) (pin 1))
(node (ref Q1) (pin 2)))
(net (code 4) (name GND)
(node (ref J2) (pin 1))
(node (ref RV1) (pin 3))
(node (ref Q1) (pin 3))
(node (ref C1) (pin 2))
(node (ref J1) (pin 1))
(node (ref J3) (pin 1)))
(net (code 5) (name "Net-(R1-Pad1)")
(node (ref RV1) (pin 1))
(node (ref R1) (pin 1)))
(net (code 6) (name "Net-(J1-Pad3)")
(node (ref Q1) (pin 1))
(node (ref RV1) (pin 2))
(node (ref J1) (pin 3)))
(net (code 7) (name "Net-(J2-Pad2)")
(node (ref R1) (pin 2))
(node (ref J2) (pin 2)))
(net (code 8) (name "Net-(J3-Pad2)")
(node (ref R2) (pin 2))
(node (ref J3) (pin 2)))))