rak811-at-driver

Crates.iorak811-at-driver
lib.rsrak811-at-driver
version0.2.0
sourcesrc
created_at2022-11-15 10:37:21.452073
updated_at2022-12-02 17:05:28.274963
descriptionDriver for the RAK811 at command firmware.
homepage
repositoryhttps://github.com/drogue-iot/rak811-at-driver
max_upload_size
id715593
size57,007
Ulf Lilleengen (lulf)

documentation

README

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.

Commit count: 2

cargo fmt