#driver #firmware #command #adapter #version #networking #rak811

nightly no-std rak811-at-driver

Driver for the RAK811 at command firmware

2 unstable releases

0.2.0 Dec 2, 2022
0.1.0 Nov 15, 2022

#84 in #firmware

Apache-2.0

46KB
1.5K SLoC

rak811-at-driver

CI crates.io docs.rs Matrix

A network driver for a RAK811 attached via a UART.

Requires the RAK811 to be flashed with a 2.x version of the AT firmware.

The adapter has a serial interface, therefore this driver can be used with any UART driver that implements the embedded-io traits.

Features

  • Implements embedded-nal-async traits
  • Implements embedded-io traits
  • Full async support, based on embassy libraries

Examples

See examples/std for an example that works in a STD environment.

Dependencies

~3.5MB
~64K SLoC