Simple library for using the Arduino LMIC library with The Things Network and LoRaWAN® networks.
The SimpleLMIC
library provides a structured way of using the arduino-lmic
library to send sensor data over The Things Network or a similar LoRaWAN-based data network. Inspireded by arduino-lorawan
library
The library uses the MCCI LoRaWAN LMIC library
, to configurate the MCCI LoRaWAN LMIC library
and select the LoRa chip and the LoRaWAN plan. MCCI LoRaWAN LMIC Configuration
.
See API.md.
- Install the library by Using the Library Manager
- OR by Importing the .zip library using the releases ZIP files.
The library comes with examples. After installing the library you need to restart the Arduino IDE before they can be found under File > Examples > SimpleLMIC.
This library is licensed under the MIT Licence.
Do you like this library? Please star this project on GitHub!