Fork of LilyGo-LoRa-Series
The reset pin of the sx1302 is connected to the CE1 pin of the spi0 of the Raspberry Pi, and the sx1302 cannot be reset correctly, resulting in failure of normal communication. Signed-off-by: liangyingy <1102390310@qq.com> |
||
|---|---|---|
| docs | ||
| examples | ||
| firmware | ||
| libdeps | ||
| schematic | ||
| .gitignore | ||
| README.MD | ||
| README_CN.MD | ||
🌟LilyGo LoRa Series🌟
English | 中文
Quick start:
- Copy all folders in the
libdepsdirectory to the~/Arduino/librariesdirectory, and put them in"Documents/Arduino/libraries"for Windons users - Open the corresponding example
T-Beamusers can chooseTTGO T-Beam,lora32(T3)users can chooseESP32 Dev Module,T-Motionusers chooseNucleo_l073RZ- Select the port of the board in the port
- For other examples except the
GPSdirectory, please uncomment in the upper part ofutilities.haccording to your board model, otherwise the compilation will report an error - Upload
Product 📷:
| Product | Product Link | Schematic |
|---|---|---|
| T-Beam SX1278/76 | Product link | TBeamV0.7/ TBeamV1.0/ TBeamV1.1 |
| T-Beam SX1262 | Product link | TBeamV0.7/ TBeamV1.0/ TBeamV1.1 |
| LoRa32 V1.0 SX1276 | Product link | ❌ |
| LoRa32 V1.0 SX1278 | Product link | ❌ |
| LoRa32 V1.3 SX1276 | Product link | LoRa32 V1.3 |
| LoRa32 V2.0 | Product link | LoRa32 V2.0 |
| LoRa32 V2.1_1.6 Version | Product link | LoRa32 V2.1_1.6 |
| T-Motion S76G | Product link | T-Motion |
Example description
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
Precautions :
- If there is no data output from GPS, see Restoring factory defaults
PinOut :
- See utilities.h
Application :
TTN
To quickly start using TTN (The Things Network), please refer to LilyGo_LoRa_Series_Quick_Start
Datasheet :
- AXP192
- SX1262
- SX1278
- SX1276
- GSP NEO-6/NEO-8
- GPS Air530