sim7020 2.0.0

driver for sim7020E NB IoT modem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SIM7020 Driver for NB-IoT Communication

![Crates.io Version](https://img.shields.io/crates/v/sim7020)

This driver does not implement all available AT commands of the [SIM7020 modem](https://www.waveshare.com/pico-sim7020e-nb-iot.htm).
It's enough though, to get an NTP time stamp and send data via HTTP and MQTT.

Check the **[pico example](./examples/pico/src/main.rs)** 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](./examples/pico-embassy/src/main.rs).

Feel free to open an issue if you need support for specific other functionality.