Crates.io | sim7020 |
lib.rs | sim7020 |
version | 1.1.0 |
source | src |
created_at | 2024-07-21 19:21:20.24938 |
updated_at | 2024-09-13 16:23:32.008072 |
description | driver for sim7020E NB IoT modem |
homepage | |
repository | https://github.com/HerrMuellerluedenscheid/sim7020 |
max_upload_size | |
id | 1310530 |
size | 40,982 |
This driver does not implement all available AT commands of the SIM7020 modem. It's enough though, to get an NTP time stamp and send data via HTTP and MQTT.
Check the pico example to see e.g. how to send payloads with HTTP and MQTT.
Enable async support through the non-blocking feature flag. Checkout the embassy pico example.
Feel free to open an issue if you need support for specific other functionality.