0% found this document useful (0 votes)
174 views

IOT Based Humidity and Temperature Monitoring ETI

The document describes a system to monitor temperature and humidity using sensors connected to an Arduino board. It discusses the hardware components, including the Arduino, DHT11 temperature and humidity sensor, and ESP8266 WiFi module. The system takes real-time measurements and sends the data to the cloud for remote access over the internet.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views

IOT Based Humidity and Temperature Monitoring ETI

The document describes a system to monitor temperature and humidity using sensors connected to an Arduino board. It discusses the hardware components, including the Arduino, DHT11 temperature and humidity sensor, and ESP8266 WiFi module. The system takes real-time measurements and sends the data to the cloud for remote access over the internet.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

IOT Based Humidity and Temperature Monitoring

Vishakha Poojari Prachi Nimbalkar Prachi Nimbalkar Vaibhav Tadke


MIT Polytechnic , IT MIT Polytechnic , IT MIT Polytechnic , IT MIT Polytechnic , IT
Department Department Department Department

Diploma in Information Technology Department, MIT Polytechnic Pune.

I. ABSTRACT: II. INTRODUCTION:


The main objective of this Micro project is There are so many embedded devices to
to design an IOT based temperature and interact with environment by connecting
humidity real-time monitoring and internet. The increment of these types of
reporting system that is equipped with objects is achieving the development of
temperature sensor and relative humidity micro-controller-based systems which are
sensors for taking measurement. The replacing old complicated electronic
proposed system is an advanced solution circuits. By using IOT, we can control any
for monitoring and live reporting the electronic equipment in homes and
temperature and humidity at different industries. Moreover, we can read a data
points in specific locations. The real time from any sensor and analyse it graphically
data from the sensors are stored in cloud from anywhere in the world. Arduino is a
server and email is sent to the predefined microcontroller board which works as a
recipients to let them access the data tiny computer. Arduino is a platform to
remotely over internet. The proposed develop an interaction with required
system is designed based on Arduino UNO programming software. Arduino UNO is
Board, humidity and temperature sensor micro controller unit to fetch a data of
DHT11, ESP8266 Wi Fi module. The main humidity and temperature from DHT11
characteristics of this proposed system is sensor and process it and give it to an
low cost, low power consumption because ESP8266 module (Wi-Fi module).
of self-powered device, high accuracy and
user friendly. The system shows a high
degree of accuracy and reliability. In this III. HARDWARE DETAILS :
Micro project we are going to measure
1) Arduino is a new open-source hardware
temperature and humidity by using
and software system. It has to take
Arduino tool and DHT11, which will be
attention of a large technology design and
beneficial for balancing the environment to
community at affordable cost, which
increase the productivity.
increases its use with advanced
technology. Arduino hardware is a
motherboard for making interaction
between objects and suitable computer makes system integration quick and easy.
programming IDE (Integrated Its small size, low power consumption and
Development Environment). upto-20-meter signal transmission making
it the best choice for various applications,
including those most demanding ones. The
component is 4pinsingle row pin package.
It is convenient to connect and special
packages can be provided according to
users request.

