|
| 1 | +{ |
| 2 | + "name": "Seeed Studio XIAO ESP32-C6", |
| 3 | + "version": "1", |
| 4 | + "description": "An IoT mini development board based on the Espressif ESP32-C6 WiFi/Bluetooth dual-mode chip", |
| 5 | + "author": "Uri Shaked", |
| 6 | + "mcu": "esp32-c6", |
| 7 | + "fqbn": "esp32:esp32:XIAO_ESP32C6", |
| 8 | + "width": 18.1, |
| 9 | + "height": 23.4, |
| 10 | + "mcuAttrs": { |
| 11 | + "flashSize": "4", |
| 12 | + "serialInterface": "USB_SERIAL_JTAG" |
| 13 | + }, |
| 14 | + |
| 15 | + "pins": { |
| 16 | + "D0": { "x": 1.4335, "y": 4.9305, "target": "GPIO0" }, |
| 17 | + "D1": { "x": 1.4335, "y": 7.4705, "target": "GPIO1" }, |
| 18 | + "D2": { "x": 1.4335, "y": 10.0105, "target": "GPIO2" }, |
| 19 | + "D3": { "x": 1.4335, "y": 12.5505, "target": "GPIO21" }, |
| 20 | + "D4": { "x": 1.4335, "y": 15.0905, "target": "GPIO22" }, |
| 21 | + "D5": { "x": 1.4335, "y": 17.6305, "target": "GPIO23" }, |
| 22 | + "D6": { "x": 1.4335, "y": 20.1705, "target": "GPIO16" }, |
| 23 | + |
| 24 | + "D7": { "x": 16.51, "y": 20.1705, "target": "GPIO17" }, |
| 25 | + "D8": { "x": 16.51, "y": 17.6305, "target": "GPIO19" }, |
| 26 | + "D9": { "x": 16.51, "y": 15.0905, "target": "GPIO20" }, |
| 27 | + "D10": { "x": 16.51, "y": 12.5505, "target": "GPIO18" }, |
| 28 | + "3V3": { "x": 16.51, "y": 10.0105, "target": "power(3.3)" }, |
| 29 | + "GND": { "x": 16.51, "y": 7.4705, "target": "GND" }, |
| 30 | + "5V": { "x": 16.51, "y": 4.9305, "target": "power(5)" }, |
| 31 | + |
| 32 | + /* Virtual pins */ |
| 33 | + "$gpio15": { "target": "GPIO15" } |
| 34 | + }, |
| 35 | + |
| 36 | + "leds": [ |
| 37 | + { |
| 38 | + "id": "led1", |
| 39 | + "x": 14.641, |
| 40 | + "y": 6.7305, |
| 41 | + "type": "0603", |
| 42 | + "color": "yellow", |
| 43 | + "pins": { |
| 44 | + "A": "3V3", |
| 45 | + "C": "$gpio15" |
| 46 | + } |
| 47 | + } |
| 48 | + ] |
| 49 | +} |
0 commit comments