Crates.io | quectel-bg9x-eh-driver |
lib.rs | quectel-bg9x-eh-driver |
version | 0.1.3 |
source | src |
created_at | 2024-07-03 11:12:11.67247 |
updated_at | 2024-08-08 08:54:09.989508 |
description | Rust embedded-hal driver for the Quectel BG9X cellular modems |
homepage | https://gitlab.com/scrobotics/embedded-rs/quectel-atat-rs/ |
repository | |
max_upload_size | |
id | 1290435 |
size | 104,059 |
This respository contains a driver for the Quectel BG95/BG96 modems. The driver is built on top of the atat crate.
The main features are:
The crate is available on crates.io.
linux-simple
: example of interacting with the module connected through a serial converter to a Linux computer. Requires the converter to be /dev/ttyUSB4
and the module to be always on (the PWR_KEY is faked).
cd examples/linux_simple
cargo run
esp32c3_connect_and_send_mqtt
: run the example in a board such us Dark Sky Meter Hardware
cd examples/esp32c3_connect_and_send_mqtt
cargo run
For a more complete example visit Tested with the Dark Sky Meter Firmware.
This tool is released under the MIT license, hence allowing commercial use of the library. Please refer to the LICENSE file.