-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNano_Lambda.net
918 lines (918 loc) · 32.5 KB
/
Nano_Lambda.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
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
914
915
916
917
918
(export (version D)
(design
(source /Users/administrator/Documents/kicad/Projekte/Nano_Lambda/Nano_Lambda.sch)
(date "Monday, 03 September 2018 at 19:00:52")
(tool "Eeschema (5.0.0-3-g5ebb6b6)")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "Nano Lambda Shield ")
(company GGE)
(rev v0.9)
(date 2018-08-28)
(source Nano_Lambda.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value CJ125_32)
(footprint Housings_QFP:LQFP-32_5x5mm_Pitch0.5mm)
(libsource (lib Nano_Lambda) (part CJ125_32) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B1B5))
(comp (ref C2)
(value 2.2n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B22B))
(comp (ref C6)
(value C)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B295))
(comp (ref R6)
(value R)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B2DE))
(comp (ref R7)
(value 61.9R)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B3A7))
(comp (ref R3)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B41B))
(comp (ref R4)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B479))
(comp (ref C4)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B4EA))
(comp (ref C5)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B763))
(comp (ref C3)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B7B0))
(comp (ref C1)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B7DB))
(comp (ref C8)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B8B1))
(comp (ref R10)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B922))
(comp (ref R11)
(value 4.7k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B98C))
(comp (ref R12)
(value 470k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82B9E3))
(comp (ref R13)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82BA62))
(comp (ref U5)
(value IRLZ44)
(footprint libcms:DPAKGDS)
(libsource (lib Nano_Lambda) (part IRLZ44) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B82BDA1))
(comp (ref R20)
(value 4.7k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82BE13))
(comp (ref R21)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82BE77))
(comp (ref R19)
(value 6.8k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B82BEE1))
(comp (ref U4)
(value MURS120)
(footprint Diodes_SMD:SMB_Standard)
(libsource (lib Nano_Lambda) (part MURS120) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B82BF79))
(comp (ref IC2)
(value LM4041DBZ)
(footprint TO_SOT_Packages_SMD:SOT-23)
(libsource (lib Nano_Lambda) (part LM4041DBZ) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB4B91))
(comp (ref R18)
(value 39k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB4CBA))
(comp (ref R16)
(value 39k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB587B))
(comp (ref R17)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB5918))
(comp (ref D1)
(value BAT54S)
(footprint TO_SOT_Packages_SMD:SOT-323)
(libsource (lib Nano_Lambda) (part BAT54S) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB5A36))
(comp (ref IC1)
(value LMV321?M5)
(footprint TO_SOT_Packages_SMD:SC-70-5)
(libsource (lib Nano_Lambda) (part LMV321?M5) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB5BAB))
(comp (ref R1)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB5C56))
(comp (ref C12)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB5CB5))
(comp (ref C7)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB5F59))
(comp (ref R14)
(value "300R / 1%")
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB623C))
(comp (ref R15)
(value "31.6k / 1%")
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB62D9))
(comp (ref R5)
(value 1k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB7D94))
(comp (ref R2)
(value 1k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAB7E5C))
(comp (ref XA1)
(value Arduino_Nano_Socket)
(footprint Arduino:Arduino_Nano_Socket)
(datasheet https://store.arduino.cc/arduino-nano)
(libsource (lib arduino) (part Arduino_Nano_Socket) (description "Socket for Arduino Nano"))
(sheetpath (names /) (tstamps /))
(tstamp 5B8351EF))
(comp (ref C9)
(value 33n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B8D928E))
(comp (ref C10)
(value 33n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B8D9486))
(comp (ref C11)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B8EDB2E))
(comp (ref R22)
(value 4.7k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B8FF270))
(comp (ref R23)
(value 100k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5B90B659))
(comp (ref U3)
(value MCP4725)
(footprint TO_SOT_Packages_SMD:SOT-23-6)
(datasheet http://www.ti.com/lit/ds/symlink/ads1110.pdf)
(libsource (lib Nano_Lambda) (part MCP4725) (description "16 Bit Analog to Digital converter with on board reference"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9AD608))
(comp (ref U2)
(value MCP4725)
(footprint TO_SOT_Packages_SMD:SOT-23-6)
(datasheet http://www.ti.com/lit/ds/symlink/ads1110.pdf)
(libsource (lib Nano_Lambda) (part MCP4725) (description "16 Bit Analog to Digital converter with on board reference"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9B457D))
(comp (ref J1)
(value +12_IN)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA3A010))
(comp (ref J2)
(value GND)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA519FB))
(comp (ref J4)
(value IP)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BB4FB5C))
(comp (ref J5)
(value UN)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BB60DFE))
(comp (ref J8)
(value VM)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BB72781))
(comp (ref J7)
(value IA)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BB72789))
(comp (ref J6)
(value NL_HEATER)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BB72791))
(comp (ref J3)
(value +12V_NL)
(footprint "Nano Lambda:3x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BB4629B))
(comp (ref J11)
(value GP3)
(footprint "Nano Lambda:1.5x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC1B6A4))
(comp (ref J10)
(value PD3)
(footprint "Nano Lambda:1.5x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC1B6AC))
(comp (ref J9)
(value PD2)
(footprint "Nano Lambda:1.5x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC2426A))
(comp (ref J13)
(value DAC2)
(footprint "Nano Lambda:1.5x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BD0270C))
(comp (ref J12)
(value DAC1)
(footprint "Nano Lambda:1.5x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5BD02714))
(comp (ref D3)
(value red)
(footprint LEDs:LED-0603)
(libsource (lib Nano_Lambda) (part LED_Small) (description "LED, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BD584C8))
(comp (ref D2)
(value Blue)
(footprint LEDs:LED-0603)
(libsource (lib Nano_Lambda) (part LED_Small) (description "LED, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5BD5867B))
(comp (ref J14)
(value Out1)
(footprint "Nano Lambda:1.5x3_PAD")
(datasheet ~)
(libsource (lib Nano_Lambda) (part Conn_01x01) (description "Generic connector, single row, 01x01"))
(sheetpath (names /) (tstamps /))
(tstamp 5B85FFD0))
(comp (ref RV1)
(value Varistor)
(footprint Resistors_SMD:R_1210)
(libsource (lib Nano_Lambda) (part Varistor) (description "Voltage dependent resistor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B8865B5))
(comp (ref L1)
(value 22µH)
(footprint Inductors:Inductor_Taiyo-Yuden_MD-3030)
(datasheet IFSC1111AZER220M01)
(libsource (lib Nano_Lambda) (part L) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5B8997E9))
(comp (ref R9)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA04313))
(comp (ref R8)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib Nano_Lambda) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA043C7))
(comp (ref C13)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA6106E))
(comp (ref C14)
(value 100n)
(footprint Capacitors_SMD:C_0603)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA6111D))
(comp (ref C15)
(value "22µF 25V")
(footprint Capacitors_SMD:C_0805)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9F6F33))
(comp (ref C16)
(value "22µF 25V")
(footprint Capacitors_SMD:C_0805)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA00F29))
(comp (ref C17)
(value "22µF 25V")
(footprint Capacitors_SMD:C_0805)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA00FDA))
(comp (ref C18)
(value "22µF 25V")
(footprint Capacitors_SMD:C_0805)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA01144))
(comp (ref C19)
(value "6x 22µF 25V")
(footprint Capacitors_SMD:C_0805)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA011E0))
(comp (ref C20)
(value "22µF 25V")
(footprint Capacitors_SMD:C_0805)
(libsource (lib Nano_Lambda) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA0127C)))
(libparts
(libpart (lib Nano_Lambda) (part BAT54S)
(fields
(field (name Reference) D)
(field (name Value) BAT54S))
(pins
(pin (num 1) (name A1) (type passive))
(pin (num 2) (name C2) (type passive))
(pin (num 3) (name C1A2) (type passive))))
(libpart (lib Nano_Lambda) (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 Nano_Lambda) (part CJ125_32)
(fields
(field (name Value) CJ125_32))
(pins
(pin (num 1) (name NC@1) (type unspc))
(pin (num 2) (name IA) (type unspc))
(pin (num 3) (name OSZ) (type unspc))
(pin (num 4) (name DIAHG) (type unspc))
(pin (num 5) (name VCCS) (type unspc))
(pin (num 6) (name DIAHD) (type unspc))
(pin (num 7) (name RST) (type unspc))
(pin (num 8) (name RS) (type unspc))
(pin (num 9) (name NC@2) (type unspc))
(pin (num 10) (name RM) (type unspc))
(pin (num 11) (name CM) (type unspc))
(pin (num 12) (name UR) (type unspc))
(pin (num 13) (name SCK) (type unspc))
(pin (num 14) (name MISO) (type unspc))
(pin (num 15) (name MOSI) (type unspc))
(pin (num 16) (name NC@3) (type unspc))
(pin (num 17) (name SS) (type unspc))
(pin (num 18) (name VCCSS) (type unspc))
(pin (num 19) (name VCC) (type unspc))
(pin (num 20) (name VM) (type unspc))
(pin (num 21) (name US) (type unspc))
(pin (num 22) (name UP) (type unspc))
(pin (num 23) (name UA) (type unspc))
(pin (num 24) (name NC@4) (type unspc))
(pin (num 25) (name NC@5) (type unspc))
(pin (num 26) (name CF) (type unspc))
(pin (num 27) (name RF) (type unspc))
(pin (num 28) (name GNDS) (type unspc))
(pin (num 29) (name GND) (type unspc))
(pin (num 30) (name UB) (type unspc))
(pin (num 31) (name UN) (type unspc))
(pin (num 32) (name IP) (type unspc))))
(libpart (lib Nano_Lambda) (part Conn_01x01)
(description "Generic connector, single row, 01x01")
(docs ~)
(footprints
(fp Connector*:*_??x*mm*)
(fp Connector*:*1x??x*mm*)
(fp Pin?Header?Straight?1X*)
(fp Pin?Header?Angled?1X*)
(fp Socket?Strip?Straight?1X*)
(fp Socket?Strip?Angled?1X*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x01))
(pins
(pin (num 1) (name Pin_1) (type passive))))
(libpart (lib Nano_Lambda) (part IRLZ44)
(fields
(field (name Value) IRLZ44))
(pins
(pin (num D) (name 2) (type unspc))
(pin (num G) (name 1) (type unspc))
(pin (num S) (name 3) (type unspc))))
(libpart (lib Nano_Lambda) (part L)
(footprints
(fp Choke_*)
(fp *Coil*)
(fp Inductor_*)
(fp L_*))
(fields
(field (name Reference) L)
(field (name Value) L))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Nano_Lambda) (part LED_Small)
(description "LED, small symbol")
(footprints
(fp LED-*)
(fp LED_*))
(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 Nano_Lambda) (part LM4041DBZ)
(fields
(field (name Reference) IC)
(field (name Value) LM4041DBZ))
(pins
(pin (num 1) (name C) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Nano_Lambda) (part LMV321?M5)
(fields
(field (name Reference) IC)
(field (name Value) LMV321?M5))
(pins
(pin (num 1) (name +IN) (type input))
(pin (num 2) (name V-) (type power_in))
(pin (num 3) (name -IN) (type input))
(pin (num 4) (name OUT) (type output))
(pin (num 5) (name V+) (type power_in))))
(libpart (lib Nano_Lambda) (part MCP4725)
(description "16 Bit Analog to Digital converter with on board reference")
(docs http://www.ti.com/lit/ds/symlink/ads1110.pdf)
(footprints
(fp SOT?23*))
(fields
(field (name Reference) U)
(field (name Value) MCP4725)
(field (name Footprint) TO_SOT_Packages_SMD:SOT-23-6))
(pins
(pin (num 1) (name Vout) (type output))
(pin (num 2) (name VSS) (type power_in))
(pin (num 3) (name VDD) (type power_in))
(pin (num 4) (name SDA) (type BiDi))
(pin (num 5) (name SCL) (type input))
(pin (num 6) (name A0) (type input))))
(libpart (lib Nano_Lambda) (part MURS120)
(fields
(field (name Value) MURS120))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name C) (type passive))))
(libpart (lib Nano_Lambda) (part R)
(description Resistor)
(footprints
(fp R_*)
(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 Nano_Lambda) (part Varistor)
(description "Voltage dependent resistor")
(footprints
(fp RV_*)
(fp Varistor*))
(fields
(field (name Reference) RV)
(field (name Value) Varistor))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib arduino) (part Arduino_Nano_Socket)
(description "Socket for Arduino Nano")
(docs https://store.arduino.cc/arduino-nano)
(footprints
(fp Arduino_Nano_Socket))
(fields
(field (name Reference) XA)
(field (name Value) Arduino_Nano_Socket))
(pins
(pin (num 5V) (name 5V) (type power_in))
(pin (num 3V3) (name 3.3V) (type power_in))
(pin (num A0) (name A0) (type BiDi))
(pin (num A1) (name A1) (type BiDi))
(pin (num A2) (name A2) (type BiDi))
(pin (num A3) (name A3) (type BiDi))
(pin (num A4) (name A4_SDA) (type BiDi))
(pin (num A5) (name A5_SCL) (type BiDi))
(pin (num A6) (name A6) (type input))
(pin (num A7) (name A7) (type input))
(pin (num AREF) (name AREF) (type input))
(pin (num D0) (name D0_RX0) (type BiDi))
(pin (num D1) (name D1_TX0) (type BiDi))
(pin (num D2) (name D2_INT0) (type BiDi))
(pin (num D3) (name D3_INT1) (type BiDi))
(pin (num D4) (name D4) (type BiDi))
(pin (num D5) (name D5) (type BiDi))
(pin (num D6) (name D6) (type BiDi))
(pin (num D7) (name D7) (type BiDi))
(pin (num D8) (name D8) (type BiDi))
(pin (num D9) (name D9) (type BiDi))
(pin (num D10) (name D10_CS) (type BiDi))
(pin (num D11) (name D11_MOSI) (type BiDi))
(pin (num D12) (name D12_MISO) (type BiDi))
(pin (num D13) (name D13_SCK) (type BiDi))
(pin (num GND1) (name GND) (type power_in))
(pin (num GND2) (name GND) (type power_in))
(pin (num RST1) (name RESET) (type openCol))
(pin (num RST2) (name RESET) (type openCol))
(pin (num VIN) (name VIN) (type power_in)))))
(libraries
(library (logical Nano_Lambda)
(uri /Users/administrator/Documents/kicad/Projekte/Nano_Lambda/Nano_Lambda.lib))
(library (logical arduino)
(uri /Users/administrator/Documents/kicad/Projekte/Nano_Lambda/arduino-kicad-library-master/arduino.lib)))
(nets
(net (code 1) (name "Net-(U1-Pad1)")
(node (ref U1) (pin 1)))
(net (code 2) (name /RM)
(node (ref U1) (pin 10))
(node (ref R15) (pin 2)))
(net (code 3) (name /UR)
(node (ref C10) (pin 1))
(node (ref U1) (pin 12))
(node (ref XA1) (pin A0)))
(net (code 4) (name /LS_SCK)
(node (ref XA1) (pin D13))
(node (ref U1) (pin 13)))
(net (code 5) (name /LS_MISO)
(node (ref XA1) (pin D12))
(node (ref U1) (pin 14)))
(net (code 6) (name /LS_MOSI)
(node (ref XA1) (pin D11))
(node (ref U1) (pin 15)))
(net (code 7) (name "Net-(U1-Pad16)")
(node (ref U1) (pin 16)))
(net (code 8) (name /LS_SS)
(node (ref U1) (pin 17))
(node (ref XA1) (pin D10)))
(net (code 9) (name /VM)
(node (ref R14) (pin 2))
(node (ref U1) (pin 20))
(node (ref J8) (pin 1)))
(net (code 10) (name /UA)
(node (ref U1) (pin 23))
(node (ref XA1) (pin A1))
(node (ref C9) (pin 1)))
(net (code 11) (name "Net-(U1-Pad24)")
(node (ref U1) (pin 24)))
(net (code 12) (name "Net-(U1-Pad25)")
(node (ref U1) (pin 25)))
(net (code 13) (name "Net-(C8-Pad2)")
(node (ref U1) (pin 26))
(node (ref C8) (pin 2))
(node (ref R10) (pin 1)))
(net (code 14) (name /+12V_NL)
(node (ref U4) (pin 2))
(node (ref C17) (pin 2))
(node (ref C18) (pin 2))
(node (ref C19) (pin 2))
(node (ref C20) (pin 2))
(node (ref C16) (pin 2))
(node (ref U1) (pin 30))
(node (ref J1) (pin 1))
(node (ref J3) (pin 1))
(node (ref RV1) (pin 1))
(node (ref R16) (pin 2))
(node (ref C15) (pin 2))
(node (ref C1) (pin 1))
(node (ref L1) (pin 2)))
(net (code 15) (name /DIAHG)
(node (ref XA1) (pin D9))
(node (ref R20) (pin 2))
(node (ref U1) (pin 4)))
(net (code 16) (name /DIAHD)
(node (ref R19) (pin 2))
(node (ref U1) (pin 6)))
(net (code 17) (name /RS)
(node (ref U1) (pin 8))
(node (ref R14) (pin 1)))
(net (code 18) (name "Net-(U1-Pad9)")
(node (ref U1) (pin 9)))
(net (code 19) (name "Net-(C2-Pad1)")
(node (ref C2) (pin 1))
(node (ref R6) (pin 2)))
(net (code 20) (name "Net-(R3-Pad1)")
(node (ref R3) (pin 1))
(node (ref U1) (pin 3)))
(net (code 21) (name "Net-(R4-Pad1)")
(node (ref U1) (pin 7))
(node (ref R4) (pin 1)))
(net (code 22) (name "Net-(C4-Pad1)")
(node (ref C4) (pin 1))
(node (ref U1) (pin 11)))
(net (code 23) (name /CM)
(node (ref R15) (pin 1))
(node (ref C4) (pin 2)))
(net (code 24) (name "Net-(R10-Pad2)")
(node (ref R10) (pin 2))
(node (ref U1) (pin 27)))
(net (code 25) (name "Net-(R11-Pad2)")
(node (ref U1) (pin 21))
(node (ref R11) (pin 2)))
(net (code 26) (name "Net-(R11-Pad1)")
(node (ref R12) (pin 2))
(node (ref R13) (pin 2))
(node (ref U1) (pin 22))
(node (ref R11) (pin 1)))
(net (code 27) (name "Net-(R20-Pad1)")
(node (ref U5) (pin G))
(node (ref R20) (pin 1))
(node (ref R21) (pin 2)))
(net (code 28) (name /NL_HEATER)
(node (ref R19) (pin 1))
(node (ref J6) (pin 1))
(node (ref U5) (pin D))
(node (ref U4) (pin 1)))
(net (code 29) (name GND)
(node (ref R2) (pin 1))
(node (ref R5) (pin 1))
(node (ref C9) (pin 2))
(node (ref R21) (pin 1))
(node (ref U5) (pin S))
(node (ref C20) (pin 1))
(node (ref C6) (pin 2))
(node (ref C7) (pin 1))
(node (ref C12) (pin 1))
(node (ref C19) (pin 1))
(node (ref C18) (pin 1))
(node (ref C17) (pin 1))
(node (ref C16) (pin 1))
(node (ref R3) (pin 2))
(node (ref C15) (pin 1))
(node (ref C14) (pin 1))
(node (ref C13) (pin 1))
(node (ref C10) (pin 2))
(node (ref C3) (pin 2))
(node (ref RV1) (pin 2))
(node (ref C1) (pin 2))
(node (ref IC1) (pin 2))
(node (ref C5) (pin 2))
(node (ref C8) (pin 1))
(node (ref D1) (pin 1))
(node (ref R17) (pin 1))
(node (ref C2) (pin 2))
(node (ref U1) (pin 29))
(node (ref U1) (pin 28))
(node (ref C11) (pin 2))
(node (ref U3) (pin 2))
(node (ref IC2) (pin 2))
(node (ref U3) (pin 6))
(node (ref J2) (pin 1))
(node (ref XA1) (pin GND1))
(node (ref XA1) (pin GND2))
(node (ref U2) (pin 2)))
(net (code 30) (name /V_REF)
(node (ref R18) (pin 1))
(node (ref IC2) (pin 1))
(node (ref XA1) (pin A3)))
(net (code 31) (name "Net-(C12-Pad2)")
(node (ref IC1) (pin 1))
(node (ref R1) (pin 1))
(node (ref C12) (pin 2)))
(net (code 32) (name "Net-(D3-Pad1)")
(node (ref D3) (pin 1))
(node (ref R5) (pin 2)))
(net (code 33) (name "Net-(D2-Pad1)")
(node (ref D2) (pin 1))
(node (ref R2) (pin 2)))
(net (code 34) (name /IP)
(node (ref U1) (pin 32))
(node (ref R7) (pin 1))
(node (ref J4) (pin 1)))
(net (code 35) (name /IA)
(node (ref J7) (pin 1))
(node (ref U1) (pin 2))
(node (ref R12) (pin 1))
(node (ref R7) (pin 2)))
(net (code 36) (name +5V)
(node (ref U1) (pin 18))
(node (ref U1) (pin 19))
(node (ref D1) (pin 2))
(node (ref U1) (pin 5))
(node (ref IC1) (pin 5))
(node (ref R23) (pin 1))
(node (ref C3) (pin 1))
(node (ref C7) (pin 2))
(node (ref C5) (pin 1))
(node (ref R18) (pin 2))
(node (ref XA1) (pin 5V))
(node (ref U3) (pin 3))
(node (ref U2) (pin 3))
(node (ref C14) (pin 2))
(node (ref U2) (pin 6))
(node (ref C13) (pin 2))
(node (ref R8) (pin 2))
(node (ref R9) (pin 2))
(node (ref R4) (pin 2)))
(net (code 37) (name /UN)
(node (ref J5) (pin 1))
(node (ref R6) (pin 1))
(node (ref C6) (pin 1))
(node (ref U1) (pin 31))
(node (ref R13) (pin 1)))
(net (code 38) (name /WBL)
(node (ref R1) (pin 2))
(node (ref XA1) (pin D6)))
(net (code 39) (name /BRV)
(node (ref R17) (pin 2))
(node (ref XA1) (pin A2))
(node (ref R16) (pin 1))
(node (ref D1) (pin 3)))
(net (code 40) (name "Net-(XA1-PadD0)")
(node (ref XA1) (pin D0)))
(net (code 41) (name "Net-(XA1-PadD1)")
(node (ref XA1) (pin D1)))
(net (code 42) (name "Net-(R22-Pad2)")
(node (ref XA1) (pin D4))
(node (ref R23) (pin 2))
(node (ref R22) (pin 2)))
(net (code 43) (name "Net-(XA1-PadA6)")
(node (ref XA1) (pin A6)))
(net (code 44) (name "Net-(XA1-PadA7)")
(node (ref XA1) (pin A7)))
(net (code 45) (name "Net-(XA1-PadD7)")
(node (ref XA1) (pin D7)))
(net (code 46) (name "Net-(XA1-Pad3V3)")
(node (ref XA1) (pin 3V3)))
(net (code 47) (name "Net-(L1-Pad1)")
(node (ref XA1) (pin VIN))
(node (ref L1) (pin 1)))
(net (code 48) (name "Net-(XA1-PadRST1)")
(node (ref XA1) (pin RST1)))
(net (code 49) (name "Net-(XA1-PadRST2)")
(node (ref XA1) (pin RST2)))
(net (code 50) (name /PD2)
(node (ref J9) (pin 1))
(node (ref XA1) (pin D2)))
(net (code 51) (name /PD3)
(node (ref J10) (pin 1))
(node (ref XA1) (pin D3)))
(net (code 52) (name /SDA)
(node (ref U3) (pin 4))
(node (ref U2) (pin 4))
(node (ref XA1) (pin A4))
(node (ref R8) (pin 1)))
(net (code 53) (name /SCL)
(node (ref R9) (pin 1))
(node (ref U2) (pin 5))
(node (ref XA1) (pin A5))
(node (ref U3) (pin 5)))
(net (code 54) (name "Net-(C11-Pad1)")
(node (ref XA1) (pin AREF))
(node (ref C11) (pin 1)))
(net (code 55) (name /GP3)
(node (ref J11) (pin 1))
(node (ref R22) (pin 1)))
(net (code 56) (name /LED_2)
(node (ref XA1) (pin D5))
(node (ref D3) (pin 2)))
(net (code 57) (name /LED_1)
(node (ref XA1) (pin D8))
(node (ref D2) (pin 2)))
(net (code 58) (name /DAC1)
(node (ref J12) (pin 1))
(node (ref U3) (pin 1)))
(net (code 59) (name /DAC2)
(node (ref J13) (pin 1))
(node (ref U2) (pin 1)))
(net (code 60) (name /Out1)
(node (ref IC1) (pin 4))
(node (ref IC1) (pin 3))
(node (ref J14) (pin 1)))))