Skip to content

Latest commit

 

History

History
121 lines (93 loc) · 6.09 KB

File metadata and controls

121 lines (93 loc) · 6.09 KB
LilyGo logo

🌟LilyGo T3-C6🌟

Overview

  • This page introduces the hardware parameters related to LilyGo T3-C6

Notes on use

  1. Please be sure to connect the antenna before transmitting, otherwise it is easy to damage the RF module

Product

Product SOC Flash
T-Lora C6 ESP32-C6-MINI-1U 4MB(Quad-SPI)

PlatformIO Not support ESP32C6

Arduino IDE quick start

  1. Install Arduino IDE

  2. Install Arduino ESP32

  3. Copy all folders in the lib directory to the Sketchbook location directory. 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
  4. Open the corresponding example

    • Open the downloaded LilyGo-LoRa-Series
    • Open examples
    • Select the sample file and open the file ending with ino
  5. 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
  6. Please uncomment the utilities.h file of each sketch according to your board model ,e.g T3_C6 , otherwise the compilation will report an error.

  7. Upload sketch

📍 Pins Map

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

⚡ Electrical parameters

Features Details
🔗USB-C Input Voltage 5V

Button Description

Channel Peripherals
BOOT Boot mode button, customizable
RST Reset button

LED Description

  • User LED
  1. The LED is connected to ESP32C6 GPIO7, and the LED is turned on or off by writing a high or low level

RF parameters

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

Resource