-
Notifications
You must be signed in to change notification settings - Fork 0
/
connectors.kicad_sch
549 lines (538 loc) · 20.2 KB
/
connectors.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
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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
(kicad_sch (version 20230121) (generator eeschema)
(uuid 7a19ddd0-c1fd-44e2-8c86-c03692922e19)
(paper "A4")
(lib_symbols
(symbol "Connector:Conn_01x10_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (at 0 12.7 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_01x10_Socket" (at 0 -15.24 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_locked" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "ki_keywords" "connector" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic connector, single row, 01x10, script generated" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_01x10_Socket_1_1"
(arc (start 0 -12.192) (mid -0.5058 -12.7) (end 0 -13.208)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 -9.652) (mid -0.5058 -10.16) (end 0 -10.668)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 -7.112) (mid -0.5058 -7.62) (end 0 -8.128)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 -12.7)
(xy -0.508 -12.7)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 -10.16)
(xy -0.508 -10.16)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 -7.62)
(xy -0.508 -7.62)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 -5.08)
(xy -0.508 -5.08)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 -2.54)
(xy -0.508 -2.54)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 0)
(xy -0.508 0)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 2.54)
(xy -0.508 2.54)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 5.08)
(xy -0.508 5.08)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 7.62)
(xy -0.508 7.62)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 10.16)
(xy -0.508 10.16)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 8.128) (mid -0.5058 7.62) (end 0 7.112)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(arc (start 0 10.668) (mid -0.5058 10.16) (end 0 9.652)
(stroke (width 0.1524) (type default))
(fill (type none))
)
(pin passive line (at -5.08 10.16 0) (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 -12.7 0) (length 3.81)
(name "Pin_10" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 7.62 0) (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 5.08 0) (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 2.54 0) (length 3.81)
(name "Pin_4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 0 0) (length 3.81)
(name "Pin_5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -2.54 0) (length 3.81)
(name "Pin_6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -5.08 0) (length 3.81)
(name "Pin_7" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -7.62 0) (length 3.81)
(name "Pin_8" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -10.16 0) (length 3.81)
(name "Pin_9" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(no_connect (at 113.03 120.65) (uuid 9e132b90-a303-455a-98de-78a8ea3e93d7))
(no_connect (at 113.03 118.11) (uuid a2749185-fafe-4bfc-98ad-95f6f50d4d7c))
(no_connect (at 157.48 118.11) (uuid a7a388c7-ee06-4562-b3db-3abf83f78594))
(no_connect (at 157.48 120.65) (uuid c215c9d5-6220-45db-a967-3c2d6a9d7d8d))
(wire (pts (xy 153.67 105.41) (xy 157.48 105.41))
(stroke (width 0) (type default))
(uuid 241eb338-3f77-47a8-8e98-1e86b0ef4827)
)
(wire (pts (xy 153.67 102.87) (xy 157.48 102.87))
(stroke (width 0) (type default))
(uuid 3c94ee5d-a8c3-4160-98f4-781bded0e1fc)
)
(wire (pts (xy 153.67 115.57) (xy 157.48 115.57))
(stroke (width 0) (type default))
(uuid 44b7798e-ae04-43d1-bec3-838faff7405c)
)
(wire (pts (xy 153.67 113.03) (xy 157.48 113.03))
(stroke (width 0) (type default))
(uuid 4783fafe-609e-4945-9f0c-aa76fc4af06a)
)
(wire (pts (xy 146.05 125.73) (xy 157.48 125.73))
(stroke (width 0) (type default))
(uuid 4e9a7d92-533e-4dff-8e0f-8575daf30f6c)
)
(wire (pts (xy 101.6 125.73) (xy 113.03 125.73))
(stroke (width 0) (type default))
(uuid 526ff943-7284-465f-8b17-f7b313f5c79a)
)
(wire (pts (xy 153.67 123.19) (xy 157.48 123.19))
(stroke (width 0) (type default))
(uuid 5813663f-8ed1-4d69-9a83-93d2c81870a8)
)
(wire (pts (xy 109.22 107.95) (xy 113.03 107.95))
(stroke (width 0) (type default))
(uuid 5da03a94-c0e2-4b7f-ae7e-7c601a1a2e62)
)
(wire (pts (xy 109.22 115.57) (xy 113.03 115.57))
(stroke (width 0) (type default))
(uuid 68df8e81-3ad4-4cd0-a225-39c4cf349e64)
)
(wire (pts (xy 109.22 110.49) (xy 113.03 110.49))
(stroke (width 0) (type default))
(uuid 6f7cd98b-0f58-4202-a8a1-60be2ee3da21)
)
(wire (pts (xy 109.22 113.03) (xy 113.03 113.03))
(stroke (width 0) (type default))
(uuid 75b98038-cb1e-4494-a017-230e29f705d5)
)
(wire (pts (xy 153.67 110.49) (xy 157.48 110.49))
(stroke (width 0) (type default))
(uuid 898621d9-69a8-4611-bef3-86123530601c)
)
(wire (pts (xy 153.67 107.95) (xy 157.48 107.95))
(stroke (width 0) (type default))
(uuid 9f67e7b0-19da-411e-afa6-088f1b88edd4)
)
(wire (pts (xy 109.22 102.87) (xy 113.03 102.87))
(stroke (width 0) (type default))
(uuid bed3155e-01da-462a-92fb-8ca1ff8d262f)
)
(wire (pts (xy 107.95 123.19) (xy 113.03 123.19))
(stroke (width 0) (type default))
(uuid efbb6c47-9e41-4b1b-a3aa-559a1e0c316e)
)
(wire (pts (xy 109.22 105.41) (xy 113.03 105.41))
(stroke (width 0) (type default))
(uuid f33caa63-1f43-442c-9b0b-8eaccc0c3fe6)
)
(global_label "VDD_3.3_t" (shape input) (at 153.67 123.19 180) (fields_autoplaced)
(effects (font (size 1 1) (color 255 149 14 1)) (justify right))
(uuid 065575a1-ac49-475b-b685-ac968a4c6503)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 144.0488 123.19 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPS_RXD_t" (shape input) (at 153.67 113.03 180) (fields_autoplaced)
(effects (font (size 1 1) (color 10 165 255 1)) (justify right))
(uuid 0d843857-0d94-4fd3-a48d-dcbf7dd5d719)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 143.3821 113.03 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "VDD_3.3" (shape input) (at 107.95 123.19 180) (fields_autoplaced)
(effects (font (size 1 1) (color 255 149 14 1)) (justify right))
(uuid 258468d1-71cd-41bc-aac7-ea17e3041092)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 99.6621 123.19 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "PWR_KEY_GSM" (shape input) (at 109.22 110.49 180) (fields_autoplaced)
(effects (font (size 1 1)) (justify right))
(uuid 2634fac5-5cc6-4e2a-810a-e6e33d24fd26)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 96.4082 110.49 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPS_RXD" (shape input) (at 109.22 113.03 180) (fields_autoplaced)
(effects (font (size 1 1) (color 10 165 255 1)) (justify right))
(uuid 2a670c83-126f-45c7-b698-066d35cd8473)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 100.2654 113.03 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GSM_TX" (shape output) (at 109.22 105.41 180) (fields_autoplaced)
(effects (font (size 1 1) (color 88 18 132 1)) (justify right))
(uuid 513c6b0b-ebe2-4328-8ecf-8d52cecac29d)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 101.3606 105.41 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "Force_ON" (shape input) (at 109.22 107.95 180) (fields_autoplaced)
(effects (font (size 1 1) (color 10 165 255 1)) (justify right))
(uuid 51a8bb9c-b9e4-47cb-9310-acf899573667)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 99.9799 107.95 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "PWR_KEY_GSM_t" (shape input) (at 153.67 110.49 180) (fields_autoplaced)
(effects (font (size 1 1)) (justify right))
(uuid 5524033a-0287-4910-a889-e763d22817f5)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 139.5249 110.49 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GSM_RX_t" (shape output) (at 153.67 102.87 180) (fields_autoplaced)
(effects (font (size 1 1) (color 88 18 132 1)) (justify right))
(uuid a37d628f-5c18-435b-a02d-353b9581a2f9)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 144.2392 102.87 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "Force_ON_t" (shape input) (at 153.67 107.95 180) (fields_autoplaced)
(effects (font (size 1 1) (color 10 165 255 1)) (justify right))
(uuid a8e5cd11-d2d9-4f43-964b-f0798f2f1bca)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 143.0966 107.95 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPS_TXD_t" (shape input) (at 153.67 115.57 180) (fields_autoplaced)
(effects (font (size 1 1) (color 10 165 255 1)) (justify right))
(uuid aef600e8-08f5-476f-8550-c19dfd2d8aff)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 143.6202 115.57 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPS_TXD" (shape input) (at 109.22 115.57 180) (fields_autoplaced)
(effects (font (size 1 1) (color 10 165 255 1)) (justify right))
(uuid c7f2b242-a97c-4e1b-9fdd-8fcf5e10f17c)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 100.5035 115.57 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GSM_TX_t" (shape output) (at 153.67 105.41 180) (fields_autoplaced)
(effects (font (size 1 1) (color 88 18 132 1)) (justify right))
(uuid d3434461-aaa2-41f6-935d-24fa97f6d9f2)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 144.4773 105.41 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GSM_RX" (shape output) (at 109.22 102.87 180) (fields_autoplaced)
(effects (font (size 1 1) (color 88 18 132 1)) (justify right))
(uuid d575d022-e417-4d48-957e-d22c0e7dac0a)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 101.1225 102.87 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(symbol (lib_id "power:GND") (at 101.6 125.73 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 56246c67-270f-4e03-bc4a-78ce548d0467)
(property "Reference" "#PWR016" (at 101.6 132.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 105.41 128.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (at 101.6 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 101.6 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ad9d1a0f-88f5-42ef-90d9-5d52d4cc25a4))
(instances
(project "RP2040_SOS_band"
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed"
(reference "#PWR016") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/892de33d-264e-4bda-a61c-c8174f81e463"
(reference "#PWR073") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/2e6f74bb-681c-49d2-acf8-32965dc28494"
(reference "#PWR075") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/c1051a7e-f9c5-4109-b94b-a1dfed3aac70"
(reference "#PWR075") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 146.05 125.73 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 57f79c4c-e876-4b38-b692-2e25daa85469)
(property "Reference" "#PWR016" (at 146.05 132.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 149.86 128.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (at 146.05 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 146.05 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c83f2179-c2be-4972-a1e5-14896c0618a8))
(instances
(project "RP2040_SOS_band"
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed"
(reference "#PWR016") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/892de33d-264e-4bda-a61c-c8174f81e463"
(reference "#PWR073") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/c1051a7e-f9c5-4109-b94b-a1dfed3aac70"
(reference "#PWR073") (unit 1)
)
)
)
)
(symbol (lib_id "Connector:Conn_01x10_Socket") (at 118.11 113.03 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 59cce4d3-e638-4928-9212-13d7ac934c4d)
(property "Reference" "J4" (at 119.38 113.665 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10Pin FPC TOP Board" (at 101.6 97.79 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "10 Pin FPC:686110183522" (at 118.11 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 118.11 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c816bb89-2c8d-409c-87d4-52eea47e2679))
(pin "10" (uuid 7242ee61-4da6-4a84-a176-a129ca3be379))
(pin "2" (uuid 4e29c1c6-c622-42e0-88b6-bed5dc7dd3d7))
(pin "3" (uuid d55309bd-d9c1-457f-a2bb-d1857b6eb035))
(pin "4" (uuid c58b62d2-d734-4d64-9674-bb25e3b4f07e))
(pin "5" (uuid d0128484-b3c6-4cac-8198-eca248e4796a))
(pin "6" (uuid ae0e2b19-bf00-4531-bf8b-bb90fe6b60ce))
(pin "7" (uuid c1bb174b-a3a9-4bc4-bbbf-0b7b7273c8b0))
(pin "8" (uuid 96a6b437-f319-44a2-82f5-eb6acb465d7d))
(pin "9" (uuid b6d6d31d-3469-41c0-b2a8-dd7258aacba8))
(instances
(project "RP2040_SOS_band"
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/892de33d-264e-4bda-a61c-c8174f81e463"
(reference "J4") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/2e6f74bb-681c-49d2-acf8-32965dc28494"
(reference "J5") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/c1051a7e-f9c5-4109-b94b-a1dfed3aac70"
(reference "J3") (unit 1)
)
)
)
)
(symbol (lib_id "Connector:Conn_01x10_Socket") (at 162.56 113.03 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid d8c99f0a-90cf-41ad-b063-5d3f29605c80)
(property "Reference" "J4" (at 163.83 113.665 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10Pin FPC Bottom board" (at 143.51 96.52 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "10 Pin FPC:686110183522" (at 162.56 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 162.56 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 66e2bec1-5a7f-4b98-9485-64b10192619a))
(pin "10" (uuid 56e756e0-9b80-4d9b-9165-355e7cd0e858))
(pin "2" (uuid 5f809d71-efac-434c-a126-f81aaa47228c))
(pin "3" (uuid 20e46e2d-5641-4c52-bc17-037ba118b0c5))
(pin "4" (uuid c17ccf7a-2d7e-493b-96cb-3b2fdf03555e))
(pin "5" (uuid 33b6865e-1620-4cb4-9293-d50621576655))
(pin "6" (uuid 6826aaab-ad05-47c5-a053-739a8fc630a7))
(pin "7" (uuid 9810f796-3ec9-4277-8e37-0b38943eb2b5))
(pin "8" (uuid 7437eed7-fac5-40dc-b6c6-22e5a9ea4e2d))
(pin "9" (uuid 42527ab7-c9e0-4a08-9925-ec4d52b95a52))
(instances
(project "RP2040_SOS_band"
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/892de33d-264e-4bda-a61c-c8174f81e463"
(reference "J4") (unit 1)
)
(path "/1d911b84-17e1-4d47-ac8f-a730104b53ed/c1051a7e-f9c5-4109-b94b-a1dfed3aac70"
(reference "J4") (unit 1)
)
)
)
)
)