9 releases (4 stable)

2.1.0 Jan 10, 2025
2.0.0 Jan 8, 2025
1.1.0 Sep 13, 2024
1.0.0 Aug 24, 2024
0.1.2 Jul 25, 2024

#1396 in Network programming

Download history 53/week @ 2024-09-25 47/week @ 2024-10-02 3/week @ 2024-10-09 1/week @ 2024-12-04 6/week @ 2024-12-11 1/week @ 2024-12-25 267/week @ 2025-01-08

268 downloads per month

MIT license

72KB
2K SLoC

SIM7020 Driver for NB-IoT Communication 🦀

https://crates.io/crates/sim7020

This driver does not implement all available AT commands of the SIM7020 modem. It's enough though, to check the connectivity, get time stamps and send data via HTTP and MQTT.

Check the pico example for a basic example. I used the raspberrypi Pico (rp2040) along with the header board from Waveshare and a sim card from 1nce.

Async Support

Enable async support through the non-blocking feature flag. This is WIP. Checkout the embassy pico example.

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

Dependencies

~1.6–2.4MB
~44K SLoC