-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkicad-tut.net
142 lines (142 loc) · 5 KB
/
kicad-tut.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
(export (version D)
(design
(source D:\Repositories\kicad\kicad-tut.sch)
(date "09/11/19 14:48:23")
(tool "Eeschema (5.0.1)-3")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "KiCad Tutorial")
(company)
(rev)
(date 2019-09-09)
(source kicad-tut.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value http://docs.kicad-pcb.org/5.1.4/en/getting_started_in_kicad/getting_started_in_kicad.html))
(comment (number 4) (value "Getting started with KiCad")))))
(components
(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 5D761873))
(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 5D761962))
(comp (ref J1)
(value MYCONN3)
(footprint Connector:Banana_Jack_3Pin)
(libsource (lib myLib) (part MYCONN3) (description "MYCONN3 for KiCad getting started tutorial"))
(sheetpath (names /) (tstamps /))
(tstamp 5D761E83))
(comp (ref R1)
(value "1 k")
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D762095))
(comp (ref R2)
(value 100R)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D7624C6)))
(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)
(description "MYCONN3 for KiCad getting started tutorial")
(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 D:/Repositories/kicad/library/myLib.lib)))
(nets
(net (code 1) (name VCC)
(node (ref R1) (pin 2))
(node (ref U1) (pin 1))
(node (ref J1) (pin 1)))
(net (code 2) (name GND)
(node (ref U1) (pin 8))
(node (ref J1) (pin 3)))
(net (code 3) (name "Net-(J1-Pad2)")
(node (ref R2) (pin 1))
(node (ref J1) (pin 2)))
(net (code 4) (name /INPUT)
(node (ref R2) (pin 2))
(node (ref U1) (pin 6)))
(net (code 5) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5)))
(net (code 6) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 7) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3)))
(net (code 8) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 9) (name /uCtoLED)
(node (ref U1) (pin 7))
(node (ref D1) (pin 1)))
(net (code 10) (name /LEDtoR)
(node (ref D1) (pin 2))
(node (ref R1) (pin 1)))))