Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 860 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 860 Bytes

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.