Skip to main content

ESP32-C5-MINI-KIT

ESP32-C5-MINI-KIT

The ESP32-C5-MINI-KIT is a development board designed by Waveshare based on the ESP32-C5-MINI-1 module for dual-band Wi-Fi and multi-protocol IoT gateway scenarios. The ESP32-C5 is Espressif's single-core RISC-V chip that supports Wi-Fi 6 dual-band (2.4 GHz and 5 GHz) and also integrates BLE 5, Zigbee, and Thread protocols, making it flexible for use as a smart-home hub or cross-protocol communication gateway. On the hardware side, it features a 240 MHz RISC-V processor, 384 KB SRAM, and 4 MB Flash, capable of stably handling concurrent multi-protocol stack tasks and moderate-load applications. Developers can leverage mature frameworks such as ESP-IDF or Arduino for rapid prototyping and product implementation, making it suitable for real-world IoT scenarios like smart gateways and multi-protocol device access.

SKUProduct
35446ESP32-C5-MINI-KIT
35447ESP32-C5-MINI-KIT-M
35484ESP32-C5-MINI-KIT-U
35538ESP32-C5-MINI-KIT-UM

Features

  • Utilizes the ESP32-C5-MINI-1 series module, equipped with a RISC-V 32-bit processor running at up to 240MHz.
  • Integrated with 384KB SRAM, 320KB ROM, and 4MB Flash
  • Integrates dual-band 2.4GHz & 5GHz Wi-Fi, Bluetooth 5 (LE), and IEEE 802.15.4 (supporting Zigbee 3.0 and Thread) wireless communication, delivering excellent RF performance.
  • Features a reversible USB Type-C connector.
  • Exposes rich peripheral interfaces with a castellated module design, facilitating soldering and integration onto user-designed carrier boards.
  • Supports various low-power operating states, allowing flexible adjustment between communication range, data rate, and power consumption to meet the power requirements of various application scenarios.

Resource Interface

ESP32-C5-WIFI6-KIT-Pinout

  1. ESP32-C5-MINI-1 module
  2. RGB indicator
  3. Charging indicator
  4. BAT pins for connecting battery positive, GND for battery negative
  5. BOOT button Press while resetting to enter download mode
  6. RESET button Reset button
  7. USB Type-C port For program downloading and serial debugging

Dimensions

ESP32-C5-WIFI6-KIT-Pinout

Pinout Definition

ESP32-C5-WIFI6-KIT-Pinout

Development Methods

The ESP32 supports multiple development methods, allowing for professional development using the Espressif official ESP-IDF framework, or rapid prototyping using platforms like the Arduino IDE.

The main development platforms include:

  • ESP-IDF: Espressif's official development framework, specifically built for the ESP32 series chips, providing a complete development toolchain, code libraries, and documentation. It can fully leverage all the performance and features of ESP32 and is the preferred solution for professional development and commercial products.

  • Arduino: A well-known open-source hardware/software platform offering a simple and standard C++ interface, supporting numerous microcontrollers including ESP32. Arduino has rich libraries and examples, widely used in prototyping and education, and is a popular entry-level platform for beginners. For the development environment configuration, please refer to Working with Arduino page.

  • Other Development Methods: The ESP32 ecosystem is very rich. Beyond the platforms mentioned above, it also supports development via PlatformIO, ESPHome, and other tools, catering to developers with different technical backgrounds.