-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtipjar.net
785 lines (785 loc) · 26.2 KB
/
tipjar.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
(export (version D)
(design
(source /home/vic/oldhome/projects/TipJar/tipjar.sch)
(date "Mon 11 Feb 2019 04:24:19 PM CET")
(tool "Eeschema 4.0.6")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "RepairCafe Tip Jar")
(company "Vic Design")
(rev A)
(date "2 nov 2017")
(source tipjar.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref IC1)
(value ATTINY85-S)
(footprint Microcontrollers_ATTINY85-20SU:SOIC127P798X216-8N)
(libsource (lib tipjar-cache) (part ATTINY85-S))
(sheetpath (names /) (tstamps /))
(tstamp 59EB56BC))
(comp (ref R13)
(value 33R)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB5AF8))
(comp (ref Q5)
(value 2N2222)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part NPN))
(sheetpath (names /) (tstamps /))
(tstamp 59EB5B04))
(comp (ref R9)
(value 3k3)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB5B16))
(comp (ref Q7)
(value 2N2222)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part NPN))
(sheetpath (names /) (tstamps /))
(tstamp 59EB5B1E))
(comp (ref C2)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib tipjar-rescue) (part C-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB5FC8))
(comp (ref CON1)
(value AVR-ISP-6)
(footprint Pin_Headers:Pin_Header_Straight_2x03_Pitch2.54mm)
(libsource (lib atmel) (part AVR-ISP-6))
(sheetpath (names /) (tstamps /))
(tstamp 59EB602A))
(comp (ref D5)
(value LED)
(footprint LEDs:LED_0603)
(libsource (lib tipjar-rescue) (part LED-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB648E))
(comp (ref R11)
(value 100)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB6640))
(comp (ref U1)
(value MCP73831T-2ACI/OT)
(footprint TO_SOT_Packages_SMD:SOT-23-5)
(libsource (lib mcp73831t-2aci-ot) (part MCP73831T-2ACI/OT))
(sheetpath (names /) (tstamps /))
(tstamp 59EB9554))
(comp (ref P3)
(value CONN_2)
(footprint Connectors_JST:JST_XH_B02B-XH-A_02x2.50mm_Straight)
(libsource (lib tipjar-cache) (part CONN_2))
(sheetpath (names /) (tstamps /))
(tstamp 59EB985A))
(comp (ref R2)
(value 2k2)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB9C13))
(comp (ref R1)
(value 270)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB9C2A))
(comp (ref D1)
(value LED)
(footprint LEDs:LED_0603)
(libsource (lib tipjar-rescue) (part LED-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EB9C32))
(comp (ref P4)
(value CONN_3)
(footprint Pin_Headers:Pin_Header_Straight_1x03_Pitch2.54mm)
(libsource (lib tipjar-cache) (part CONN_3))
(sheetpath (names /) (tstamps /))
(tstamp 59EB9EA4))
(comp (ref P5)
(value CONN_3)
(footprint Pin_Headers:Pin_Header_Straight_1x03_Pitch2.54mm)
(libsource (lib tipjar-cache) (part CONN_3))
(sheetpath (names /) (tstamps /))
(tstamp 59EB9EB1))
(comp (ref JP2)
(value JUMPER3)
(footprint Pin_Headers:Pin_Header_Straight_1x03_Pitch2.54mm)
(libsource (lib tipjar-cache) (part JUMPER3))
(sheetpath (names /) (tstamps /))
(tstamp 59EBA03C))
(comp (ref C1)
(value 4.7µF)
(footprint Capacitors_SMD:C_0805)
(libsource (lib tipjar-rescue) (part C-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBB283))
(comp (ref C7)
(value 4.7µF)
(footprint Capacitors_SMD:C_0805)
(libsource (lib tipjar-rescue) (part C-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBB2A3))
(comp (ref Q1)
(value TSM2301)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part MOSFET_P))
(sheetpath (names /) (tstamps /))
(tstamp 59EBB6CE))
(comp (ref R4)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBB7DE))
(comp (ref SW1)
(value SW_PUSH)
(footprint Buttons_Switches_SMD:SW_SPST_EVQPE1)
(libsource (lib tipjar-cache) (part SW_PUSH))
(sheetpath (names /) (tstamps /))
(tstamp 59EBB90F))
(comp (ref U2)
(value MIC5504-3.3YM5)
(footprint TO_SOT_Packages_SMD:SOT-23-5)
(datasheet DOCUMENTATION)
(libsource (lib tipjar-cache) (part MIC5504-3.3YM5-TR))
(sheetpath (names /) (tstamps /))
(tstamp 59EBBE29))
(comp (ref R14)
(value 4k7)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBCC7B))
(comp (ref R15)
(value 4k7)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBCC88))
(comp (ref SW2)
(value SW_PUSH)
(footprint Buttons_Switches_SMD:SW_SPST_EVQPE1)
(libsource (lib tipjar-cache) (part SW_PUSH))
(sheetpath (names /) (tstamps /))
(tstamp 59EBEC81))
(comp (ref R5)
(value 100)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBEC97))
(comp (ref R3)
(value 8k2)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59EBF92E))
(comp (ref JP1)
(value JUMPER)
(footprint Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm)
(libsource (lib tipjar-cache) (part JUMPER))
(sheetpath (names /) (tstamps /))
(tstamp 59EBFAD9))
(comp (ref P1)
(value CONN_MICRO_USB_B)
(footprint VIC:MICRO-B_USB)
(datasheet DOCUMENTATION)
(libsource (lib tipjar-cache) (part CONN_MICRO_USB_B))
(sheetpath (names /) (tstamps /))
(tstamp 59EBFC65))
(comp (ref C8)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib tipjar-rescue) (part C-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59ECF3F9))
(comp (ref C9)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib tipjar-rescue) (part C-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59ECF66E))
(comp (ref Q4)
(value TSM2301)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part MOSFET_P))
(sheetpath (names /) (tstamps /))
(tstamp 59ECF96F))
(comp (ref R10)
(value 3k3)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F61E72))
(comp (ref R6)
(value 1M)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F624A5))
(comp (ref R8)
(value 3k3)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F633FE))
(comp (ref Q9)
(value 2N2222)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part NPN))
(sheetpath (names /) (tstamps /))
(tstamp 59F78387))
(comp (ref Q8)
(value 2N2222)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part NPN))
(sheetpath (names /) (tstamps /))
(tstamp 59F78394))
(comp (ref Q3)
(value 2N2222)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part NPN))
(sheetpath (names /) (tstamps /))
(tstamp 59F7839C))
(comp (ref Q6)
(value 2N2222)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part NPN))
(sheetpath (names /) (tstamps /))
(tstamp 59F783AB))
(comp (ref Q2)
(value TSM2302)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib tipjar-cache) (part MOSFET_N))
(sheetpath (names /) (tstamps /))
(tstamp 59F78736))
(comp (ref R12)
(value 4k7)
(footprint Resistors_SMD:R_0603)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F79C65))
(comp (ref C5)
(value 2.2µF)
(footprint Capacitors_SMD:C_0805)
(libsource (lib tipjar-rescue) (part C-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F7AEED))
(comp (ref C3)
(value 100µF)
(footprint Capacitors_SMD:CP_Elec_6.3x7.7)
(libsource (lib tipjar-rescue) (part CP-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F7AEFC))
(comp (ref P2)
(value CONN_2)
(footprint Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm)
(libsource (lib tipjar-cache) (part CONN_2))
(sheetpath (names /) (tstamps /))
(tstamp 59F7AF3E))
(comp (ref L2)
(value 100µH)
(footprint Inductors_SMD:L_12x12mm_h8mm)
(libsource (lib tipjar-cache) (part INDUCTOR_SMALL))
(sheetpath (names /) (tstamps /))
(tstamp 59F7C49D))
(comp (ref L1)
(value 100µH)
(footprint Inductors_SMD:L_12x12mm_h8mm)
(libsource (lib tipjar-cache) (part INDUCTOR_SMALL))
(sheetpath (names /) (tstamps /))
(tstamp 59F7C5C0))
(comp (ref R7)
(value 10)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib tipjar-rescue) (part R-RESCUE-tipjar))
(sheetpath (names /) (tstamps /))
(tstamp 59F7D2B1))
(comp (ref D4)
(value PMEG6030EP)
(footprint VIC:SOD-128)
(libsource (lib tipjar-cache) (part DIODESCH))
(sheetpath (names /) (tstamps /))
(tstamp 59FA49CE))
(comp (ref BT1)
(value CR2032)
(footprint Battery_Holders:Keystone_3034_1x20mm-CoinCell)
(libsource (lib tipjar-cache) (part BATTERY))
(sheetpath (names /) (tstamps /))
(tstamp 59FA49FB))
(comp (ref D3)
(value PMEG6030EP)
(footprint VIC:SOD-128)
(libsource (lib tipjar-cache) (part DIODESCH))
(sheetpath (names /) (tstamps /))
(tstamp 59FA4A18))
(comp (ref D2)
(value PMEG6030EP)
(footprint VIC:SOD-128)
(libsource (lib tipjar-cache) (part DIODESCH))
(sheetpath (names /) (tstamps /))
(tstamp 5C4343B1))
(comp (ref C4)
(value 1µF)
(footprint Capacitors_SMD:C_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5C5DFE25))
(comp (ref C6)
(value 10µF)
(footprint Capacitors_SMD:C_0805)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5C5EBFCD))
(comp (ref U3)
(value ON1120)
(footprint on1120:ON1120)
(libsource (lib opto) (part ON1120))
(sheetpath (names /) (tstamps /))
(tstamp 5C619D5D))
(comp (ref U4)
(value ON1120)
(footprint on1120:ON1120)
(libsource (lib opto) (part ON1120))
(sheetpath (names /) (tstamps /))
(tstamp 5C619EC3)))
(libparts
(libpart (lib tipjar-cache) (part ATTINY25-S)
(aliases
(alias ATTINY45-S)
(alias ATTINY85-S))
(fields
(field (name Reference) IC)
(field (name Value) ATTINY25-S)
(field (name Footprint) SO8-200))
(pins
(pin (num 1) (name "PB5(~RESET~/dW/ADC0/PCINT5)") (type BiDi))
(pin (num 2) (name "PB3(XTAL1/CLKI/OC1B/ADC3/PCINT3)") (type BiDi))
(pin (num 3) (name "PB4(XTAL2/CLKO/OC1B/ADC2/PCINT4)") (type BiDi))
(pin (num 4) (name GND) (type power_in))
(pin (num 5) (name "PB0(MOSI/DI/SDA/AIN0/OC0A/OC1A/AREF/PCINT0)") (type BiDi))
(pin (num 6) (name "PB1(MISO/DO/AIN1/OC0B/OC1A/PCINT1)") (type BiDi))
(pin (num 7) (name "PB2(SCK/USCK/SCL/T0/INT0/ADC1/PCINT2)") (type BiDi))
(pin (num 8) (name VCC) (type power_in))))
(libpart (lib atmel) (part AVR-ISP-6)
(fields
(field (name Reference) CON)
(field (name Value) AVR-ISP-6)
(field (name Footprint) AVR-ISP-6))
(pins
(pin (num 1) (name MISO) (type passive))
(pin (num 2) (name VCC) (type passive))
(pin (num 3) (name SCK) (type passive))
(pin (num 4) (name MOSI) (type passive))
(pin (num 5) (name RST) (type passive))
(pin (num 6) (name GND) (type passive))))
(libpart (lib tipjar-cache) (part BATTERY)
(fields
(field (name Reference) BT)
(field (name Value) BATTERY))
(pins
(pin (num 1) (name +) (type passive))
(pin (num 2) (name -) (type passive))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(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 tipjar-rescue) (part C-RESCUE-tipjar)
(footprints
(fp SM*)
(fp C?)
(fp C1-1))
(fields
(field (name Reference) C)
(field (name Value) C-RESCUE-tipjar))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib tipjar-cache) (part CONN_2)
(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 tipjar-cache) (part CONN_3)
(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 tipjar-cache) (part CONN_MICRO_USB_B)
(fields
(field (name Reference) P)
(field (name Value) CONN_MICRO_USB_B)
(field (name Footprint) MODULE)
(field (name Datasheet) DOCUMENTATION))
(pins
(pin (num 1) (name VUSB) (type input))
(pin (num 2) (name D-) (type input))
(pin (num 3) (name D+) (type input))
(pin (num 4) (name ID) (type input))
(pin (num 5) (name GND) (type input))
(pin (num 6) (name SHLD) (type input))))
(libpart (lib tipjar-rescue) (part CP-RESCUE-tipjar)
(footprints
(fp CP*)
(fp SM*))
(fields
(field (name Reference) C)
(field (name Value) CP-RESCUE-tipjar))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib tipjar-cache) (part DIODESCH)
(footprints
(fp D?)
(fp S*))
(fields
(field (name Reference) D)
(field (name Value) DIODESCH))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive))))
(libpart (lib tipjar-cache) (part INDUCTOR_SMALL)
(fields
(field (name Reference) L)
(field (name Value) INDUCTOR_SMALL))
(pins
(pin (num 1) (name 1) (type input))
(pin (num 2) (name 2) (type input))))
(libpart (lib tipjar-cache) (part JUMPER)
(fields
(field (name Reference) JP)
(field (name Value) JUMPER))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib tipjar-cache) (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 tipjar-rescue) (part LED-RESCUE-tipjar)
(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-RESCUE-tipjar))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive))))
(libpart (lib mcp73831t-2aci-ot) (part MCP73831T-2ACI/OT)
(fields
(field (name Reference) U)
(field (name Value) MCP73831T-2ACI/OT)
(field (name Footprint) Housings_SOT-23_SOT-143_TSOT-6:SOT-23-5))
(pins
(pin (num 1) (name STAT) (type input))
(pin (num 2) (name VSS) (type input))
(pin (num 3) (name VBAT) (type input))
(pin (num 4) (name VDD) (type input))
(pin (num 5) (name PROG) (type input))))
(libpart (lib tipjar-cache) (part MIC5504-3.3YM5-TR)
(fields
(field (name Reference) U)
(field (name Value) MIC5504-3.3YM5-TR)
(field (name Footprint) MODULE)
(field (name Datasheet) DOCUMENTATION))
(pins
(pin (num 1) (name VIN) (type input))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name EN) (type input))
(pin (num 4) (name NC) (type input))
(pin (num 5) (name VOUT) (type input))))
(libpart (lib tipjar-cache) (part MOS_N)
(aliases
(alias MOSFET_N))
(fields
(field (name Reference) Q)
(field (name Value) MOS_N))
(pins
(pin (num 1) (name G) (type input))
(pin (num 2) (name S) (type passive))
(pin (num 3) (name D) (type passive))))
(libpart (lib tipjar-cache) (part MOS_P)
(aliases
(alias MOSFET_P))
(fields
(field (name Reference) Q)
(field (name Value) MOS_P))
(pins
(pin (num 1) (name G) (type input))
(pin (num 2) (name S) (type passive))
(pin (num 3) (name D) (type passive))))
(libpart (lib tipjar-cache) (part NPN)
(fields
(field (name Reference) Q)
(field (name Value) NPN))
(pins
(pin (num 1) (name E) (type passive))
(pin (num 2) (name B) (type input))
(pin (num 3) (name C) (type passive))))
(libpart (lib opto) (part ON1120)
(aliases
(alias CNZ1120))
(description ON1120)
(footprints
(fp ON1120))
(fields
(field (name Reference) U)
(field (name Value) ON1120))
(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))))
(libpart (lib tipjar-rescue) (part R-RESCUE-tipjar)
(footprints
(fp R?)
(fp SM0603)
(fp SM0805)
(fp R?-*)
(fp SM1206))
(fields
(field (name Reference) R)
(field (name Value) R-RESCUE-tipjar))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib tipjar-cache) (part SW_PUSH)
(fields
(field (name Reference) SW)
(field (name Value) SW_PUSH))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive)))))
(libraries
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical tipjar-cache)
(uri /home/vic/oldhome/projects/TipJar/tipjar-cache.lib))
(library (logical atmel)
(uri /home/vic/oldhome/projects/TipJar/atmel.lib))
(library (logical mcp73831t-2aci-ot)
(uri /home/vic/oldhome/projects/TipJar/mcp73831t-2aci-ot.lib))
(library (logical opto)
(uri /home/vic/projects/TipJar/opto.lib))
(library (logical tipjar-rescue)
(uri /home/vic/oldhome/projects/TipJar/tipjar-rescue.lib)))
(nets
(net (code 1) (name VCC)
(node (ref CON1) (pin 2))
(node (ref U4) (pin 1))
(node (ref IC1) (pin 8))
(node (ref Q4) (pin 2))
(node (ref D4) (pin 1))
(node (ref C9) (pin 1))
(node (ref R12) (pin 1))
(node (ref C2) (pin 1))
(node (ref Q1) (pin 3))
(node (ref C7) (pin 1))
(node (ref C8) (pin 1)))
(net (code 2) (name GND)
(node (ref R3) (pin 2))
(node (ref BT1) (pin 2))
(node (ref P1) (pin 6))
(node (ref U4) (pin 4))
(node (ref U3) (pin 4))
(node (ref JP1) (pin 1))
(node (ref P1) (pin 5))
(node (ref C4) (pin 2))
(node (ref IC1) (pin 4))
(node (ref U1) (pin 2))
(node (ref R13) (pin 2))
(node (ref U2) (pin 2))
(node (ref P3) (pin 2))
(node (ref SW1) (pin 2))
(node (ref C2) (pin 2))
(node (ref Q5) (pin 1))
(node (ref P5) (pin 3))
(node (ref C7) (pin 2))
(node (ref C1) (pin 2))
(node (ref D2) (pin 1))
(node (ref P4) (pin 3))
(node (ref CON1) (pin 6))
(node (ref D5) (pin 2))
(node (ref C5) (pin 2))
(node (ref R6) (pin 2))
(node (ref Q8) (pin 1))
(node (ref Q2) (pin 2))
(node (ref C8) (pin 2))
(node (ref Q6) (pin 1))
(node (ref Q3) (pin 1))
(node (ref C9) (pin 2))
(node (ref Q9) (pin 1))
(node (ref P2) (pin 2))
(node (ref SW2) (pin 2)))
(net (code 3) (name "Net-(Q6-Pad2)")
(node (ref Q6) (pin 2))
(node (ref R10) (pin 1)))
(net (code 4) (name "Net-(C3-Pad2)")
(node (ref P2) (pin 1))
(node (ref C3) (pin 2)))
(net (code 5) (name "Net-(C5-Pad1)")
(node (ref C5) (pin 1))
(node (ref L1) (pin 1))
(node (ref L2) (pin 2)))
(net (code 6) (name "Net-(C3-Pad1)")
(node (ref C3) (pin 1))
(node (ref L1) (pin 2)))
(net (code 7) (name "Net-(P4-Pad2)")
(node (ref P4) (pin 2))
(node (ref Q3) (pin 3)))
(net (code 8) (name "Net-(JP1-Pad2)")
(node (ref R2) (pin 2))
(node (ref R3) (pin 1))
(node (ref JP1) (pin 2)))
(net (code 9) (name "Net-(Q9-Pad2)")
(node (ref Q9) (pin 2))
(node (ref U4) (pin 3))
(node (ref R15) (pin 2)))
(net (code 10) (name "Net-(Q3-Pad2)")
(node (ref Q3) (pin 2))
(node (ref R8) (pin 1)))
(net (code 11) (name "Net-(P5-Pad2)")
(node (ref Q6) (pin 3))
(node (ref P5) (pin 2)))
(net (code 12) (name "Net-(Q4-Pad3)")
(node (ref R11) (pin 1))
(node (ref Q4) (pin 3)))
(net (code 13) (name "Net-(Q8-Pad2)")
(node (ref Q8) (pin 2))
(node (ref R14) (pin 2))
(node (ref U3) (pin 3)))
(net (code 14) (name "Net-(Q7-Pad3)")
(node (ref Q7) (pin 3))
(node (ref U3) (pin 2)))
(net (code 15) (name "Net-(U3-Pad1)")
(node (ref U4) (pin 2))
(node (ref U3) (pin 1)))
(net (code 16) (name /PB1)
(node (ref R14) (pin 1))
(node (ref R15) (pin 1))
(node (ref R9) (pin 1))
(node (ref CON1) (pin 1))
(node (ref IC1) (pin 6)))
(net (code 17) (name /PB3)
(node (ref IC1) (pin 2))
(node (ref R12) (pin 2))
(node (ref SW1) (pin 1))
(node (ref Q9) (pin 3))
(node (ref Q8) (pin 3)))
(net (code 18) (name "Net-(BT1-Pad1)")
(node (ref D3) (pin 1))
(node (ref BT1) (pin 1)))
(net (code 19) (name /PB4)
(node (ref R7) (pin 2))
(node (ref R10) (pin 2))
(node (ref IC1) (pin 3)))
(net (code 20) (name "Net-(D2-Pad2)")
(node (ref D2) (pin 2))
(node (ref L2) (pin 1))
(node (ref R7) (pin 1)))
(net (code 21) (name "Net-(C1-Pad1)")
(node (ref U2) (pin 3))
(node (ref U2) (pin 1))
(node (ref D1) (pin 1))
(node (ref U1) (pin 4))
(node (ref C1) (pin 1))
(node (ref P1) (pin 1)))
(net (code 22) (name "Net-(Q2-Pad3)")
(node (ref R5) (pin 2))
(node (ref Q2) (pin 3))
(node (ref SW2) (pin 1)))
(net (code 23) (name "Net-(C6-Pad2)")
(node (ref C6) (pin 2))
(node (ref R4) (pin 2))
(node (ref R5) (pin 1))
(node (ref Q1) (pin 1)))
(net (code 24) (name "Net-(JP2-Pad1)")
(node (ref U2) (pin 5))
(node (ref JP2) (pin 1)))
(net (code 25) (name "Net-(D3-Pad2)")
(node (ref P4) (pin 1))
(node (ref D3) (pin 2))
(node (ref P5) (pin 1))
(node (ref D4) (pin 2)))
(net (code 26) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref R1) (pin 1)))
(net (code 27) (name "Net-(R2-Pad1)")
(node (ref R2) (pin 1))
(node (ref U1) (pin 5)))
(net (code 28) (name "Net-(R1-Pad2)")
(node (ref R1) (pin 2))
(node (ref U1) (pin 1)))
(net (code 29) (name /PB0)
(node (ref Q4) (pin 1))
(node (ref IC1) (pin 5))
(node (ref CON1) (pin 4))
(node (ref R6) (pin 1))
(node (ref Q2) (pin 1)))
(net (code 30) (name "Net-(U2-Pad4)")
(node (ref U2) (pin 4)))
(net (code 31) (name "Net-(Q5-Pad3)")
(node (ref Q7) (pin 2))
(node (ref R9) (pin 2))
(node (ref Q5) (pin 3)))
(net (code 32) (name "Net-(Q5-Pad2)")
(node (ref R13) (pin 1))
(node (ref Q7) (pin 1))
(node (ref Q5) (pin 2)))
(net (code 33) (name "Net-(D5-Pad1)")
(node (ref D5) (pin 1))
(node (ref R11) (pin 2)))
(net (code 34) (name /RST)
(node (ref CON1) (pin 5))
(node (ref IC1) (pin 1)))
(net (code 35) (name /PB2)
(node (ref IC1) (pin 7))
(node (ref CON1) (pin 3))
(node (ref R8) (pin 2)))
(net (code 36) (name "Net-(C4-Pad1)")
(node (ref JP2) (pin 2))
(node (ref C4) (pin 1))
(node (ref R4) (pin 1))
(node (ref Q1) (pin 2))
(node (ref C6) (pin 1)))
(net (code 37) (name "Net-(P1-Pad3)")
(node (ref P1) (pin 3)))
(net (code 38) (name "Net-(P1-Pad2)")
(node (ref P1) (pin 2)))
(net (code 39) (name "Net-(P1-Pad4)")
(node (ref P1) (pin 4)))
(net (code 40) (name /VBAT)
(node (ref U1) (pin 3))
(node (ref P3) (pin 1))
(node (ref JP2) (pin 3)))))