Crates.io | nexus-revo-io |
lib.rs | nexus-revo-io |
version | 0.1.0 |
source | src |
created_at | 2021-07-10 21:31:19.753315 |
updated_at | 2021-07-10 21:31:19.753315 |
description | Library for Nexus Revo RF protocol |
homepage | |
repository | https://github.com/CirrusNeptune/nexus-revo-io.git |
max_upload_size | |
id | 421211 |
size | 47,853 |
Library for the RF protocol used by Nexus Revo (ca. 2018, rechargeable remote) product line.
Compatible with the following devices:
Designed for use with libftd2xx-rs and libftd2xx-cc1101 to interface with a CC1101 RF
transceiver via FTDI SPI interface. However, any properly configured [std::io
] interface
that behaves as a 433.94 MHz, 2.2254 kBaud, OOK RF modem can be used instead.
Simply add this crate as a dependency in your Cargo.toml
.
[dependencies]
nexus-revo-io = "~0.1.0"
Also follow the README guidance in libftd2xx-rs to set up the connection with the FTDI device.