From 81783bff5241fe59ed6aa69e4d0c8f13af314cef Mon Sep 17 00:00:00 2001 From: ANKITA SAHOO Date: Sun, 24 Sep 2023 10:14:02 +0530 Subject: [PATCH] Update README.md --- README.md | 59 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 62cd3ac..259b5fc 100644 --- a/README.md +++ b/README.md @@ -1,48 +1,63 @@ -# DEMS + -ABSTRACT OF THE PROJECT - -⮚ Environment monitoring systems are used to garner data and provide weather information of a certain area. It is mainly used to measure and forecast weather conditions. - -⮚ Our Arduino based Digitized Environment Monitoring System, can show you ambient temperature, humidity, pressure, dust density, light intensity, altitude and much more data from your surroundings, which can be used to predict weather from home or any other place at your convenience. +# Digitized-Environment-Monitoring-System-DEMS -⮚ This project is built around Arduino, which is called the brain of the weather station which collects and processes lots of data from various sensors and uses the WIFI module (ESP8266 NODEMCU) to post it on the ThingSpeak platform for visualization. +
+ Table of Contents +
  • Introduction
  • +
  • Prerequisites and Techstack
  • +
  • Steps for execution
  • +
  • Usage
  • +
    +
    -⮚ The best part of this project is that with the help of ThingSpeak platform we can visualize the weather related data in any browser. - -⮚ The circuit consists of ‘Four sensors’: +## Introduction + +- Environment monitoring systems are used to garner data and provide weather information of a certain area. It is mainly used to measure and forecast weather conditions. -1. Temperature & Humidity sensor (DHT22): -It is a 4-pin sensor, which senses temperature and humidity from the surroundings and passes it to the Arduino. +- The Arduino based Digitized Environment Monitoring System, can show you ambient temperature, humidity, pressure, dust density, light intensity, altitude and much more data from your surroundings, which can be used to predict weather from home or any other place at your convenience. -2. Barometric sensor (BMP180): -It measures atmospheric pressure, altitude and temperature (we neglect temperature measurement from this sensor as we have a dedicated sensor for measuring ambient temperature). +- This project, DEMS, is built around Arduino, which is called the brain of the weather station which collects and processes lots of data from various sensors and uses the WIFI module (ESP8266 NODEMCU) to post it on the ThingSpeak platform for visualization. -3. Dust sensor (GP2Y1010AU0F): -It is an air monitoring module which monitors the air quality and detects fine particles like dust (particle larger than 0.8micrometer). +- The best part of this project is that with the help of ThingSpeak platform we can visualize the weather related data in any browser. -4. Light sensor (LDR): -This 3-pin LDR sensor detects ambient brightness & light intensity . +- The circuit consists of ‘Four sensors’: -⮚ The above mentioned sensors collect relevant data and passes it to the Arduino. + 1. Temperature & Humidity sensor (DHT22): + It is a 4-pin sensor, which senses temperature and humidity from the surroundings and passes it to the Arduino. -⮚ The data obtained from the Arduino board is sent to the ESP8266 NODEMCU through serial communication, which is then passed on to ThingSpeak via Wi-Fi. + 2. Barometric sensor (BMP180): + It measures atmospheric pressure, altitude and temperature (we neglect temperature measurement from this sensor as we have a dedicated sensor for measuring ambient temperature). -⮚ For Wi-Fi networking we use a Wi-Fi module (ESP8266 NODEMCU) which connects to internet to fetch or upload data. Using this module we transfer the data to ThingSpeak platform for convenient and easier visualization. + 3. Dust sensor (GP2Y1010AU0F): + It is an air monitoring module which monitors the air quality and detects fine particles like dust (particle larger than 0.8micrometer). + 4. Light sensor (LDR): + This 3-pin LDR sensor detects ambient brightness & light intensity . +- The above mentioned sensors collect relevant data and passes it to the Arduino. +- The data obtained from the Arduino board is sent to the ESP8266 NODEMCU through serial communication, which is then passed on to ThingSpeak via Wi-Fi. +- For Wi-Fi networking we use a Wi-Fi module (ESP8266 NODEMCU) which connects to internet to fetch or upload data. Using this module we transfer the data to ThingSpeak platform for convenient and easier visualization. +

    (back to top)

    +
    +## Prerequisites and Techstack +- C +- C++ +- Prerequisites: Arduino, Temperature & Humidity sensor (DHT22), Barometric sensor (BMP180), Dust sensor (GP2Y1010AU0F), Light sensor (LDR). +

    (back to top)

    +
    -CIRCUIT DIAGRAM +## Circuit Diagram