Skip to content

Commit 53c9fc4

Browse files
committed
feat(esp32-c5-devkit-c-1): add ESP32-C5 development board configuration and SVG diagram
1 parent f997403 commit 53c9fc4

File tree

2 files changed

+1064
-0
lines changed

2 files changed

+1064
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "ESP32-C5-DevKit-C-1",
3+
"version": 1,
4+
"description": "An entry-level ESP32-C5 development board",
5+
"author": "Ariella Eliassaf",
6+
"mcu": "esp32-c5",
7+
"fqbn": "esp32:esp32:esp32c5",
8+
9+
"width": 26.214,
10+
"height": 57.74,
11+
12+
"pins": {
13+
"3V3": { "x": 1.45, "y": 8.76, "target": "power(3.3)" },
14+
"RST": { "x": 1.45, "y": 11.3, "target": "CHIP_PU" },
15+
"2": { "x": 1.45, "y": 13.84, "target": "GPIO2" },
16+
"3": { "x": 1.45, "y": 16.38, "target": "GPIO3" },
17+
"0": { "x": 1.45, "y": 18.92, "target": "GPIO0" },
18+
"1": { "x": 1.45, "y": 21.46, "target": "GPIO1" },
19+
"6": { "x": 1.45, "y": 24, "target": "GPIO6" },
20+
"7": { "x": 1.45, "y": 26.54, "target": "GPIO7" },
21+
"8": { "x": 1.45, "y": 29.08, "target": "GPIO8" },
22+
"9": { "x": 1.45, "y": 31.62, "target": "GPIO9" },
23+
"10": { "x": 1.45, "y": 34.16, "target": "GPIO10" },
24+
"26": { "x": 1.45, "y": 36.7, "target": "GPIO26" },
25+
"25": { "x": 1.45, "y": 39.24, "target": "GPIO25" },
26+
"5V": { "x": 1.45, "y": 41.78, "target": "power(5)" },
27+
"GND.1": { "x": 1.45, "y": 44.32, "target": "GND" },
28+
"NC0": { "x": 1.45, "y": 46.86, "target": "" },
29+
30+
"NC1": { "x": 24.6, "y": 46.86, "target": "" },
31+
"GND.2": { "x": 24.6, "y": 44.32, "target": "GND" },
32+
"13": { "x": 24.6, "y": 41.78, "target": "GPIO13" },
33+
"14": { "x": 24.6, "y": 39.24, "target": "GPIO14" },
34+
"GND.3": { "x": 24.6, "y": 36.7, "target": "GND" },
35+
"28": { "x": 24.6, "y": 34.16, "target": "GPIO28" },
36+
"NC2": { "x": 24.6, "y": 31.62, "target": "" },
37+
"5": { "x": 24.6, "y": 29.08, "target": "GPIO5" },
38+
"4": { "x": 24.6, "y": 26.54, "target": "GPIO4" },
39+
"27": { "x": 24.6, "y": 24, "target": "GPIO27" },
40+
"15": { "x": 24.6, "y": 21.46, "target": "GPIO15" },
41+
"23": { "x": 24.6, "y": 18.92, "target": "GPIO23" },
42+
"24": { "x": 24.6, "y": 16.38, "target": "GPIO24" },
43+
"RX": { "x": 24.6, "y": 13.84, "target": "GPIO12" },
44+
"TX": { "x": 24.6, "y": 11.3, "target": "GPIO11" },
45+
"GND.4": { "x": 24.6, "y": 8.76, "target": "GND" }
46+
},
47+
48+
"leds": [
49+
{
50+
"id": "rgb",
51+
"x": 8.56,
52+
"y": 40.6,
53+
"type": "ws2812",
54+
"pins": {
55+
"DI": "8"
56+
}
57+
}
58+
]
59+
}

0 commit comments

Comments
 (0)