Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 516 Bytes

lorapacket

Simple LoRaWAN Packet Generator

Utilising elements from SemTech's LoRaWAN library, this library encodes LoRaWAN packets ready for sending using the radio of your choice.

Prerequisites:

If you wish to use a RFM95W or similar radio, make sure to have the arduino-LoRa library installed.

Download from here: https://github.com/sandeepmistry/arduino-LoRa

Example

See examples/transmission_test for an example.