mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 12:24:27 +02:00
Info regarding AT commands
This commit is contained in:
parent
cf7ab60f52
commit
7c54c7208a
@ -2,7 +2,12 @@
|
|||||||
|
|
||||||
**The Things Network device library for ESP-IDF (ESP32) supporting devices with Semtech SX127x chips**
|
**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](https://www.thethingsnetwork.org/). It supports OTAA (over-the-air activation), uplink and downlink messages and saving the EUIs and key in non-volatile memory.
|
This ESP32 component provides LoRaWAN communication with [The Things Network](https://www.thethingsnetwork.org/). 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.
|
The library is based on the LMIC library from IBM and provides a high-level API specifically targeted at The Things Network.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user