1. Introducció
The Waveshare ESP32-C6 Development Board is a compact and powerful microcontroller designed for a wide range of Internet of Things (IoT) applications. It integrates the ESP32-C6-WROOM-1-N8 module, featuring a high-performance RISC-V 32-bit single-core processor, robust WiFi 6 connectivity, Bluetooth 5 (LE), and IEEE 802.15.4 (Zigbee/Thread) support. This manual provides essential information for setting up, operating, and maintaining your development board, enabling you to quickly get started with your projects.

2. Característiques clau
- Adopts ESP32-C6-WROOM-1-N8 module with RISC-V 32-bit single-core processor, clocking up to 160MHz.
- Integrated WiFi 6 (802.11ax 2.4GHz), Bluetooth 5 (LE), and IEEE 802.15.4 (Zigbee/Thread) for versatile wireless communication.
- Features a convenient Type-C connector for power and data transfer.
- Onboard CH343 and CH334 chips provide reliable USB-to-UART functionality.
- Compact design with accessible GPIO pins for easy integration into projects.
3. Contingut del paquet
The standard package for the ESP32-C6-DEV-KIT-N8 includes:
- ESP32-C6-DEV-KIT-N8 Development Board x1
- 40PIN male pinheader (black) x2 (for 'No-Soldered' variants, allowing user customization)

4. Guia de configuració
4.1. Connexió de maquinari
- Attach Pinheaders (if applicable): If you have the 'No-Soldered' version, solder the provided 40PIN male pinheaders to the board's GPIO pads. Ensure proper alignment and secure connections.
- Connexió a l'ordinador: Use a USB Type-C cable to connect the development board to your computer. The board will draw power from the USB port.
4.2. Instal·lació del controlador
The board uses CH343 and CH334 chips for USB-to-UART communication. Most modern operating systems (Windows, macOS, Linux) may automatically install the necessary drivers. If the board is not recognized or you encounter communication errors, you may need to manually install the CH34x series drivers. These can typically be found on the manufacturer's website (e.g., WCH.cn).
4.3. Configuració de l'entorn de desenvolupament
To program the ESP32-C6, you can use:
- Espressif ESP-IDF: The official development framework for Espressif chips. It offers comprehensive features and control. Refer to Espressif's documentation for installation and usage.
- IDE d'Arduino: A user-friendly environment, especially for beginners. Install the ESP32 board package through the Arduino IDE's Board Manager.
- MicroPython: For Python enthusiasts, MicroPython firmware can be flashed onto the board.
4.4. Diagrama de fixació
Understanding the pinout is crucial for connecting external components. The board features various GPIOs, power pins, and communication interfaces.


Key pins include:
- 3V3: 3.3V power output.
- 5 V: 5V power output (from USB).
- GND: Ground pins.
- TXD/RXD: UART communication pins.
- IOx: General Purpose Input/Output pins.
- RST: Restableix el pin.
5. Funcionament bàsic
5.1. Encès
Once connected via USB Type-C, the board will power on. The onboard power LED (if present) should illuminate.
5.2. Uploading Firmware
After setting up your development environment (e.g., ESP-IDF or Arduino IDE), you can compile and upload your code to the ESP32-C6 board. Typically, this involves selecting the correct board model and serial port in your IDE, then initiating the upload process. The board will automatically enter bootloader mode if required.
5.3. Reset and Boot Buttons
- Botó de reset: Pressing this button will restart the ESP32-C6 microcontroller, executing the loaded firmware from the beginning.
- Botó d'arrencada: This button is used to put the ESP32-C6 into firmware download mode. It is typically pressed and held while the RESET button is pressed and released, then the BOOT button is released. This sequence is often handled automatically by modern IDEs during firmware upload.
5.4. LED RGB
The board includes an onboard RGB LED, which can be controlled programmatically. This is useful for status indicators, debugging, or simple visual feedback in your applications.
6. Manteniment
- Manejar amb cura: Avoid dropping the board or subjecting it to excessive force.
- Mantenir sec: Protect the board from moisture and liquids to prevent short circuits and corrosion.
- Electricitat estàtica: Microcontrollers are sensitive to electrostatic discharge (ESD). Handle the board by its edges and consider using anti-static precautions.
- Neteja: If necessary, gently clean the board with a soft, dry brush or compressed air. Avoid using liquids or harsh chemicals.
- Actualitzacions de firmware: Regularly check for updated firmware or development environment tools to benefit from new features, bug fixes, and performance improvements.
7. Solució De Problemes
- Placa no reconeguda per l'ordinador:
- Ensure the USB Type-C cable is functional and securely connected.
- Verify that the CH34x drivers are correctly installed on your operating system.
- Proveu un port USB diferent a l'ordinador.
- Firmware Upload Fails:
- Check that the correct serial port is selected in your development environment.
- Ensure the correct board model (ESP32-C6) is selected.
- Confirm that the board is powered.
- If automatic bootloader entry fails, manually put the board into download mode using the BOOT and RESET buttons.
- Problemes de connexió Wi-Fi/Bluetooth:
- Verify your code for correct Wi-Fi credentials or Bluetooth pairing logic.
- Ensure the antenna is not obstructed or damaged.
- Comproveu si hi ha interferències d'altres dispositius de 2.4 GHz.
- Comportament inesperat:
- Review el vostre codi per errors lògics.
- Comproveu l'estabilitat de la font d'alimentació.
- Ensure external components are wired correctly and within voltage/current limits.
8. Especificacions tècniques
| Característica | Especificació |
|---|---|
| Mòdul | ESP32-C6-SALA D'ESTALVI-1-N8 |
| Processador | RISC-V 32-bit single-core, up to 160MHz |
| Memòria Flash | 8MB SPI Flash (N8 variant) |
| Connectivitat sense fil | WiFi 6 (802.11ax 2.4GHz), Bluetooth 5 (LE), IEEE 802.15.4 (Zigbee/Thread) |
| Interfície USB | USB Type-C (for power and data) |
| Pont d'USB a UART | CH343, CH334 |
| Font d'alimentació | 5V via USB Type-C |
| Vol. Operatiutage | 3.3 V |
| Dimensions | 52.0 x 25.4 mm |
9. Suport i Recursos
For detailed documentation, examples, and further technical support, please refer to the official Waveshare Wiki:
www.waveshare.com/wiki/ESP32-C6-DEV-KIT-N8

The Wiki provides comprehensive guides, code examples, and community forums to assist you with your development projects.





