April 2017
Intermediate to advanced
268 pages
5h 36m
English
In this recipe, we will show you how to connect your ESP8266 board to your local Wi-Fi network. Before you can send or receive data to and from the Internet, your ESP8266 board has to be connected to a Wi-Fi network that has Internet connectivity. This is done in the setup part of your program since it is supposed to be done once, when the ESP8266 is powered on.
Ensure your ESP8266 board is connected to your computer via the USB cable. No other components will be used in this exercise, since there are no inputs or outputs that are required.
We will include the ESP8266 library in the program and set the Wi-Fi network ssid and password so that the ESP8266 connects to the ...