Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
/ espresso Public archive

AT based driver crate for ESP8266 WiFi modules.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

dbrgn/espresso

Repository files navigation

espresso

⚠️ Note: This project is dead, check out esp-at-nal instead!

Build status No Std

Logo

AT based driver crate for ESP8266 WiFi modules.

Supported Firmware Versions

This driver is being developed for the following firmware version:

AT+GMR
AT version:1.7.5.0(Oct 20 2021 19:14:04)
SDK version:3.0.5(b29dcd3)
compile time:Oct 20 2021 20:13:50
Bin version(Wroom 02):1.7.5

You can update your ESP8266 module over WiFi using the "AT+CIUPDATE" command.

Running the example (Linux)

# For logging
export RUST_LOG=trace

cargo run --example linux --features "atat/log, no-std-net/std" -- \
    /dev/ttyUSB0 115200 mywifi hellopasswd123

Resources

License

Licensed under either of

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

AT based driver crate for ESP8266 WiFi modules.

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