March 2020

LoRaWanPacket

  • by

I have this library for some time, I created to make possible to encode and decode packages of LoRaWAN on Arduino. The idea is to insert de keys and configuration of the device on the library and then the crypto and the mic check is automatically generated from the LoRaWanPacket.… Read More »LoRaWanPacket

SimpleLMIC

  • by

LMIC means LoRaWAN-MAC-in-C and the most popular is the arduino-lmic library, the problem is the library is a little low level and for noobs is a little confusing to work with. One solution is to use the arduino-lorawan library that uses the main arduino-lmic and provides a higher level, more… Read More »SimpleLMIC