ESP8266 --Internet Weather Datalogger and Dynamic Web Server

03/18/2019

Back in October last year I was asked if I could add a tipping rain gauge and GPS to the project. After months of endless ESP8266 wdt resets and my limited skills of debugging; I put the addition on the shelf. Months later I purchased ESP32 Dev. Edtion Board.

I was excited to learn the ESP32 has 2 cores; one for wifi operations and one for processing. My project has "allot of moving parts" or so I have been told. To make a long story short. Using the code for from Haroon552; we have impemented a tipping Rain Gauge and a NEO m8n GPS module to the project. Armed with the ESP32 and ESP32 libraries I began work again the addtion to the project. This time I experienced no wdt resets. Project with the requested addtions have been online for a few days now with no wdt resets.

WiFi Client/Server Based --ESP8266

Domain Hosted, WiFi Client.Server Based --ESP8266

Once finished with addtional testing I will post the "Weather_View.ino" file.

William