From 684e3cad84f9ffa31b3e9bab59ac56169f0435ea Mon Sep 17 00:00:00 2001 From: ANKITA SAHOO Date: Sun, 24 Sep 2023 11:08:26 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e750b87..b4e43b8 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,16 @@ ## 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. -- These observations 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. + + +- The project DEMS has 2 files: + 1. ```DEMS.ino``` : This is contains the ```Arduino Code```. + 2. ```DEMS_NODEMCU.ino``` : This is contains the code for the ```Wi-fi``` module, ```ESP8266 NODEMCU```. + +- Furthermore, the project DEMS, also uses many sensors. The working of these are provided below, under the ```DEMS Working Details``` section.

(back to top)