-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTFD.net
558 lines (558 loc) · 17 KB
/
STFD.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
(export (version D)
(design
(source /home/kevin/Projects/camera/trigger_circuit/STFD/STFD.sch)
(date "Sun 10 Aug 2014 16:57:21 CST")
(tool "eeschema (2013-05-18 BZR 4017)-stable"))
(components
(comp (ref U2)
(value LM358)
(footprint DIP-8__300_ELL)
(libsource (lib linear) (part LM358))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B85C))
(comp (ref MIC1)
(value MIC)
(footprint CMA_4544PF_W)
(libsource (lib kevin) (part MIC))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B886))
(comp (ref BT1)
(value BATTERY)
(footprint S2B-PH-SM4-TB)
(libsource (lib device) (part BATTERY))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B895))
(comp (ref U3)
(value LTV-816)
(footprint DIP_4)
(libsource (lib opto) (part OPTO-TRANSISTOR4))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B8B8))
(comp (ref U1)
(value LM555N)
(footprint DIP-8__300_ELL)
(libsource (lib linear) (part LM555N))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B8C7))
(comp (ref R2)
(value 2k2)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B8E8))
(comp (ref C3)
(value 0.33u)
(footprint c_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B8EE))
(comp (ref C1)
(value 10u)
(footprint c_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 53E7B929))
(comp (ref R3)
(value 0R)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BAB5))
(comp (ref R8)
(value 1M)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BAF4))
(comp (ref RV1)
(value 10k)
(footprint RV2X4)
(libsource (lib device) (part POT))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BB6A))
(comp (ref R5)
(value 10k)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BBE4))
(comp (ref R6)
(value 10k)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BBEA))
(comp (ref R9)
(value 0R)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BC86))
(comp (ref R1)
(value R_PU)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7BF90))
(comp (ref R7)
(value R_OPTO)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7C008))
(comp (ref C2)
(value 0.1n)
(footprint c_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 53E7C223))
(comp (ref R4)
(value 1M)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7C3D6))
(comp (ref C4)
(value 0.1u)
(footprint c_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 53E7C3DC))
(comp (ref J1)
(value 3.5MMJACK)
(footprint 3.5mmJack_Sparkfun)
(libsource (lib kevin) (part 3.5MMJACK))
(sheetpath (names /) (tstamps /))
(tstamp 53E7CB29))
(comp (ref MP1)
(value SCREW-6-32)
(footprint SCREW_6_32)
(libsource (lib kevin) (part SCREW-6-32))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D209))
(comp (ref MP2)
(value SCREW-6-32)
(footprint SCREW_6_32)
(libsource (lib kevin) (part SCREW-6-32))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D216))
(comp (ref MP3)
(value SCREW-6-32)
(footprint SCREW_6_32)
(libsource (lib kevin) (part SCREW-6-32))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D21C))
(comp (ref MP4)
(value SCREW-6-32)
(footprint SCREW_6_32)
(libsource (lib kevin) (part SCREW-6-32))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D24C))
(comp (ref R11)
(value 0R)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D4A6))
(comp (ref R10)
(value 0R)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D53A))
(comp (ref SW1)
(value HALF_PRESS)
(footprint FSM4JSMA_pushbutton)
(libsource (lib device) (part SW_PUSH))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D857))
(comp (ref R12)
(value 0R)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7D8F2))
(comp (ref P1)
(value BATT)
(footprint SIL-2)
(libsource (lib conn) (part CONN_2))
(sheetpath (names /) (tstamps /))
(tstamp 53E7F402))
(comp (ref D2)
(value 3.3V)
(footprint DO-35)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 53E7F8ED))
(comp (ref R13)
(value R_PIEZO)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7FCD0))
(comp (ref X1)
(value PIEZO)
(footprint SIL-2)
(libsource (lib device) (part CRYSTAL))
(sheetpath (names /) (tstamps /))
(tstamp 53E7FD68))
(comp (ref R14)
(value 1M)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E7FF41))
(comp (ref D1)
(value 4.7V)
(footprint DO-35)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 53E80028))
(comp (ref C5)
(value 4.7n)
(footprint c_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 53E8003C))
(comp (ref R15)
(value 1k)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E80EEB))
(comp (ref U4)
(value QRB1134)
(footprint HEADER-4x0.1inch)
(libsource (lib opto) (part OPTO-TRANSISTOR4))
(sheetpath (names /) (tstamps /))
(tstamp 53E82D07))
(comp (ref R16)
(value 10k)
(footprint R3)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 53E8101D))
(comp (ref P2)
(value IO)
(footprint SIL-8)
(libsource (lib conn) (part CONN_8))
(sheetpath (names /) (tstamps /))
(tstamp 53E845B1))
(comp (ref K1)
(value CONN_3)
(libsource (lib conn) (part CONN_3))
(sheetpath (names /) (tstamps /))
(tstamp 53E85328)))
(libparts
(libpart (lib device) (part BATTERY)
(fields
(field (name Reference) BT)
(field (name Value) BATTERY)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name +) (type passive))
(pin (num 2) (name -) (type passive))))
(libpart (lib device) (part C)
(description "Condensateur non polarise")
(footprints
(fp SM*)
(fp C?)
(fp C1-1))
(fields
(field (name Reference) C)
(field (name Value) C)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part CRYSTAL)
(fields
(field (name Reference) X)
(field (name Value) CRYSTAL)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib device) (part POT)
(description Potentionmetre)
(fields
(field (name Reference) RV)
(field (name Value) POT)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib device) (part R)
(description Resistance)
(footprints
(fp R?)
(fp SM0603)
(fp SM0805)
(fp R?-*)
(fp SM1206))
(fields
(field (name Reference) R)
(field (name Value) R)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part SW_PUSH)
(description "Push Button")
(fields
(field (name Reference) SW)
(field (name Value) SW_PUSH)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (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)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive))))
(libpart (lib conn) (part CONN_2)
(description "Symbole general de connecteur")
(fields
(field (name Reference) P)
(field (name Value) CONN_2))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name PM) (type passive))))
(libpart (lib conn) (part CONN_3)
(description "Symbole general de connecteur")
(fields
(field (name Reference) K)
(field (name Value) CONN_3))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name PM) (type passive))
(pin (num 3) (name P3) (type passive))))
(libpart (lib conn) (part CONN_8)
(description "Symbole general de connecteur")
(fields
(field (name Reference) P)
(field (name Value) CONN_8))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))
(pin (num 7) (name P7) (type passive))
(pin (num 8) (name P8) (type passive))))
(libpart (lib linear) (part LM358)
(description "Dual Op amp (low power)")
(docs ns/lm158.pdf)
(fields
(field (name Reference) U)
(field (name Value) LM358))
(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 linear) (part LM555N)
(docs ns/lm555.pdf)
(fields
(field (name Reference) U)
(field (name Value) LM555N))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name TR) (type input))
(pin (num 3) (name Q) (type output))
(pin (num 4) (name R) (type input))
(pin (num 5) (name CV) (type input))
(pin (num 6) (name THR) (type input))
(pin (num 7) (name DIS) (type input))
(pin (num 8) (name VCC) (type power_in))))
(libpart (lib opto) (part OPTO-TRANSISTOR4)
(fields
(field (name Reference) U)
(field (name Value) OPTO-TRANSISTOR4))
(pins
(pin (num 1) (name A) (type input))
(pin (num 2) (name K) (type input))
(pin (num 3) (name E) (type output))
(pin (num 4) (name C) (type output))))
(libpart (lib kevin) (part MIC)
(fields
(field (name Reference) MIC)
(field (name Value) MIC)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name +) (type power_in))
(pin (num 2) (name -) (type power_in))))
(libpart (lib kevin) (part SCREW-6-32)
(fields
(field (name Reference) MP)
(field (name Value) SCREW-6-32)
(field (name Footprint) ~)
(field (name Datasheet) ~)))
(libpart (lib kevin) (part 3.5MMJACK)
(fields
(field (name Reference) J)
(field (name Value) 3.5MMJACK))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))
(pin (num 4) (name 4) (type passive))
(pin (num 5) (name 5) (type passive)))))
(libraries
(library (logical device)
(uri /usr/local/kicad/share/library/device.lib))
(library (logical conn)
(uri /usr/local/kicad/share/library/conn.lib))
(library (logical linear)
(uri /usr/local/kicad/share/library/linear.lib))
(library (logical opto)
(uri /usr/local/kicad/share/library/opto.lib))
(library (logical kevin)
(uri /home/kevin/Dropbox/kicadlibs/kevin.lib)))
(nets
(net (code 1) (name "")
(node (ref R6) (pin 2))
(node (ref R5) (pin 1))
(node (ref U2) (pin 3)))
(net (code 2) (name "")
(node (ref R8) (pin 1))
(node (ref U2) (pin 1))
(node (ref R9) (pin 2)))
(net (code 3) (name "")
(node (ref U1) (pin 6))
(node (ref U1) (pin 7))
(node (ref C4) (pin 1))
(node (ref R4) (pin 2)))
(net (code 4) (name "")
(node (ref U1) (pin 5))
(node (ref C2) (pin 1)))
(net (code 5) (name "")
(node (ref R7) (pin 2))
(node (ref U3) (pin 1)))
(net (code 6) (name /HALF_PRESS)
(node (ref R12) (pin 1))
(node (ref J1) (pin 2))
(node (ref P2) (pin 4)))
(net (code 7) (name GND)
(node (ref C2) (pin 2))
(node (ref RV1) (pin 3))
(node (ref R6) (pin 1))
(node (ref P1) (pin 1))
(node (ref D2) (pin 1))
(node (ref R16) (pin 2))
(node (ref R15) (pin 2))
(node (ref C4) (pin 2))
(node (ref U2) (pin 4))
(node (ref U1) (pin 1))
(node (ref U3) (pin 2))
(node (ref BT1) (pin 2))
(node (ref MIC1) (pin 2))
(node (ref C1) (pin 1))
(node (ref C5) (pin 2))
(node (ref D1) (pin 1))
(node (ref R14) (pin 2))
(node (ref K1) (pin 3))
(node (ref P2) (pin 1)))
(net (code 8) (name /TIMER_OUT)
(node (ref R7) (pin 1))
(node (ref U1) (pin 3))
(node (ref P2) (pin 3)))
(net (code 9) (name /COMPARATOR-)
(node (ref X1) (pin 1))
(node (ref U4) (pin 3))
(node (ref R16) (pin 1))
(node (ref R14) (pin 1))
(node (ref R9) (pin 1))
(node (ref D1) (pin 2))
(node (ref C5) (pin 1))
(node (ref U2) (pin 6))
(node (ref P2) (pin 5)))
(net (code 10) (name /COMPARATOR+)
(node (ref RV1) (pin 2))
(node (ref K1) (pin 2))
(node (ref P2) (pin 6))
(node (ref U2) (pin 5)))
(net (code 11) (name /~TRIGGER)
(node (ref P2) (pin 7))
(node (ref D2) (pin 2))
(node (ref U1) (pin 2))
(node (ref R1) (pin 2))
(node (ref U2) (pin 7)))
(net (code 12) (name +BATT)
(node (ref U1) (pin 4))
(node (ref R2) (pin 1))
(node (ref U4) (pin 1))
(node (ref U4) (pin 4))
(node (ref P1) (pin 2))
(node (ref R13) (pin 1))
(node (ref X1) (pin 2))
(node (ref R1) (pin 1))
(node (ref R4) (pin 1))
(node (ref R5) (pin 2))
(node (ref U1) (pin 8))
(node (ref BT1) (pin 1))
(node (ref C1) (pin 2))
(node (ref P2) (pin 8))
(node (ref U2) (pin 8)))
(net (code 13) (name "")
(node (ref R8) (pin 2))
(node (ref U2) (pin 2))
(node (ref R3) (pin 2)))
(net (code 14) (name "")
(node (ref R3) (pin 1))
(node (ref C3) (pin 2)))
(net (code 15) (name "")
(node (ref MIC1) (pin 1))
(node (ref R2) (pin 2))
(node (ref C3) (pin 1)))
(net (code 16) (name "")
(node (ref U4) (pin 2))
(node (ref R15) (pin 1)))
(net (code 17) (name "")
(node (ref R13) (pin 2))
(node (ref K1) (pin 1))
(node (ref RV1) (pin 1)))
(net (code 18) (name /SHUTTER_RELEASE)
(node (ref P2) (pin 2))
(node (ref J1) (pin 5))
(node (ref R10) (pin 2)))
(net (code 19) (name "")
(node (ref R12) (pin 2))
(node (ref SW1) (pin 2)))
(net (code 20) (name "")
(node (ref R10) (pin 1))
(node (ref U3) (pin 4)))
(net (code 21) (name "")
(node (ref U3) (pin 3))
(node (ref R11) (pin 1)))
(net (code 22) (name "")
(node (ref SW1) (pin 1))
(node (ref R11) (pin 2))
(node (ref J1) (pin 1)))
(net (code 23) (name "")
(node (ref J1) (pin 4)))
(net (code 24) (name "")
(node (ref J1) (pin 3)))))