mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-27 03:42:51 +02:00
1fe8bf692c8ae1169977267d2f7316ba5c4f979c
ttn-esp32
The Things Network device library for ESP-IDF (ESP32) supporting devices with Semtech SX127x chips
This ESP32 component provides LoRaWAN communication with The Things Network. It supports
- OTAA (over-the-air activation)
- uplink and downlink messages
- saving the EUIs and key in non-volatile memory
- AT commands for provisioning EUIs and key (so the same code can be flashed to several devices)
The library is based on the LMIC library from IBM and provides a high-level API specifically targeted at The Things Network.
Get Started
Follow the detailed Get Started Guide in the Wiki.
Supported Boards
All boards with Semtech SX127x chips, RFM9x and compatibles are supported. It includes boards from ttgo, Heltec and HopeRF.
API Documentation
See the Wiki page: API Documentation
More information
More information can be found on the Wiki pages.
Languages
C
95.3%
C++
4.7%