You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used the Google sheet as IoT cloud to log the data generated by a Temperature Sensor. Here I used ESP8266 NodeMCU to send the temperature and humidity data from the DHT22 sensor to the Google Sheet over the internet.
Here the DHT sensor is connected to ESP8266 NodeMCU and ESP8266 NodeMCU is connected to the Internet through WiFi to send the DHT22 readings to Google Sheet.
This repository contains code and resources for an IoT data monitoring and logging system. It includes code for the ESP8266 microcontroller to collect sensor data and log it into Google Sheets using Google Apps Script. The system provides a streamlined way to monitor and analyze real-time sensor data for various IoT applications.
PowerTrack is an advanced energy monitoring system designed to track electricity usage in real-time. Powered by an ATmega328P microcontroller and an ESP32 module, it measures voltage, current, power, and energy consumption, enabling users to analyze their energy usage and optimize efficiency.