≡
ESP32-C6-EVB
ESP32-C6-EVB board with WiFi6 Bluetooth5 LE and Zigbee connectivity for Matter and Smart Home Work
ESP32-C6-EVB is
OSHW certified Open Source Hardware with UID BG0000116
Price | 15.00 EUR |
---|---|
10 - 49 pcs | 14.25 EUR |
50 - 10000 pcs | 13.50 EUR |
ESP32-C6 is Espressif’s first Wi-Fi 6 (IEEE 802.11ax) SoC integrating 2.4 GHz Wi-Fi 6, Bluetooth 5 (LE) and the 802.15.4 low-rate wireless personal area network (LR-WPAN) protocol which is the basis for the Zigbee, ISA100.11a, WirelessHART, MiWi, 6LoWPAN, Thread, and SNAP specifications.
FEATURES
- ESP32-C6-WROOM-1-N4 module with 32-bit RISC-V single-core microprocessor, up to 160 MHz, Flash: 4MB, ROM: 320 KB, HP SRAM: 512 KB, LP SRAM: 16 KB
- USB-C connector for powering, programming, and JTAG debugging
- Power jack for optional external power (8-50)V DC
- Four Relays: 10A/240VAC
- Four opto-isolated inputs for DC voltage up to 30VDC
- Two UEXT connectors (0.1" step one and JST one)
- Extension GPIO connector
- Reset button
- User button
- Wide range of power supply: 8-50VDC
- Programming connector suitable for ESP-PROG
- Four mount holes
- Four rubber pads included
- Dimensions: (100 x 70)mm ~ (3.94 x 2.76)"
DOCUMENTS
SOFTWARE
- Demo project, refer to the instructions
- Supported in ESP32 package for Arudino IDE and this board has own entry and configuration
COMMUNITY
FAQ
- ESP32-C6-EVB appears to connect and disconnect from USB and some of the relay LEDs appea to blink. Is this normal behavior?
- This is the expected behavior when the board's memory is empty. Force the board in upload/bootloader mode manually:
- Press and hold button BUT1
- Press and release button RST1
- Release button BUT1
- What software should I use to program this board?
- ESP-IDF or Arduino package for ESP32
- ESP32-C6-EVB doesn't seem to send data to the serial?
- The board uses built-in USB OTG, make sure to enable the USB for CDC purposes in your software tools. For example, in Arduino IDE you can enable the USB CDC, from "Tools" menu.