dbrgn / espresso

AT based driver crate for ESP8266 WiFi modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Rust 100.0%