
LilyGO T7-C6 is a development board based on the ESP32C6 microcontroller using RISCV32 architecture.
This board features a maximum CPU frequency of 160 MHz and 8MB flash memory.
About LilyGO T7-C6
Designed for IoT and embedded applications, it includes a USB-C port for easy programming and power, onboard reset and boot buttons, and multiple I/O interfaces. ⚡
The LilyGO T7-C6 supports UART, I2C, SPI, and ADC interfaces, making it ideal for smart home automation, sensor networks, and energy-efficient applications.
Technical Specifications
Complete technical specification details for LilyGO T7-C6
USB
Connectivity
Microcontroller
✨ Features & Pins
- • RISC-V ESP32-C6 processor with ultra-low power consumption
- • Supports WiFi 6, Bluetooth 5 (LE), and Zigbee
- • Compact design ideal for IoT and sensor applications
- • USB-C for programming and power
Quick Setup
Copy-paste configs for LilyGO T7-C6 - auto‑generated from this board's exact hardware specs.
In Arduino IDE 2 select T7 C6 from the esp32 by Espressif package. In PlatformIO use board = esp32-c6-devkitc-1. ESP32C6 · 160 MHz · 8MB · QIO · RISC-V.
In Arduino IDE 2, open Boards Manager, search "esp32" by Espressif and install it. Then go to Tools → Board and select "T7 C6" for the LilyGO T7-C6.
[env:t7-c6]
platform = espressif32
board = esp32-c6-devkitc-1
framework = arduino
; Exact hardware config for LilyGO T7-C6
board_build.mcu = esp32c6
board_build.f_cpu = 160000000L
board_build.flash_size = 8MB
board_build.flash_mode = qio
board_upload.flash_size = 8MBThe board value is a close generic match - check PlatformIO board registry for an exact fit.
esp32:
board: esp32-c6-devkitc-1
framework:
type: arduino # or "esp-idf"
# LilyGO T7-C6 - 160 MHz ESP32C6
# Flash: 8MB | USB: USB-CPaste into your device's .yaml. See ESPHome ESP32 docs for full options.
esptool.py \
--chip esp32c6 \
--baud 921600 \
write_flash \
--flash_mode qio \
--flash_size 8MB \
0x0 bootloader.bin \
0x8000 partitions.bin \
0xe000 boot_app0.bin \
0x10000 firmware.binInstall: pip install esptool - replace firmware.bin with your binary - bootloader at 0x0
LilyGO T7-C6 Pinout Diagram
Complete pin reference for LilyGO T7-C6
Safe Pins to Use
These pins are safe for general GPIO usage without boot or system conflicts
Why Are These Pins Safe?
Pins to Avoid or Use with Caution
Reserved for critical functions. Misuse may cause boot failures, programming issues, or system conflicts.
Boot behavior & flash voltage
Low-level debugging interface
USB Serial/JTAG communication
Memory & PSRAM connections
Debugging & firmware uploads
| PIN | Label | Why Avoid | Type |
|---|---|---|---|
| IO4 | MTMS | Used during boot; required for JTAG debugging; flash data in internal-flash models. | 🛠️ Strapping |
| IO5 | MTDI | Used during boot; required for JTAG debugging; flash data in internal-flash models. | 🛠️ Strapping |
| IO6 | MTCK | Required for JTAG debugging; connected to flash clock in internal-flash models. | 🔗 JTAG |
| IO7 | MTDO | Required for JTAG debugging; connected to flash data in internal-flash models. | 🔗 JTAG |
| IO8 | GPIO8 | Determines boot mode; pulling low at reset can prevent normal boot. | 🛠️ Strapping |
| IO9 | GPIO9 | Pulling low on reset forces the ESP32-C6 into download mode instead of normal boot. | 🛠️ Strapping |
LilyGO T7-C6 Additional Information
More details about LilyGO T7-C6

LilyGO T7-C6 Custom Pin Mapping
Pin configuration and GPIO mapping for LilyGO T7-C6
| Pin | Function | ESP Pin | I/O Type | Description |
|---|---|---|---|---|
| 1 | 5V | 5V | POWER INPUT | 5V power input |
| 2 | GND | GND | GROUND | Ground connection |
| 3 | 3V3 | 3.3V | POWER OUTPUT | 3.3V power output |
| 4 | IO2 | A0 | BIDIRECTIONAL | GPIO, ADC |
| 5 | IO3 | A1 | BIDIRECTIONAL | GPIO, ADC |
| 6 | IO4 | A2 | BIDIRECTIONAL | GPIO, ADC |
| 7 | IO5 | A3 | BIDIRECTIONAL | GPIO, ADC |
| 8 | IO6 | SDA | BIDIRECTIONAL | GPIO, I2C Data |
| 9 | IO7 | SCL | BIDIRECTIONAL | GPIO, I2C Clock |
| 10 | IO8 | SCK | BIDIRECTIONAL | GPIO, SPI Clock |
| 11 | IO9 | MISO | BIDIRECTIONAL | GPIO, SPI Data |
| 12 | IO10 | MOSI | BIDIRECTIONAL | GPIO, SPI Data |
| 13 | IO20 | RX | BIDIRECTIONAL | GPIO, UART Receive |
| 14 | IO21 | TX | BIDIRECTIONAL | GPIO, UART Transmit |
Default Tools & Configuration
Build and upload settings for LilyGO T7-C6
| Setting | Value |
|---|---|
| Bootloader tool | esptool_py |
| Uploader tool | esptool_py |
| Network uploader tool | esp_ota |
| Bootloader address | 0x0 |
| Flash mode | qio |
| Boot mode | qio |
| Maximum upload size | 1920 KB (1966080 bytes) |
| Maximum data size | 640 KB (655360 bytes) |
The LilyGO T7-C6 uses esptool_py for uploads , esp_ota for OTA updates, and esptool_py bootloader at 0x0.
Flash mode: qio | Boot mode: qio
Max sketch size: 1920 KB | Max data size: 640 KB
Similar Boards
Other development boards with ESP32C6 microcontroller

TTGO T7 V1.4 Mini32
TTGO T7 V1.4 Mini32 development board is based on esp32 microcontroller and uses xtensa architecture.

LilyGo T-Display-S3 AMOLED Touch
LilyGo T-Display-S3 AMOLED Touch development board is based on esp32s3 microcontroller and uses undefined...

LilyGo T-Beam Supreme
LilyGo T-Beam Supreme development board is based on esp32s3 microcontroller and uses xtensa architecture.
