Crates.io | radio-at86rf23x |
lib.rs | radio-at86rf23x |
version | 0.2.0 |
source | src |
created_at | 2021-11-11 19:48:24.489944 |
updated_at | 2022-04-01 23:59:58.187196 |
description | Driver for the Microchip at86rf23x series of 2.4GHz RF ICs |
homepage | |
repository | https://github.com/rust-iot/rust-radio-at86rf23x |
max_upload_size | |
id | 480350 |
size | 90,901 |
A rust driver and CLI for the Microchip AT86RF23x family of 2.4GHz ISM band radio ICs.
WIP. Only tested on AT86RF233. Basic TX and RX working, pan/addr filtering and extended mode not yet implemented.
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 sourcecargo binstall radio-at86rf23x
to install a pre-compiled binary via cargo-binstall