mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-14 20:14:27 +02:00
README updated for 3.2.0
This commit is contained in:
parent
f70ad2a996
commit
bb41c4960f
10
README.md
10
README.md
@ -8,9 +8,15 @@ This ESP32 component provides LoRaWAN communication with [The Things Network](ht
|
||||
- uplink and downlink messages
|
||||
- saving the EUIs and key in non-volatile memory
|
||||
- [AT commands](https://github.com/manuelbl/ttn-esp32/wiki/AT-Commands) for provisioning EUIs and key (so the same code can be flashed to several devices)
|
||||
- support for regions Eurpe, North America, Australia, Asia and India
|
||||
- support for regions Eurpe, North and South America, Australia, Korea, Asia and India
|
||||
|
||||
The library is based on the LMIC library from IBM (specifically the version maintained by MCCI – see their [GitHub repository](https://github.com/mcci-catena/arduino-lmic)) and provides a high-level API specifically targeted at The Things Network.
|
||||
The library is based on the LMIC library from IBM (specifically the well-maintained version by MCCI – see their [GitHub repository](https://github.com/mcci-catena/arduino-lmic)) and provides a high-level API specifically targeted at The Things Network.
|
||||
|
||||
## New in version 3.2
|
||||
|
||||
- Based on latest version of LMIC library (3.2.0) and ESP-IDF v4.0.x
|
||||
- Monitoring of RF parameters (frequency, bandwidth, spreading factor, RSSI)
|
||||
- Shutdown/startup of radio, enabling/disabling of ADR
|
||||
|
||||
## Get Started
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user