sim7020

Crates.iosim7020
lib.rssim7020
version1.1.0
sourcesrc
created_at2024-07-21 19:21:20.24938
updated_at2024-09-13 16:23:32.008072
descriptiondriver for sim7020E NB IoT modem
homepage
repositoryhttps://github.com/HerrMuellerluedenscheid/sim7020
max_upload_size
id1310530
size40,982
Marius Kriegerowski (HerrMuellerluedenscheid)

documentation

README

SIM7020 Driver for NB-IoT Communication

Crates.io Version

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.

Async Support

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.

Commit count: 0

cargo fmt