1. Bubuka
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. Fitur konci
- 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. Eusi Paket
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. Setup Guide
4.1. Konéksi Hardware
- 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.
- Nyambung ka Komputer: 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. Pamasangan supir
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. Pangembangan Lingkungan Setup
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.
- Arduino IDE: 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. Diagram Pinout
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.
- 5v: 5V power output (from USB).
- GND: Ground pins.
- TXD/RXD: UART communication pins.
- IOx: General Purpose Input/Output pins.
- kahiji: Reset pin.
5. Operasi dasar
5.1. Ngahurungkeun
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
- Tombol RESET: Pressing this button will restart the ESP32-C6 microcontroller, executing the loaded firmware from the beginning.
- Tombol BOOT: 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. Pangropéa
- Nanganan kalayan ati-ati: Avoid dropping the board or subjecting it to excessive force.
- Tetep garing: Protect the board from moisture and liquids to prevent short circuits and corrosion.
- Listrik statik: Microcontrollers are sensitive to electrostatic discharge (ESD). Handle the board by its edges and consider using anti-static precautions.
- beberesih: If necessary, gently clean the board with a soft, dry brush or compressed air. Avoid using liquids or harsh chemicals.
- Pembaruan firmware: Regularly check for updated firmware or development environment tools to benefit from new features, bug fixes, and performance improvements.
7. Cara ngungkulan
- Papan Henteu Diaku ku PC:
- Ensure the USB Type-C cable is functional and securely connected.
- Verify that the CH34x drivers are correctly installed on your operating system.
- Coba port USB anu béda dina komputer anjeun.
- Unggah Firmware Gagal:
- 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.
- Masalah Sambungan Wi-Fi/Bluetooth:
- Verify your code for correct Wi-Fi credentials or Bluetooth pairing logic.
- Ensure the antenna is not obstructed or damaged.
- Pariksa gangguan ti alat 2.4GHz séjén.
- Paripolah anu teu disangka-sangka:
- Review kode anjeun pikeun kasalahan logis.
- Pariksa stabilitas catu daya.
- Ensure external components are wired correctly and within voltagwates e/ayeuna.
8. Spésifikasi Téknis
| Fitur | Spésifikasi |
|---|---|
| Modul | ESP32-C6-WROOM-1-N8 |
| Prosesor | RISC-V 32-bit single-core, up to 160MHz |
| Mémori Flash | 8MB SPI Flash (N8 variant) |
| Konéktipitas Wireless | WiFi 6 (802.11ax 2.4GHz), Bluetooth 5 (LE), IEEE 802.15.4 (Zigbee/Thread) |
| Panganteur USB | USB Type-C (for power and data) |
| USB-to-UART Sasak | CH343, CH334 |
| Sasayogian tanaga | 5V via USB Type-C |
| Operasi Voltage | 3.3V |
| Diménsi | 52.0 x 25.4 mm |
9. Rojongan jeung Sumberdaya
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.