IV. AIM :
The main aim of this Micro project is to
design an IOT based temperature and
2) This module features humidity and humidity real-time monitoring and
temperature complex with a calibrated reporting system that is equipped with
digital signal output means DHT11 sensor temperature sensor and relative humidity
module is a combined module for sensing sensors that can be used for taking
humidity and temperature which gives a required measurements.
calibrated digital output signal. DHT11
gives us very precise value of humidity
and temperature and ensures high V. LLTERATURE REVIEW :
reliability and long-term stability. This
sensor has a resistive type humidity Temperature and humidity are very
measurement component and NTC type important parameters of the environment
temperature measurement component with in various industries like medicine, food,
an 8-bit microcontroller inbuilt which has paper mills, textile, metro logical,
a fast response and cost effective and semiconductors, services etc. In recent
available in 4-pin single row package. years, optical fibre sensors have attracted
more attentions in sensing and
measurement areas due to their many
advantages over their conventional
electronic counterparts. Similar works in
this particular area make use of the Short
Message Service (SMS) facility so as to
alert the user . The temperature-humidity
sensor could be also used in tissue culture
lab use this particular mechanism and use
DHT11 module works on serial a GSM module to send a message which
communication i.e., single wire displays the present status of the
communication. This module sends data in temperature and humidity and displays the
form of pulse train of specific time period. message “Tissue Culture lab parameters
Before sending data to Arduino, it needs exceeded”. But majority of times such an
some initialize command with a time alerting message could easily go
delay. And the whole process time is about unnoticed, the user or the person in charge
4ms. The single-wire serial interface is sleeping in case if the intended person is
sleeping so it is better to log the data in a programming it required
remote computer in case of such an event development system.
so that he can keep a track of the data. • PCB making became complex
Another work in use the alarming system
for the Attending staff . The temperature
and humidity measurement sensor can fail VII. Proposed System Architecture
if the user of the in charge is away for the and Implementation :
situation where the emergency is taking
place . A temperature and humidity rise The system design consists three sections -
and alarm following it would be unnoticed, one senses the humidity and temperature
so a robust device combines an alerting by using humidity and temperature sensor
and data logging system is needed to avoid DHT11. The second section reads the DHT
this kind of situation. To sending the sensor module’s output and extracts
values of temperature of the environment temperature and humidity values into a
the sensor is exposed to, by SMS for the suitable number in percentage and Celsius
user or the person in charge . Also by scale. And the third part of the system
creating micro controller database, this displays humidity and temperature on
design described in the paper can be used LCD. The system connection is based on
as a modification for alerting the user by single wire serial communication. First
giving an “ALERT SMS” when the Arduino send a start signal to DHT module
temperature have deviation from a critical and then DHT gives a response signal
value per-set by the user . The system of containing temperature and humidity data.
server guard maintenance mechanism Arduino collect and extract in two parts
presented in this paper is totally different one is humidity and second is temperature
as it doesn’t take any software which has and then long-term stability. This sensor
to be run in personal or any computer . The has a resistive type humidity measurement
response of our designed system presents component and NTC type temperature
the temperature or humidity is out of range measurement component with an 8-bit
as defined by the user by using Arduino micro controller inbuilt which has a fast
and DHT11. response and cost effective and available
in 4-pin single row package. DHT11
module works on serial communication i.e.
single wire communication.
VI. RESOURCES REQUIREMENT:
Technology that was used in past scenario
was Evaluation Kit for digital Humidity
Sensor EEH110 and EEH210 and the
problems related to it were as follows :
• It took comparatively more time to
process.
• It required additional devices for
operation.
• It required external clock. This module sends data in form of pulse
• Programming for micro controller train of specific time period. Before
8051 was difficult. ϖ For sending data to Arduino, it needs some
initialize command with a time delay. And
the whole process time is about 4ms. First
of all Arduino sends a high to low start
signal to DHT11 with 18µs delay to ensure
DHT’s detection.
And then Arduino pull-up the data line and
wait for 20-40µs for DHT’s response.
Once DHT detects starts signal, it will
send a low voltage level response signal to
Arduino of time delay about 80µs. And
then DHT controller pull up the data line
and keeps it for 80µs for DHT’s arranging
of sending data. When data bus is at low
voltage level it means that DHT11 is
sending response signal. Once it is done,
DHT again makes data line pull-up for
80µs for preparing data transmission. Data
VIII. CONCLUSION :
format that is sending by DHT to Arduino
for every bit begins with 50µs low voltage This proposed system can provide a
level and length of high voltage level convenient method for effective
signal determines whether data bit is “0” monitoring of temperature and humidity in
or “1”. One important thing is to make real time. This system is compact to an
sure pull up resistor value because if we extent and cost effective when compared
are placing DHT sensor at longer the 20 to prices of instruments used to measure
meter then use appropriate value pull the environmental factors. From the above
up resistor. all analysis, it is ensured that the nested
wired systems can be replaced by the
wireless sensor networks to get an accurate
data as well as to avoid many hazardous
issues.

IX. REFERENCES :

A liquid crystal display is used for [1] N. H. A. Aziz , W. N. W. Muhamad, N.


displaying temperature and humidity A. Wahab, A. J. Alias, A. T. Hashim, and
which is directly connected to Arduino in R. Mustafa, "Real time monitoring critical
4-bit mode. Pins of LCD namely RS, EN, parameters in tissue culture growth room
D4, D5, D6 and D7 are connected to with SMS alert system," in Intelligent
Arduino digital pin number 2, 3, 4, 5, 6 Systems, Modelling and Simulation
and 7. And a DHT11 sensor module is also (ISMS), 2010 International Conference on,
connected to digital pin 12 of Arduino with 2010, pp. 339- 343.
a 5k pull-up resistor

[2] E. Parrish and T. Hickey, "A


Temperature Monitoring System for Use
on Normal Newborn Infants,"
Instrumentation and Measurement, IEEE
Transactions on, vol. 21, pp. 59-60, 1972.

[3] L. Ruiz-Garcia, P. Barreiro, and J.


Robla, "Performance of ZigBee-based
wireless sensor nodes for real-time
monitoring of fruit logistics," Journal of
Food Engineering, vol. 87, pp. 405 415,
2008.

[4] N. Zarka, I. Al-Houshi, and M.


Akhkobek, "Temperature control via sms,"
in Information and Communication
Technologies, 2006. ICTTA'06. 2nd, 2006,
pp. 2678-2683.

[5] R. K. Megalingam, V. Radhakrishnan,


D. K. M. Unnikrishnan, D. C. Jacob, and
A. K. Sudhakaran, "Autonomous Smart
Server Guard for advanced safety measure
using wireless mobile technology," in
Mechanical and Electrical Technology
(ICMET), 2010 2nd International
Conference on, 2010, pp. 654-658.

[6] S. J. Brown, "Remote health


monitoring and maintenance system," ed:
Google Patents, 2001.

[7] http://www.ardumotive.com/iot-wifi-
temp-andhumidity.htm

You might also like