Display Temperature and humidity Data from NodeMCU as a graph in webpage
- Auto Refresh the website
- MySQL based
- Displays temperature and humidity data in separate graphs.
- Added CSS, so visually looks better.
- Out of the box compatibility with NodeMCU. For other MCUs minor alterations are needed.
- Upload the code in
Arduino Sketch
to NodeMCU - Paste the
PHP
folder inhtdocs
folder - Start visualizing temperature and humidity data by opening
index.php
- DHT.h
- WiFiClient.h
- ESP8266WiFi.h
- ESP8266WebServer.h
- ESP8266mDNS.h
- SPI.h
-
Auto Refresh
-
Auto Refresh with one output at a time (not all outputs at a time)
-
Add CSS and make it look good, preferably add Gauges to display Data
-
Set Graph axes min and max
-
Display latest 15 Data in Graph
-
Work on readme