-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial1.net
141 lines (141 loc) · 4.98 KB
/
tutorial1.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
(export (version D)
(design
(source C:\Users\voche\OneDrive\Documents\KiCAD_projects\tutorial1\tutorial1.sch)
(date "23/06/2022 19:36:58")
(tool "Eeschema (5.1.10)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title Tutorial1)
(company)
(rev)
(date)
(source tutorial1.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref R2)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 62B48B9B))
(comp (ref R1)
(value 100)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 62B496E6))
(comp (ref U1)
(value PIC12C508A-ISN)
(footprint Package_DIP:DIP-8_W7.62mm)
(datasheet http://ww1.microchip.com/downloads/en/devicedoc/40139e.pdf)
(libsource (lib microchip_Pic12mcu) (part PIC12C508A-ISN) (description "PIC12C508A, 512W EPROM, 25B SRAM, SO8"))
(sheetpath (names /) (tstamps /))
(tstamp 62B4BDA3))
(comp (ref D1)
(value LED)
(footprint LED_THT:LED_D5.0mm)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 62B4C913))
(comp (ref J1)
(value MYCONN3)
(footprint Connector:Banana_Jack_3Pin)
(libsource (lib myLib) (part MYCONN3) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 62B509DA)))
(libparts
(libpart (lib Device) (part LED)
(description "Light emitting diode")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(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 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 microchip_Pic12mcu) (part PIC12C508A-IP)
(aliases
(alias PIC12C508A-ISN)
(alias PIC12C508A-ISM)
(alias PIC12C508A-IJW))
(description "512W EPROM, 25B SRAM, PDIP8")
(docs http://ww1.microchip.com/downloads/en/devicedoc/40139e.pdf)
(footprints
(fp DIP*W7.62mm*))
(fields
(field (name Reference) U)
(field (name Value) PIC12C508A-IP)
(field (name Footprint) Package_DIP:DIP-8_W7.62mm))
(pins
(pin (num 1) (name VDD) (type power_in))
(pin (num 2) (name GP5) (type BiDi))
(pin (num 3) (name GP4) (type BiDi))
(pin (num 4) (name GP3) (type input))
(pin (num 5) (name GP2) (type BiDi))
(pin (num 6) (name GP1) (type BiDi))
(pin (num 7) (name GP0) (type BiDi))
(pin (num 8) (name VSS) (type power_in))))
(libpart (lib myLib) (part MYCONN3)
(fields
(field (name Reference) J)
(field (name Value) MYCONN3))
(pins
(pin (num 1) (name VCC) (type power_in))
(pin (num 2) (name INPUT) (type passive))
(pin (num 3) (name GND) (type passive)))))
(libraries
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical microchip_Pic12mcu)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/MCU_Microchip_PIC12.lib"))
(library (logical myLib)
(uri C:\Users\voche\OneDrive\Documents\KiCAD_projects\tutorial1/library/myLib.lib)))
(nets
(net (code 1) (name "Net-(D1-Pad2)")
(node (ref R2) (pin 1))
(node (ref D1) (pin 2)))
(net (code 2) (name /INPUT)
(node (ref U1) (pin 6))
(node (ref R1) (pin 1)))
(net (code 3) (name /INPUTtoR)
(node (ref J1) (pin 2))
(node (ref R1) (pin 2)))
(net (code 5) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 6) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3)))
(net (code 7) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 8) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5)))
(net (code 9) (name GND)
(node (ref J1) (pin 3))
(node (ref U1) (pin 8)))
(net (code 10) (name VCC)
(node (ref J1) (pin 1))
(node (ref U1) (pin 1))
(node (ref R2) (pin 2)))
(net (code 11) (name /uCtoLED)
(node (ref D1) (pin 1))
(node (ref U1) (pin 7)))))