-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpcb.net
198 lines (198 loc) · 7.26 KB
/
pcb.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
(export (version D)
(design
(source C:\Users\serisman\Nextcloud\ELECTRONICS\Padauk-Temp-PWM-Fan\pcb\pcb.sch)
(date "9/26/2020 1:12:48 AM")
(tool "Eeschema (5.1.6)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source pcb.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U2)
(value 78L05_SOT23)
(footprint Package_TO_SOT_SMD:SOT-23)
(datasheet http://pdf.datasheetcatalog.com/datasheet/vishay/mc78l00.pdf)
(libsource (lib 78L05) (part 78L05_SOT23) (description "Positive 100mA 30V Linear Regulator, Fixed Output 24V, SOT-23"))
(sheetpath (names /) (tstamps /))
(tstamp 5F51441F))
(comp (ref J1)
(value PWR)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Male) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F51549C))
(comp (ref J2)
(value FAN)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x04_Female) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F515DDB))
(comp (ref U1)
(value PMS150C-U06)
(footprint Package_TO_SOT_SMD:SOT-23-6)
(libsource (lib Padauk) (part PMS150C-U06) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5F517934))
(comp (ref C1)
(value 1u)
(footprint modules:C_0805)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5F518EB9))
(comp (ref C2)
(value 100n)
(footprint modules:C_0805)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5F519804))
(comp (ref TH1)
(value 10K_NTC_Thermistor)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Device) (part Thermistor_NTC) (description "Temperature dependent resistor, negative temperature coefficient"))
(sheetpath (names /) (tstamps /))
(tstamp 5F519D8F))
(comp (ref R1)
(value 1k)
(footprint modules:R_0805)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5F51A658)))
(libparts
(libpart (lib 78L05) (part 78L05_SOT23)
(description "Positive 100mA 30V Linear Regulator, Fixed Output 24V, SOT-23")
(docs http://pdf.datasheetcatalog.com/datasheet/vishay/mc78l00.pdf)
(fields
(field (name Reference) U)
(field (name Value) 78L05_SOT23)
(field (name Footprint) Package_TO_SOT_SMD:SOT-23))
(pins
(pin (num 1) (name OUT) (type power_out))
(pin (num 2) (name IN) (type power_in))
(pin (num 3) (name GND) (type power_in))))
(libpart (lib Connector) (part Conn_01x02_Male)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector) (part Conn_01x04_Female)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(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 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 Device) (part Thermistor_NTC)
(description "Temperature dependent resistor, negative temperature coefficient")
(docs ~)
(footprints
(fp *NTC*)
(fp *Thermistor*)
(fp PIN?ARRAY*)
(fp bornier*)
(fp *Terminal?Block*)
(fp R_*))
(fields
(field (name Reference) TH)
(field (name Value) Thermistor_NTC))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Padauk) (part PMS150C-U06)
(fields
(field (name Reference) U)
(field (name Value) PMS150C-U06)
(field (name Footprint) Package_TO_SOT_SMD:SOT-23-6))
(pins
(pin (num 1) (name PA4) (type input))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name PA6) (type input))
(pin (num 4) (name PA5) (type input))
(pin (num 5) (name VDD) (type input))
(pin (num 6) (name PA3) (type input)))))
(libraries
(library (logical 78L05)
(uri C:\Users\serisman\Nextcloud\ELECTRONICS\Padauk-Temp-PWM-Fan\pcb/libraries/78L05.lib))
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical Padauk)
(uri C:\Users\serisman\Nextcloud\ELECTRONICS\Padauk-Temp-PWM-Fan\pcb/libraries/Padauk.lib)))
(nets
(net (code 1) (name +12V)
(node (ref U2) (pin 2))
(node (ref J1) (pin 2))
(node (ref J2) (pin 2))
(node (ref C1) (pin 2)))
(net (code 2) (name GND)
(node (ref U1) (pin 2))
(node (ref C1) (pin 1))
(node (ref C2) (pin 2))
(node (ref J2) (pin 1))
(node (ref J1) (pin 1))
(node (ref U2) (pin 3))
(node (ref R1) (pin 2)))
(net (code 3) (name +5V)
(node (ref U2) (pin 1))
(node (ref U1) (pin 5))
(node (ref C2) (pin 1))
(node (ref TH1) (pin 1)))
(net (code 4) (name /T_OUT)
(node (ref TH1) (pin 2))
(node (ref R1) (pin 1))
(node (ref U1) (pin 1)))
(net (code 5) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 6) (name /TACH)
(node (ref J2) (pin 3))
(node (ref U1) (pin 3)))
(net (code 7) (name /PWM)
(node (ref U1) (pin 6))
(node (ref J2) (pin 4)))))