Product description
ESP32-C6 is Espressif’s first WiFi 6 (IEEE 802.11ax) SoC (System on a Chip), integrating 2.4 GHz WiFi 6, Bluetooth 5 (LE), and the 802.15.4 protocol for Low-Rate Wireless Personal Area Networks (LR-WPAN), which forms the basis for the Zigbee, ISA100.11a, WirelessHART, MiWi, 6LoWPAN, Thread, and SNAP specifications. A custom-designed enclosure is available as an optional accessory (item no. 41024073).
Features:
- ESP32-C6-WROOM-1-N4 module with 32-bit RISC-V single-core microprocessor, up to 160 MHz. Flash: 4 MB, ROM: 320 KB, HP SRAM: 512 KB, LP SRAM: 16 KB
- USB-C connector for power supply, programming, and JTAG debugging
- Power jack for external voltage input: 8–50 VDC
- Four relays: 240 VAC / 10 A
- Four opto-isolated inputs for DC voltage up to 30 VDC
- Two UEXT connectors (one with 2.54 mm pitch and one JST connector)
- GPIO extension header
- Reset button
- User button
- Wide input voltage range: 8–50 VDC
- Programming connector compatible with ESP-PROG (item no. 41018314)
- Four mounting holes
- Four rubber feet included
- Dimensions: 100x70 mm
FAQ – Frequently Asked Questions
ESP32-C6-EVB appears to connect and disconnect via USB, and some of the relay LEDs are blinking. Is this normal behavior?
Yes, this is expected behavior when the board’s memory is empty. To force the board into upload/bootloader mode manually:
- Press and hold the BUT1 button
- Press and release the RST1 button
- Then release BUT1
What software should I use to program this board?
ESP-IDF or the Arduino package for ESP32.
ESP32-C6-EVB doesn’t seem to send data via the serial port?
The board uses built-in USB OTG. Make sure USB is enabled for CDC communication in your software. For example, in the Arduino IDE, you can enable USB CDC from the "Tools" menu.