Skip to content

Commit

Permalink
feat: add esp32-s3-box
Browse files Browse the repository at this point in the history
  • Loading branch information
AriellaE committed Jun 3, 2024
1 parent 81046a2 commit 9d77ba9
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 0 deletions.
67 changes: 67 additions & 0 deletions boards/esp32-s3-box/board.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"name": "ESP32-S3-BOX",
"version": 1,
"description": "AI voice-development kit, which provides a platform for developing the control of smart devices with offline and online voice assistants.",
"author": "Ariella Eliassaf",
"mcu": "esp32-s3",
"fqbn": "esp32:esp32:esp32s3box",

"width": 96.54,
"height": 98.79,

"pins": {
// left socket
"G9": { "x": 13.9, "y": 92.95, "target": "GPIO9" },
"G43": { "x": 16.44, "y": 92.95, "target": "GPIO43" },
"G44": { "x": 18.98, "y": 92.95, "target": "GPIO44" },
"G14": { "x": 21.52, "y": 92.95, "target": "GPIO14" },
"GND.1": { "x": 24.06, "y": 92.95, "target": "GND" },
"3V3.1": { "x": 26.6, "y": 92.95, "target": "power(3.3)" },

"G10": { "x": 13.9, "y": 95.49, "target": "GPIO10" },
"G11": { "x": 16.44, "y": 95.49, "target": "GPIO11" },
"G13": { "x": 18.98, "y": 95.49, "target": "GPIO13" },
"G12": { "x": 21.52, "y": 95.49, "target": "GPIO12" },
"GND.2": { "x": 24.06, "y": 95.49, "target": "GND" },
"3V3.2": { "x": 26.6, "y": 95.49, "target": "power(3.3)" },

// right socket
"G38": { "x": 33.95, "y": 92.95, "target": "GPIO38" },
"G39": { "x": 36.49, "y": 92.95, "target": "GPIO39" },
"G40": { "x": 39.03, "y": 92.95, "target": "GPIO40" },
"G41": { "x": 41.57, "y": 92.95, "target": "GPIO41" },
"GND.3": { "x": 44.11, "y": 92.95, "target": "GND" },
"3V3.3": { "x": 46.65, "y": 92.95, "target": "power(3.3)" },

"G42": { "x": 33.95, "y": 95.49, "target": "GPIO42" },
"G21": { "x": 36.49, "y": 95.49, "target": "GPIO21" },
"G19": { "x": 39.03, "y": 95.49, "target": "GPIO19" },
"G20": { "x": 41.57, "y": 95.49, "target": "GPIO20" },
"GND.4": { "x": 44.11, "y": 95.49, "target": "GND" },
"3V3.4": { "x": 46.65, "y": 95.49, "target": "power(3.3)" }
},

"displays": [
{
"id": "chip",
"x": 13.137,
"y": 18.973,
"width": 70.275,
"height": 53.254,
"pixelWidth": 320,
"pixelHeight": 240,
"chip": "ili9341" // actually ili9342c
}
],

"leds": [
{
"id": "voice",
"x": 66.6,
"y": 90.45,
"type": "0603",
"color": "orange",
"pins": {}
}
]
}
215 changes: 215 additions & 0 deletions boards/esp32-s3-box/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d77ba9

Please sign in to comment.