A Rust driver for the RFM9x LoRa/FSK transceiver module (work in progress).
Author: Tommy van der Vorst (Pixelspark)
Transmission of LoRA frames was successfully tested against The Things Network (needs LoRaWAN logic). Receiving currently does not work.
Currently uses the rppal
library to command the Raspbery Pi SPI bus, so will not work (yet) on other systems.
See the basic example.
Copyright (C) 2019-2020 Tommy van der Vorst, Pixelspark. Released under the MIT license.