Monitoring several ESP8266 modules at once
In advanced and more complex monitoring solutions, you will have to use several ESP8266 modules. This may be due to the distance between the areas where parameters are being monitored, or when the sensors being read are more than the number of GPIO pins available on an ESP8266 module. In such cases, you will have to monitor data from more than one ESP8266 module on the same dashboard. To demonstrate how to do that, we will use one ESP8266 board to monitor temperature and humidity with the DHT11 sensor, and another ESP8266 board to monitor soil moisture. Data from both ESP8266 boards will be monitored using one dashboard.
Getting ready
You will need these hardware components:
- Two ESP8266 boards
- Two USB cables ...
Get ESP8266 Internet of Things Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.