-
Notifications
You must be signed in to change notification settings - Fork 0
/
TinySJ.kicad_sch
428 lines (413 loc) · 16.8 KB
/
TinySJ.kicad_sch
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
(kicad_sch (version 20211123) (generator eeschema)
(uuid ef1a0cdc-a2c0-4188-95a2-505526473bff)
(paper "A4")
(lib_symbols
(symbol "Connector:Conn_01x04_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at 0 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_01x04_Male" (id 1) (at 0 -7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_01x04_Male_1_1"
(polyline
(pts
(xy 1.27 -5.08)
(xy 0.8636 -5.08)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 -2.54)
(xy 0.8636 -2.54)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 0)
(xy 0.8636 0)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 2.54)
(xy 0.8636 2.54)
)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start 0.8636 -4.953) (end 0 -5.207)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.8636 -2.413) (end 0 -2.667)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.8636 0.127) (end 0 -0.127)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.8636 2.667) (end 0 2.413)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type outline))
)
(pin passive line (at 5.08 2.54 180) (length 3.81)
(name "Pin_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 0 180) (length 3.81)
(name "Pin_2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 -2.54 180) (length 3.81)
(name "Pin_3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 -5.08 180) (length 3.81)
(name "Pin_4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 2.032 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "R" (id 1) (at 0 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at -1.778 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_0_1"
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_1_1"
(pin passive line (at 0 3.81 270) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Jumper:Jumper_2_Bridged" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "JP" (id 0) (at 0 1.905 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Jumper_2_Bridged" (id 1) (at 0 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "Jumper SPST" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Jumper, 2-pole, closed/bridged" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Jumper* TestPoint*2Pads* TestPoint*Bridge*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Jumper_2_Bridged_0_0"
(circle (center -2.032 0) (radius 0.508)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(circle (center 2.032 0) (radius 0.508)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "Jumper_2_Bridged_0_1"
(arc (start 1.524 0.254) (mid 0 0.762) (end -1.524 0.254)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "Jumper_2_Bridged_1_1"
(pin passive line (at -5.08 0 0) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 0 180) (length 2.54)
(name "B" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Jumper:Jumper_2_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "JP" (id 0) (at 0 2.794 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Jumper_2_Open" (id 1) (at 0 -2.286 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "Jumper SPST" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Jumper, 2-pole, open" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Jumper* TestPoint*2Pads* TestPoint*Bridge*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Jumper_2_Open_0_0"
(circle (center -2.032 0) (radius 0.508)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(circle (center 2.032 0) (radius 0.508)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "Jumper_2_Open_0_1"
(arc (start 1.524 1.27) (mid 0 1.778) (end -1.524 1.27)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "Jumper_2_Open_1_1"
(pin passive line (at -5.08 0 0) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 0 180) (length 2.54)
(name "B" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
)
(global_label "Vcc" (shape input) (at 191.77 77.47 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 54980145-e509-43e6-a8ce-53bc6b7d023c)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 197.4488 77.3906 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "GND" (shape input) (at 191.77 85.09 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid bd5fc0dc-3abb-40d1-b1dd-1fce9a8de65c)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 198.0536 85.0106 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "GND" (shape input) (at 191.77 102.87 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e35b7afe-0cb4-4470-b0f6-c7ea82930348)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 198.0536 102.7906 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "Vcc" (shape input) (at 191.77 95.25 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e97ea95b-ffa5-4b20-9874-1eb45f4a150a)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 197.4488 95.1706 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(symbol (lib_id "Jumper:Jumper_2_Open") (at 138.43 107.95 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 0f3e650e-350d-4074-928b-9ad09f6c1106)
(property "Reference" "JP202" (id 0) (at 138.43 101.6 0))
(property "Value" "Jumper_2_Open" (id 1) (at 138.43 104.14 0))
(property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" (id 2) (at 138.43 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 138.43 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 932ebf36-7e93-423f-ab17-fb15ae24fb1e))
(pin "2" (uuid 80972621-e21e-486b-81d5-bf060b67d543))
)
(symbol (lib_id "Jumper:Jumper_2_Bridged") (at 138.43 77.47 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 368581cf-c3d7-46b3-b8b6-12a447c9c758)
(property "Reference" "JP101" (id 0) (at 138.43 71.12 0))
(property "Value" "Jumper_2_Bridged" (id 1) (at 138.43 73.66 0))
(property "Footprint" "Customs:tinySJ-Bridged" (id 2) (at 138.43 77.47 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 138.43 77.47 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0b895b5b-0387-4fe5-b13f-d2d0921d987a))
(pin "2" (uuid 02e7ab77-ea10-483f-a839-b00234f4966e))
)
(symbol (lib_id "Connector:Conn_01x04_Male") (at 186.69 80.01 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 44a72702-c415-4439-a906-5f8d5b5b0779)
(property "Reference" "J101" (id 0) (at 187.325 72.39 0))
(property "Value" "Conn_01x04_Male" (id 1) (at 187.325 74.93 0))
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (id 2) (at 186.69 80.01 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 186.69 80.01 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid f20ae9b3-fa12-437f-a890-97479b8dd0ad))
(pin "2" (uuid ea3cd495-c6ad-4f84-852e-9aabd1a41016))
(pin "3" (uuid d0823434-db12-4594-8c7e-916599ccebf5))
(pin "4" (uuid dcd90495-5cf3-4dc0-86a0-2758b5cdc83d))
)
(symbol (lib_id "Connector:Conn_01x04_Male") (at 186.69 97.79 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5b54de76-1b89-4df6-bab3-e8bfb1b8cdf2)
(property "Reference" "J102" (id 0) (at 187.325 90.17 0))
(property "Value" "Conn_01x04_Male" (id 1) (at 187.325 92.71 0))
(property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_1x04_P1.27mm_Vertical" (id 2) (at 186.69 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 186.69 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e2e30005-6475-4d89-8044-18c27bd93725))
(pin "2" (uuid 597ac90a-5c75-4c7a-8d63-383c206dc43f))
(pin "3" (uuid e6674eb8-f14d-478b-9d82-2babde1a4596))
(pin "4" (uuid 2ce9d69c-22d3-46bd-95b9-e65a2d27a427))
)
(symbol (lib_id "Device:R") (at 194.31 113.03 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 74aea760-2875-45b2-b365-aa6b4e1a7b2a)
(property "Reference" "R102" (id 0) (at 196.85 111.7599 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "R" (id 1) (at 196.85 114.2999 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 192.532 113.03 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 194.31 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5cc403aa-c401-492e-97e4-f7ea73e5309d))
(pin "2" (uuid 14865b2f-461a-427b-8f44-fc8738e31f05))
)
(symbol (lib_id "Device:R") (at 184.15 113.03 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid b42c6c24-3104-452d-b705-f04056772593)
(property "Reference" "R101" (id 0) (at 186.69 111.7599 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "R" (id 1) (at 186.69 114.2999 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 182.372 113.03 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 184.15 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 97de7ead-4b31-4ac2-a807-8f0364df72c6))
(pin "2" (uuid fa0c7e59-b334-426f-ba37-b4ce9aa14678))
)
(symbol (lib_id "Jumper:Jumper_2_Open") (at 138.43 97.79 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid ce33e968-a2a6-4ca4-95e0-951d84216871)
(property "Reference" "JP102" (id 0) (at 138.43 91.44 0))
(property "Value" "Jumper_2_Open" (id 1) (at 138.43 93.98 0))
(property "Footprint" "Customs:tinySJ-Open" (id 2) (at 138.43 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 138.43 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9b7cd675-6d22-46ba-8dd6-0dc9b3f10a7c))
(pin "2" (uuid df58fa2a-7281-4bbf-865c-e5d151195f5a))
)
(symbol (lib_id "Jumper:Jumper_2_Bridged") (at 138.43 87.63 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid f5e65c01-1907-4b4a-9004-7f5aa7db7884)
(property "Reference" "JP201" (id 0) (at 138.43 81.28 0))
(property "Value" "Jumper_2_Bridged" (id 1) (at 138.43 83.82 0))
(property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm" (id 2) (at 138.43 87.63 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 138.43 87.63 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a8b821fc-3dc9-49dc-8bca-1bd78d71f747))
(pin "2" (uuid 8e5bbd7f-8b2a-4d60-b62f-21a8f8fb1bd1))
)
(sheet_instances
(path "/" (page "1"))
)
(symbol_instances
(path "/44a72702-c415-4439-a906-5f8d5b5b0779"
(reference "J101") (unit 1) (value "Conn_01x04_Male") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical")
)
(path "/5b54de76-1b89-4df6-bab3-e8bfb1b8cdf2"
(reference "J102") (unit 1) (value "Conn_01x04_Male") (footprint "Connector_PinHeader_1.27mm:PinHeader_1x04_P1.27mm_Vertical")
)
(path "/368581cf-c3d7-46b3-b8b6-12a447c9c758"
(reference "JP101") (unit 1) (value "Jumper_2_Bridged") (footprint "Customs:tinySJ-Bridged")
)
(path "/ce33e968-a2a6-4ca4-95e0-951d84216871"
(reference "JP102") (unit 1) (value "Jumper_2_Open") (footprint "Customs:tinySJ-Open")
)
(path "/f5e65c01-1907-4b4a-9004-7f5aa7db7884"
(reference "JP201") (unit 1) (value "Jumper_2_Bridged") (footprint "Jumper:SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm")
)
(path "/0f3e650e-350d-4074-928b-9ad09f6c1106"
(reference "JP202") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm")
)
(path "/b42c6c24-3104-452d-b705-f04056772593"
(reference "R101") (unit 1) (value "R") (footprint "Resistor_SMD:R_0603_1608Metric")
)
(path "/74aea760-2875-45b2-b365-aa6b4e1a7b2a"
(reference "R102") (unit 1) (value "R") (footprint "Resistor_SMD:R_0805_2012Metric")
)
)
)