Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.45 KB

SimpleLMIC

Simple library for using the Arduino LMIC library with The Things Network and LoRaWAN® networks.

Overview

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

Library Dependency

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.

API

See API.md.

Installation

Examples

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.

License

This library is licensed under the MIT Licence.


Do you like this library? Please star this project on GitHub!