Sending sensor data from ESP32 to InfluxDB | Local access - time-series database

Instead of sending data to services in the cloud, here we send sensor data to local InfluxDB database. Grafana is used to read data from InfluxDB and alert thresholds are set to send reactive alerts. InfluxDB Download and Installation: official docs Docker Download and Installation: official docs ESP32 connecting to WPA2-Enterprise Hardware ESP32 TTGo T-Energy SSD1306 OLED display BME280 sensor Software Dependencies Listed below are the dpendencies used by Arduino IDE, but use PlatformIO instead!...

March 15, 2021 · Debashish Sahu