This is a quick example of a simple ESP8266 WiFi module application using the WiFi and network-socket APIs that is provided as a part of mbed-os. The program brings up the WiFi and the underlying network interface, and uses it to scans available networks, connects to a network, prints interface and connection details and performs simple HTTP operation.

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
ATParserParser class for parsing AT commands
BufferedSerialA serial port (UART) for communication with other serial devices
ESP8266ESP8266Interface class
ESP8266InterfaceESP8266Interface class Implementation of the NetworkStack for the ESP8266
MyBuffer< T >A templated software ring buffer