Crates.io | rak811-at-driver |
lib.rs | rak811-at-driver |
version | 0.2.0 |
source | src |
created_at | 2022-11-15 10:37:21.452073 |
updated_at | 2022-12-02 17:05:28.274963 |
description | Driver for the RAK811 at command firmware. |
homepage | |
repository | https://github.com/drogue-iot/rak811-at-driver |
max_upload_size | |
id | 715593 |
size | 57,007 |
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.
embedded-nal-async
traitsembedded-io
traitsembassy
librariesSee examples/std for an example that works in a STD environment.