The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
Go to file
JP Meijers b1c62bf63a Add AT command to obtain HWEUI.
Allow AT+PROV to provision using the HWEUI.
2018-09-27 16:56:14 +02:00
.vscode Generate device EUI from MAC 2018-09-17 22:50:15 +02:00
examples Generate device EUI from MAC 2018-09-17 22:50:15 +02:00
include Generate device EUI from MAC 2018-09-17 22:50:15 +02:00
src Add AT command to obtain HWEUI. 2018-09-27 16:56:14 +02:00
.gitignore Add provisioning task, refactor provisioning 2018-07-23 09:46:45 +02:00
component.mk Receive downlink messages 2018-07-19 16:16:40 +02:00
Kconfig Ensure library compiles even if no frequency plan was selected 2018-07-23 17:36:28 +02:00
LICENSE Fix license 2018-07-21 21:54:29 +02:00
README.md Add link to AT commands wiki 2018-07-28 23:34:57 +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)

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.

API Documentation

See the Wiki page: API Documentation

More information

More information can be found on the Wiki pages.