The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
Go to file
Manuel Bleichenbacher 0d2fc70abb Fix license
2018-07-21 21:54:29 +02:00
.vscode Store app/dev EUI/key in NVS 2018-07-20 21:19:53 +02:00
examples Fix license 2018-07-21 21:54:29 +02:00
include Fix license 2018-07-21 21:54:29 +02:00
src Fix license 2018-07-21 21:54:29 +02:00
.gitignore Update .gitignore 2018-07-21 10:14:06 +02:00
component.mk Receive downlink messages 2018-07-19 16:16:40 +02:00
Kconfig Improve description of the radio chip configuration 2018-07-19 21:31:00 +02:00
LICENSE Fix license 2018-07-21 21:54:29 +02:00
README.md Fix license 2018-07-21 21:54:29 +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 and saving the EUIs and key in non-volatile memory.

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.