IOT based Data Logger -
Date
February 2024
Service
IOT
Client
Department of Environmental Science, BDU, Trichy.
Project Overview
IoT-Based Automated Environmental Monitoring System with Google Sheets Integration

Problem Statement
In many laboratory and industrial environments, continuous monitoring of ambient temperature and humidity is crucial for maintaining equipment, experimental accuracy, and environmental standards. Traditional methods involve either manual logging or expensive proprietary data loggers, which are not scalable or cost-effective for smaller setups.
There was a need for a low-cost, automated, and remotely accessible solution to continuously monitor environmental parameters with real-time cloud-based logging.
Project Objective
To design and deploy an IoT-based system that:
Reads temperature and humidity data using a sensor.
Logs the data in real-time to Google Sheets, providing a lightweight cloud-based dashboard.
Ensures the process is fully automated, reliable, and easily scalable for long-term deployment.
System Architecture
The system was built using the ESP8266 NodeMCU microcontroller and a DHT11 sensor. It collected sensor readings at regular intervals and pushed the data to Google Sheets using a webhook via Google Apps Script.
Hardware Components
ESP8266 NodeMCU – Wi-Fi-enabled microcontroller
DHT11 Sensor – For capturing temperature and humidity data
Micro-USB Cable – For power supply and code flashing
Breadboard & Jumper Wires – For prototyping
Software Stack
Arduino IDE – Firmware development and uploading
Google Sheets – Cloud storage and data visualization
Google Apps Script – Script to receive and store incoming HTTP POST data
Key Features and Outcomes
🔄 Fully Automated Operation: Once deployed, the system ran without manual intervention.
☁️ Cloud-Based Logging: Used Google Sheets to eliminate the need for paid cloud infrastructure.
📈 Real-Time Data Access: Temperature and humidity readings were instantly viewable from any device with internet access.
💸 Low Cost: Entire system built using budget-friendly components.
🔧 Scalable and Reusable: The same system can be scaled to multiple locations or different types of sensors.


