/iono-mkr-lora-net

Iono MKR Master/Slave LoRaNet library

Primary LanguageC++

Iono MKR Master/Slave LoRaNet library

This library contains the implementation of LoRaNet for Iono MKR with Arduino MKR WAN.

LoRaNet is a secure master-slave architecture based on LoRa-MAC.

Installation

  • Download this repo
  • Open the Arduino IDE
  • Go to the menu Sketch > Include Library > Add .ZIP Library...
  • Select the downloaded zip file

Install its dependencies:

Usage

After installation you will find the example sketches under the Arduino IDE's menu File > Examples > Iono MKR LoRaNet.

For usage reference, see the examples which contain a simple implementation for a master and a slave unit.