Skip to content

T-LoRa C6 get it now

Overview

LILYGO T-LoRa C6 is a compact IoT development board based on the ESP32-C6-MINI-1 module, integrating Wi-Fi 6, Bluetooth 5 (LE), 802.15.4, and LoRa SX1262 long-range communication (868/915 MHz). Its compact size (33 × 29 mm) and multi-protocol integration make it ideal for smart home, industrial sensor networks, remote environmental monitoring, and low-power wide-area IoT applications.

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
LilyGo-LoRa-SeriesLoRa, Wi-Fi 6, BLE, Sensor examples

PlatformIO

  1. Install Visual Studio Code and Python
  2. Search for and install the PlatformIO IDE extension in VS Code
  3. After restarting VS Code, click FileOpen Folder → select the LilyGo-LoRa-Series directory
  4. Wait for dependency libraries to install
  5. Open platformio.ini, under default_envs uncomment your board name
  6. Uncomment one src_dir = xxxx line (only one active at a time)
  7. Click to compile, connect via USB-C, click to upload

Arduino

  1. Install Arduino IDE
  2. Install Arduino ESP32
  3. Copy all folders from the lib directory to your Arduino libraries folder:
    • Windows: C:\Users\{Username}\Documents\Arduino
    • macOS: /Users/{Username}/Documents/Arduino
    • Linux: /home/{Username}/Arduino
  4. Open the example sketch from the examples directory
  5. In ToolsBoard, configure:
Arduino IDE SettingValue
BoardESP32C6 Dev Module
PortYour port
USB CDC On BootEnable
CPU Frequency160 MHz (WiFi)
Core Debug LevelNone
USB DFU On BootDisable
Erase All Flash Before Sketch UploadDisable
Flash ModeDIO
Flash Size4MB(32Mb)
Arduino Runs OnCore1
USB Firmware MSC On BootDisable
Partition SchemeDefault 4M Flash with spiffs(1.2M APP/1.5MB SPIFFS)
Upload Speed921600
ProgrammerEsptool
  1. In utilities.h, uncomment your board model (e.g., T3_C6)
  2. Click Upload

Development Platforms

  1. MicroPython
  2. Arduino IDE
  3. PlatformIO
  4. Visual Studio Code
  5. ESP-IDF

Video

Key Features

  • ESP32-C6-MINI-1: Wi-Fi 6 (2.4 GHz), Bluetooth 5 (LE), 802.15.4 (Zigbee/Thread)
  • SX1262 LoRa module (868/915 MHz)
  • 4 MB Flash (Quad-SPI)
  • 2 × 10-pin GPIO expansion interfaces
  • Type-C USB power (5 V / 500 mA)
  • Compact size: 33 × 29 × 6 mm

Product Parameters

FeatureSpecification
MCUESP32-C6-MINI-1 @ 160 MHz
Flash4 MB (Quad-SPI)
Wi-FiWi-Fi 6 (2.4 GHz 802.11ax)
BluetoothBluetooth 5.0 LE
802.15.4Zigbee / Thread
LoRaSX1262, 868 / 915 MHz
USB1 × Type-C
GPIO Expansion2 × 10-pin
Power Input5 V / 500 mA
Mounting Holes4 × M1.2
Dimensions33 × 29 × 6 mm

Pin Diagram

T-LoRa C6 pin diagram

Pin Mapping

Pin NameGPIOAvailable
LoRa SCK6
LoRa MISO1
LoRa MOSI0
LoRa RESET21
LoRa DIO023
LoRa BUSY22
LoRa CS18
Onboard LED7

Dimension Diagram

Schematic

Datasheet

Software Development

Dependent Libraries

FAQ

  • Q. What are the advantages of ESP32-C6 over ESP32-S3? A. ESP32-C6 supports Wi-Fi 6 and 802.15.4 (Zigbee/Thread), with better energy efficiency and network performance while maintaining low cost.

  • Q. What is the LoRa communication range? A. Under ideal conditions, SX1262 can achieve several kilometers. Actual range depends on environment, antenna, and LoRa parameter settings.

  • Q. Upload fails? A. Hold BOOT while pressing RST, then release RST to enter download mode, then click Upload.

  • Q. Does it support battery power? A. External batteries can be connected through the expansion interface, but additional power management circuitry is required.

  • Q. Can Wi-Fi 6 and Bluetooth work simultaneously? A. Yes, ESP32-C6 supports Wi-Fi and Bluetooth coexistence mode.

Version History

VersionRelease DateUpdate Description
T-LoRa-C6 V1.02024-03-15Initial hardware version
T-LoRa-C6 V1.12024-06-20Software optimization update