Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AITEWIN ROBOT ESP32-C3 SuperMini #28

Merged
merged 14 commits into from
Feb 9, 2024
67 changes: 67 additions & 0 deletions boards/aitewinrobot-esp32c3-supermini/board.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"name": "Aitewin Robot ESP32-C3 SuperMini",
"version": 1,
"description": "A common ESP32 dev board by AITEWIN ROBOT (Derived from Adafruit QT Py ESP32-C3)",
"author": "GeekGarage",
"mcu": "esp32-c3",
"fqbn": "esp32:esp32:esp32c3",
geekgarage marked this conversation as resolved.
Show resolved Hide resolved
"width": 18.00,
"height": 24.576,
"pins": {
"5V": { "x": 16.702, "y": 3.238, "target": "power(5)" },
"GND": { "x": 16.702, "y": 5.778, "target": "GND" },
"3V3": { "x": 16.525199, "y": 8.318, "target": "power(3.3)" },
"4": { "x": 16.702, "y": 10.858, "target": "GPIO4" },
"3": { "x": 16.702, "y": 13.398, "target": "GPIO3" },
"2": { "x": 16.702, "y": 15.938, "target": "GPIO2" },
"1": { "x": 16.702, "y": 18.478, "target": "GPIO1" },
"0": { "x": 16.702, "y": 21.018, "target": "GPIO0" },
"5": { "x": 1.462, "y": 3.238, "target": "GPIO5" },
"6": { "x": 1.462, "y": 5.778, "target": "GPIO6" },
"7": { "x": 1.462, "y": 8.318, "target": "GPIO7" },
"8": { "x": 1.462, "y": 10.858, "target": "GPIO8" },
"9": { "x": 1.462, "y": 13.398, "target": "GPIO9" },
"10": { "x": 1.462, "y": 15.938, "target": "GPIO10" },
"RX": { "x": 1.462, "y": 18.478, "target": "GPIO20" },
"TX": { "x": 1.462, "y": 21.018, "target": "GPIO21" }
},
"leds": [
{
"id": "power",
"x": 3.121,
"y": 7.022,
"type": "0603",
"color": "red",
"pins": {
"A": "3V3",
"C": "GND"
}
},
{
"id": "io8led",
"x": 13.599,
"y": 12.885,
"type": "0603",
"color": "blue",
"radius": 3.0,
"pins": {
"A": "8",
"C": "GND"
}
}
geekgarage marked this conversation as resolved.
Show resolved Hide resolved
],
"buy": [
{
"store": "Aliexpress",
"link": "https://www.aliexpress.com/item/1005005757810089.html"
},
{
"store": "Ebay",
"link": "https://www.ebay.com/itm/276300462231"
},
{
"store": "Temu",
"link": "https://www.temu.com/dk/esp32-c3-development-board-esp32-supermini-wifi-wireless-g-601099534456789.html"
}
]
}
Loading