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

Connect ESP32 to WPA2-Enterprise WiFi (eduroam: University of Michigan Wireless)

Walkthrough of minimal settings for ESP32 to connect to WPA2-Enterprise WiFi at University of Michigan (eduroam) GitHub: debsahu/Esp32_EduWiFi Minimal settings for ESP32 to connect to University of Michigan WiFi (MWireless/eduroam) MSetup Go to MSetup Log in using University of Michigan credentials Select Other Device and log in again if needed Enter Device Name, MAC Address, uniqname will already be selected, Advanced Options > Network Type > Internet Access After above settings are enterd, click on Register my device...

January 12, 2021 · Debashish Sahu