From b4f4ff5a17a15edb1c17ad6df412dfd8961267b5 Mon Sep 17 00:00:00 2001 From: ANKITA SAHOO Date: Sun, 24 Sep 2023 10:30:46 +0530 Subject: [PATCH] Update README.md --- README.md | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 824198a..29ba40b 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,29 @@
Table of Contents
  • Introduction
  • +
  • DEMS Working Details
  • Prerequisites and Techstack
  • -
  • Cicuit diagram
  • -
  • Screenshots of the output
  • +
  • Steps for execution
  • +
  • Usage

  • ## 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. +- 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. -- 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. +- 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. +- These observations can be used to predict weather from home or any other place at your convenience. -- 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. +

    (back to top)

    +
    + +## DEMS Working Details + +- DEMS is built around Arduino, which is called the brain of the weather station. +- It collects and processes huge amount of data from various sensors. +- Finally, it uses the WIFI module (ESP8266 NODEMCU) to post it on the ThingSpeak platform for visualization. - The best part of this project is that with the help of ThingSpeak platform we can visualize the weather related data in any browser. @@ -39,7 +49,8 @@ - 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. +- 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)


    @@ -47,16 +58,24 @@ ## Prerequisites and Techstack -- C -- C++ -- Prerequisites: Arduino, Temperature & Humidity sensor (DHT22), Barometric sensor (BMP180), Dust sensor (GP2Y1010AU0F), Light sensor (LDR). +- Software and Programming languages used: + - Arduino IDE + - ThingSpeak platform + - C + - C++ + +- Prerequisites or Hardware used: + - Arduino + - Temperature & Humidity sensor (DHT22) + - Barometric sensor (BMP180) + - Dust sensor (GP2Y1010AU0F) + - Light sensor (LDR) + - Wi-Fi module (ESP8266 NODEMCU)

    (back to top)


    - - ## Circuit Diagram

    (back to top)