#driver #firmware #esp8266 #command #version #espressif

nightly no-std esp8266-at-driver

Driver for the espressif esp8266 at command firmware

6 releases (3 breaking)

0.4.0 Apr 28, 2023
0.3.0 Feb 17, 2023
0.2.0 Dec 1, 2022
0.1.2 Nov 8, 2022

#8 in #esp8266

39 downloads per month

Apache-2.0

58KB
1.5K SLoC

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.

Dependencies

~4MB
~67K SLoC