Project is a data logger of weather observations served to two websites and logged to Google Sheet continuously; month by month. Google Sheet Script was inspired by this article:
ESP32 Data Logging to Google Sheets with Google Scripts
Project would have been impossible for me without the help of people from community; arduino.cc Forum, Adafruit.com Forum, ESP8266 Forum, Github.com, Random Nerd Tutorials Forum. Project started back in the Fall of 2013; with gifted "Arduino Uno." Thank you to all the people that have helped with the project!
Project served from Domain, Hosting Provider
"CameraRainGauge” project was developed to provide a data logger accessible over the Internet, provide file transfer protocol (FTP), over-the-air (OTA) firmware updates, two web sites, WebRTC video feed, and uploading data to Google Sheets!
WebRTC video is served from Raspberry Pi running Wyze-Brige Docker container. No special firmware is required for the Wyse Cam v3 camera. Camera view of wetland pond
Live Google Sheet data logging
Gist of Google Sheet Script; plus Arduino code for sending data
“AsyncWebServer” handles "GET" requests from the Internet for processing of web pages.
William