April 2017
Intermediate to advanced
268 pages
5h 36m
English
In this recipe, we are going to demonstrate Basic local machine to machine interactions. To do that, we will build a simple project that demonstrates machine to machine interaction between two ESP8266 boards. This will enable you to create simple networks using your ESP8266 boards, with no Internet connection.
You will need the following hardware components for this project:
Connect a Push button and a 10 kΩ pull up resistor to the GPIO2 pin. The Push button will be used as an input. This ESP8266 board will be configured as the client. The setup is shown in the following figure:
For the second ESP8266, connect ...