#raspberry-pi #pi #lorawan #lora #raspberry #iot

rfm9x

RFM9x LoRa/FSK transceiver driver for Raspberry Pi in native Rust

3 releases

0.1.2 Dec 28, 2019
0.1.1 Dec 28, 2019
0.1.0 Dec 28, 2019

#16 in #lorawan

Download history 17/week @ 2024-02-20 33/week @ 2024-02-27 3/week @ 2024-03-05 5/week @ 2024-03-12

58 downloads per month
Used in lora-wan

MIT license

23KB
469 lines

RFM9x

A Rust driver for the RFM9x LoRa/FSK transceiver module (work in progress).

Author: Tommy van der Vorst (Pixelspark)

What works

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.

Usage

See the basic example.

Copyright (C) 2019-2020 Tommy van der Vorst, Pixelspark. Released under the MIT license.

Dependencies

~1MB
~19K SLoC