Skip to content

LoRa Sender

Josh Perriman edited this page Aug 22, 2018 · 3 revisions

To send the LoRa packet the best solution is to use the arduino library found at the following link:

https://github.com/sandeepmistry/arduino-LoRa

For an example of how to use this library with the packet encoder library, see the "transmission_test" example included with the packet encoder library.

Clone this wiki locally