Expand description

esp8266-at-driver

CI crates.io docs.rs Matrix

Driver for the esp8266-wifi adapter with AT command firmware. The adapter has a serial interface, therefore this driver can be used with any UART driver that implements the embedded-io traits.

The currently supported AT firmware version is 1.7.x.

Features

  • Implements embedded-nal-async traits
  • Implements embedded-io traits
  • Full async support, based on embassy libraries

Examples

See examples/std for an example that works in a STD environment.

Structs

Instance of the Esp8266 driver.
A handle for a connection using the Esp8266 driver. The socket is closed when the instance is drop’ed.

Enums

Possible errors returned by the Esp8266 driver.