umgefahren / sim7000

Rust drivers for the SIM7000 series of modems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sim7000_async

This crate provides an embassy driver for the SIM7000 series of modem chips.

If you are looking for the old synchronous sim7000 driver, it has been archived here.

Supported features:

  • TCP connections
  • GPS
  • UDP connections
  • SMS
  • A bunch more the other things that the SIM7000 supports

This crate runs on no_std and, like embassy, requires nightly Rust (see rust-toolchain.toml). See the samples directory for examples.

License

Licensed under either of

at your option.

About

Rust drivers for the SIM7000 series of modems

License:Apache License 2.0


Languages

Language:Rust 100.0%