#radio #atmel #ic #driver #sub #band #at86rf212

radio-at86rf212

Driver for the Atmel AT86RF212 Sub 1GHz ISM band radio IC

2 unstable releases

Uses old Rust 2015

0.2.0 Dec 25, 2018
0.1.0 Dec 24, 2018

#1364 in Hardware support

24 downloads per month

GPL-3.0-or-later

32KB
579 lines

rust-radio-at86rf212

A rust driver for the Atmel AT86RF212 Sub 1GHz ISM band radio IC, based on ryankurte/libat86rf212.

Status

GitHub tag Build status Crates.io Docs.rs

Open Issues

Work in Progress

  • Register operations
  • Initialisation
  • Polling
  • Simple Send
  • Simple Receive
  • Packet building & parsing
  • Auto ACK
  • Auto Retransmit
  • Interrupt Mode
  • DMA support
  • Unit testing
  • Integration Testing

Testing

Unit testing should be implemented using dbrgn/embedded-hal-mock.

Integration testing is run using a Raspberry Pi model 3 with an IO shield and a pair of XPlained PRO Zigbit + ATRF212B-0-U modules.

The RPi pins are configured at startup as in rpi_setup.sh and the environment is configured in rpi_env.sh (though these are separately injected into the test system). Note that CS0 and CS1 functions are not currently used.

buildkite with a custom worker is used to run integration tests against a physical hardware.

at86rf212-test-setup

Licensing

This project is licensed as GPLv3 for all purposes. For alternative licensing options / proprietary use, please contact the author (and we'll be happy to help ^_^).

Dependencies

~140KB