⚠️ Note: This project is dead, check out esp-at-nal instead!
AT based driver crate for ESP8266 WiFi modules.
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.
# For logging
export RUST_LOG=trace
cargo run --example linux --features "atat/log, no-std-net/std" -- \
/dev/ttyUSB0 115200 mywifi hellopasswd123
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
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.