forked from Seeed-Studio/OPL_Eagle_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Seeed Studio XIAO Series.lbr
938 lines (937 loc) · 60.4 KB
/
Seeed Studio XIAO Series.lbr
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
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="9.2.0">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting keepoldvectorfont="yes"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="2" name="Route2" color="1" fill="3" visible="yes" active="yes"/>
<layer number="3" name="Route3" color="4" fill="3" visible="yes" active="yes"/>
<layer number="4" name="Route4" color="1" fill="4" visible="yes" active="yes"/>
<layer number="5" name="Route5" color="4" fill="4" visible="yes" active="yes"/>
<layer number="6" name="Route6" color="1" fill="8" visible="yes" active="yes"/>
<layer number="7" name="Route7" color="4" fill="8" visible="yes" active="yes"/>
<layer number="8" name="Route8" color="1" fill="2" visible="yes" active="yes"/>
<layer number="9" name="Route9" color="4" fill="2" visible="yes" active="yes"/>
<layer number="10" name="Route10" color="1" fill="7" visible="yes" active="yes"/>
<layer number="11" name="Route11" color="4" fill="7" visible="yes" active="yes"/>
<layer number="12" name="Route12" color="1" fill="5" visible="yes" active="yes"/>
<layer number="13" name="Route13" color="4" fill="5" visible="yes" active="yes"/>
<layer number="14" name="Route14" color="1" fill="6" visible="yes" active="yes"/>
<layer number="15" name="Route15" color="4" fill="6" visible="yes" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="yes" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="yes" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="yes" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="yes" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="yes" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="yes" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="yes" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="yes" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="yes" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="yes" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="yes" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="yes" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="yes" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="yes" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/>
<layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/>
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/>
<layer number="57" name="tCAD" color="7" fill="1" visible="no" active="no"/>
<layer number="59" name="tCarbon" color="7" fill="1" visible="no" active="no"/>
<layer number="60" name="bCarbon" color="7" fill="1" visible="no" active="no"/>
<layer number="88" name="SimResults" color="7" fill="1" visible="yes" active="yes"/>
<layer number="89" name="SimProbes" color="7" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
<layer number="99" name="SpiceOrder" color="7" fill="1" visible="yes" active="yes"/>
<layer number="100" name="Muster" color="7" fill="1" visible="no" active="no"/>
<layer number="101" name="Patch_Top" color="7" fill="1" visible="no" active="no"/>
<layer number="102" name="Vscore" color="7" fill="1" visible="no" active="no"/>
<layer number="103" name="tMap" color="7" fill="1" visible="no" active="no"/>
<layer number="104" name="Name" color="7" fill="1" visible="no" active="no"/>
<layer number="105" name="tPlate" color="7" fill="1" visible="no" active="no"/>
<layer number="106" name="bPlate" color="7" fill="1" visible="no" active="no"/>
<layer number="107" name="Crop" color="7" fill="1" visible="no" active="no"/>
<layer number="108" name="fp8" color="7" fill="1" visible="no" active="no"/>
<layer number="109" name="fp9" color="7" fill="1" visible="no" active="no"/>
<layer number="110" name="110" color="7" fill="1" visible="no" active="no"/>
<layer number="111" name="111" color="7" fill="1" visible="no" active="no"/>
<layer number="112" name="tSilk" color="7" fill="1" visible="no" active="no"/>
<layer number="113" name="IDFDebug" color="7" fill="1" visible="no" active="no"/>
<layer number="114" name="FRNTMAAT1" color="7" fill="1" visible="no" active="no"/>
<layer number="115" name="FRNTMAAT2" color="7" fill="1" visible="no" active="no"/>
<layer number="116" name="Patch_BOT" color="7" fill="1" visible="no" active="no"/>
<layer number="117" name="BACKMAAT1" color="7" fill="1" visible="no" active="no"/>
<layer number="118" name="Rect_Pads" color="7" fill="1" visible="no" active="no"/>
<layer number="119" name="KAP_TEKEN" color="7" fill="1" visible="no" active="no"/>
<layer number="120" name="KAP_MAAT1" color="7" fill="1" visible="no" active="no"/>
<layer number="121" name="_tsilk" color="7" fill="1" visible="no" active="no"/>
<layer number="122" name="_bsilk" color="7" fill="1" visible="no" active="no"/>
<layer number="123" name="tTestmark" color="7" fill="1" visible="no" active="no"/>
<layer number="124" name="bTestmark" color="7" fill="1" visible="no" active="no"/>
<layer number="125" name="_tNames" color="7" fill="1" visible="no" active="no"/>
<layer number="126" name="_bNames" color="7" fill="1" visible="no" active="no"/>
<layer number="127" name="_tValues" color="7" fill="1" visible="no" active="no"/>
<layer number="128" name="_bValues" color="7" fill="1" visible="no" active="no"/>
<layer number="129" name="top_silk" color="7" fill="1" visible="no" active="no"/>
<layer number="130" name="SMDSTROOK" color="7" fill="1" visible="no" active="no"/>
<layer number="131" name="tAdjust" color="7" fill="1" visible="no" active="no"/>
<layer number="132" name="bAdjust" color="7" fill="1" visible="no" active="no"/>
<layer number="133" name="bottom_silk" color="7" fill="1" visible="no" active="no"/>
<layer number="134" name="silk_top" color="5" fill="1" visible="no" active="no"/>
<layer number="135" name="silk_bottom" color="7" fill="1" visible="no" active="no"/>
<layer number="136" name="silktop" color="7" fill="1" visible="no" active="no"/>
<layer number="137" name="silkbottom" color="7" fill="1" visible="no" active="no"/>
<layer number="138" name="NEw" color="7" fill="1" visible="no" active="no"/>
<layer number="139" name="mtKeepout" color="7" fill="1" visible="no" active="no"/>
<layer number="140" name="mbKeepout" color="7" fill="1" visible="no" active="no"/>
<layer number="141" name="mtRestrict" color="7" fill="1" visible="no" active="no"/>
<layer number="142" name="mbRestrict" color="7" fill="1" visible="no" active="no"/>
<layer number="143" name="mvRestrict" color="7" fill="1" visible="no" active="no"/>
<layer number="144" name="DrillLegend" color="7" fill="1" visible="no" active="no"/>
<layer number="145" name="DrillLegend_01-16" color="7" fill="1" visible="no" active="no"/>
<layer number="146" name="DrillLegend_01-20" color="7" fill="1" visible="no" active="no"/>
<layer number="147" name="mMeasures" color="7" fill="1" visible="no" active="no"/>
<layer number="148" name="mDocument" color="7" fill="1" visible="no" active="no"/>
<layer number="149" name="mReference" color="7" fill="1" visible="no" active="no"/>
<layer number="150" name="Notes" color="7" fill="1" visible="no" active="no"/>
<layer number="151" name="HeatSink" color="14" fill="1" visible="no" active="no"/>
<layer number="152" name="_bDocu" color="7" fill="1" visible="no" active="no"/>
<layer number="153" name="FabDoc1" color="6" fill="1" visible="no" active="no"/>
<layer number="154" name="FabDoc2" color="2" fill="1" visible="no" active="no"/>
<layer number="155" name="FabDoc3" color="7" fill="15" visible="no" active="no"/>
<layer number="156" name="DXF0409-TOP" color="7" fill="1" visible="no" active="no"/>
<layer number="157" name="DXF0409-BOTTOM" color="7" fill="1" visible="no" active="no"/>
<layer number="166" name="AntennaArea" color="7" fill="1" visible="no" active="no"/>
<layer number="168" name="4mmHeightArea" color="7" fill="1" visible="no" active="no"/>
<layer number="191" name="mNets" color="7" fill="1" visible="no" active="no"/>
<layer number="192" name="mBusses" color="7" fill="1" visible="no" active="no"/>
<layer number="193" name="mPins" color="7" fill="1" visible="no" active="no"/>
<layer number="194" name="mSymbols" color="7" fill="1" visible="no" active="no"/>
<layer number="195" name="mNames" color="7" fill="1" visible="no" active="no"/>
<layer number="196" name="mValues" color="7" fill="1" visible="no" active="no"/>
<layer number="199" name="Contour" color="7" fill="1" visible="no" active="no"/>
<layer number="200" name="200bmp" color="1" fill="10" visible="no" active="no"/>
<layer number="201" name="201bmp" color="2" fill="1" visible="no" active="no"/>
<layer number="202" name="202bmp" color="3" fill="1" visible="no" active="no"/>
<layer number="203" name="203bmp" color="4" fill="10" visible="no" active="no"/>
<layer number="204" name="204bmp" color="5" fill="10" visible="no" active="no"/>
<layer number="205" name="205bmp" color="6" fill="10" visible="no" active="no"/>
<layer number="206" name="206bmp" color="7" fill="10" visible="no" active="no"/>
<layer number="207" name="207bmp" color="15" fill="10" visible="no" active="no"/>
<layer number="208" name="208bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="209" name="209bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="210" name="210bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="211" name="211bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="212" name="212bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="213" name="213bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="214" name="214bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="215" name="215bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="216" name="216bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/>
<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/>
<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/>
<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/>
<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/>
<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/>
<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/>
<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/>
<layer number="225" name="225bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="226" name="226bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="227" name="227bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="228" name="228bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="229" name="229bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="230" name="230bmp" color="7" fill="1" visible="no" active="no"/>
<layer number="231" name="Eagle3D_PG1" color="7" fill="1" visible="no" active="no"/>
<layer number="232" name="Eagle3D_PG2" color="7" fill="1" visible="no" active="no"/>
<layer number="233" name="Eagle3D_PG3" color="7" fill="1" visible="no" active="no"/>
<layer number="248" name="Housing" color="7" fill="1" visible="no" active="no"/>
<layer number="249" name="Edge" color="7" fill="1" visible="no" active="no"/>
<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/>
<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/>
<layer number="254" name="OrgLBR" color="13" fill="1" visible="no" active="no"/>
<layer number="255" name="Accent" color="7" fill="1" visible="no" active="no"/>
</layers>
<library>
<description><h2>Seeed Studio XIAO Series Library</h2>
This library is for the Seeed Studio XIAO series of boards. We have done our best to maintain the accuracy of our libraries but mistakes happen and we like to think that anything can be improved. If you have any feedback or suggestions please get in touch with us at
<a href="mailto:[email protected]?Subject=Regarding%20the%20Seeed%20Studio%20XIAO%20Eagle%20Library" target="_top">[email protected]</a>
<br><br>
The Seeed Studio XIAO series of miniature development boards have a unique through-hole/surface mount design that allows them to be used as a typical development board for breadboard prototyping for example or modules suitable for batch SMT assembly thanks to the hybrid thruhole-castellated hole pad design and single-sided assembly. This, along with the tiny form factor, integrated USB type-C port, low-power consumption and low cost make these boards ideal for wearable projects, distributed IoT applications and in other space-constrained, low-power situations.
<br><br>
Find out more about the ever-expanding family of Seeed Studio XIAO modules at
<a href=" www.seeedstudio.com">Seeedstudio.com</a>.
<br><br>This library was brought to you by:
<h3>Seeed Fusion Service</h3>
<a href="www.seeedstudio.com/prototype-pcb-assembly.html">Seeed Fusion Turnkey PCB Assembly service</a> can cater to your PCB assembly needs. From parts procurement, PCB manufacture to assembly, Seeed Fusion has the expertise and supply chain connections to ensure the success of your project. Whether you need parts from Digikey, Mouser or cheaper Asian alternatives, high PCB layer counts, exotic substrates or low MOQs, Seeed's flexible and agile manufacturing capabilities can to cater to all needs.<br><br>Now all PCBA orders include Design for Assembly (DFA) review and PCB Design for Manufacture (DFM) review absolutely free. Try our
<a href="www.seeedstudio.com/fusion_pcb.html">smart online quotation platform</a> and get a complete quotation in seconds.
<br>
<br>
<a href="https://www.seeedstudio.com/fusion.html">Seeed Fusion Homepage</a>
<br>
<br>
<i>Last updated 2022/08/10</i></description>
<packages>
<package name="XIAO-SAMD21/RP2040-MODULE14P-2.54-21X17.8MM">
<smd name="7" x="-8.5" y="-7.62" dx="3" dy="2" layer="1"/>
<wire x1="-8.8" y1="-10.5" x2="8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="-10.5" x2="8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="10.5" x2="-8.8" y2="10.5" width="0.127" layer="21"/>
<smd name="6" x="-8.5" y="-5.08" dx="3" dy="2" layer="1"/>
<smd name="5" x="-8.5" y="-2.54" dx="3" dy="2" layer="1"/>
<smd name="4" x="-8.5" y="0" dx="3" dy="2" layer="1"/>
<smd name="3" x="-8.5" y="2.54" dx="3" dy="2" layer="1"/>
<smd name="2" x="-8.5" y="5.08" dx="3" dy="2" layer="1"/>
<smd name="1" x="-8.5" y="7.62" dx="3" dy="2" layer="1"/>
<smd name="8" x="8.5" y="-7.62" dx="3" dy="2" layer="1"/>
<smd name="9" x="8.5" y="-5.08" dx="3" dy="2" layer="1"/>
<smd name="10" x="8.5" y="-2.54" dx="3" dy="2" layer="1"/>
<smd name="11" x="8.5" y="0" dx="3" dy="2" layer="1"/>
<smd name="12" x="8.5" y="2.54" dx="3" dy="2" layer="1"/>
<smd name="13" x="8.5" y="5.08" dx="3" dy="2" layer="1"/>
<smd name="14" x="8.5" y="7.62" dx="3" dy="2" layer="1"/>
<rectangle x1="-8.8" y1="-10.5" x2="8.8" y2="10.5" layer="39"/>
<wire x1="-8.8" y1="10.5" x2="-8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="-4.8" y1="11.92" x2="4.8" y2="11.92" width="0.127" layer="21"/>
<wire x1="4.8" y1="11.92" x2="4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="4.8" y1="4.568" x2="-4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="-4.8" y1="4.568" x2="-4.8" y2="11.92" width="0.127" layer="21"/>
<text x="-1.778" y="-1.524" size="0.889" layer="25" ratio="12">>NAME</text>
<text x="0" y="-3.175" size="0.6096" layer="27" ratio="12" align="center">>VALUE</text>
<circle x="-11.889" y="8.661" radius="0.254" width="0" layer="25"/>
<smd name="19" x="-1.27" y="-8.6" dx="2.3" dy="1.3" layer="1" rot="R90"/>
<smd name="20" x="1.27" y="-8.6" dx="2.3" dy="1.3" layer="1" rot="R90"/>
<smd name="15" x="-1.27" y="8.39" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="16" x="1.27" y="8.39" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="18" x="1.27" y="5.85" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="17" x="-1.27" y="5.85" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<rectangle x1="-4.8" y1="10.5" x2="4.8" y2="11.9" layer="39"/>
<rectangle x1="-10.2" y1="-8.8" x2="-8.8" y2="8.8" layer="39"/>
<rectangle x1="8.8" y1="-8.8" x2="10.2" y2="8.8" layer="39"/>
<text x="0" y="1.5" size="1" layer="21" font="vector" align="center">Seeed Studio
XIAO</text>
</package>
<package name="XIAO-NRF52840/SENSE-MODULE14P-2.54-21X17.8MM">
<smd name="7" x="-8.5" y="-7.62" dx="3" dy="2" layer="1"/>
<wire x1="-8.8" y1="-10.5" x2="8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="-10.5" x2="8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="10.5" x2="-8.8" y2="10.5" width="0.127" layer="21"/>
<smd name="6" x="-8.5" y="-5.08" dx="3" dy="2" layer="1"/>
<smd name="5" x="-8.5" y="-2.54" dx="3" dy="2" layer="1"/>
<smd name="4" x="-8.5" y="0" dx="3" dy="2" layer="1"/>
<smd name="3" x="-8.5" y="2.54" dx="3" dy="2" layer="1"/>
<smd name="2" x="-8.5" y="5.08" dx="3" dy="2" layer="1"/>
<smd name="1" x="-8.5" y="7.62" dx="3" dy="2" layer="1"/>
<smd name="8" x="8.5" y="-7.62" dx="3" dy="2" layer="1"/>
<smd name="9" x="8.5" y="-5.08" dx="3" dy="2" layer="1"/>
<smd name="10" x="8.5" y="-2.54" dx="3" dy="2" layer="1"/>
<smd name="11" x="8.5" y="0" dx="3" dy="2" layer="1"/>
<smd name="12" x="8.5" y="2.54" dx="3" dy="2" layer="1"/>
<smd name="13" x="8.5" y="5.08" dx="3" dy="2" layer="1"/>
<smd name="14" x="8.5" y="7.62" dx="3" dy="2" layer="1"/>
<rectangle x1="-8.8" y1="-10.5" x2="8.8" y2="10.5" layer="39"/>
<wire x1="-8.8" y1="10.5" x2="-8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="-4.8" y1="11.92" x2="4.8" y2="11.92" width="0.127" layer="21"/>
<wire x1="4.8" y1="11.92" x2="4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="4.8" y1="4.568" x2="-4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="-4.8" y1="4.568" x2="-4.8" y2="11.92" width="0.127" layer="21"/>
<text x="-1.778" y="-1.524" size="0.889" layer="25" ratio="12">>NAME</text>
<text x="0" y="-3.175" size="0.6096" layer="27" ratio="12" align="center">>VALUE</text>
<circle x="-11.889" y="8.661" radius="0.254" width="0" layer="25"/>
<smd name="20" x="5.7" y="-9.25" dx="2.3" dy="1.3" layer="1" rot="R90"/>
<smd name="19" x="3.8" y="-9.25" dx="2.3" dy="1.3" layer="1" rot="R90"/>
<smd name="15" x="-1.27" y="8.39" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="16" x="1.27" y="8.39" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="18" x="1.27" y="5.85" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="17" x="-1.27" y="5.85" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<rectangle x1="-4.8" y1="10.5" x2="4.8" y2="11.9" layer="39"/>
<rectangle x1="-10.2" y1="-8.8" x2="-8.8" y2="8.8" layer="39"/>
<rectangle x1="8.8" y1="-8.8" x2="10.2" y2="8.8" layer="39"/>
<smd name="21" x="-4.5" y="2.2" dx="2.3" dy="1.3" layer="1" rot="R180"/>
<smd name="22" x="-4.5" y="0.3" dx="2.3" dy="1.3" layer="1" rot="R180"/>
<text x="0" y="-5.5" size="1" layer="21" font="vector" align="center">Seeed Studio
XIAO</text>
</package>
<package name="XIAO-ESP32C3-MODULE14P-2.54-21X17.8MM">
<smd name="7" x="-8.5" y="-7.62" dx="3" dy="2" layer="1"/>
<wire x1="-8.8" y1="-10.5" x2="8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="-10.5" x2="8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="10.5" x2="-8.8" y2="10.5" width="0.127" layer="21"/>
<smd name="6" x="-8.5" y="-5.08" dx="3" dy="2" layer="1"/>
<smd name="5" x="-8.5" y="-2.54" dx="3" dy="2" layer="1"/>
<smd name="4" x="-8.5" y="0" dx="3" dy="2" layer="1"/>
<smd name="3" x="-8.5" y="2.54" dx="3" dy="2" layer="1"/>
<smd name="2" x="-8.5" y="5.08" dx="3" dy="2" layer="1"/>
<smd name="1" x="-8.5" y="7.62" dx="3" dy="2" layer="1"/>
<smd name="8" x="8.5" y="-7.62" dx="3" dy="2" layer="1"/>
<smd name="9" x="8.5" y="-5.08" dx="3" dy="2" layer="1"/>
<smd name="10" x="8.5" y="-2.54" dx="3" dy="2" layer="1"/>
<smd name="11" x="8.5" y="0" dx="3" dy="2" layer="1"/>
<smd name="12" x="8.5" y="2.54" dx="3" dy="2" layer="1"/>
<smd name="13" x="8.5" y="5.08" dx="3" dy="2" layer="1"/>
<smd name="14" x="8.5" y="7.62" dx="3" dy="2" layer="1"/>
<rectangle x1="-8.8" y1="-10.5" x2="8.8" y2="10.5" layer="39"/>
<wire x1="-8.8" y1="10.5" x2="-8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="-4.8" y1="11.92" x2="4.8" y2="11.92" width="0.127" layer="21"/>
<wire x1="4.8" y1="11.92" x2="4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="4.8" y1="4.568" x2="-4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="-4.8" y1="4.568" x2="-4.8" y2="11.92" width="0.127" layer="21"/>
<text x="-1.778" y="-1.524" size="0.889" layer="25" ratio="12">>NAME</text>
<text x="0" y="-3.175" size="0.6096" layer="27" ratio="12" align="center">>VALUE</text>
<circle x="-11.889" y="8.661" radius="0.254" width="0" layer="25"/>
<smd name="23" x="2.1" y="-0.6" dx="3.5" dy="3.5" layer="1" rot="R90"/>
<smd name="15" x="-1.27" y="8.58" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="16" x="1.27" y="8.58" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="18" x="1.27" y="6.04" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="17" x="-1.27" y="6.04" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<rectangle x1="-4.8" y1="10.5" x2="4.8" y2="11.9" layer="39"/>
<rectangle x1="-10.2" y1="-8.8" x2="-8.8" y2="8.8" layer="39"/>
<rectangle x1="8.8" y1="-8.8" x2="10.2" y2="8.8" layer="39"/>
<smd name="21" x="-4.5" y="2.3" dx="2.3" dy="1.3" layer="1" rot="R180"/>
<smd name="22" x="-4.5" y="0.4" dx="2.3" dy="1.3" layer="1" rot="R180"/>
<smd name="19" x="-1.27" y="3.5" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<smd name="20" x="1.27" y="3.5" dx="1.5" dy="1.5" layer="1" roundness="100"/>
<text x="0" y="-6" size="1.016" layer="25" font="vector" align="center">Seeed Studio
XIAO</text>
</package>
<package name="XIAO-GENERIC-THRUHOLE-MODULE14P-2.54-21X17.8MM">
<wire x1="-8.8" y1="-10.5" x2="8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="-10.5" x2="8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="10.5" x2="-8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="-8.8" y1="10.5" x2="-8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="-4.8" y1="11.92" x2="4.8" y2="11.92" width="0.127" layer="21"/>
<wire x1="4.8" y1="11.92" x2="4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="4.8" y1="4.568" x2="-4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="-4.8" y1="4.568" x2="-4.8" y2="11.92" width="0.127" layer="21"/>
<text x="-1.778" y="-1.524" size="0.889" layer="25" ratio="12">>NAME</text>
<text x="0" y="-3.175" size="0.6096" layer="27" ratio="12" align="center">>VALUE</text>
<circle x="-10.619" y="8.661" radius="0.254" width="0" layer="25"/>
<pad name="1" x="-7.62" y="7.62" drill="1" diameter="1.7" shape="square"/>
<pad name="2" x="-7.62" y="5.08" drill="1" diameter="1.7"/>
<pad name="3" x="-7.62" y="2.54" drill="1" diameter="1.7"/>
<pad name="4" x="-7.62" y="0" drill="1" diameter="1.7"/>
<pad name="5" x="-7.62" y="-2.54" drill="1" diameter="1.7"/>
<pad name="6" x="-7.62" y="-5.08" drill="1" diameter="1.7"/>
<pad name="7" x="-7.62" y="-7.62" drill="1" diameter="1.7"/>
<pad name="8" x="7.62" y="-7.62" drill="1" diameter="1.7"/>
<pad name="9" x="7.62" y="-5.08" drill="1" diameter="1.7"/>
<pad name="10" x="7.62" y="-2.54" drill="1" diameter="1.7"/>
<pad name="11" x="7.62" y="0" drill="1" diameter="1.7"/>
<pad name="12" x="7.62" y="2.54" drill="1" diameter="1.7"/>
<pad name="13" x="7.62" y="5.08" drill="1" diameter="1.7"/>
<pad name="14" x="7.62" y="7.62" drill="1" diameter="1.7"/>
<text x="0" y="2" size="1" layer="21" font="vector" align="center">Seeed Studio
XIAO</text>
</package>
<package name="XIAO-GENERIC-HYBRID-MODULE14P-2.54-21X17.8MM">
<wire x1="-8.8" y1="-10.5" x2="8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="-10.5" x2="8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="8.8" y1="10.5" x2="-8.8" y2="10.5" width="0.127" layer="21"/>
<wire x1="-8.8" y1="10.5" x2="-8.8" y2="-10.5" width="0.127" layer="21"/>
<wire x1="-4.8" y1="11.92" x2="4.8" y2="11.92" width="0.127" layer="21"/>
<wire x1="4.8" y1="11.92" x2="4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="4.8" y1="4.568" x2="-4.8" y2="4.568" width="0.127" layer="21"/>
<wire x1="-4.8" y1="4.568" x2="-4.8" y2="11.92" width="0.127" layer="21"/>
<text x="-1.778" y="-1.524" size="0.889" layer="25" ratio="12">>NAME</text>
<text x="0" y="-3.175" size="0.6096" layer="27" ratio="12" align="center">>VALUE</text>
<circle x="-10.619" y="8.661" radius="0.254" width="0" layer="25"/>
<pad name="1" x="-7.62" y="7.62" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="2" x="-7.62" y="5.08" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="3" x="-7.62" y="2.54" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="4" x="-7.62" y="0" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="5" x="-7.62" y="-2.54" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="6" x="-7.62" y="-5.08" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="7" x="-7.62" y="-7.62" drill="1" diameter="1.7" shape="offset" rot="R180"/>
<pad name="8" x="7.62" y="-7.62" drill="1" diameter="1.7" shape="offset"/>
<pad name="9" x="7.62" y="-5.08" drill="1" diameter="1.7" shape="offset"/>
<pad name="10" x="7.62" y="-2.54" drill="1" diameter="1.7" shape="offset"/>
<pad name="11" x="7.62" y="0" drill="1" diameter="1.7" shape="offset"/>
<pad name="12" x="7.62" y="2.54" drill="1" diameter="1.7" shape="offset"/>
<pad name="13" x="7.62" y="5.08" drill="1" diameter="1.7" shape="offset"/>
<pad name="14" x="7.62" y="7.62" drill="1" diameter="1.7" shape="offset"/>
<text x="0" y="2" size="1" layer="21" font="vector" align="center">Seeed Studio
XIAO</text>
</package>
</packages>
<symbols>
<symbol name="XIAO-SAMD21">
<pin name="PA02_A0_D0" x="-24.13" y="10.16" length="short"/>
<pin name="PA4_A1_D1" x="-24.13" y="6.35" length="short"/>
<pin name="PA10_A2_D2" x="-24.13" y="2.54" length="short"/>
<pin name="PA11_A3_D3" x="-24.13" y="-1.27" length="short"/>
<pin name="PA8_A4_D4_SDA" x="-24.13" y="-5.08" length="short"/>
<pin name="PA9_A5_D5_SCL" x="-24.13" y="-8.89" length="short"/>
<pin name="PB08_A6_D6_TX" x="-24.13" y="-12.7" length="short"/>
<pin name="PB09_A7_D7_RX" x="25.4" y="-12.7" length="short" rot="R180"/>
<pin name="PA7_A8_D8_SCK" x="25.4" y="-8.89" length="short" rot="R180"/>
<pin name="PA5_A9_D9_MISO" x="25.4" y="-5.08" length="short" rot="R180"/>
<pin name="PA6_A10_D10_MOSI" x="25.4" y="-1.27" length="short" rot="R180"/>
<pin name="3V3" x="25.4" y="2.54" length="short" rot="R180"/>
<pin name="GND" x="25.4" y="6.35" length="short" rot="R180"/>
<pin name="5V" x="25.4" y="10.16" length="short" rot="R180"/>
<text x="-20.32" y="24.13" size="1.27" layer="95" ratio="12">>NAME</text>
<text x="-20.32" y="22.86" size="1.27" layer="96" ratio="12">>VALUE</text>
<pin name="RST" x="-1.27" y="26.67" length="short" rot="R270"/>
<pin name="GND@1" x="-5.08" y="26.67" length="short" rot="R270"/>
<pin name="PA30_SWCLK" x="2.54" y="26.67" length="short" rot="R270"/>
<pin name="PA31_SWDIO" x="6.35" y="26.67" length="short" rot="R270"/>
<pin name="VIN" x="5.08" y="-26.67" length="short" rot="R90"/>
<pin name="GND@2" x="-2.54" y="-26.67" length="short" rot="R90"/>
<wire x1="-20.32" y1="22.86" x2="-20.32" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-20.32" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-20.32" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-20.32" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-20.32" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-22.86" x2="-2.54" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-2.54" y1="-22.86" x2="5.08" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-22.86" x2="21.59" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="-22.86" x2="21.59" y2="22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="22.86" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="6.35" y1="22.86" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="22.86" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="22.86" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="22.86" x2="-20.32" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-1.27" x2="-21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-5.08" x2="-21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-8.89" x2="-21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="22.86" y1="10.16" x2="21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="22.86" y1="6.35" x2="21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="22.86" y1="2.54" x2="21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-1.27" x2="21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-8.89" x2="21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-12.7" x2="21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="6.35" y1="24.13" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="24.13" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="24.13" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="24.13" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-22.86" x2="5.08" y2="-24.13" width="0.1524" layer="94"/>
<wire x1="-2.54" y1="-22.86" x2="-2.54" y2="-24.13" width="0.1524" layer="94"/>
</symbol>
<symbol name="XIAO-RP2040">
<pin name="P26_A0_D0" x="-24.13" y="10.16" length="short"/>
<pin name="P27_A1_D1" x="-24.13" y="6.35" length="short"/>
<pin name="P28_A2_D2" x="-24.13" y="2.54" length="short"/>
<pin name="P29_A3_D3" x="-24.13" y="-1.27" length="short"/>
<pin name="P6_D4_SDA" x="-24.13" y="-5.08" length="short"/>
<pin name="P7_D5_SCL" x="-24.13" y="-8.89" length="short"/>
<pin name="P0_D6_TX" x="-24.13" y="-12.7" length="short"/>
<pin name="P1_CSN_D7_RX" x="25.4" y="-12.7" length="short" rot="R180"/>
<pin name="P2_D8_SCK" x="25.4" y="-8.89" length="short" rot="R180"/>
<pin name="P4_D9_MISO" x="25.4" y="-5.08" length="short" rot="R180"/>
<pin name="P3_D10_MOSI" x="25.4" y="-1.27" length="short" rot="R180"/>
<pin name="3V3" x="25.4" y="2.54" length="short" rot="R180"/>
<pin name="GND" x="25.4" y="6.35" length="short" rot="R180"/>
<pin name="5V" x="25.4" y="10.16" length="short" rot="R180"/>
<text x="-20.32" y="24.13" size="1.27" layer="95" ratio="12">>NAME</text>
<text x="-20.32" y="22.86" size="1.27" layer="96" ratio="12">>VALUE</text>
<pin name="RST" x="-1.27" y="26.67" length="short" rot="R270"/>
<pin name="GND@1" x="-5.08" y="26.67" length="short" rot="R270"/>
<pin name="SWCLK" x="2.54" y="26.67" length="short" rot="R270"/>
<pin name="SWDIO" x="6.35" y="26.67" length="short" rot="R270"/>
<pin name="VIN" x="5.08" y="-26.67" length="short" rot="R90"/>
<pin name="GND@2" x="-2.54" y="-26.67" length="short" rot="R90"/>
<wire x1="-20.32" y1="22.86" x2="-20.32" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-20.32" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-20.32" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-20.32" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-20.32" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-22.86" x2="-2.54" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-2.54" y1="-22.86" x2="5.08" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-22.86" x2="21.59" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="-22.86" x2="21.59" y2="22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="22.86" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="6.35" y1="22.86" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="22.86" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="22.86" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="22.86" x2="-20.32" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-1.27" x2="-21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-5.08" x2="-21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-8.89" x2="-21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="22.86" y1="10.16" x2="21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="22.86" y1="6.35" x2="21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="22.86" y1="2.54" x2="21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-1.27" x2="21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-8.89" x2="21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-12.7" x2="21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="6.35" y1="24.13" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="24.13" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="24.13" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="24.13" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-22.86" x2="5.08" y2="-24.13" width="0.1524" layer="94"/>
<wire x1="-2.54" y1="-22.86" x2="-2.54" y2="-24.13" width="0.1524" layer="94"/>
</symbol>
<symbol name="XIAO-NRF52840/SENSE">
<pin name="P0.02_A0_D0" x="-24.13" y="10.16" length="short"/>
<pin name="P0.03_A1_D1" x="-24.13" y="6.35" length="short"/>
<pin name="P0.28_A2_D2" x="-24.13" y="2.54" length="short"/>
<pin name="P0.29_A3_D3" x="-24.13" y="-1.27" length="short"/>
<pin name="P0.04_A4_D4_SDA" x="-24.13" y="-5.08" length="short"/>
<pin name="P0.05_A5_D5_SCL" x="-24.13" y="-8.89" length="short"/>
<pin name="P1.11_D6_TX" x="-24.13" y="-12.7" length="short"/>
<pin name="P1.12_D7_RX" x="25.4" y="-12.7" length="short" rot="R180"/>
<pin name="P1.13_D8_SCK" x="25.4" y="-8.89" length="short" rot="R180"/>
<pin name="P1.14_D9_MISO" x="25.4" y="-5.08" length="short" rot="R180"/>
<pin name="P1.15_D10_MOSI" x="25.4" y="-1.27" length="short" rot="R180"/>
<pin name="3V3" x="25.4" y="2.54" length="short" rot="R180"/>
<pin name="GND" x="25.4" y="6.35" length="short" rot="R180"/>
<pin name="5V" x="25.4" y="10.16" length="short" rot="R180"/>
<text x="-20.32" y="24.13" size="1.27" layer="95" ratio="12">>NAME</text>
<text x="-20.32" y="22.86" size="1.27" layer="96" ratio="12">>VALUE</text>
<pin name="RST" x="-1.27" y="26.67" length="short" rot="R270"/>
<pin name="GND@1" x="-5.08" y="26.67" length="short" rot="R270"/>
<pin name="SWCLK" x="2.54" y="26.67" length="short" rot="R270"/>
<pin name="SWDIO" x="6.35" y="26.67" length="short" rot="R270"/>
<pin name="NFC2" x="12.7" y="-26.67" length="short" rot="R90"/>
<pin name="NFC1" x="7.62" y="-26.67" length="short" rot="R90"/>
<wire x1="-20.32" y1="22.86" x2="-20.32" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-20.32" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-20.32" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-20.32" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-20.32" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-22.86" x2="-10.16" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-10.16" y1="-22.86" x2="-5.08" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="-22.86" x2="7.62" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="7.62" y1="-22.86" x2="12.7" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="12.7" y1="-22.86" x2="21.59" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="-22.86" x2="21.59" y2="22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="22.86" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="6.35" y1="22.86" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="22.86" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="22.86" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="22.86" x2="-20.32" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-1.27" x2="-21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-5.08" x2="-21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-8.89" x2="-21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="22.86" y1="10.16" x2="21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="22.86" y1="6.35" x2="21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="22.86" y1="2.54" x2="21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-1.27" x2="21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-8.89" x2="21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-12.7" x2="21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="6.35" y1="24.13" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="24.13" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="24.13" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="24.13" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="12.7" y1="-22.86" x2="12.7" y2="-24.13" width="0.1524" layer="94"/>
<pin name="BATT-" x="-10.16" y="-26.67" length="short" rot="R90"/>
<pin name="BATT+" x="-5.08" y="-26.67" length="short" rot="R90"/>
<wire x1="7.62" y1="-22.86" x2="7.62" y2="-24.13" width="0.1524" layer="94"/>
<wire x1="-10.16" y1="-22.86" x2="-10.16" y2="-25.4" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="-22.86" x2="-5.08" y2="-25.4" width="0.1524" layer="94"/>
</symbol>
<symbol name="XIAO-ESP32C3">
<pin name="GPIO2_A0_D0" x="-24.13" y="10.16" length="short"/>
<pin name="GPIO3_A1_D1" x="-24.13" y="6.35" length="short"/>
<pin name="GPIO4_A2_D2" x="-24.13" y="2.54" length="short"/>
<pin name="GPIO5_A3_D3" x="-24.13" y="-1.27" length="short"/>
<pin name="GPIO6_D4_SDA" x="-24.13" y="-5.08" length="short"/>
<pin name="GPIO7_D5_SCL" x="-24.13" y="-8.89" length="short"/>
<pin name="GPIO21_D6_TX" x="-24.13" y="-12.7" length="short"/>
<pin name="GPIO20_D7_RX" x="25.4" y="-12.7" length="short" rot="R180"/>
<pin name="GPIO8_D8_SCK" x="25.4" y="-8.89" length="short" rot="R180"/>
<pin name="GPIO9_D9_MISO" x="25.4" y="-5.08" length="short" rot="R180"/>
<pin name="GPIO10_D10_MOSI" x="25.4" y="-1.27" length="short" rot="R180"/>
<pin name="3V3" x="25.4" y="2.54" length="short" rot="R180"/>
<pin name="GND" x="25.4" y="6.35" length="short" rot="R180"/>
<pin name="5V" x="25.4" y="10.16" length="short" rot="R180"/>
<text x="-20.32" y="24.13" size="1.27" layer="95" ratio="12">>NAME</text>
<text x="-20.32" y="22.86" size="1.27" layer="96" ratio="12">>VALUE</text>
<pin name="EN" x="3.81" y="26.67" length="short" rot="R270"/>
<pin name="GND@1" x="0" y="26.67" length="short" rot="R270"/>
<pin name="MTDO" x="7.62" y="26.67" length="short" rot="R270"/>
<pin name="MTDI" x="11.43" y="26.67" length="short" rot="R270"/>
<pin name="GND@2" x="10.16" y="-26.67" length="short" rot="R90"/>
<wire x1="-20.32" y1="22.86" x2="-20.32" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-20.32" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-20.32" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-20.32" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-20.32" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-22.86" x2="-10.16" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-10.16" y1="-22.86" x2="-5.08" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="-22.86" x2="10.16" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="10.16" y1="-22.86" x2="21.59" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="-22.86" x2="21.59" y2="22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="22.86" x2="11.43" y2="22.86" width="0.1524" layer="94"/>
<wire x1="11.43" y1="22.86" x2="7.62" y2="22.86" width="0.1524" layer="94"/>
<wire x1="7.62" y1="22.86" x2="3.81" y2="22.86" width="0.1524" layer="94"/>
<wire x1="3.81" y1="22.86" x2="0" y2="22.86" width="0.1524" layer="94"/>
<wire x1="0" y1="22.86" x2="-3.81" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-7.62" y1="22.86" x2="-20.32" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-1.27" x2="-21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-5.08" x2="-21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-8.89" x2="-21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="22.86" y1="10.16" x2="21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="22.86" y1="6.35" x2="21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="22.86" y1="2.54" x2="21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-1.27" x2="21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-8.89" x2="21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-12.7" x2="21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="11.43" y1="24.13" x2="11.43" y2="22.86" width="0.1524" layer="94"/>
<wire x1="7.62" y1="24.13" x2="7.62" y2="22.86" width="0.1524" layer="94"/>
<wire x1="3.81" y1="24.13" x2="3.81" y2="22.86" width="0.1524" layer="94"/>
<wire x1="0" y1="24.13" x2="0" y2="22.86" width="0.1524" layer="94"/>
<pin name="BATT-" x="-10.16" y="-26.67" length="short" rot="R90"/>
<pin name="BATT+" x="-5.08" y="-26.67" length="short" rot="R90"/>
<wire x1="10.16" y1="-22.86" x2="10.16" y2="-24.13" width="0.1524" layer="94"/>
<wire x1="-10.16" y1="-22.86" x2="-10.16" y2="-25.4" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="-22.86" x2="-5.08" y2="-25.4" width="0.1524" layer="94"/>
<pin name="MTMS" x="-3.81" y="26.67" length="short" rot="R270"/>
<pin name="MTCK" x="-7.62" y="26.67" length="short" rot="R270"/>
<wire x1="-7.62" y1="24.13" x2="-7.62" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-7.62" y1="22.86" x2="-3.81" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-3.81" y1="22.86" x2="-3.81" y2="24.13" width="0.1524" layer="94"/>
</symbol>
<symbol name="XIAO-THRUHOLE">
<pin name="P1_A0_D0" x="-24.13" y="10.16" length="short"/>
<pin name="P2_A1_D1" x="-24.13" y="6.35" length="short"/>
<pin name="P3_A2_D2" x="-24.13" y="2.54" length="short"/>
<pin name="P4_A3_D3" x="-24.13" y="-1.27" length="short"/>
<pin name="P5_D4_SDA" x="-24.13" y="-5.08" length="short"/>
<pin name="P6_D5_SCL" x="-24.13" y="-8.89" length="short"/>
<pin name="P7_D6_TX" x="-24.13" y="-12.7" length="short"/>
<pin name="P8_D7_RX" x="25.4" y="-12.7" length="short" rot="R180"/>
<pin name="P9_D8_SCK" x="25.4" y="-8.89" length="short" rot="R180"/>
<pin name="P10_D9_MISO" x="25.4" y="-5.08" length="short" rot="R180"/>
<pin name="P11_D10_MOSI" x="25.4" y="-1.27" length="short" rot="R180"/>
<pin name="P12_3V3" x="25.4" y="2.54" length="short" rot="R180"/>
<pin name="P13_GND" x="25.4" y="6.35" length="short" rot="R180"/>
<pin name="P14_5V" x="25.4" y="10.16" length="short" rot="R180"/>
<text x="-20.32" y="24.13" size="1.27" layer="95" ratio="12">>NAME</text>
<text x="-20.32" y="22.86" size="1.27" layer="96" ratio="12">>VALUE</text>
<wire x1="-20.32" y1="22.86" x2="-20.32" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-20.32" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-20.32" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-20.32" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-20.32" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-22.86" x2="-2.54" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="-2.54" y1="-22.86" x2="5.08" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="5.08" y1="-22.86" x2="21.59" y2="-22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="-22.86" x2="21.59" y2="22.86" width="0.1524" layer="94"/>
<wire x1="21.59" y1="22.86" x2="6.35" y2="22.86" width="0.1524" layer="94"/>
<wire x1="6.35" y1="22.86" x2="2.54" y2="22.86" width="0.1524" layer="94"/>
<wire x1="2.54" y1="22.86" x2="-1.27" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-1.27" y1="22.86" x2="-5.08" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-5.08" y1="22.86" x2="-20.32" y2="22.86" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="10.16" x2="-21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="6.35" x2="-21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="2.54" x2="-21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-1.27" x2="-21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-5.08" x2="-21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-8.89" x2="-21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="-20.32" y1="-12.7" x2="-21.59" y2="-12.7" width="0.1524" layer="94"/>
<wire x1="22.86" y1="10.16" x2="21.59" y2="10.16" width="0.1524" layer="94"/>
<wire x1="22.86" y1="6.35" x2="21.59" y2="6.35" width="0.1524" layer="94"/>
<wire x1="22.86" y1="2.54" x2="21.59" y2="2.54" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-1.27" x2="21.59" y2="-1.27" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="21.59" y2="-5.08" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-8.89" x2="21.59" y2="-8.89" width="0.1524" layer="94"/>
<wire x1="22.86" y1="-12.7" x2="21.59" y2="-12.7" width="0.1524" layer="94"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="XIAO-SAMD21" prefix="U">
<description><h2><b>Seeed Studio XIAO SAMD21 - Microchip ATSAMD21G18 Arduino Microcontroller - 32-bit 48MHz ARM® Cortex® M0+ processor (Seeeduino XIAO)</h2><b>Seeed SKU: 102010328</b>
<br>
<br>
</b>Seeed Studio XIAO SAMD21 is the smallest Arduino compatible board in Seeeduino Family. It is an Arduino microcontroller that is embedded with the SAMD21 microchip. The interfaces of Seeed Studio XIAO SAMD21 are rich for such a tiny development board and the castellated hole design facilitates automated SMD assembly.
<br><br>
<a href="https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html">Buy now</a>
<br>
<a href="https://wiki.seeedstudio.com/Seeeduino-XIAO/">Wiki</a></description>
<gates>
<gate name="G$1" symbol="XIAO-SAMD21" x="0" y="0"/>
</gates>
<devices>
<device name="" package="XIAO-SAMD21/RP2040-MODULE14P-2.54-21X17.8MM">
<connects>
<connect gate="G$1" pin="3V3" pad="12"/>
<connect gate="G$1" pin="5V" pad="14"/>
<connect gate="G$1" pin="GND" pad="13"/>
<connect gate="G$1" pin="GND@1" pad="18"/>
<connect gate="G$1" pin="GND@2" pad="20"/>
<connect gate="G$1" pin="PA02_A0_D0" pad="1"/>
<connect gate="G$1" pin="PA10_A2_D2" pad="3"/>
<connect gate="G$1" pin="PA11_A3_D3" pad="4"/>
<connect gate="G$1" pin="PA30_SWCLK" pad="16"/>
<connect gate="G$1" pin="PA31_SWDIO" pad="15"/>
<connect gate="G$1" pin="PA4_A1_D1" pad="2"/>
<connect gate="G$1" pin="PA5_A9_D9_MISO" pad="10"/>
<connect gate="G$1" pin="PA6_A10_D10_MOSI" pad="11"/>
<connect gate="G$1" pin="PA7_A8_D8_SCK" pad="9"/>
<connect gate="G$1" pin="PA8_A4_D4_SDA" pad="5"/>
<connect gate="G$1" pin="PA9_A5_D5_SCL" pad="6"/>
<connect gate="G$1" pin="PB08_A6_D6_TX" pad="7"/>
<connect gate="G$1" pin="PB09_A7_D7_RX" pad="8"/>
<connect gate="G$1" pin="RST" pad="17"/>
<connect gate="G$1" pin="VIN" pad="19"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="XIAO-RP2040" prefix="U">
<description><h2>Seeed Studio XIAO RP2040 v1.22 - Raspberry Pi RP2040 Microcontroller - 32-bit 133MHz Dual-Core ARM® Cortex® M0+processor </h2><b>Seeed SKU: 102010428</b>
<br>
<br>
Seeed Studio XIAO RP2040 is a microcontroller using the Raspberry Pi RP2040 chip. The MCU runs at up to 133MHz. It is built with rich interfaces in a tiny thumb size and fully supports Arduino, MicroPython, and CircuitPython. The onboard interfaces are enough for developing multiple applications.<br><br>
<a href="https://www.seeedstudio.com/XIAO-RP2040-v1-0-p-5026.html">Buy now</a>
<br>
<a href="https://wiki.seeedstudio.com/XIAO-RP2040/">Wiki</a></description>
<gates>
<gate name="G$1" symbol="XIAO-RP2040" x="0" y="0"/>
</gates>
<devices>
<device name="" package="XIAO-SAMD21/RP2040-MODULE14P-2.54-21X17.8MM">
<connects>
<connect gate="G$1" pin="3V3" pad="12"/>
<connect gate="G$1" pin="5V" pad="14"/>
<connect gate="G$1" pin="GND" pad="13"/>
<connect gate="G$1" pin="GND@1" pad="18"/>
<connect gate="G$1" pin="GND@2" pad="20"/>
<connect gate="G$1" pin="P0_D6_TX" pad="7"/>
<connect gate="G$1" pin="P1_CSN_D7_RX" pad="8"/>
<connect gate="G$1" pin="P26_A0_D0" pad="1"/>
<connect gate="G$1" pin="P27_A1_D1" pad="2"/>
<connect gate="G$1" pin="P28_A2_D2" pad="3"/>
<connect gate="G$1" pin="P29_A3_D3" pad="4"/>
<connect gate="G$1" pin="P2_D8_SCK" pad="9"/>
<connect gate="G$1" pin="P3_D10_MOSI" pad="11"/>
<connect gate="G$1" pin="P4_D9_MISO" pad="10"/>
<connect gate="G$1" pin="P6_D4_SDA" pad="5"/>
<connect gate="G$1" pin="P7_D5_SCL" pad="6"/>
<connect gate="G$1" pin="RST" pad="17"/>
<connect gate="G$1" pin="SWCLK" pad="16"/>
<connect gate="G$1" pin="SWDIO" pad="15"/>
<connect gate="G$1" pin="VIN" pad="19"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="XIAO-NRF52840/SENSE" prefix="U">
<description><h2>Seeed Studio XIAO nRF52840/Sense - Nordic nRF52840 BLE Microcontroller - 32-bit 64MHz ARM® Cortex® M4+ processor</h2>
<br>
<b>XIAO nRF52840<br>Seeed SKU: 102010448</b>
<br>
Seeed Studio XIAO nRF52840 featuring Nordic nRF52840 MCU supports Bluetooth 5.0 & NFC and is Arduino-compatible. With its exquisite design, Bluetooth and built-in Type-C, it's perfect for TinyML, smart wearable devices, and IoT projects.
<br><br>
<a href="https://www.seeedstudio.com/Seeed-XIAO-BLE-nRF52840-p-5201.html">Buy now</a>
<br>
<a href="https://wiki.seeedstudio.com/XIAO_BLE/">Wiki</a>
<br><br>
<b>XIAO nRF52840 Sense <br>Seeed SKU: 102010469</b>
<br>
Seeed Studio XIAO nRF52840 Sense is a tiny Bluetooth BLE development board designed for IoT and AI applications. It features an onboard antenna, 6 Dof IMU, microphone, all of which make it an ideal board to run AI using TinyML and TensorFlow Lite.
<br><br>
<a href="https://www.seeedstudio.com/Seeed-XIAO-BLE-Sense-nRF52840-p-5253.html">Buy now</a>
<br>
<a href="https://wiki.seeedstudio.com/XIAO_BLE/">Wiki</a></description>
<gates>
<gate name="G$1" symbol="XIAO-NRF52840/SENSE" x="0" y="0"/>
</gates>
<devices>
<device name="" package="XIAO-NRF52840/SENSE-MODULE14P-2.54-21X17.8MM">
<connects>
<connect gate="G$1" pin="3V3" pad="12"/>
<connect gate="G$1" pin="5V" pad="14"/>
<connect gate="G$1" pin="BATT+" pad="22"/>
<connect gate="G$1" pin="BATT-" pad="21"/>
<connect gate="G$1" pin="GND" pad="13"/>
<connect gate="G$1" pin="GND@1" pad="18"/>
<connect gate="G$1" pin="NFC1" pad="20"/>
<connect gate="G$1" pin="NFC2" pad="19"/>
<connect gate="G$1" pin="P0.02_A0_D0" pad="1"/>
<connect gate="G$1" pin="P0.03_A1_D1" pad="2"/>
<connect gate="G$1" pin="P0.04_A4_D4_SDA" pad="5"/>
<connect gate="G$1" pin="P0.05_A5_D5_SCL" pad="6"/>
<connect gate="G$1" pin="P0.28_A2_D2" pad="3"/>
<connect gate="G$1" pin="P0.29_A3_D3" pad="4"/>
<connect gate="G$1" pin="P1.11_D6_TX" pad="7"/>
<connect gate="G$1" pin="P1.12_D7_RX" pad="8"/>
<connect gate="G$1" pin="P1.13_D8_SCK" pad="9"/>
<connect gate="G$1" pin="P1.14_D9_MISO" pad="10"/>
<connect gate="G$1" pin="P1.15_D10_MOSI" pad="11"/>
<connect gate="G$1" pin="RST" pad="17"/>
<connect gate="G$1" pin="SWCLK" pad="16"/>
<connect gate="G$1" pin="SWDIO" pad="15"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="XIAO-ESP32C3" prefix="U">
<description><h2>Seeed Studio XIAO ESP32C3 - Espressif ESP32-C3 WiFi BLE Microcontroller - 32-bit 160MHz RISC-V processor</h2><b>Seeed SKU: 113991054</b>
<br>
<br>
</b>Seeed Studio XIAO ESP32C3 featuring ESP32C3 carries a complete Wi-Fi system along with Bluetooth Low Energy function. With its exquisite design, WiFi+BT ability, it's perfect for various IoT controlling scenarios and complex carriable applications.<br><br>
<a href="https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html">Buy now</a>
<br>
<a href="https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/">Wiki</a></description>
<gates>
<gate name="G$1" symbol="XIAO-ESP32C3" x="0" y="0"/>
</gates>
<devices>
<device name="" package="XIAO-ESP32C3-MODULE14P-2.54-21X17.8MM">
<connects>
<connect gate="G$1" pin="3V3" pad="12"/>
<connect gate="G$1" pin="5V" pad="14"/>
<connect gate="G$1" pin="BATT+" pad="22"/>
<connect gate="G$1" pin="BATT-" pad="21"/>
<connect gate="G$1" pin="EN" pad="17"/>
<connect gate="G$1" pin="GND" pad="13"/>
<connect gate="G$1" pin="GND@1" pad="18"/>
<connect gate="G$1" pin="GND@2" pad="23"/>
<connect gate="G$1" pin="GPIO10_D10_MOSI" pad="11"/>
<connect gate="G$1" pin="GPIO20_D7_RX" pad="8"/>
<connect gate="G$1" pin="GPIO21_D6_TX" pad="7"/>
<connect gate="G$1" pin="GPIO2_A0_D0" pad="1"/>
<connect gate="G$1" pin="GPIO3_A1_D1" pad="2"/>
<connect gate="G$1" pin="GPIO4_A2_D2" pad="3"/>
<connect gate="G$1" pin="GPIO5_A3_D3" pad="4"/>
<connect gate="G$1" pin="GPIO6_D4_SDA" pad="5"/>
<connect gate="G$1" pin="GPIO7_D5_SCL" pad="6"/>
<connect gate="G$1" pin="GPIO8_D8_SCK" pad="9"/>
<connect gate="G$1" pin="GPIO9_D9_MISO" pad="10"/>
<connect gate="G$1" pin="MTCK" pad="20"/>
<connect gate="G$1" pin="MTDI" pad="15"/>
<connect gate="G$1" pin="MTDO" pad="16"/>
<connect gate="G$1" pin="MTMS" pad="19"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="XIAO-THRUHOLE" prefix="U">
<description><h2>Seeed Studio XIAO Series Through-hole Footprint and Symbol</h2>
Basic through-hole footprint for Seeed XIAO series of boards. The underside surface mount pads are disabled. For through-hole mounting, a pair of 7-pin, 2.54mm pitch headers with 0.64x0.64mm square leads are recommended. The hybrid variant allows the assembler to choose between surface mount and through-hole mounting methods. However, there is a risk of solder leakage and therefore insufficient solder at the joints if soldering using solder paste and stencils, so we advise using this footprint only when the module is intended to be hand soldered.
<br><br>
The symbol pin labels are generic. Please refer to the specific board for more information.
<br><br>
Seeed Studio XIAO SAMD21 (Seeeduino XIAO) is also available pre-soldered:
<br><br>
<b>Seeed Studio XIAO SAMD21 Pre-soldered - Microchip ATSAMD21G18 Arduino Microcontroller with headers <br>Seeed SKU: 102010388</b>
<br>
<br>
<a href="https://www.seeedstudio.com/Seeeduino-XIAO-Pre-Soldered-p-4747.html">Buy now</a>
<br></description>
<gates>
<gate name="G$1" symbol="XIAO-THRUHOLE" x="0" y="0"/>
</gates>
<devices>
<device name="" package="XIAO-GENERIC-THRUHOLE-MODULE14P-2.54-21X17.8MM">
<connects>
<connect gate="G$1" pin="P10_D9_MISO" pad="10"/>
<connect gate="G$1" pin="P11_D10_MOSI" pad="11"/>
<connect gate="G$1" pin="P12_3V3" pad="12"/>
<connect gate="G$1" pin="P13_GND" pad="13"/>
<connect gate="G$1" pin="P14_5V" pad="14"/>
<connect gate="G$1" pin="P1_A0_D0" pad="1"/>
<connect gate="G$1" pin="P2_A1_D1" pad="2"/>
<connect gate="G$1" pin="P3_A2_D2" pad="3"/>
<connect gate="G$1" pin="P4_A3_D3" pad="4"/>
<connect gate="G$1" pin="P5_D4_SDA" pad="5"/>
<connect gate="G$1" pin="P6_D5_SCL" pad="6"/>
<connect gate="G$1" pin="P7_D6_TX" pad="7"/>
<connect gate="G$1" pin="P8_D7_RX" pad="8"/>
<connect gate="G$1" pin="P9_D8_SCK" pad="9"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
<device name="HYBRID-SMT-THT" package="XIAO-GENERIC-HYBRID-MODULE14P-2.54-21X17.8MM">
<connects>
<connect gate="G$1" pin="P10_D9_MISO" pad="10"/>
<connect gate="G$1" pin="P11_D10_MOSI" pad="11"/>
<connect gate="G$1" pin="P12_3V3" pad="12"/>
<connect gate="G$1" pin="P13_GND" pad="13"/>
<connect gate="G$1" pin="P14_5V" pad="14"/>
<connect gate="G$1" pin="P1_A0_D0" pad="1"/>
<connect gate="G$1" pin="P2_A1_D1" pad="2"/>
<connect gate="G$1" pin="P3_A2_D2" pad="3"/>
<connect gate="G$1" pin="P4_A3_D3" pad="4"/>
<connect gate="G$1" pin="P5_D4_SDA" pad="5"/>
<connect gate="G$1" pin="P6_D5_SCL" pad="6"/>
<connect gate="G$1" pin="P7_D6_TX" pad="7"/>
<connect gate="G$1" pin="P8_D7_RX" pad="8"/>
<connect gate="G$1" pin="P9_D8_SCK" pad="9"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
<compatibility>
<note version="6.3" minversion="6.2.2" severity="warning">
Since Version 6.2.2 text objects can contain more than one line,
which will not be processed correctly with this version.
</note>
</compatibility>
</eagle>