radio-sx127x

Crates.ioradio-sx127x
lib.rsradio-sx127x
version0.14.0
sourcesrc
created_at2019-06-06 07:47:09.685335
updated_at2022-04-01 23:25:10.449889
descriptionRust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs
homepage
repositoryhttps://github.com/ryankurte/rust-radio-sx127x
max_upload_size
id139325
size142,802
core (github:rust-iot:core)

documentation

README

rust-radio-sx127x

A primarily rust driver (and command line utility) for the Semtech SX1276 sub ghz ISM band radio IC.

Status

WIP. Basic LoRa functionality working.

GitHub tag Build Status BuildKite Build Status Crates.io Docs.rs Snap Status

Open Issues

Usage

Add to your project with cargo add radio-sx127x

Install the utility with one of the following methods:

  • using a pre-packaged snap with snap install sx127x-util
  • using a precompiled binary from the releases page
  • from source using cargo with cargo install radio-sx127x

As a no_std Library

The 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

Useful Resources

Commit count: 131

cargo fmt