This project was inspired from a module in Bolt-IoT course wherein we studied how to plot graphs. This project can be used to monitor humidity and temperature in the given surrounding.
The code is as follows:
setChartLibrary('google-chart');
setChartType('lineGraph');
plotChart("time_stamp","light");The connections are as follows:
There are 3 connections for DHT11 sensor: i) vcc of the sensor to 5V of the module
ii) gnd of the sensor to ground of the module
iii) data of the sensor to A0 of the module
Once the code is written then save the code and deploy the configuration to the module.


_uHetgVl8JP.png?auto=compress%2Cformat&w=900&h=675&fit=min)


Comments