
Espressif ESP32-C6-DevKitM-1 is a development board based on the ESP32C6 microcontroller using RISCV architecture.
This board features a maximum CPU frequency of 160 MHz and 4MB flash memory.
About Espressif ESP32-C6-DevKitM-1
Where to Buy Espressif ESP32-C6-DevKitM-1
Prices are subject to change. We earn from qualifying purchases as an Amazon Associate.
Technical Specifications
Complete technical specification details for Espressif ESP32-C6-DevKitM-1
Connectivity
Microcontroller
✨ Features & Pins
Quick Setup
Copy-paste configs for Espressif ESP32-C6-DevKitM-1 - auto‑generated from this board's exact hardware specs.
In Arduino IDE 2 select Esp32 C6 Devkitm 1 from the esp32 by Espressif package. In PlatformIO use board = esp32-c6-devkitc-1. ESP32C6 · 160 MHz · 4MB · DIO.
In Arduino IDE 2, open Boards Manager, search "esp32" by Espressif and install it. Then go to Tools → Board and select "Esp32 C6 Devkitm 1" for the Espressif ESP32-C6-DevKitM-1.
[env:esp32-c6-devkitm-1]
platform = espressif32
board = esp32-c6-devkitc-1
framework = arduino
; Exact hardware config for Espressif ESP32-C6-DevKitM-1
board_build.mcu = esp32c6
board_build.f_cpu = 160000000L
board_build.flash_size = 4MB
board_build.flash_mode = dio
board_upload.flash_size = 4MBThe board value is a close generic match - check PlatformIO board registry for an exact fit.
esp32:
board: esp32-c6-devkitc-1
framework:
type: arduino # or "esp-idf"
# Espressif ESP32-C6-DevKitM-1 - 160 MHz ESP32C6
# Flash: 4MB | USB: N/APaste into your device's .yaml. See ESPHome ESP32 docs for full options.
esptool.py \
--chip esp32c6 \
--baud 921600 \
write_flash \
--flash_mode dio \
--flash_size 4MB \
0x1000 bootloader.bin \
0x8000 partitions.bin \
0xe000 boot_app0.bin \
0x10000 firmware.binInstall: pip install esptool - replace firmware.bin with your binary - bootloader at 0x1000
Espressif ESP32-C6-DevKitM-1 Pinout Diagram
Complete pin reference for Espressif ESP32-C6-DevKitM-1
Safe Pins to Use
These pins are safe for general GPIO usage without boot or system conflicts
Why Are These Pins Safe?
Pins to Avoid or Use with Caution
Reserved for critical functions. Misuse may cause boot failures, programming issues, or system conflicts.
Boot behavior & flash voltage
Low-level debugging interface
USB Serial/JTAG communication
Memory & PSRAM connections
Debugging & firmware uploads
| PIN | Label | Why Avoid | Type |
|---|---|---|---|
| IO4 | MTMS | Used during boot; required for JTAG debugging; flash data in internal-flash models. | 🛠️ Strapping |
| IO5 | MTDI | Used during boot; required for JTAG debugging; flash data in internal-flash models. | 🛠️ Strapping |
| IO6 | MTCK | Required for JTAG debugging; connected to flash clock in internal-flash models. | 🔗 JTAG |
| IO7 | MTDO | Required for JTAG debugging; connected to flash data in internal-flash models. | 🔗 JTAG |
| IO8 | GPIO8 | Determines boot mode; pulling low at reset can prevent normal boot. | 🛠️ Strapping |
| IO9 | GPIO9 | Pulling low on reset forces the ESP32-C6 into download mode instead of normal boot. | 🛠️ Strapping |
| IO12 | USB_D- | Dedicated to USB communication; avoid if using USB functionality. | 🔌 USB |
| IO13 | USB_D+ | Dedicated to USB communication; avoid if using USB functionality. | 🔌 USB |
| IO15 | JTAG_SEL | Controls JTAG input source at boot; avoid altering its state. | 🔗 JTAG |
| IO16 | U0TXD | Default UART0 transmit pin; using it may interfere with serial console or programming. | 📡 UART |
| IO17 | U0RXD | Default UART0 receive pin; using it may interfere with serial console or programming. | 📡 UART |
| IO18 | FSPIQ | Connected to internal flash; using as GPIO can disrupt flash operations. | ⚡ Flash |
| IO19 | FSPID | Connected to internal flash; using as GPIO can disrupt flash operations. | ⚡ Flash |
Useful Links
Datasheets and resources for Espressif ESP32-C6-DevKitM-1
Espressif ESP32-C6-DevKitM-1 Custom Pin Mapping
Pin configuration and GPIO mapping for Espressif ESP32-C6-DevKitM-1
| Pin | Function | ESP Pin | I/O Type | Description |
|---|---|---|---|---|
| 1 | 5V | 5V | POWER INPUT | 5V power input for the board |
| 2 | GND | GND | POWER GROUND | Ground connection |
| 3 | 3V3 | 3.3V | POWER OUTPUT | 3.3V power output for peripherals |
| 4 | TX | TX | TX | TX |
| 5 | RX | RX | RX | RX |
| 6 | IO0 | GP0 | BIDIRECTIONAL | GPIO, ADC pin |
| 7 | IO1 | GP1 | BIDIRECTIONAL | GPIO, ADC pin |
| 8 | IO2 | GP2 | BIDIRECTIONAL | GPIO, ADC pin |
| 9 | IO3 | GP3 | BIDIRECTIONAL | GPIO, ADC pin |
| 10 | IO4 | GP4 | BIDIRECTIONAL | GPIO, ADC pin |
| 11 | IO5 | GP5 | BIDIRECTIONAL | GPIO, ADC pin |
| 12 | IO6 | GP6 | BIDIRECTIONAL | GPIO, ADC pin |
| 13 | IO7 | GP7 | BIDIRECTIONAL | GPIO |
| 14 | IO8 | GP8 | BIDIRECTIONAL | GPIO, RGB LED, BOOT, ROM |
| 15 | IO9 | GP9 | BIDIRECTIONAL | GPIO, BOOT |
| 18 | IO12 | GP12 | BIDIRECTIONAL | GPIO, USB_D- |
| 19 | IO13 | GP13 | BIDIRECTIONAL | GPIO, USB_D+ |
| 20 | IO14 | GP14 | BIDIRECTIONAL | GPIO |
| 21 | IO15 | GP15 | BIDIRECTIONAL | GPIO, JTAG |
| 22 | IO16 | GP16 | BIDIRECTIONAL | GPIO |
| 23 | IO17 | GP17 | BIDIRECTIONAL | GPIO |
| 24 | IO18 | GP18 | BIDIRECTIONAL | GPIO |
| 25 | IO19 | GP19 | BIDIRECTIONAL | GPIO |
| 26 | IO20 | GP20 | BIDIRECTIONAL | GPIO |
| 27 | IO21 | GP21 | BIDIRECTIONAL | GPIO |
| 28 | IO22 | GP22 | BIDIRECTIONAL | GPIO |
| 29 | IO23 | GP23 | BIDIRECTIONAL | GPIO |
Pin Mappings
Complete pinout and GPIO mapping for Espressif ESP32-C6-DevKitM-1
| Pin | Analog | Touch | PWM | Other |
|---|---|---|---|---|
| 0 | A0 | T0 | PWM | |
| 1 | A1 | T1 | PWM | |
| 2 | A2 | T2 | PWM | |
| 3 | A3 | T3 | PWM | |
| 4 | A4 | T4 | PWM | |
| 5 | PWM | |||
| 6 | PWM | |||
| 7 | PWM | |||
| 8 | PWM | |||
| 9 | PWM | |||
| 10 | PWM | |||
| 11 | PWM | |||
| 12 | PWM | |||
| 13 | PWM | |||
| 14 | PWM | |||
| 15 | PWM | |||
| 16 | PWM | |||
| 17 | PWM | |||
| 18 | PWM | |||
| 19 | PWM | |||
| 20 | PWM | |||
| 21 | PWM |
Default Tools & Configuration
Build and upload settings for Espressif ESP32-C6-DevKitM-1
| Setting | Value |
|---|---|
| Bootloader tool | esptool_py |
| Uploader tool | esptool_py |
| Network uploader tool | esp_ota |
| Bootloader address | 0x1000 |
| Flash mode | dio |
| Boot mode | dio |
| Maximum upload size | 2048 KB (2097152 bytes) |
| Maximum data size | 320 KB (327680 bytes) |
The Espressif ESP32-C6-DevKitM-1 uses esptool_py for uploads , esp_ota for OTA updates, and esptool_py bootloader at 0x1000.
Flash mode: dio | Boot mode: dio
Max sketch size: 2048 KB | Max data size: 320 KB
Similar Boards
Other development boards with ESP32C6 microcontroller

Espressif ESP32-Ethernet-Kit
Espressif ESP32-Ethernet-Kit development board is based on esp32 microcontroller and uses xtensa architecture.

Espressif ESP32-PICO-DevKitM-2
Espressif ESP32-PICO-DevKitM-2 development board is based on esp32 microcontroller and uses xtensa...

Espressif ESP32-C3-DevKit-RUST-1
Espressif ESP32-C3-DevKit-RUST-1 development board is based on esp32c3 microcontroller and uses riscv...

