-
Notifications
You must be signed in to change notification settings - Fork 23
/
arduino-pro-mini.net
508 lines (508 loc) · 17.1 KB
/
arduino-pro-mini.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
(export (version D)
(design
(source /home/eti/kicad/arduino-pro-mini/arduino-pro-mini.sch)
(date "Wed 27 Dec 2017 03:50:55 PM CET")
(tool "Eeschema 4.0.5+dfsg1-4~bpo8+1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source arduino-pro-mini.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref JP7)
(value CONN_01X12)
(footprint Pin_Headers:Pin_Header_Straight_1x12)
(libsource (lib conn) (part CONN_01X12))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E2D3F))
(comp (ref JP6)
(value CONN_01X12)
(footprint Pin_Headers:Pin_Header_Straight_1x12)
(libsource (lib conn) (part CONN_01X12))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E2E1C))
(comp (ref JP1)
(value CONN_01X06)
(footprint Pin_Headers:Pin_Header_Angled_1x06)
(libsource (lib conn) (part CONN_01X06))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E2E4A))
(comp (ref JP2)
(value CONN_01X02)
(footprint Pin_Headers:Pin_Header_Straight_1x02)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E2EBF))
(comp (ref JP3)
(value CONN_01X02)
(footprint Pin_Headers:Pin_Header_Straight_1x02)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E2EEE))
(comp (ref U2)
(value MIC5205)
(footprint TO_SOT_Packages_SMD:SOT-23-5)
(libsource (lib regul) (part TPS76333))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E2FC6))
(comp (ref U1)
(value ATMEGA328-A)
(footprint Housings_QFP:TQFP-32_7x7mm_Pitch0.8mm)
(libsource (lib atmel) (part ATMEGA328-A))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E33C7))
(comp (ref C1)
(value 0.1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E3DBC))
(comp (ref C2)
(value 0.1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E3ED3))
(comp (ref C10)
(value 0.1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E3F50))
(comp (ref C3)
(value 0.1uF)
(footprint Capacitors_SMD:C_0603)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E3FF5))
(comp (ref C19)
(value 10uF)
(footprint SMD_Packages:SMD-1206_Pol)
(libsource (lib device) (part CP1))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E4074))
(comp (ref C13)
(value 10uF)
(footprint SMD_Packages:SMD-1206_Pol)
(libsource (lib device) (part CP1))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E4136))
(comp (ref R2)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E417D))
(comp (ref R1)
(value R)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E420A))
(comp (ref R3)
(value R)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E4265))
(comp (ref R6)
(value 330)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E42C6))
(comp (ref R11)
(value 10k)
(footprint Resistors_SMD:R_0603)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E432B))
(comp (ref D3)
(value Green)
(footprint LEDs:LED_0603)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E4396))
(comp (ref LED1)
(value Red)
(footprint LEDs:LED_0603)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E4437))
(comp (ref S1)
(value Reset)
(footprint Buttons_Switches_SMD:SW_SPST_SKQG)
(libsource (lib switches) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E4983))
(comp (ref SJ1)
(value Jumper_NO_Small)
(footprint arduino-pro-mini:jumper)
(libsource (lib device) (part Jumper_NO_Small))
(sheetpath (names /) (tstamps /))
(tstamp 5A3EAB0B))
(comp (ref Q1)
(value Resonator)
(footprint arduino-pro-mini:Resonator_smd)
(libsource (lib device) (part Resonator))
(sheetpath (names /) (tstamps /))
(tstamp 5A3F7F19)))
(libparts
(libpart (lib atmel) (part ATMEGA168A-A)
(aliases
(alias ATMEGA48A-A)
(alias ATMEGA48PA-A)
(alias ATMEGA88A-A)
(alias ATMEGA88PA-A)
(alias ATMEGA168PA-A)
(alias ATMEGA328-A)
(alias ATMEGA328P-A))
(description "TQFP32, 16k Flash, 1kB SRAM, 512B EEPROM")
(docs http://www.atmel.com/images/atmel-8271-8-bit-avr-microcontroller-atmega48a-48pa-88a-88pa-168a-168pa-328-328p_datasheet.pdf)
(fields
(field (name Reference) IC)
(field (name Value) ATMEGA168A-A)
(field (name Footprint) TQFP32))
(pins
(pin (num 1) (name "(PCINT19/OC2B/INT1)PD3") (type BiDi))
(pin (num 2) (name "(PCINT20/XCK/T0)PD4") (type BiDi))
(pin (num 3) (name GND) (type power_in))
(pin (num 4) (name VCC) (type power_in))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name VCC) (type power_in))
(pin (num 7) (name "(PCINT6/XTAL1/TOSC1)PB6") (type BiDi))
(pin (num 8) (name "(PCINT7/XTAL2/TOSC2)PB7") (type BiDi))
(pin (num 9) (name "(PCINT21/OC0B/T1)PD5") (type BiDi))
(pin (num 10) (name "(PCINT22/OC0A/AIN0)PD6") (type BiDi))
(pin (num 11) (name "(PCINT23/AIN1)PD7") (type BiDi))
(pin (num 12) (name "(PCINT0/CLKO/ICP1)PB0") (type BiDi))
(pin (num 13) (name "(PCINT1/OC1A)PB1") (type BiDi))
(pin (num 14) (name "(PCINT2/OC1B/~SS~)PB2") (type BiDi))
(pin (num 15) (name "(PCINT3/OC2A/MOSI)PB3") (type BiDi))
(pin (num 16) (name "(PCINT4/MISO)PB4") (type BiDi))
(pin (num 17) (name "(PCINT5/SCK)PB5") (type BiDi))
(pin (num 18) (name AVCC) (type power_in))
(pin (num 19) (name ADC6) (type input))
(pin (num 20) (name AREF) (type BiDi))
(pin (num 21) (name GND) (type power_in))
(pin (num 22) (name ADC7) (type input))
(pin (num 23) (name "(PCINT8/ADC0)PC0") (type BiDi))
(pin (num 24) (name "(PCINT9/ADC1)PC1") (type BiDi))
(pin (num 25) (name "(PCINT10/ADC2)PC2") (type BiDi))
(pin (num 26) (name "(PCINT11/ADC3)PC3") (type BiDi))
(pin (num 27) (name "(PCINT12/SDA/ADC4)PC4") (type BiDi))
(pin (num 28) (name "(PCINT13/SCL/ADC5)PC5") (type BiDi))
(pin (num 29) (name "(PCINT14/~RESET~)PC6") (type BiDi))
(pin (num 30) (name "(PCINT16/RXD)PD0") (type BiDi))
(pin (num 31) (name "(PCINT17/TXD)PD1") (type BiDi))
(pin (num 32) (name "(PCINT18/INT0)PD2") (type BiDi))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C?)
(fp C_????_*)
(fp C_????)
(fp SMD*_c)
(fp Capacitor*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part CONN_01X02)
(description "Connector, single row, 01x02")
(footprints
(fp Pin_Header_Straight_1X02)
(fp Pin_Header_Angled_1X02)
(fp Socket_Strip_Straight_1X02)
(fp Socket_Strip_Angled_1X02))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X02))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))))
(libpart (lib conn) (part CONN_01X06)
(description "Connector, single row, 01x06")
(footprints
(fp Pin_Header_Straight_1X06)
(fp Pin_Header_Angled_1X06)
(fp Socket_Strip_Straight_1X06)
(fp Socket_Strip_Angled_1X06))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X06))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))))
(libpart (lib conn) (part CONN_01X12)
(description "Connector, single row, 01x12")
(footprints
(fp Pin_Header_Straight_1X12)
(fp Pin_Header_Angled_1X12)
(fp Socket_Strip_Straight_1X12)
(fp Socket_Strip_Angled_1X12))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X12))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))
(pin (num 7) (name P7) (type passive))
(pin (num 8) (name P8) (type passive))
(pin (num 9) (name P9) (type passive))
(pin (num 10) (name P10) (type passive))
(pin (num 11) (name P11) (type passive))
(pin (num 12) (name P12) (type passive))))
(libpart (lib device) (part CP1)
(description "Polarised capacitor")
(footprints
(fp SMD*_Pol)
(fp C_Axial*)
(fp C_Radial*)
(fp c_elec*)
(fp C*elec)
(fp TantalC*)
(fp CP*))
(fields
(field (name Reference) C)
(field (name Value) CP1))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part Jumper_NO_Small)
(description "Jumper, normally open")
(fields
(field (name Reference) JP)
(field (name Value) Jumper_NO_Small))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib device) (part LED)
(description "LED generic")
(footprints
(fp LED*))
(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)
(footprints
(fp R_*)
(fp Resistor_*))
(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 Resonator)
(description "Three pin ceramic resonator")
(fields
(field (name Reference) Y)
(field (name Value) Resonator))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib switches) (part SW_Push)
(description "Push button switch, generic, two pins")
(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))))
(libpart (lib regul) (part TPS76301)
(aliases
(alias TPS76316)
(alias TPS76318)
(alias TPS76325)
(alias TPS76327)
(alias TPS76329)
(alias TPS76330)
(alias TPS76333)
(alias TPS76338)
(alias TPS76350))
(description "Low power 150mA LDO variable output voltage")
(docs http://www.ti.com/lit/ds/symlink/tps763.pdf)
(footprints
(fp SOT*))
(fields
(field (name Reference) U)
(field (name Value) TPS76301)
(field (name Footprint) SOT-23-5))
(pins
(pin (num 1) (name VIN) (type power_in))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name EN) (type input))
(pin (num 4) (name FB) (type input))
(pin (num 5) (name VOUT) (type power_out)))))
(libraries
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical conn)
(uri /usr/share/kicad/library/conn.lib))
(library (logical regul)
(uri /usr/share/kicad/library/regul.lib))
(library (logical atmel)
(uri /usr/share/kicad/library/atmel.lib))
(library (logical switches)
(uri /usr/share/kicad/library/switches.lib)))
(nets
(net (code 1) (name "Net-(C1-Pad1)")
(node (ref U1) (pin 20))
(node (ref C1) (pin 1)))
(net (code 2) (name A3)
(node (ref JP6) (pin 5))
(node (ref U1) (pin 26)))
(net (code 3) (name MISO)
(node (ref U1) (pin 16))
(node (ref JP6) (pin 10)))
(net (code 4) (name A2)
(node (ref U1) (pin 25))
(node (ref JP6) (pin 6)))
(net (code 5) (name VCC)
(node (ref C10) (pin 1))
(node (ref SJ1) (pin 2))
(node (ref JP1) (pin 3))
(node (ref JP6) (pin 4))
(node (ref U1) (pin 18))
(node (ref R3) (pin 1))
(node (ref C13) (pin 1))
(node (ref U1) (pin 6))
(node (ref R2) (pin 1))
(node (ref R1) (pin 1))
(node (ref U1) (pin 4))
(node (ref C3) (pin 1)))
(net (code 6) (name RESET)
(node (ref C2) (pin 2))
(node (ref JP7) (pin 10))
(node (ref S1) (pin 2))
(node (ref U1) (pin 29))
(node (ref JP6) (pin 3))
(node (ref R2) (pin 2)))
(net (code 7) (name RAW)
(node (ref JP6) (pin 1))
(node (ref C19) (pin 1))
(node (ref U2) (pin 3))
(node (ref U2) (pin 1)))
(net (code 8) (name GND)
(node (ref U1) (pin 3))
(node (ref U1) (pin 5))
(node (ref U1) (pin 21))
(node (ref C10) (pin 2))
(node (ref C1) (pin 2))
(node (ref R11) (pin 2))
(node (ref C19) (pin 2))
(node (ref C13) (pin 2))
(node (ref D3) (pin 1))
(node (ref S1) (pin 1))
(node (ref JP1) (pin 1))
(node (ref JP1) (pin 2))
(node (ref C3) (pin 2))
(node (ref U2) (pin 2))
(node (ref JP7) (pin 9))
(node (ref JP6) (pin 2))
(node (ref Q1) (pin 2)))
(net (code 9) (name SCK)
(node (ref JP6) (pin 9))
(node (ref U1) (pin 17))
(node (ref R6) (pin 2)))
(net (code 10) (name A1)
(node (ref U1) (pin 24))
(node (ref JP6) (pin 7)))
(net (code 11) (name MOSI)
(node (ref U1) (pin 15))
(node (ref JP6) (pin 11)))
(net (code 12) (name D10)
(node (ref JP6) (pin 12))
(node (ref U1) (pin 14)))
(net (code 13) (name D9)
(node (ref JP7) (pin 1))
(node (ref U1) (pin 13)))
(net (code 14) (name D8)
(node (ref U1) (pin 12))
(node (ref JP7) (pin 2)))
(net (code 15) (name D7)
(node (ref U1) (pin 11))
(node (ref JP7) (pin 3)))
(net (code 16) (name D6)
(node (ref JP7) (pin 4))
(node (ref U1) (pin 10)))
(net (code 17) (name D5)
(node (ref JP7) (pin 5))
(node (ref U1) (pin 9)))
(net (code 18) (name D4)
(node (ref JP7) (pin 6))
(node (ref U1) (pin 2)))
(net (code 19) (name D3)
(node (ref JP7) (pin 7))
(node (ref U1) (pin 1)))
(net (code 20) (name DTR)
(node (ref JP1) (pin 6))
(node (ref C2) (pin 1)))
(net (code 21) (name TXO)
(node (ref JP7) (pin 12))
(node (ref U1) (pin 31))
(node (ref JP1) (pin 5)))
(net (code 22) (name RXI)
(node (ref JP1) (pin 4))
(node (ref JP7) (pin 11))
(node (ref U1) (pin 30)))
(net (code 23) (name A7)
(node (ref U1) (pin 22))
(node (ref JP3) (pin 2)))
(net (code 24) (name A6)
(node (ref JP3) (pin 1))
(node (ref U1) (pin 19)))
(net (code 25) (name A5)
(node (ref JP2) (pin 2))
(node (ref R3) (pin 2))
(node (ref U1) (pin 28)))
(net (code 26) (name A4)
(node (ref R1) (pin 2))
(node (ref JP2) (pin 1))
(node (ref U1) (pin 27)))
(net (code 27) (name A0)
(node (ref U1) (pin 23))
(node (ref JP6) (pin 8)))
(net (code 28) (name "Net-(LED1-Pad2)")
(node (ref U2) (pin 5))
(node (ref LED1) (pin 2))
(node (ref SJ1) (pin 1)))
(net (code 29) (name "Net-(LED1-Pad1)")
(node (ref R11) (pin 1))
(node (ref LED1) (pin 1)))
(net (code 30) (name "Net-(D3-Pad2)")
(node (ref R6) (pin 1))
(node (ref D3) (pin 2)))
(net (code 31) (name "Net-(Q1-Pad3)")
(node (ref U1) (pin 7))
(node (ref Q1) (pin 3)))
(net (code 32) (name "Net-(Q1-Pad1)")
(node (ref Q1) (pin 1))
(node (ref U1) (pin 8)))
(net (code 33) (name D2)
(node (ref U1) (pin 32))
(node (ref JP7) (pin 8)))
(net (code 34) (name "Net-(U2-Pad4)")
(node (ref U2) (pin 4)))))