rust radio sx127x
v0.13.0
A primarily rust driver (and command line utility) for the Semtech SX1276 sub ghz ISM band radio IC.
WIP. Basic LoRa functionality working.
Open Issues
Add to your project with cargo add radio-sx127x
Install the utility with one of the following methods:
snap install sx127x-utilcargo install radio-sx127xno_std LibraryThe radio-sx127x crate can be used as an interface library for the sx127x radio on other
embedded devices. To enable no_std usage, add default-features = false to your
Cargo.toml