-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatmega328pb_minimal_board.net
410 lines (410 loc) · 15.7 KB
/
atmega328pb_minimal_board.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
(export (version D)
(design
(source /home/yovan/Documents/electronics/kicad/atmega328pb_minimal_board/atmega328pb_minimal_board.sch)
(date "Fri 23 Aug 2019 18:03:41 EEST")
(tool "Eeschema 5.1.4-e60b266~84~ubuntu18.04.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source atmega328pb_minimal_board.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value ATmega328PB-AU)
(footprint Package_QFP:TQFP-32_7x7mm_P0.8mm)
(datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/40001906C.pdf)
(libsource (lib MCU_Microchip_ATmega) (part ATmega328PB-AU) (description "20MHz, 32kB Flash, 2kB SRAM, 1kB EEPROM, TQFP-32"))
(sheetpath (names /) (tstamps /))
(tstamp 5D579FFC))
(comp (ref Y1)
(value 16MHz)
(footprint Crystal:Crystal_HC49-4H_Vertical)
(datasheet ~)
(libsource (lib Device) (part Crystal) (description "Two pin crystal"))
(sheetpath (names /) (tstamps /))
(tstamp 5D5836B2))
(comp (ref C3)
(value 22pF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5D584701))
(comp (ref C4)
(value 22pF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5D5848D8))
(comp (ref R1)
(value 10K)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5D588FD5))
(comp (ref C1)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5D593A51))
(comp (ref J2)
(value Conn_02x05_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x05_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x05_Odd_Even) (description "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D5B070D))
(comp (ref J3)
(value Conn_01x16_Male)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x16_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x16_Male) (description "Generic connector, single row, 01x16, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D60066D))
(comp (ref J4)
(value Conn_01x16_Male)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x16_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x16_Male) (description "Generic connector, single row, 01x16, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D604C09))
(comp (ref R2)
(value "100 Ohm")
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R_Small) (description "Resistor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5D7069A7))
(comp (ref D1)
(value LED_Small)
(footprint LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part LED_Small) (description "Light emitting diode, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5D706EDE))
(comp (ref SW1)
(value Reset)
(footprint Button_Switch_THT:SW_PUSH_6mm_H5mm)
(datasheet ~)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5D71343A))
(comp (ref J5)
(value Conn_01x02_Male)
(footprint Connector_PinHeader_2.54mm:PinHeader_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 5D72459C))
(comp (ref J1)
(value Conn_01x02_Male)
(footprint Connector_PinHeader_2.54mm:PinHeader_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 5D727F44)))
(libparts
(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_01x16_Male)
(description "Generic connector, single row, 01x16, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x16_Male))
(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))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))
(pin (num 11) (name Pin_11) (type passive))
(pin (num 12) (name Pin_12) (type passive))
(pin (num 13) (name Pin_13) (type passive))
(pin (num 14) (name Pin_14) (type passive))
(pin (num 15) (name Pin_15) (type passive))
(pin (num 16) (name Pin_16) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x05_Odd_Even)
(description "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x05_Odd_Even))
(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))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))))
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Crystal)
(description "Two pin crystal")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part LED_Small)
(description "Light emitting diode, small symbol")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(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 Device) (part R_Small)
(description "Resistor, small symbol")
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib MCU_Microchip_ATmega) (part ATmega48PB-AU)
(aliases
(alias ATmega88PB-AU)
(alias ATmega168PB-AU)
(alias ATmega328PB-AU))
(description "20MHz, 4kB Flash, 512B SRAM, 256B EEPROM, TQFP-32")
(docs http://ww1.microchip.com/downloads/en/DeviceDoc/40001909A.pdf)
(footprints
(fp TQFP*7x7mm*P0.8mm*))
(fields
(field (name Reference) U)
(field (name Value) ATmega48PB-AU)
(field (name Footprint) Package_QFP:TQFP-32_7x7mm_P0.8mm))
(pins
(pin (num 1) (name PD3) (type 3state))
(pin (num 2) (name PD4) (type 3state))
(pin (num 3) (name PE0) (type 3state))
(pin (num 4) (name VCC) (type power_in))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name PE1) (type 3state))
(pin (num 7) (name XTAL1/PB6) (type 3state))
(pin (num 8) (name XTAL2/PB7) (type 3state))
(pin (num 9) (name PD5) (type 3state))
(pin (num 10) (name PD6) (type 3state))
(pin (num 11) (name PD7) (type 3state))
(pin (num 12) (name PB0) (type 3state))
(pin (num 13) (name PB1) (type 3state))
(pin (num 14) (name PB2) (type 3state))
(pin (num 15) (name PB3) (type 3state))
(pin (num 16) (name PB4) (type 3state))
(pin (num 17) (name PB5) (type 3state))
(pin (num 18) (name AVCC) (type power_in))
(pin (num 19) (name PE2) (type 3state))
(pin (num 20) (name AREF) (type passive))
(pin (num 21) (name GND) (type passive))
(pin (num 22) (name PE3) (type 3state))
(pin (num 23) (name PC0) (type 3state))
(pin (num 24) (name PC1) (type 3state))
(pin (num 25) (name PC2) (type 3state))
(pin (num 26) (name PC3) (type 3state))
(pin (num 27) (name PC4) (type 3state))
(pin (num 28) (name PC5) (type 3state))
(pin (num 29) (name ~RESET~/PC6) (type 3state))
(pin (num 30) (name PD0) (type 3state))
(pin (num 31) (name PD1) (type 3state))
(pin (num 32) (name PD2) (type 3state))))
(libpart (lib Switch) (part SW_Push)
(description "Push button switch, generic, two pins")
(docs ~)
(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 Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Connector_Generic)
(uri /usr/share/kicad/library/Connector_Generic.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical MCU_Microchip_ATmega)
(uri /usr/share/kicad/library/MCU_Microchip_ATmega.lib))
(library (logical Switch)
(uri /usr/share/kicad/library/Switch.lib)))
(nets
(net (code 1) (name PIN22)
(node (ref J4) (pin 6))
(node (ref U1) (pin 22)))
(net (code 2) (name GND)
(node (ref U1) (pin 5))
(node (ref J3) (pin 5))
(node (ref J4) (pin 5))
(node (ref J2) (pin 10))
(node (ref C1) (pin 1))
(node (ref J2) (pin 4))
(node (ref J2) (pin 6))
(node (ref J2) (pin 8))
(node (ref C4) (pin 2))
(node (ref C3) (pin 2))
(node (ref U1) (pin 21))
(node (ref SW1) (pin 2))
(node (ref D1) (pin 1)))
(net (code 3) (name PIN20)
(node (ref U1) (pin 20))
(node (ref J4) (pin 4)))
(net (code 4) (name PIN19)
(node (ref U1) (pin 19))
(node (ref J4) (pin 3)))
(net (code 5) (name VCC)
(node (ref J4) (pin 2))
(node (ref R2) (pin 1))
(node (ref R1) (pin 1))
(node (ref U1) (pin 18))
(node (ref U1) (pin 4))
(node (ref J3) (pin 4))
(node (ref J2) (pin 2))
(node (ref C1) (pin 2)))
(net (code 6) (name SCK)
(node (ref J2) (pin 7))
(node (ref U1) (pin 17))
(node (ref J4) (pin 1)))
(net (code 7) (name MISO)
(node (ref U1) (pin 16))
(node (ref J2) (pin 9))
(node (ref J3) (pin 16))
(node (ref J1) (pin 1)))
(net (code 8) (name MOSI)
(node (ref J1) (pin 2))
(node (ref U1) (pin 15))
(node (ref J2) (pin 1))
(node (ref J3) (pin 15)))
(net (code 9) (name PIN23)
(node (ref J4) (pin 7))
(node (ref U1) (pin 23)))
(net (code 10) (name XTAL2)
(node (ref C4) (pin 1))
(node (ref U1) (pin 8))
(node (ref J3) (pin 8))
(node (ref Y1) (pin 2)))
(net (code 11) (name XTAL1)
(node (ref C3) (pin 1))
(node (ref J3) (pin 7))
(node (ref U1) (pin 7))
(node (ref Y1) (pin 1)))
(net (code 12) (name RESET)
(node (ref SW1) (pin 1))
(node (ref U1) (pin 29))
(node (ref J2) (pin 5))
(node (ref R1) (pin 2))
(node (ref J4) (pin 13)))
(net (code 13) (name PIN30)
(node (ref J4) (pin 14))
(node (ref J5) (pin 2))
(node (ref U1) (pin 30)))
(net (code 14) (name PIN31)
(node (ref J5) (pin 1))
(node (ref U1) (pin 31))
(node (ref J4) (pin 15)))
(net (code 15) (name PIN32)
(node (ref J4) (pin 16))
(node (ref U1) (pin 32)))
(net (code 16) (name PIN28)
(node (ref U1) (pin 28))
(node (ref J4) (pin 12)))
(net (code 17) (name PIN27)
(node (ref J4) (pin 11))
(node (ref U1) (pin 27)))
(net (code 18) (name PIN26)
(node (ref J4) (pin 10))
(node (ref U1) (pin 26)))
(net (code 19) (name PIN25)
(node (ref U1) (pin 25))
(node (ref J4) (pin 9)))
(net (code 20) (name PIN24)
(node (ref U1) (pin 24))
(node (ref J4) (pin 8)))
(net (code 21) (name PIN11)
(node (ref U1) (pin 11))
(node (ref J3) (pin 11)))
(net (code 22) (name PIN10)
(node (ref J3) (pin 10))
(node (ref U1) (pin 10)))
(net (code 23) (name PIN9)
(node (ref U1) (pin 9))
(node (ref J3) (pin 9)))
(net (code 24) (name PIN2)
(node (ref J3) (pin 2))
(node (ref U1) (pin 2)))
(net (code 25) (name PIN14)
(node (ref U1) (pin 14))
(node (ref J3) (pin 14)))
(net (code 26) (name PIN13)
(node (ref U1) (pin 13))
(node (ref J3) (pin 13)))
(net (code 27) (name PIN12)
(node (ref U1) (pin 12))
(node (ref J3) (pin 12)))
(net (code 28) (name PIN6)
(node (ref J3) (pin 6))
(node (ref U1) (pin 6)))
(net (code 29) (name PIN3)
(node (ref J3) (pin 3))
(node (ref U1) (pin 3)))
(net (code 30) (name PIN1)
(node (ref J3) (pin 1))
(node (ref U1) (pin 1)))
(net (code 31) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref R2) (pin 2)))
(net (code 32) (name "Net-(J2-Pad3)")
(node (ref J2) (pin 3)))))