Skip to content

Commit

Permalink
feat: AITEWIN ROBOT ESP32-C3 SuperMini (#28)
Browse files Browse the repository at this point in the history
* Added AITEWIN ROBOT ESP32-C3 SuperMini

* Update board.json

Found out dealing with SPI and I2C that the pin out diagram from seller was incorrect. Found another pin out diagram, tested with those description and they both work now

* Update board.json

Missing extra labels on pin 10, 20 and 21

* changed name

* Added file in case feature reques gets approved and you need test data (#29)

* Fix Pin Spacing

* Changing Name, adding buy links in JSON, renaming folder, removing CSV and txt

* Update board.json

change version

* Update board.json

Temp update led pin name for the onboard GPIO8 LED

* Update board.json

Updated the incorrect field regarding onboard GPIO8 LED

* Update board.json

SImplifying the pin names as requested for merge into Wokwi.
NOTE: This will make for a worse user experience IMO
  • Loading branch information
geekgarage authored Feb 9, 2024
1 parent 20a99aa commit bad38c4
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 0 deletions.
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",
"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"
}
}
],
"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

0 comments on commit bad38c4

Please sign in to comment.