Skip to content

rukai/esp-at-driver

Repository files navigation

ESP AT Embassy Driver

dependency status Crates.io Released API docs

Rust driver that runs on the main processor and communicates to an ESP coprocessor running the AT firmware.

Extremely WIP, nothing works yet.

Why Embassy/Async

Implementing this crate with async means it is unable to run in some environments. However the expected use case of this library is on a main processor talking to an ESP coprocessor. In such an environment it is expected for the main processor to have enough storage for async binary sizes, likely an stm32 or nrf chip.

Implementation

The driver uses the AT commands documented here.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust driver that runs on the main processor and communicates to an ESP32 coprocessor running the AT firmware

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages