https://github.com/pixelspark/rfm9x-rust
RFM9x driver in Rust https://crates.io/crates/rfm9x
https://github.com/pixelspark/rfm9x-rust
Last synced: about 2 months ago
JSON representation
RFM9x driver in Rust https://crates.io/crates/rfm9x
- Host: GitHub
- URL: https://github.com/pixelspark/rfm9x-rust
- Owner: pixelspark
- License: mit
- Created: 2022-10-01T15:57:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T15:57:53.000Z (over 2 years ago)
- Last Synced: 2025-01-23T11:46:00.729Z (3 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./examples/basic.rs).
## Copyright & license
Copyright (C) 2019-2020 Tommy van der Vorst, Pixelspark. Released under the [MIT license](./LICENSE).