- This page introduces the hardware parameters related to
LilyGo T3-C6
- Please be sure to connect the antenna before transmitting, otherwise it is easy to damage the RF module
| Product | SOC | Flash |
|---|---|---|
| T-Lora C6 | ESP32-C6-MINI-1U | 4MB(Quad-SPI) |
-
Install Arduino IDE
-
Install Arduino ESP32
-
Copy all folders in the
libdirectory to theSketchbook locationdirectory. How to find the location of your own libraries, please see here- Windows:
C:\Users\{username}\Documents\Arduino - macOS:
/Users/{username}/Documents/Arduino - Linux:
/home/{username}/Arduino
- Windows:
-
Open the corresponding example
- Open the downloaded
LilyGo-LoRa-Series - Open
examples - Select the sample file and open the file ending with
ino
- Open the downloaded
-
On Arduino Select the corresponding board in the IDE tool project and click on the corresponding option in the list below to select
T3-C6 Value Board ESP32C6 Dev Module Port Your port USB CDC On Boot Enable CPU Frequency 160MHZ(WiFi) Core Debug Level None USB DFU On Boot Disable Erase All Flash Before Sketch Upload Disable Flash Mode DIO Flash Size 4MB(32Mb) Arduino Runs On Core1 USB Firmware MSC On Boot Disable Partition Scheme Default 4M Flash with spiffs(1.2M APP/1.5MB SPIFFS) Upload Speed 921600 Programmer Esptool -
Please uncomment the
utilities.hfile of each sketch according to your board model ,e.gT3_C6, otherwise the compilation will report an error. -
Upload sketch
| Name | GPIO NUM | Free |
|---|---|---|
| LoRa(SX1262) SCK | 6 | ❌ |
| LoRa(SX1262) MISO | 1 | ❌ |
| LoRa(SX1262) MOSI | 0 | ❌ |
| LoRa(SX1262) RESET | 21 | ❌ |
| LoRa(SX1262) DIO0 | 23 | ❌ |
| LoRa(SX1262) BUSY | 22 | ❌ |
| LoRa(SX1262) CS | 18 | ❌ |
| LoRa(SX1262) TX Ant Control | 14 | ❌ |
| LoRa(SX1262) RX Ant Control | 15 | ❌ |
| On Board LED | 7 | ❌ |
| Features | Details |
|---|---|
| 🔗USB-C Input Voltage | 5V |
| Channel | Peripherals |
|---|---|
| BOOT | Boot mode button, customizable |
| RST | Reset button |
- User LED
- The LED is connected to ESP32C6 GPIO7, and the LED is turned on or off by writing a high or low level
| Features | Details |
|---|---|
| RF Module | SX1262 |
| Frequency range | 840~945MHz |
| Transfer rate(LoRa) | 0.018K~37.5Kbps |
| Transfer rate(FSK) | 1.2K~300Kbps |
| Modulation | FSK, GFSK, MSK, GMSK, LoRa,OOK |
