radio-sx127x 0.5.0

Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs
Documentation

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

Useful Resources