{
    "key": "esp32-c6-devkitc-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": "machine",
            "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": [
                "import sys; print(sys.implementation)",
                "import os; print(os.uname())",
                "import machine; print(machine.freq())",
                "import gc; gc.collect(); print(gc.mem_free())",
                "from machine import I2C, Pin; print(I2C(0).scan())"
            ],
            "model_file": null,
            "overlay_file": null
        },
        "runtime": {
            "python3": true,
            "os_family": null,
            "package_manager": "mip",
            "service_manager": null
        },
        "verified": {
            "by": null,
            "os": null,
            "date": null,
            "reviewed_by": null,
            "evidence_url": null
        },
        "transport": {
            "ota": true,
            "tls": true,
            "notes": "The only board here that can speak Wi-Fi and 802.15.4 from the same part. Thread and Zigbee still need a border router to reach the platform.",
            "network": [
                "wifi",
                "bluetooth",
                "thread",
                "zigbee"
            ],
            "mqtt_client": "umqtt.simple"
        },
        "toolchains": [
            "MicroPython",
            "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": "The low-power core can keep a sensor loop running while the main core sleeps, which matters more than raw inference for battery devices.",
            "tinyml": {
                "notes": "Same practical ceiling as the C3. The radio is the reason to buy it.",
                "viable": true,
                "frameworks": [
                    "TensorFlow Lite Micro"
                ]
            },
            "viable": true,
            "accelerator": null,
            "usable_memory_gb": null
        },
        "provisioning_model": "micropython",
        "component_attachment": "gpio-header",
        "supported_provisioning_models": [
            "micropython",
            "arduino-sketch",
            "vendor-firmware"
        ]
    },
    "platform": {
        "cpu": "RISC-V 32-bit high-performance core @ 160MHz with a 20MHz low-power core",
        "ram": "512KB SRAM",
        "name": "ESP32-C6-DevKitC-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": "8MB Flash",
        "weight_g": null,
        "gpio_pins": 30,
        "board_type": "Microcontroller",
        "interfaces": [
            {
                "type": "USB-C",
                "count": 2
            },
            {
                "type": "2.54mm header",
                "count": 2
            }
        ],
        "description": "RISC-V with Wi-Fi 6, BLE 5 and an 802.15.4 radio, so one part covers Wi-Fi, Thread, Zigbee and Matter.",
        "adc_channels": 7,
        "dac_channels": 0,
        "manufacturer": "Espressif",
        "model_number": "ESP32-C6-DevKitC-1",
        "pwm_channels": 6,
        "datasheet_url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/hw-reference/esp32c6/user-guide-devkitc-1.html",
        "dimensions_mm": null,
        "serial_protocols": [
            {
                "count": 2,
                "protocol": "I2C"
            },
            {
                "count": 2,
                "protocol": "SPI"
            },
            {
                "count": 3,
                "protocol": "UART"
            },
            {
                "count": 1,
                "protocol": "I2S"
            }
        ],
        "operating_systems": [
            {
                "name": "ESP-IDF"
            },
            {
                "name": "Arduino Core"
            },
            {
                "name": "MicroPython"
            }
        ],
        "operating_voltage": "3.3V",
        "communication_chips": [
            {
                "protocol": "Wi-Fi",
                "standard": "802.11ax Wi-Fi 6",
                "chip_model": "ESP32-C6"
            },
            {
                "protocol": "Bluetooth",
                "standard": "5.3 LE",
                "chip_model": "ESP32-C6"
            },
            {
                "protocol": "802.15.4",
                "standard": "Thread and Zigbee",
                "chip_model": "ESP32-C6"
            }
        ]
    },
    "revision": 1
}