From 4fe04b5722e974581936da449265c3ad71dfa03e Mon Sep 17 00:00:00 2001 From: ANKITA SAHOO Date: Sun, 24 Sep 2023 10:44:41 +0530 Subject: [PATCH] Update README.md --- README.md | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index be2079a..e6477d0 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,15 @@
Table of Contents
  • Introduction
  • +
  • Prerequisites and Techstack
  • DEMS Working Details
  • -
  • Prerequisites and Techstack
  • +
  • Circuit
  • Screenshots of output
  • References

  • -![image](https://github.com/ankitacoder3/Digitized-Environment-Monitoring-System-DEMS/assets/73939061/0913bfe5-2c7b-473e-a7da-ddb9aa8f0dac) - - - -

    (back to top)

    -
    ## Introduction @@ -31,6 +26,26 @@

    (back to top)


    + +## Prerequisites and Techstack + +- 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)

    +
    + ## DEMS Working Details - DEMS is built around Arduino, which is called the brain of the weather station. @@ -64,24 +79,6 @@
    -## Prerequisites and Techstack - -- 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