{
    "key": "esp8684-devkitm-1",
    "kind": "board",
    "source": "authored",
    "status": "draft",
    "harness": {
        "gpio": {
            "notes": "Almost every pin is routable to almost any peripheral through the GPIO matrix, so a driver binds to a pin number chosen at deploy time rather than to a fixed function. The strapping pins and the pins bonded to on-package flash are the exceptions and must not be used.",
            "library": null,
            "pin_scheme": "gpio"
        },
        "flash": {
            "baud": 460800,
            "tool": "esptool.py",
            "notes": "Flashes through an on-board USB to UART bridge. esptool drives the reset and boot lines automatically, so the boot button is not normally needed.",
            "method": "usb-serial",
            "port_hint": "/dev/ttyUSB0"
        },
        "probe": {
            "commands": [
                "arduino-cli board list",
                "arduino-cli board details --fqbn <fqbn>"
            ],
            "model_file": null,
            "overlay_file": null
        },
        "runtime": {
            "python3": false,
            "os_family": null,
            "package_manager": null,
            "service_manager": null
        },
        "verified": {
            "by": null,
            "os": null,
            "date": null,
            "reviewed_by": null,
            "evidence_url": null
        },
        "transport": {
            "ota": true,
            "tls": true,
            "notes": "Connects to the broker directly over Wi-Fi. TLS works but the handshake is the largest memory spike in a typical device program, so size the heap around it rather than around steady state.",
            "network": [
                "wifi",
                "bluetooth"
            ],
            "mqtt_client": "umqtt.simple"
        },
        "toolchains": [
            "ESP-IDF",
            "Arduino IDE",
            "Arduino CLI",
            "PlatformIO"
        ],
        "local_inference": {
            "llm": {
                "notes": "Kilobytes of RAM. A general language model does not run here and never will. Send the reading to something that can.",
                "viable": false,
                "runtimes": [],
                "max_params_b": null,
                "quantisation": [],
                "max_model_size_gb": null
            },
            "notes": "There is no official MicroPython port for the C2, so the MicroPython pipeline does not apply to this board. Build a sketch or use ESP-IDF.",
            "tinyml": {
                "notes": "272KB of SRAM with the Wi-Fi stack already resident. There is no room for a model.",
                "viable": false,
                "frameworks": []
            },
            "viable": false,
            "accelerator": null,
            "usable_memory_gb": null
        },
        "provisioning_model": "arduino-sketch",
        "component_attachment": "gpio-header",
        "supported_provisioning_models": [
            "arduino-sketch",
            "vendor-firmware"
        ]
    },
    "platform": {
        "cpu": "RISC-V single-core 32-bit @ 120MHz",
        "ram": "272KB SRAM",
        "name": "ESP8684-DevKitM-1",
        "power": [
            {
                "source": "USB",
                "voltage_max": 5,
                "voltage_min": 5
            },
            {
                "source": "5V pin",
                "voltage_max": 5,
                "voltage_min": 5
            },
            {
                "source": "3V3 pin",
                "voltage_max": 3.3,
                "voltage_min": 3.3
            }
        ],
        "has_gpu": false,
        "has_npu": false,
        "has_tpu": false,
        "storage": "4MB Flash in package",
        "weight_g": null,
        "gpio_pins": 14,
        "board_type": "Microcontroller",
        "interfaces": [
            {
                "type": "Micro USB",
                "count": 1
            },
            {
                "type": "2.54mm header",
                "count": 2
            }
        ],
        "description": "ESP32-C2. The smallest and cheapest Wi-Fi plus BLE part Espressif makes, with flash in package.",
        "adc_channels": 5,
        "dac_channels": 0,
        "manufacturer": "Espressif",
        "model_number": "ESP8684-DevKitM-1",
        "pwm_channels": 6,
        "datasheet_url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32c2/hw-reference/esp32c2/user-guide-esp8684-devkitm-1.html",
        "dimensions_mm": null,
        "serial_protocols": [
            {
                "count": 1,
                "protocol": "I2C"
            },
            {
                "count": 2,
                "protocol": "SPI"
            },
            {
                "count": 2,
                "protocol": "UART"
            }
        ],
        "operating_systems": [
            {
                "name": "ESP-IDF"
            },
            {
                "name": "Arduino Core"
            }
        ],
        "operating_voltage": "3.3V",
        "communication_chips": [
            {
                "protocol": "Wi-Fi",
                "standard": "802.11b/g/n",
                "chip_model": "ESP32-C2"
            },
            {
                "protocol": "Bluetooth",
                "standard": "5.0 LE",
                "chip_model": "ESP32-C2"
            }
        ]
    },
    "revision": 1
}