A rust driver (and command line utility) for the Semtech SX128x 2.4GHz ISM band radio IC.
WIP. Basic LoRa functionality working.
Add to your project with cargo add radio-sx128x
Install the utility with one of the following methods:
- using a pre-packaged snap with
snap install sx128x-util
- using a precompiled binary from the releases page
- from source using cargo with
cargo install radio-sx128x