| Crates.io | radio-sx127x |
| lib.rs | radio-sx127x |
| version | 0.14.0 |
| created_at | 2019-06-06 07:47:09.685335+00 |
| updated_at | 2022-04-01 23:25:10.449889+00 |
| description | Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs |
| homepage | |
| repository | https://github.com/ryankurte/rust-radio-sx127x |
| max_upload_size | |
| id | 139325 |
| size | 142,802 |
A primarily rust driver (and command line utility) for the Semtech SX1276 sub ghz ISM band radio IC.
WIP. Basic LoRa functionality working.
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