Skip to content

Commit a64c30a

Browse files
committed
Added esp32-c3 supermini board
1 parent 4667e52 commit a64c30a

File tree

2 files changed

+4151
-0
lines changed

2 files changed

+4151
-0
lines changed

boards/esp32-c3-supermini/board.json

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"name": "ESP32-C3 Super Mini",
3+
"version": 1,
4+
"description": "A popular ESP32-C3 Super Mini board",
5+
"author": "Petr Gadorek",
6+
"mcu": "esp32-c3",
7+
"fqbn": "esp32:esp32:esp32c3",
8+
"width": 20,
9+
"height": 24.4,
10+
"pins": {
11+
"5V": {
12+
"x": 17.5,
13+
"y": 3.5,
14+
"target": "power(5)"
15+
},
16+
"GND": {
17+
"x": 17.5,
18+
"y": 6,
19+
"target": "GND"
20+
},
21+
"3V3": {
22+
"x": 17.5,
23+
"y": 8.5,
24+
"target": "power(3.3)"
25+
},
26+
"4": {
27+
"x": 17.5,
28+
"y": 11,
29+
"target": "GPIO4"
30+
},
31+
"3": {
32+
"x": 17.5,
33+
"y": 13.5,
34+
"target": "GPIO3"
35+
},
36+
"2": {
37+
"x": 17.5,
38+
"y": 16.1,
39+
"target": "GPIO2"
40+
},
41+
"1": {
42+
"x": 17.5,
43+
"y": 18.6,
44+
"target": "GPIO1"
45+
},
46+
"0": {
47+
"x": 17.5,
48+
"y": 21.1,
49+
"target": "GPIO0"
50+
},
51+
"5": {
52+
"x": 2.5,
53+
"y": 3.5,
54+
"target": "GPIO5"
55+
},
56+
"6": {
57+
"x": 2.5,
58+
"y": 6,
59+
"target": "GPIO6"
60+
},
61+
"7": {
62+
"x": 2.5,
63+
"y": 8.5,
64+
"target": "GPIO7"
65+
},
66+
"8": {
67+
"x": 2.5,
68+
"y": 11,
69+
"target": "GPIO8"
70+
},
71+
"9": {
72+
"x": 2.5,
73+
"y": 13.5,
74+
"target": "GPIO9"
75+
},
76+
"10": {
77+
"x": 2.5,
78+
"y": 16.1,
79+
"target": "GPIO10"
80+
},
81+
"20": {
82+
"x": 2.5,
83+
"y": 18.6,
84+
"target": "GPIO20"
85+
},
86+
"21": {
87+
"x": 2.5,
88+
"y": 21.1,
89+
"target": "GPIO21"
90+
}
91+
},
92+
"leds": [
93+
{
94+
"id": "power",
95+
"x": 4.15,
96+
"y": 7.2,
97+
"type": "0603",
98+
"color": "red",
99+
"pins": {
100+
"A": "3V3", // This is a power LED, so it's always on
101+
"C": "GND.1"
102+
}
103+
},
104+
{
105+
"id": "led1",
106+
"x": 14.7,
107+
"y": 13.2,
108+
"type": "0603",
109+
"color": "blue",
110+
"pins": {
111+
"A": "8", // The LED connects to GPIO pin 8
112+
"C": "GND.1"
113+
}
114+
}
115+
]
116+
}

0 commit comments

Comments
 (0)