|
| 1 | +{ |
| 2 | + "name": "ESP32-S3-BOX", |
| 3 | + "version": 1, |
| 4 | + "description": "AI voice-development kit, which provides a platform for developing the control of smart devices with offline and online voice assistants.", |
| 5 | + "author": "Ariella Eliassaf", |
| 6 | + "mcu": "esp32-s3", |
| 7 | + "fqbn": "esp32:esp32:esp32s3box", |
| 8 | + |
| 9 | + "width": 96.54, |
| 10 | + "height": 98.79, |
| 11 | + |
| 12 | + "pins": { |
| 13 | + // left socket |
| 14 | + "G9": { "x": 13.9, "y": 92.95, "target": "GPIO9" }, |
| 15 | + "G43": { "x": 16.44, "y": 92.95, "target": "GPIO43" }, |
| 16 | + "G44": { "x": 18.98, "y": 92.95, "target": "GPIO44" }, |
| 17 | + "G14": { "x": 21.52, "y": 92.95, "target": "GPIO14" }, |
| 18 | + "GND.1": { "x": 24.06, "y": 92.95, "target": "GND" }, |
| 19 | + "3V3.1": { "x": 26.6, "y": 92.95, "target": "power(3.3)" }, |
| 20 | + |
| 21 | + "G10": { "x": 13.9, "y": 95.49, "target": "GPIO10" }, |
| 22 | + "G11": { "x": 16.44, "y": 95.49, "target": "GPIO11" }, |
| 23 | + "G13": { "x": 18.98, "y": 95.49, "target": "GPIO13" }, |
| 24 | + "G12": { "x": 21.52, "y": 95.49, "target": "GPIO12" }, |
| 25 | + "GND.2": { "x": 24.06, "y": 95.49, "target": "GND" }, |
| 26 | + "3V3.2": { "x": 26.6, "y": 95.49, "target": "power(3.3)" }, |
| 27 | + |
| 28 | + // right socket |
| 29 | + "G38": { "x": 33.95, "y": 92.95, "target": "GPIO38" }, |
| 30 | + "G39": { "x": 36.49, "y": 92.95, "target": "GPIO39" }, |
| 31 | + "G40": { "x": 39.03, "y": 92.95, "target": "GPIO40" }, |
| 32 | + "G41": { "x": 41.57, "y": 92.95, "target": "GPIO41" }, |
| 33 | + "GND.3": { "x": 44.11, "y": 92.95, "target": "GND" }, |
| 34 | + "3V3.3": { "x": 46.65, "y": 92.95, "target": "power(3.3)" }, |
| 35 | + |
| 36 | + "G42": { "x": 33.95, "y": 95.49, "target": "GPIO42" }, |
| 37 | + "G21": { "x": 36.49, "y": 95.49, "target": "GPIO21" }, |
| 38 | + "G19": { "x": 39.03, "y": 95.49, "target": "GPIO19" }, |
| 39 | + "G20": { "x": 41.57, "y": 95.49, "target": "GPIO20" }, |
| 40 | + "GND.4": { "x": 44.11, "y": 95.49, "target": "GND" }, |
| 41 | + "3V3.4": { "x": 46.65, "y": 95.49, "target": "power(3.3)" } |
| 42 | + }, |
| 43 | + |
| 44 | + "displays": [ |
| 45 | + { |
| 46 | + "id": "chip", |
| 47 | + "x": 13.137, |
| 48 | + "y": 18.973, |
| 49 | + "width": 70.275, |
| 50 | + "height": 53.254, |
| 51 | + "pixelWidth": 320, |
| 52 | + "pixelHeight": 240, |
| 53 | + "chip": "ili9341" // actually ili9342c |
| 54 | + } |
| 55 | + ], |
| 56 | + |
| 57 | + "leds": [ |
| 58 | + { |
| 59 | + "id": "voice", |
| 60 | + "x": 66.6, |
| 61 | + "y": 90.45, |
| 62 | + "type": "0603", |
| 63 | + "color": "orange", |
| 64 | + "pins": {} |
| 65 | + } |
| 66 | + ] |
| 67 | +} |
0 commit comments