-
Notifications
You must be signed in to change notification settings - Fork 0
/
wireless.kicad_sch
717 lines (704 loc) · 27.1 KB
/
wireless.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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
(kicad_sch (version 20230121) (generator eeschema)
(uuid 2bc09014-b6d5-428a-afb0-a08da41cda23)
(paper "A4")
(lib_symbols
(symbol "Device:Antenna_Shield" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "AE" (at -1.905 4.445 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "Antenna_Shield" (at -1.905 2.54 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (at 0 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "antenna" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Antenna with extra pin for shielding" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Antenna_Shield_0_1"
(arc (start -0.508 -1.143) (mid -0.8429 -2.1194) (end 0 -2.667)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start 0 -2.667) (mid 0.7989 -2.1052) (end 0.508 -1.143)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 -2.54)
(xy 0 0)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 5.08)
(xy 0 -3.81)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.905)
(xy 2.54 -1.905)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.54 -2.54)
(xy 2.54 -1.905)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 1.27 5.08)
(xy 0 0)
(xy -1.27 5.08)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(circle (center 0.762 -1.905) (radius 0.1778)
(stroke (width 0) (type default))
(fill (type outline))
)
)
(symbol "Antenna_Shield_1_1"
(pin input line (at 0 -5.08 90) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at 2.54 -5.08 90) (length 2.54)
(name "Shield" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MGM210PB32JIA2:MGM210PB32JIA2" (pin_names (offset 0.762)) (in_bom yes) (on_board yes)
(property "Reference" "IC" (at 36.83 7.62 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "MGM210PB32JIA2" (at 36.83 5.08 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "MGM210PA32JIA2" (at 36.83 2.54 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/mgm210p-datasheet.pdf" (at 36.83 0 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Description" "Bluetooth Modules (802.15.1) MGM210P Wireless Gecko Multiprotocol Module, PCB, Secure Vault, +20 dBm, 2.4 GHz, 1 MB Flash, -40 to" (at 36.83 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Height" "2.35" (at 36.83 -5.08 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Manufacturer_Name" "Silicon Labs" (at 36.83 -7.62 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Manufacturer_Part_Number" "MGM210PB32JIA2" (at 36.83 -10.16 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Part Number" "634-MGM210PB32JIA2" (at 36.83 -12.7 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Silicon-Labs/MGM210PB32JIA2?qs=DPoM0jnrROX63en8GgMpNA%3D%3D" (at 36.83 -15.24 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Arrow Part Number" "MGM210PB32JIA2" (at 36.83 -17.78 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Arrow Price/Stock" "https://www.arrow.com/en/products/mgm210pb32jia2/silicon-labs" (at 36.83 -20.32 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Testing Part Number" "" (at 36.83 -22.86 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Testing Price/Stock" "" (at 36.83 -25.4 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "ki_description" "Bluetooth Modules (802.15.1) MGM210P Wireless Gecko Multiprotocol Module, PCB, Secure Vault, +20 dBm, 2.4 GHz, 1 MB Flash, -40 to" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MGM210PB32JIA2_0_0"
(pin passive line (at 0 0 0) (length 5.08)
(name "GND_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -22.86 0) (length 5.08)
(name "PA06" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -25.4 0) (length 5.08)
(name "DECOUPLE" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -27.94 0) (length 5.08)
(name "GND_2" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -30.48 0) (length 5.08)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -33.02 0) (length 5.08)
(name "IOVDD" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -35.56 0) (length 5.08)
(name "PD04" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -38.1 0) (length 5.08)
(name "PD03" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 0 180) (length 5.08)
(name "PD02" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -2.54 180) (length 5.08)
(name "PD01" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -5.08 180) (length 5.08)
(name "PD00" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 0) (length 5.08)
(name "PB01" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -7.62 180) (length 5.08)
(name "GND_3" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -10.16 180) (length 5.08)
(name "PC00" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -12.7 180) (length 5.08)
(name "PC01" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -15.24 180) (length 5.08)
(name "PC02" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -17.78 180) (length 5.08)
(name "PC03" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -20.32 180) (length 5.08)
(name "PC04" (effects (font (size 1.27 1.27))))
(number "25" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -22.86 180) (length 5.08)
(name "PC05" (effects (font (size 1.27 1.27))))
(number "26" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -25.4 180) (length 5.08)
(name "RESETN" (effects (font (size 1.27 1.27))))
(number "27" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -27.94 180) (length 5.08)
(name "GND_4" (effects (font (size 1.27 1.27))))
(number "28" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -30.48 180) (length 5.08)
(name "RF2G4_IO2" (effects (font (size 1.27 1.27))))
(number "29" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -5.08 0) (length 5.08)
(name "PB00" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -33.02 180) (length 5.08)
(name "GND_5" (effects (font (size 1.27 1.27))))
(number "30" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 40.64 -35.56 180) (length 5.08)
(name "GND_6" (effects (font (size 1.27 1.27))))
(number "31" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -7.62 0) (length 5.08)
(name "PA00" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -10.16 0) (length 5.08)
(name "PA01" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -12.7 0) (length 5.08)
(name "PA02" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -15.24 0) (length 5.08)
(name "PA03" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -17.78 0) (length 5.08)
(name "PA04" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -20.32 0) (length 5.08)
(name "PA05" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
(symbol "MGM210PB32JIA2_0_1"
(polyline
(pts
(xy 5.08 2.54)
(xy 35.56 2.54)
(xy 35.56 -40.64)
(xy 5.08 -40.64)
(xy 5.08 2.54)
)
(stroke (width 0.1524) (type default))
(fill (type none))
)
)
)
(symbol "power:+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3.3V" (at 0 3.556 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" "power-flag" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+3.3V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "+3.3V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+3.3V" (effects (font (size 1.27 1.27))))
(number "1" (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" "power-flag" (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))))
)
)
)
)
(junction (at 156.21 83.82) (diameter 0) (color 0 0 0 0)
(uuid 01d6558d-e97c-4f07-80a3-549012896ef6)
)
(junction (at 156.21 91.44) (diameter 0) (color 0 0 0 0)
(uuid 301a21f7-e2f0-48a6-acce-79723bd7313f)
)
(junction (at 109.22 86.36) (diameter 0) (color 0 0 0 0)
(uuid 7ab1db12-1e32-45f3-884c-5f6dc889101e)
)
(junction (at 104.14 83.82) (diameter 0) (color 0 0 0 0)
(uuid 93117991-7a9b-4d97-962a-e15dff13ec61)
)
(junction (at 156.21 88.9) (diameter 0) (color 0 0 0 0)
(uuid b165a457-284d-4351-8f45-bf16f3d7bb0b)
)
(no_connect (at 111.76 81.28) (uuid 88389aa8-5849-4315-afdf-02fde097a80a))
(wire (pts (xy 104.14 83.82) (xy 111.76 83.82))
(stroke (width 0) (type default))
(uuid 0133d10e-97ee-4d17-9fa4-07cf32ddd143)
)
(wire (pts (xy 101.6 78.74) (xy 111.76 78.74))
(stroke (width 0) (type default))
(uuid 08952c3a-cd60-4f11-9608-071a116275b4)
)
(wire (pts (xy 101.6 76.2) (xy 111.76 76.2))
(stroke (width 0) (type default))
(uuid 160d26ca-754b-429f-86a3-a072b6985090)
)
(wire (pts (xy 96.52 86.36) (xy 109.22 86.36))
(stroke (width 0) (type default))
(uuid 1c4bb1cb-5153-48c2-b040-cc30ee80ad03)
)
(wire (pts (xy 152.4 86.36) (xy 180.34 86.36))
(stroke (width 0) (type default))
(uuid 1d8e3b81-3eef-432b-a53c-af3d633e6008)
)
(wire (pts (xy 158.75 55.88) (xy 152.4 55.88))
(stroke (width 0) (type default))
(uuid 35083f69-3f32-4acd-ab76-a2cd17df6cc2)
)
(wire (pts (xy 152.4 91.44) (xy 156.21 91.44))
(stroke (width 0) (type default))
(uuid 40ff1237-2323-4ba6-b76e-b17edfc24520)
)
(wire (pts (xy 104.14 55.88) (xy 104.14 83.82))
(stroke (width 0) (type default))
(uuid 5f9bd784-d402-480f-998a-c72ba46be7b2)
)
(wire (pts (xy 152.4 83.82) (xy 156.21 83.82))
(stroke (width 0) (type default))
(uuid 644a8abc-1adc-4a55-a590-a3a354d6a6a5)
)
(wire (pts (xy 156.21 63.5) (xy 156.21 83.82))
(stroke (width 0) (type default))
(uuid 7c5fd495-8204-4545-bca9-9fafeb6af93c)
)
(wire (pts (xy 111.76 86.36) (xy 109.22 86.36))
(stroke (width 0) (type default))
(uuid 9d3bc0f8-2bda-4cd5-9c1c-c101b5beb650)
)
(wire (pts (xy 109.22 88.9) (xy 111.76 88.9))
(stroke (width 0) (type default))
(uuid a1e25753-6f57-4e46-af04-552727cc5dfe)
)
(wire (pts (xy 152.4 88.9) (xy 156.21 88.9))
(stroke (width 0) (type default))
(uuid a875d175-0d85-42ac-9e59-288453897829)
)
(wire (pts (xy 158.75 68.58) (xy 152.4 68.58))
(stroke (width 0) (type default))
(uuid ae836bff-4c2a-4de3-9572-3f3b958edf41)
)
(wire (pts (xy 156.21 83.82) (xy 156.21 88.9))
(stroke (width 0) (type default))
(uuid bc269880-f9c2-4075-83d7-765af64d936e)
)
(wire (pts (xy 152.4 81.28) (xy 158.75 81.28))
(stroke (width 0) (type default))
(uuid bd326a16-d596-435d-90e7-c2d93ff9a370)
)
(wire (pts (xy 156.21 91.44) (xy 156.21 99.06))
(stroke (width 0) (type default))
(uuid c5570749-fe73-44eb-b062-d21df2d3c926)
)
(wire (pts (xy 109.22 86.36) (xy 109.22 88.9))
(stroke (width 0) (type default))
(uuid d0377f6d-f06a-48e2-bde2-38e6858e7196)
)
(wire (pts (xy 152.4 63.5) (xy 156.21 63.5))
(stroke (width 0) (type default))
(uuid d0966383-95c1-4d78-a70d-f571849e2802)
)
(wire (pts (xy 104.14 83.82) (xy 104.14 97.79))
(stroke (width 0) (type default))
(uuid d25077ec-2a55-4dec-ae5d-e187fdce0046)
)
(wire (pts (xy 111.76 55.88) (xy 104.14 55.88))
(stroke (width 0) (type default))
(uuid e078dad7-dac9-4391-99ea-e7e0074ddfe5)
)
(wire (pts (xy 156.21 88.9) (xy 156.21 91.44))
(stroke (width 0) (type default))
(uuid f9bf7e38-7043-44ee-80d1-b578eaa48ffc)
)
(hierarchical_label "nEXTRST" (shape input) (at 158.75 81.28 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 50a4f54c-6253-47e6-b47c-00df68e7f649)
)
(hierarchical_label "UART_WIRELESS_RTS" (shape bidirectional) (at 158.75 55.88 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 600b7346-4d8e-4ee6-873a-c936d813e4c9)
)
(hierarchical_label "UART_WIRELESS_TX" (shape input) (at 101.6 78.74 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8fe5ef60-1da3-4143-9ec2-517a6d5667aa)
)
(hierarchical_label "UART_WIRELESS_CTS" (shape bidirectional) (at 158.75 68.58 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid a12c10b0-2864-42e4-b004-9d185a57bdee)
)
(hierarchical_label "UART_WIRELESS_RX" (shape output) (at 101.6 76.2 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid c8790992-ab7d-4cda-ad14-aaa14818faa7)
)
(symbol (lib_id "Device:Antenna_Shield") (at 180.34 81.28 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 1113d680-dadc-4b74-acc5-69b1738ad134)
(property "Reference" "AE1" (at 184.15 79.3749 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "A-4JA" (at 184.15 81.9149 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "A-4JA:A-4JA" (at 180.34 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 180.34 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MPN" "A-4JA" (at 180.34 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 82cbd69f-b192-4869-bdc2-0a00dce61ac1))
(pin "2" (uuid 55656501-16d5-453a-9a04-85a4b5ab236b))
(instances
(project "rpi-cm-ssd"
(path "/d596c5fc-bc79-4446-9328-b82e41a34e97/1676d548-828c-482e-aa18-249053c7cd27"
(reference "AE1") (unit 1)
)
)
)
)
(symbol (lib_id "MGM210PB32JIA2:MGM210PB32JIA2") (at 111.76 55.88 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 152c14c6-b935-4a3b-85b9-b2f4899c1047)
(property "Reference" "U13" (at 132.08 48.26 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MGM210PB32JIA2" (at 132.08 50.8 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MGM210PB32JIA2:MGM210PA32JIA2" (at 148.59 53.34 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/mgm210p-datasheet.pdf" (at 148.59 55.88 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Description" "Bluetooth Modules (802.15.1) MGM210P Wireless Gecko Multiprotocol Module, PCB, Secure Vault, +20 dBm, 2.4 GHz, 1 MB Flash, -40 to" (at 148.59 58.42 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Height" "2.35" (at 148.59 60.96 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Manufacturer_Name" "Silicon Labs" (at 148.59 63.5 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Manufacturer_Part_Number" "MGM210PB32JIA2" (at 148.59 66.04 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Part Number" "634-MGM210PB32JIA2" (at 148.59 68.58 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Silicon-Labs/MGM210PB32JIA2?qs=DPoM0jnrROX63en8GgMpNA%3D%3D" (at 148.59 71.12 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Arrow Part Number" "MGM210PB32JIA2" (at 148.59 73.66 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Arrow Price/Stock" "https://www.arrow.com/en/products/mgm210pb32jia2/silicon-labs" (at 148.59 76.2 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Testing Part Number" "" (at 148.59 78.74 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Mouser Testing Price/Stock" "" (at 148.59 81.28 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "MPN" "MGM210PB32JIA2" (at 111.76 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a2225041-3942-48fd-bfd9-573f076d5a6d))
(pin "10" (uuid 1561a69c-282f-481a-bb4c-dc806096f205))
(pin "11" (uuid 219f3e95-7c26-4d74-b579-6f243d3f5464))
(pin "12" (uuid c5ea7ed3-5259-4ea6-9813-8d9d8a8d4c9b))
(pin "13" (uuid fbf12898-53b7-4e6b-8212-2ff19feae59b))
(pin "14" (uuid 1cd016f4-3515-4557-a3a9-396f10553dfa))
(pin "15" (uuid ae75d171-4786-4022-a027-87f1e4ccfc73))
(pin "16" (uuid d57a8ec1-858b-451f-87b3-50f54f8e91c7))
(pin "17" (uuid d24257ea-917b-4049-bbf6-81fb9ce7cae7))
(pin "18" (uuid bfbc68e2-c9a1-4c87-88cc-8d63c2e8c94f))
(pin "19" (uuid 552403d9-3722-4b0d-b7ba-a66ae0840a6a))
(pin "2" (uuid ffa6c250-4b25-4438-97f4-bc9ee328b68a))
(pin "20" (uuid ff4d8e03-48a9-4540-8b3e-b3fdfee67027))
(pin "21" (uuid a04edb8a-6071-4d4e-a5b1-4e608d87aec1))
(pin "22" (uuid 90b9aa84-e4cc-432f-8bfc-66d02e4ccef1))
(pin "23" (uuid 4570f65a-ee17-4d1e-9cf4-4c3f693c7876))
(pin "24" (uuid b4a62936-8081-4052-8239-1d5ecb6a6dda))
(pin "25" (uuid 8c23b4d6-c50e-496f-b2d4-edf0c21bd6e6))
(pin "26" (uuid 35880d03-75e3-45b8-a564-54e485f6c55b))
(pin "27" (uuid e95f0b5e-5285-4b99-bcbd-18ec7a7585c2))
(pin "28" (uuid e9a2d8c1-c232-4d89-8580-2ff0ed6e9bf1))
(pin "29" (uuid f13e49b6-e1c8-4fe9-9834-1f7d3a606bbc))
(pin "3" (uuid dee76a41-5213-4f2d-b79c-f866f7dc1401))
(pin "30" (uuid 50d78baa-e420-4d43-9b6e-0cc1ba3dda4a))
(pin "31" (uuid 457a5d91-6bb1-4448-b8e0-2ba3ec7ae50a))
(pin "4" (uuid 937500a2-9ad4-4ec0-a05a-fa21d28a72d2))
(pin "5" (uuid 628f28f8-8d69-498d-a9e6-f8bf11d1a5bf))
(pin "6" (uuid 4f22ce0b-c508-4614-806e-f667c3031e4a))
(pin "7" (uuid 7e27bde4-be8d-4bcc-aa05-66b6b8e1c583))
(pin "8" (uuid 37c917bf-707e-4569-abc4-99566d800cd8))
(pin "9" (uuid e5785004-3d73-4c8f-bc64-b35616b33da3))
(instances
(project "rpi-cm-ssd"
(path "/d596c5fc-bc79-4446-9328-b82e41a34e97/1676d548-828c-482e-aa18-249053c7cd27"
(reference "U13") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 182.88 86.36 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 642c708f-cdf2-4598-96b8-66390a70ee74)
(property "Reference" "#PWR0176" (at 182.88 92.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 182.88 91.44 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 182.88 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 182.88 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e4f37588-35b9-40cd-a48f-3fe5075ac118))
(instances
(project "rpi-cm-ssd"
(path "/d596c5fc-bc79-4446-9328-b82e41a34e97/1676d548-828c-482e-aa18-249053c7cd27"
(reference "#PWR0176") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 156.21 99.06 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 775e2e19-0290-46df-8e39-d25cb19d1af3)
(property "Reference" "#PWR0175" (at 156.21 105.41 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 156.21 104.14 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 156.21 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 156.21 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 292c8ad2-9648-4d3c-8fee-a2f87fbb3c19))
(instances
(project "rpi-cm-ssd"
(path "/d596c5fc-bc79-4446-9328-b82e41a34e97/1676d548-828c-482e-aa18-249053c7cd27"
(reference "#PWR0175") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 104.14 97.79 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid ab6c7164-685b-4f6e-931d-456f491c3ad0)
(property "Reference" "#PWR0177" (at 104.14 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 104.14 102.87 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 104.14 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 104.14 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2a7a3aa3-878e-4f28-9bfd-4961840d7bf8))
(instances
(project "rpi-cm-ssd"
(path "/d596c5fc-bc79-4446-9328-b82e41a34e97/1676d548-828c-482e-aa18-249053c7cd27"
(reference "#PWR0177") (unit 1)
)
)
)
)
(symbol (lib_id "power:+3.3V") (at 96.52 86.36 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid e432e778-cfa3-40d5-b4c1-a34ab88d8670)
(property "Reference" "#PWR0178" (at 96.52 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3.3V" (at 96.52 81.28 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 96.52 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 96.52 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 37de5088-ab5a-4283-b3e5-9f539032939e))
(instances
(project "rpi-cm-ssd"
(path "/d596c5fc-bc79-4446-9328-b82e41a34e97/1676d548-828c-482e-aa18-249053c7cd27"
(reference "#PWR0178") (unit 1)
)
)
)
)
)