lora-e5

Crates.iolora-e5
lib.rslora-e5
version0.1.1
sourcesrc
created_at2023-01-18 18:57:16.976884
updated_at2024-03-05 22:43:10.550489
descriptionTokio-based runtime and library for the SEEED LoRa-E5 module
homepage
repositoryhttps://github.com/novalabsxyz/lora-e5
max_upload_size
id761952
size33,680
Louis Thiery (lthiery)

documentation

README

lora-e5

CI

A Rust library for using the LoRa E5 module with AT commands.

The LoRa E5 is available as a chip module, or as a ready-to-use USB device.

Hardware & Tests

This library has only been tested on the LoRa E5 Dev board.

To run tests, plug in the board over USB, and run a single-threaded test:

cargo test --  --nocapture --test-threads 1
Commit count: 32

cargo fmt