rust-iot / rust-radio-s2lp

WIP: rust embedded driver for the ST micro S2LP (Spirit) Sub-GHz radio transceiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust S2-LP Radio Driver

A rust driver for the ST Micro S2-LP (SPIRIT2) digital radio IC.

Status

Extremely WIP. Register mappings only partly completed, no tx/rx functionality yet

GitHub tag Build Status Crates.io Docs.rs

Open Issues

Usage

Add to your project with cargo add radio-s2lp

Install the utility via one of the following methods:

  • cargo install radio-s2lp to install from source

  • cargo binstall radio-s2lp to install a pre-compiled binary via cargo-binstall

  • Manually fetch the latest release

Resources

About

WIP: rust embedded driver for the ST micro S2LP (Spirit) Sub-GHz radio transceiver


Languages

Language:Rust 98.5%Language:Shell 1.5%