Skip to content

Commit 272990c

Browse files
feat(aitewinrobot-esp32h2-supermini): add board (#37)
* feat: add aitewinrobot-esp32h2-supermini board * fix: aitewinrobot-esp32h2-supermini svg size --------- Co-authored-by: Pierrick Rouxel <[email protected]>
1 parent cd3a6a3 commit 272990c

File tree

2 files changed

+361
-0
lines changed

2 files changed

+361
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"name": "Aitewin Robot ESP32-H2 SuperMini",
3+
"version": 1,
4+
"description": "A common ESP32 dev board by AITEWIN ROBOT",
5+
"author": "Pierrick Rouxel",
6+
"mcu": "esp32-h2",
7+
"fqbn": "esp32:esp32:esp32h2",
8+
"width": 17.80,
9+
"height": 25.40,
10+
"pins": {
11+
"TX": { "x": 1.27, "y": 3.81, "target": "GPIO24" },
12+
"RX": { "x": 1.27, "y": 6.35, "target": "GPIO23" },
13+
"0": { "x": 1.27, "y": 8.89, "target": "GPIO0" },
14+
"1": { "x": 1.27, "y": 11.43, "target": "GPIO1" },
15+
"2": { "x": 1.27, "y": 13.97, "target": "GPIO2" },
16+
"3": { "x": 1.27, "y": 16.51, "target": "GPIO3" },
17+
"4": { "x": 1.27, "y": 19.05, "target": "GPIO4" },
18+
"5": { "x": 1.27, "y": 21.59, "target": "GPIO5" },
19+
"8": { "x": 1.27, "y": 24.13, "target": "GPIO8" },
20+
"5V": { "x": 16.51, "y": 3.81, "target": "power(5)" },
21+
"GND": { "x": 16.51, "y": 6.35, "target": "GND" },
22+
"3V3": { "x": 16.51, "y": 8.89, "target": "power(3.3)" },
23+
"14": { "x": 16.51, "y": 11.43, "target": "GPIO14" },
24+
"13": { "x": 16.51, "y": 13.97, "target": "GPIO13" },
25+
"12": { "x": 16.51, "y": 16.51, "target": "GPIO12" },
26+
"11": { "x": 16.51, "y": 19.05, "target": "GPIO11" },
27+
"10": { "x": 16.51, "y": 21.59, "target": "GPIO10" },
28+
"9": { "x": 16.51, "y": 24.13, "target": "GPIO9" },
29+
"25": { "x": 8.89, "y": 19.05, "target": "GPIO25" },
30+
"22": { "x": 11.43, "y": 19.05, "target": "GPIO22" },
31+
"26": { "x": 3.81, "y": 21.59, "target": "GPIO26" },
32+
"27": { "x": 3.81, "y": 24.13, "target": "GPIO27" }
33+
},
34+
"leds": [
35+
{
36+
"id": "user",
37+
"x": 3.81,
38+
"y": 3.81,
39+
"type": "0603",
40+
"color": "blue",
41+
"pins": {
42+
"A": "13",
43+
"C": "GND"
44+
}
45+
},
46+
{
47+
"id": "power",
48+
"x": 13.97,
49+
"y": 3.81,
50+
"type": "0603",
51+
"color": "green",
52+
"radius": 3.0,
53+
"pins": {
54+
"A": "3V3",
55+
"C": "GND"
56+
}
57+
},
58+
{
59+
"id": "rgb",
60+
"x": 8.89,
61+
"y": 8.89,
62+
"type": "ws2812",
63+
"radius": 3.0,
64+
"pins": {
65+
"DI": "8"
66+
}
67+
}
68+
],
69+
"buy": [
70+
{
71+
"store": "Aliexpress",
72+
"link": "https://www.aliexpress.com/item/1005005757810089.html"
73+
}
74+
]
75+
}

0 commit comments

Comments
 (0)