radio-sx128x

Crates.ioradio-sx128x
lib.rsradio-sx128x
version0.19.0
sourcesrc
created_at2019-06-06 07:52:59.717955
updated_at2024-04-18 23:37:37.103949
descriptionDriver for the Semtec sx1280 2.4GHz RF IC
homepage
repositoryhttps://github.com/rust-iot/rust-radio-sx128x
max_upload_size
id139326
size162,787
core (github:rust-iot:core)

documentation

README

rust-radio-sx128x

A rust driver (and command line utility) for the Semtech SX128x 2.4GHz ISM band radio IC.

Status

WIP. Basic LoRa functionality working.

GitHub tag Build Status Integration Test Status Crates.io Docs.rs Snap Status

Open Issues

Usage

Add to your project with cargo add radio-sx128x

Install the utility via one of the following methods:

  • cargo install radio-sx128x to install from source
  • cargo binstall radio-sx128x to install a pre-compiled binary via cargo-binstall
  • Manually fetch the latest release

Useful Resources

Commit count: 314

cargo fmt