From 7c54c7208aa10d8a789925ebe546bdbb786c63bd Mon Sep 17 00:00:00 2001 From: Manuel Bl Date: Sat, 28 Jul 2018 22:21:29 +0200 Subject: [PATCH] Info regarding AT commands --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d423e1..e586da1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ **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. @@ -20,4 +25,4 @@ See the Wiki page: [API Documentation](https://github.com/manuelbl/ttn-esp32/wik ## More information -More information can be found on the [Wiki pages](https://github.com/manuelbl/ttn-esp32/wiki). \ No newline at end of file +More information can be found on the [Wiki pages](https://github.com/manuelbl/ttn-esp32/wiki).