The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
Go to file
2019-03-19 21:49:08 +01:00
.vscode Use ESP32's hardware AES 2018-10-04 20:07:59 +02:00
examples Add cmake files for examples 2019-03-19 21:49:08 +01:00
include Fix function documentation 2018-10-02 20:04:08 +02:00
src Update to latest version of mcci-catena/arduino-lmic library 2018-10-21 23:28:25 +02:00
.gitignore Add provisioning task, refactor provisioning 2018-07-23 09:46:45 +02:00
CMakeLists.txt Add nvs_flash requirement for cmake 2019-03-16 20:39:01 +01:00
component.mk Reorganize directories 2018-10-02 20:25:40 +02:00
esp_idf_lmic_config.h Add remaining regions 2018-10-07 10:56:32 +02:00
Kconfig Add more regions, disable class B features 2018-10-03 20:24:18 +02:00
LICENSE Fix license 2018-07-21 21:54:29 +02:00
README.md Update regarding move the MCCI Catena version 2018-10-03 21:49:54 +02:00

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)
  • support for regions Eurpe, North America, Australia, Asia and India

The library is based on the LMIC library from IBM (specifically the version maintained by MCCI see their GitHub repository) 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.