Fork of LilyGo-LoRa-Series
Find a file
2026-04-20 18:00:37 +08:00
.github Add BPF device hardware description 2025-07-07 10:52:29 +08:00
assets/image Update IMAGE 2023-04-19 11:32:08 +08:00
boards Update T3 factory 2025-08-28 14:38:10 +08:00
dimensions Add t-beam-1w battery shell https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/issues/297 2026-04-20 09:58:15 +08:00
docs Update docs 2026-04-17 17:23:05 +08:00
examples Added mag example 2026-04-20 17:59:07 +08:00
firmware Update t-beam-supreme factory firmware 2026-04-08 14:44:09 +08:00
images Added boards docs 2025-07-07 16:51:01 +08:00
lib Update RadioLib 2026-04-20 18:00:37 +08:00
schematic t-beam-2w rename to t-beam-1w 2025-10-13 09:53:48 +08:00
tools fix/sx1302_hal.sh: Repair unable to obtain network card information 2023-01-09 13:56:17 +08:00
.gitignore T-Beam v1.2 skips L76K https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/issues/212 2024-12-23 09:06:31 +08:00
platformio.ini Update ini 2026-04-08 14:46:04 +08:00
README.MD Update docs 2026-04-17 17:23:05 +08:00

LilyGo logo

🌟LilyGo LoRa Series🌟

News

  • Arduino IDE users need to configure the board to be used in the <utilities.h> file in the sketch directory before using the example. The <utilities.h> file contains the pin definitions of the board. If you do not select it, an error will occur during compilation.
  • Arduino IDE 用户需要在 Sketch 目录下的 <utilities.h> 文件的最上方配置要使用的开发板,然后才能使用该示例。<utilities.h> 文件包含开发板的引脚定义。如果您未选择该文件,编译时将出现错误。
  • ⚠️ If using the PA version, please carefully read the PA power setting limits on the corresponding page. Incorrect output power settings may damage the PA.
  • ⚠️ 如果使用PA版本请仔细阅读对应页面的PA功率设置限制错误的设置输出功率很有可能会损坏PA

1 Get Started

2 Example description

./examples/
├── ArduinoLoRa                              # Only support SX1276/SX1278 radio module (仅支持 SX1276/SX1278 无线电模块)
│   ├── LoRaReceiver
│   └── LoRaSender
├── Display                                  # Only supports TBeam TFT Shield
│   ├── Free_Font_Demo
│   ├── TBeam_TFT_Shield
│   ├── TFT_Char_times
│   └── UTFT_demo
├── GPS                                      # T-Beam GPS demo examples
│   ├── TinyGPS_Example
│   ├── TinyGPS_FullExample
│   ├── TinyGPS_KitchenSink
│   ├── UBlox_BasicNMEARead                  # Only support Ublox GNSS Module           
│   ├── UBlox_NMEAParsing                    # Only support Ublox GNSS Module           
│   ├── UBlox_OutputRate                     # Only support Ublox GNSS Module      
│   └── UBlox_Recovery                       # Only support Ublox GNSS Module      
├── LoRaWAN                                  # LoRaWAN examples
│   ├── LMIC_Library_OTTA
│   └── RadioLib_OTAA
├── OLED
│   ├── SH1106FontUsage
│   ├── SH1106GraphicsTest
│   ├── SH1106IconMenu
│   ├── SH1106PrintUTF8
│   ├── SSD1306SimpleDemo
│   └── SSD1306UiDemo
├── PMU                                      # T-Beam & T-Beam S3 PMU demo examples
├── RadioLibExamples                         # RadioLib examples,Support SX1276/78/62/80...
│   ├── Receive_Interrupt
│   └── Transmit_Interrupt
├── Sensor                                   # Sensor examples,only support t-beams3-supreme
│   ├── BME280_AdvancedsettingsExample
│   ├── BME280_TestExample
│   ├── BME280_UnifiedExample
│   ├── PCF8563_AlarmByUnits
│   ├── PCF8563_SimpleTime
│   ├── PCF8563_TimeLib
│   ├── PCF8563_TimeSynchronization
│   ├── QMC6310_CalibrateExample
│   ├── QMC6310_CompassExample
│   ├── QMC6310_GetDataExample
│   ├── QMC6310_GetPolarExample
│   ├── QMI8658_BlockExample
│   ├── QMI8658_GetDataExample
│   ├── QMI8658_InterruptBlockExample
│   ├── QMI8658_InterruptExample
│   ├── QMI8658_LockingMechanismExample
│   ├── QMI8658_MadgwickAHRS
│   ├── QMI8658_PedometerExample
│   ├── QMI8658_ReadFromFifoExample
│   └── QMI8658_WakeOnMotion
|── T3S3Factory                              # T3 S3 factory test examples
└── Factory                                  # T-Beam & T-Beam S3 and BPF factory test examples

3 Use reference

Product Youtube link explanation Status
T -BEAM Youtube link How do I drive the T-Beam display How to use T-Beam for positioning,How to use T-Beams for communication test
LilyGo device Youtube link How to enter boot mode to download the firmware

4 TTN

To access TTN (The Things Network), please refer to LilyGo_LoRa_Series_Quick_Start