ESP32/ESP8266 Plot Sensor Readings in Real Time Charts - Web Server
Rui Santos Rui Santos
69.9K subscribers
202,233 views
4.2K

 Published On Jul 19, 2019

For complete project details (schematics + source code), visit ► https://RandomNerdTutorials.com/esp32...

Learn how to plot sensor readings (temperature, humidity, and pressure) on a web server using the ESP32 or ESP8266 with Arduino IDE. The ESP will host a web page with three real time charts that have new readings added every 30 seconds.

** Preparing Your Arduino IDE for ESP32 ***

1) Installing ESP32 Board in Arduino IDE (Windows, Mac OS X, Linux): https://randomnerdtutorials.com/insta...

2) ESP32: Install FileSystem Uploader Plugin in Arduino IDE: https://randomnerdtutorials.com/insta...

3) Libraries that you need to install: ESPAsyncWebServer, AsyncTCP, Adafruit BME280, and Adafruit Unified Sensor

** Preparing Your Arduino IDE for ESP8266 ***

1) Installing ESP8266 Board in Arduino IDE (Windows, Mac OS X, Linux): https://randomnerdtutorials.com/how-t...

2) ESP8266: Install FileSystem Uploader Plugin in Arduino IDE: https://randomnerdtutorials.com/insta...

3) Libraries that you need to install: ESPAsyncWebServer, ESPAsyncTCP, Adafruit BME280, and Adafruit Unified Sensor


Like my page on Facebook:
  / randomnerdtutorials  
Follow me on twitter:
  / ruisantosdotme  

Subscribe for more projects like this!
http://bit.ly/subscribeRNT

show more

Share/Embed