Skip to content

Commit a07432f

Browse files
committed
feat(xiao-esp32-s3): add board
1 parent 8a8ae19 commit a07432f

File tree

2 files changed

+187
-0
lines changed

2 files changed

+187
-0
lines changed

boards/xiao-esp32-s3/board.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"name": "Seeed Studio XIAO ESP32-S3",
3+
"version": "1",
4+
"description": "An IoT mini development board based on the Espressif ESP32-S3 WiFi/Bluetooth dual-mode chip",
5+
"author": "Uri Shaked",
6+
"mcu": "esp32-s3",
7+
"fqbn": "esp32:esp32:XIAO_ESP32S3",
8+
"width": 18.1,
9+
"height": 23.4,
10+
"mcuAttrs": {
11+
"flashSize": "8",
12+
"psramSize": "8",
13+
"serialInterface": "USB_SERIAL_JTAG"
14+
},
15+
16+
"pins": {
17+
"D0": { "x": 1.4335, "y": 4.9305, "target": "GPIO1" },
18+
"D1": { "x": 1.4335, "y": 7.4705, "target": "GPIO2" },
19+
"D2": { "x": 1.4335, "y": 10.0105, "target": "GPIO3" },
20+
"D3": { "x": 1.4335, "y": 12.5505, "target": "GPIO4" },
21+
"D4": { "x": 1.4335, "y": 15.0905, "target": "GPIO5" },
22+
"D5": { "x": 1.4335, "y": 17.6305, "target": "GPIO6" },
23+
"D6": { "x": 1.4335, "y": 20.1705, "target": "GPIO43" },
24+
25+
"D7": { "x": 16.51, "y": 20.1705, "target": "GPIO44" },
26+
"D8": { "x": 16.51, "y": 17.6305, "target": "GPIO7" },
27+
"D9": { "x": 16.51, "y": 15.0905, "target": "GPIO8" },
28+
"D10": { "x": 16.51, "y": 12.5505, "target": "GPIO9" },
29+
"3V3": { "x": 16.51, "y": 10.0105, "target": "power(3.3)" },
30+
"GND": { "x": 16.51, "y": 7.4705, "target": "GND" },
31+
"5V": { "x": 16.51, "y": 4.9305, "target": "power(5)" },
32+
33+
/* Virtual pins */
34+
"$gpio21": { "target": "GPIO21" }
35+
},
36+
37+
"leds": [
38+
{
39+
"id": "led1",
40+
"x": 14.6275,
41+
"y": 5.847,
42+
"type": "0603",
43+
"color": "yellow",
44+
"pins": {
45+
"A": "3V3",
46+
"C": "$gpio21"
47+
}
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)