radio-at86rf23x

Crates.ioradio-at86rf23x
lib.rsradio-at86rf23x
version0.2.0
sourcesrc
created_at2021-11-11 19:48:24.489944
updated_at2022-04-01 23:59:58.187196
descriptionDriver for the Microchip at86rf23x series of 2.4GHz RF ICs
homepage
repositoryhttps://github.com/rust-iot/rust-radio-at86rf23x
max_upload_size
id480350
size90,901
core (github:rust-iot:core)

documentation

README

Rust AT86RF23x radio driver

A rust driver and CLI for the Microchip AT86RF23x family of 2.4GHz ISM band radio ICs.

Status

WIP. Only tested on AT86RF233. Basic TX and RX working, pan/addr filtering and extended mode not yet implemented.

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

Open Issues

Usage

Add to your project with cargo add radio-at86rf23x

Install the utility via one of the following methods:

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

Useful Resources

Commit count: 20

cargo fmt