T7-C5 get it now
Overview
LILYGO T7-C5 is a development board based on the ESP32-C5-MINI-1 module — Espressif's first chip supporting dual-band Wi-Fi 6 (802.11ax) at both 2.4 GHz and 5 GHz, plus Bluetooth 5 and IEEE 802.15.4 (Thread/Zigbee). With 4 MB Flash, USB-C, and a compact form factor, it is designed for next-generation smart home and industrial IoT applications requiring high-throughput wireless connectivity and multi-protocol support.
Quick Start
Example Support
| Example | PlatformIO/Arduino | ESP-IDF | Description |
|---|---|---|---|
| LilyGo-T7-C5 | ✓ | ✓ | Wi-Fi 6, BLE, Thread/Zigbee examples |
Arduino
- Install Arduino IDE
- Install ESP32 Arduino core (v3.x or later, which includes ESP32-C5 support)
- In Tools → Board, select ESP32C5 Dev Module
- Click Upload
ESP-IDF
- Install ESP-IDF v5.3 or later
- Set target:
idf.py set-target esp32c5 - Build and flash:
idf.py build flash
Key Features
- ESP32-C5-MINI-1 @ 240 MHz, RISC-V single-core
- Dual-band Wi-Fi 6 (802.11ax): 2.4 GHz + 5 GHz
- Bluetooth 5 (LE)
- IEEE 802.15.4 (Thread / Zigbee)
- 4 MB Flash
- USB-C for power and programming
- Onboard ceramic antenna
Specifications
| Parameter | Value |
|---|---|
| MCU | ESP32-C5-MINI-1, RISC-V @ 240 MHz |
| Flash | 4 MB |
| Wi-Fi | 2.4 GHz + 5 GHz, 802.11ax (Wi-Fi 6) |
| Bluetooth | Bluetooth 5 (LE) |
| 802.15.4 | Thread / Zigbee |
| USB | 1 × USB-C |

Pin Diagram

Software Libraries
FAQ
Q. What is the advantage of Wi-Fi 6 (802.11ax)? A. Wi-Fi 6 offers higher throughput, lower latency, and better performance in dense wireless environments compared to Wi-Fi 4 (802.11n).
Q. Does it support 5 GHz networks? A. Yes. The ESP32-C5 is the first ESP32 chip with dual-band Wi-Fi including 5 GHz support.
Changelog
| Version | Date | Notes |
|---|---|---|
| V1.0 | Initial release |



