English | 中文
- Copy all folders in the
libdeps
directory to the~/Arduino/libraries
directory, and put them in"Documents/Arduino/libraries"
for Windons users - Open the corresponding example
T-Beam
users can chooseTTGO T-Beam
,lora32(T3)
users can chooseESP32 Dev Module
,T-Motion
users chooseNucleo_l073RZ
- Select the port of the board in the port
- For other examples except the
GPS
directory, please uncomment in the upper part ofutilities.h
according to your board model, otherwise the compilation will report an error - Upload
examples
├── ArduinoLoRa # Just only support SX1276/SX1278 radio module
│ ├── LoRaReceiver
│ └── LoRaSender
├── GPS # T-Beam GPS demo examples
│ ├── Example1_BasicNMEARead
│ ├── Example2_NMEAParsing
│ ├── Example3_FactoryDefaultsviaSerial
│ ├── TinyGPS_Example
│ └── TinyGPS_KitchenSink
├── OLED # OLED demo examples
│ ├── SSD1306SimpleDemo
│ └── SSD1306UiDemo
├── RadioLibExamples # RadioLib examples,Support SX1276/78/62
│ ├── SX1262
│ │ ├── SX1262_Receive_Interrupt
│ │ └── SX1262_Transmit_Interrupt
│ ├── SX1276
│ │ ├── SX1276_Receive_Interrupt
│ │ └── SX1276_Transmit_Interrupt
│ ├── SX1278
│ │ ├── SX1278_Receive
│ │ ├── SX1278_Receive_Interrupt
│ │ ├── SX1278_Transmit
│ │ └── SX1278_Transmit_Interrupt
│ └── TBeamAllFunction # T-Beam all function example
└── TTN
└── TTN_OTTA # OTAA method Join TTN example
- If there is no data output from GPS, see Restoring factory defaults
- See utilities.h
To quickly start using TTN (The Things Network), please refer to LilyGo_LoRa_Series_Quick_Start