Skip to content

Rust driver for the Semtec SX128x series of 2.4GHz LoRa/ISM radio transceivers

License

Notifications You must be signed in to change notification settings

rust-iot/rust-radio-sx128x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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