{
    "key": "esp32-h2-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": 921600,
            "tool": "esptool.py",
            "notes": "The SoC exposes USB Serial/JTAG directly, so no bridge chip is involved. A firmware that reconfigures those pins loses the port until the board is put back into download mode by holding BOOT while tapping RESET.",
            "method": "usb-native",
            "port_hint": "/dev/ttyACM0"
        },
        "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": null,
            "notes": "No Wi-Fi and no Ethernet. The device joins a Thread or Zigbee network and the platform sees it through a border router, which has to exist before the board is any use.",
            "network": [
                "bluetooth",
                "thread",
                "zigbee"
            ],
            "mqtt_client": null
        },
        "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": "Read the transport block before choosing this board. It has no Wi-Fi, so it cannot reach an MQTT broker on its own under any configuration.",
            "tinyml": {
                "notes": "The Thread or Zigbee stack takes most of the flash and most of the RAM.",
                "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 @ 96MHz",
        "ram": "320KB SRAM",
        "name": "ESP32-H2-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",
        "weight_g": null,
        "gpio_pins": 19,
        "board_type": "Microcontroller",
        "interfaces": [
            {
                "type": "USB-C",
                "count": 2
            },
            {
                "type": "2.54mm header",
                "count": 2
            }
        ],
        "description": "802.15.4 and BLE 5 with no Wi-Fi radio at all. Built for Thread, Zigbee and Matter end devices.",
        "adc_channels": 5,
        "dac_channels": 0,
        "manufacturer": "Espressif",
        "model_number": "ESP32-H2-DevKitM-1",
        "pwm_channels": 6,
        "datasheet_url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32h2/hw-reference/esp32h2/user-guide-devkitm-1.html",
        "dimensions_mm": null,
        "serial_protocols": [
            {
                "count": 2,
                "protocol": "I2C"
            },
            {
                "count": 2,
                "protocol": "SPI"
            },
            {
                "count": 2,
                "protocol": "UART"
            },
            {
                "count": 1,
                "protocol": "I2S"
            }
        ],
        "operating_systems": [
            {
                "name": "ESP-IDF"
            },
            {
                "name": "Arduino Core"
            }
        ],
        "operating_voltage": "3.3V",
        "communication_chips": [
            {
                "protocol": "Bluetooth",
                "standard": "5.3 LE",
                "chip_model": "ESP32-H2"
            },
            {
                "protocol": "802.15.4",
                "standard": "Thread, Zigbee and Matter",
                "chip_model": "ESP32-H2"
            }
        ]
    },
    "revision": 1
}