All Projects → manuelbl → Ttn Esp32

manuelbl / Ttn Esp32

Licence: mit
The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ttn Esp32

Lua Rtos Esp32
Lua RTOS for ESP32
Stars: ✭ 621 (+298.08%)
Mutual labels:  esp32, iot, lorawan
Chirpstack Network Server
ChirpStack Network Server is an open-source LoRaWAN network-server.
Stars: ✭ 1,231 (+689.1%)
Mutual labels:  iot, lorawan
Arduino Device Lib
Arduino Library for TTN Devices
Stars: ✭ 155 (-0.64%)
Mutual labels:  iot, lorawan
Ttgo T Beam Car Tracker
TTGO-T-Beam Arduino Car Tracker - ESP32 + LoRa + GPS + GSM (optional)
Stars: ✭ 106 (-32.05%)
Mutual labels:  esp32, lorawan
Sensor Esp32
air quality sensor based on ESP32
Stars: ✭ 66 (-57.69%)
Mutual labels:  esp32, iot
Workshops
Workshops for The Things Network
Stars: ✭ 74 (-52.56%)
Mutual labels:  iot, lorawan
App Release
An IoT Solution,this is the android release app | download ios app in app store
Stars: ✭ 104 (-33.33%)
Mutual labels:  esp32, iot
Sx126x Arduino
Arduino library to use Semtech SX126x LoRa chips and modules to communicate
Stars: ✭ 55 (-64.74%)
Mutual labels:  esp32, lorawan
Upylorawan
ESP32 using MicroPython meets LoRa and LoRaWAN.
Stars: ✭ 121 (-22.44%)
Mutual labels:  esp32, lorawan
Gateway Go
🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]
Stars: ✭ 127 (-18.59%)
Mutual labels:  esp32, iot
Server Go
🎨OpenIoTHub Server[内网穿透和物联网设备管理服务器]
Stars: ✭ 127 (-18.59%)
Mutual labels:  esp32, iot
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+601.92%)
Mutual labels:  esp32, iot
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+637.18%)
Mutual labels:  esp32, iot
Esp Mqtt
MQTT component for esp-idf projects based on the lwmqtt library
Stars: ✭ 76 (-51.28%)
Mutual labels:  esp32, iot
Docs
Documentation for The Things Network
Stars: ✭ 61 (-60.9%)
Mutual labels:  iot, lorawan
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+759.62%)
Mutual labels:  iot, lorawan
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-10.9%)
Mutual labels:  esp32, iot
Tinderboxpedal
Bluetooth "Universal Remote" Footpedal for Digital Guitar Amps, on ESP32 or Pi Zero W
Stars: ✭ 48 (-69.23%)
Mutual labels:  esp32, iot
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-65.38%)
Mutual labels:  esp32, iot
Enigmaiot
Secure sensor and gateway platform based on ESP8266 and ESP32
Stars: ✭ 120 (-23.08%)
Mutual labels:  esp32, iot

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 and South America, Australia, Korea, Asia and India

The library is based on the LMIC library from IBM (specifically the well-maintained version by MCCI – see their GitHub repository) and provides a high-level API specifically targeted at The Things Network.

New in version 3.3

  • Verified compatibility with ESP-IDF v4.2
  • Upgraded underlying library mcci-catena/arduino-lmic to v3.3.0 (no relevant changes)
  • Ensure interrupt code is in IRAM

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].