DFRobot
ESP32-C6-DevKitC-1-N8 Development Board (8 MB SPI Flash)
All Products
ESP32 & IoT
New Arrivals
Circuitry & IOT
ESP32 Development Boards
Microcontrollers & Development Boards
ESP32
Digital Technologies
Wireless & Connectivity
$23.65
|
In stock
ESP32-C6-DevKitC-1 is an entry-level development board based on ESP32-C6-WROOM-1, a general-purpose module with an 8 MB SPI flash. This board integrates comp...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
ESP32-C6-DevKitC-1 is an entry-level development board based on ESP32-C6-WROOM-1, a general-purpose module with an 8 MB SPI flash. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions. Most of the I/O pins are broken out to the pin headers on both sides for easy interfacing, so developers can either connect peripherals with jumper wires or mount ESP32-C6-DevKitC-1 on a breadboard as per their needs. The board can be used in applications such as smart home, industrial automation, health care, consumer electronics, service robots, and IoT data loggers.
ESP32-C6-DevKitC-1 is built around ESP32-C6, a RISC-V 32-bit single-core CPU that operates at up to 160 MHz, and integrates a rich set of peripherals. Users can power off the CPU and make use of the low-power co-processor to constantly monitor the peripherals for changes.
Figure: Components
| Key Component | Description
| ESP32-C6-WROOM-1 | ESP32-C6-WROOM-1 is general-purpose module supporting Wi-Fi 6, Bluetooth 5, and IEEE 802.15.4 (Zigbee 3.0 and Thread). It's built around the ESP32-C6 chip, and comes with an 8 MB SPI flash. ESP32-C6-WROOM-1 uses on-board PCB antenna. For more information, see ESP32-C6-WROOM-1 Datasheet.
| Pin Header | All available GPIO pins (except for the SPI bus for flash) are broken out to the pin headers on the board.
| 5 V to 3.3 V LDO | Power regulator that converts a 5V supply into a 3.3V output.
| 3.3 V Power on LED | Turns on when the USB power is connected to the board.
| USB-to-UART Bridge | Single-chip USB-to-UART bridge provides transfer rates up to 3 Mbps.
| ESP32-C6 USB Type-C Port | The USB Type-C port on the ESP32-C6 chip is compliant with USB 2.0 full speed. It is capable of up to 12 Mbps transfer speed (Note that this port does not support the 480 Mbps high-speed transfer mode).
| Boot Button | Download button. Holding down Boot and then pressing Reset initiates Firmware Download mode for downloading firmware through the serial port.
| Reset Button | Press this button to reset the system.
| USB Type-C to UART Port | Used for power supply to the board and the communication with the ESP32-C6 chip via the on-board USB-to-UART bridge.
| RGB LED | Addressable RGB LED, driven by GPIO8.
| J5 | Used for current measurement. See details in Section Current Measurement.
Figure: Block Diagram
Pin Header: The two tables below provide the Name and Function of the pin headers on both sides of the board (J1 and J3). The pin header names are shown in the figure of ESP32-C6-DevKitC-1 Layout.
Figure: J1 Pin Layout
Figure: J3 Pin Layout
Figure: Pin Layout
The differences between ESP32-C6-DevKitM-1 and ESP32-C6-DevKitC-1-N8
The ESP32-C6-DevKitM-1 is based on the ESP32-C6-MINI-1 (U) module, which has a 4 MB SPI flash, while the ESP32-C6-DevKitC-1-N8 is equipped with the ESP32-C6-WROOM-1 module, which has an 8 MB flash.
The amount of flash memory can affect the amount of data that can be stored on the board and the complexity of the programs that can be run on it.
Applications
Smart home
Industrial automation
Health care
Consumer electronics
Service robots
IoT data loggers
Specification
Processor: ESP32-C6 chip, RISC-V 32-bit single-core
ROM: 320 KB
SRAM: 512 KB HP SRAM
16 KB LP SRAM
16 KB LP SRAM
Integrated 40 MHz crystal oscillator
8 MB SPI flash
Support Thread 1.3
Support Zigbee 3.0
Operating voltage/Supply voltage: 3.0-3.6 V
Recommended operating temperature range: –40 to 85°C
Documents
Shipping List
ESP32-C6-DevKitC-1-N8 Development Board × 1
Jargon buster
Plain-language definitions for the technical terms used above.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- PCB antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- RISC-V
- RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- Type-C
- USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB 2.0
- USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
- USB Type-C
- USB Type-C is a small, reversible USB connector used for power, data and sometimes video on many modern devices. The connector itself does not guarantee a particular speed or voltage, so check the supported USB version, data rate and whether it carries more than 5V via USB Power Delivery.
- Wi-Fi 6
- A newer Wi-Fi standard that can improve speed, range, and efficiency compared with older Wi-Fi versions. It matters for projects that need reliable wireless networking, especially where many devices share the same network.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
ESP32-C6-WROOM-1 Module Datasheet
Datasheet · 916.4 KB · Click any page to view full size
ESP32-C6 Chip Datasheet
Datasheet · 952.8 KB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 648.7 KB · Click any page to view full size