SlideShare una empresa de Scribd logo
1 de 3
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 876
Measurement of Temperature and Humidity by using Arduino
Tool and DHT11
Deeksha Srivastava1, Awanish Kesarwani2, Shivani Dubey3
1,2,3Department of Computer Applications, JSS Academy of Technical Education, Noida, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Indian industries majorly include biomedical,
agricultural and pharmaceutical which are the pillars of
country economy. The monitoring of temperature and
humidity are major areas for all these industries. Any kind of
unbalancing in the environmental conditions or unset
parameters can create financial loss in the productivity of
pharmaceutical and agriculture industries. Monitoring of
temperature and humidity are also required for biomedical
industry for drugs and cell culture methods. In healthcare
sectors, environment controlled conditions are also required
for patients threatening. In this paper we are going to
measure temperature and humidity by using Arduinotooland
DHT11, which will be beneficialforbalancingtheenvironment
to increase the productivity.
Key Words: Arduino, DHT11, Proposed System
Architecture
1. INTRODUCTION
There are so many embedded devices to interact with
environment by connecting internet. The incrementofthese
types of objects is achieving the development of
microcontroller based systems which are replacing old
complicated electronic circuits. By using IoT, we can control
any electronic equipmentinhomesandindustries.Moreover
, we can read a data from any sensor and analyze it
graphically from anywhere in the world. Arduino is a
microcontroller board which works as a tiny computer.
Arduino is a platform to develop an interaction with
required programming software. Arduino UNO is micro
controller unit to fetch a data of humidity and temperature
from DHT 11 sensor and process it and give it to a ESP8266
module (wi-fi module). In this paper we have different
sections to trace the temperature and humidity. Section I
defines the humidityandtemperaturebyusinghumidityand
temperature sensor DHT11, section II reads the DHT sensor
module’s output and extracts temperature and humidity
values into a suitable number in percentage and Celsius
scale, section III system displays humidity and temperature
on LCD, Section IV defines analyzing and designing the
system architecture, section V shows the result and future
scope.
2. ARDUINO
Arduino is a new open source hardwareandsoftwaresytem.
It has to take attention of a large technology design and
community at affordable cost, which increases its use with
advanced technology. Arduino hardware is a motherboard
for making interaction between objects and suitable
computer programming IDE (Integrated Development
Environment).
Fig-1: Arduino Circuit
3. DHT11
This module features a humidity and temperature complex
with a calibrated digital signal output means DHT11 sensor
module is a combined module for sensing humidity and
temperature which gives a calibrated digital output signal.
DHT11 gives us very precise value of humidity and
temperature and ensures high reliability and long term
stability. This sensor has a resistive type humidity
measurement component and NTC type temperature
measurement component with an 8-bit microcontroller
inbuilt which has a fast response and cost effective and
available in 4-pin single row package..
Fig-2: DHT11 Sensor
DHT11 module works on serial communication i.e. single
wire communication. This module sends data in form of
pulse train of specific time period. Before sending data to
Arduino it needs some initialize command with a timedelay.
And the whole process time is about 4ms. The single-wire
serial interface makes system integration quick and easy.Its
small size, low power consumption and up-to-20 meter
signal transmission making it the best choice for various
applications, including those most demanding ones. The
component is 4-pin single row pin package. It is convenient
to connect and special packages can be provided according
to users’ request.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 877
4. LITERATURE REVIEW
Temperature and humidity are very important parameters
of the environment in various industries like medicine,food,
paper mills, textile, metrological, semiconductors, services
etc. In recent years, optical fibersensorshaveattractedmore
attentions in sensing and measurement areas due to their
many advantages over their conventional electronic
counterparts. Similar works in this particular area makeuse
of the Short Message Service (SMS) facility so as to alert the
user as seen in the paper [1].The temperature-humidity
sensor could be also used in tissue culture lab use this
particular mechanism and use a GSM module to send a
message which displays the present status of the
temperature and humidity and displays themessage “Tissue
Culture lab parameters exceeded”. But majority of times
such an alerting message could easily go unnoticed, the user
or the person in charge is sleeping in case if the intended
person in sleeping.so it is better to log the data in a remote
computer in case of such an event so that he can keep an
track of the data.
Another work in use the alarming system for the Attending
staff [2]. The temperature and humidity measurement
sensor can fail if the user of the in charge is Away for the
situation where the emergency is taking place [3]. A
temperature and humidity rise and alarm followingit would
be unnoticed, so a robust device combines an alerting and
data logging system is needed to avoid this kind of situation.
To sending the values of temperatureofthe environment the
sensor is exposed to, by SMS for the user or the person in
charge [4]. Also, by creating microcontroller database, this
design described in the paper can be used as a modification
for alerting the user by giving an “ALERT SMS” when the
temperature have a deviation from a critical value preset by
the user [5]. The system of server guard maintenance
mechanism presented in this paper is totally different as it
doesn’t take any software which has to be run in personal or
any computer [6]. The response of our designed system
presents the temperature or humidity is out of range as
defined by the user by using Arduino and DHT11.
5. REQUIREMENTS IDENTIFICATION
Technology that was used in past scenario was Evaluation
Kit for digital Humidity Sensor EEH110 and EEH210. The
problems were as follows:
 It took comparatively more time to process.
 It required additional devices for operation.
 It required external clock.
 Programming for micro controller 8051 was
difficult.
 For programming it required development system.
 Circuit size became large.
 PCB making became complex
6. PROPOSED SYSTEM ARCHITECTURE AND
IMPLEMENTATION
The system design consists three sections - one senses the
humidity and temperature by using humidity and
temperature sensor DHT11. The second section reads the
DHT sensor module’s output and extracts temperature and
humidity values into a suitable number in percentage and
Celsius scale. And the third part of the system displays
humidity and temperature on LCD. Thesystemconnectionis
based on single wire serial communication. First Arduino
send a start signal to DHT module and then DHT gives a
response signal containing temperature and humidity data.
Arduino collect and extract in two parts one is humidity and
second is temperature and then long term stability. This
sensor has a resistive type humidity measurement
component and NTC type temperature measurement
component with an 8-bit microcontrollerinbuiltwhichhasa
fast response and cost effective and available in 4-pin single
row package.DHT11module worksonserial communication
i.e. single wire communication.
Fig-.3: System Architecture for measurement of
temperature
This module sends data in form of pulse trainofspecifictime
period. Before sending data to Arduino it needs some
initialize command with a time delay. Andthewholeprocess
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.Onceitisdone, DHTagain
makes data line pull-up for 80µs for preparing data
transmission. Data format that is sending by DHT to arduino
for every bit begins with 50µs low voltage level and length of
high voltage level signal determines whether data bit is “0”
or “1”. One important thing is to make sure pull up resistor
value because if we are placing DHT sensor at <20 meter
distance,5k pullup resistor is recommended. If placing DHT
at longer the 20 meter then use appropriate value pull up
resistor. 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
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 878
arranging of sending data. When data bus is at low voltage
level it means that DHT11 is sending responsesignal.Onceit
is done, DHT again makes data line pull-up for 80µs for
preparing data transmission. Data format that is sending by
DHT to Arduino for every bit begins with 50µs low voltage
level and length of high voltage level signal determines
whether data bit is “0” or “1”. One important thingistomake
sure pull up resistor value because if we are placing DHT
sensor at <20 meter distance,5k pullup resistor is
recommended. If placing DHT at longer the 20 meter then
use appropriate value pull up resistor.
Fig-4: Circuit design of Arduino [7]
A liquid crystal display is used in figure.5 for displaying
temperature and humidity which is directly connected to
Arduino in 4-bit mode. Pins of LCD namelyRS,EN,D4,D5,D6
and D7 are connected to Arduino digital pin number 2, 3, 4,
5, 6 and 7. And a DHT11 sensor module is also connected to
digital pin 12 of Arduino with a 5k pull-up resistor.
Fig-5: Result on Arduino Screen
7. CONCLUSION
This proposed system can provide a convenient method for
effective monitoring of temperature and humidity in real
time. This system is compact to an extent and cost effective
when compared to prices of instruments used to measure
the environmental factors. From the above 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.
REFERENCES
[1] N. H. A. Aziz, W. N. W. Muhamad, N. A. Wahab, A. J. Alias,
A. T. Hashim, and R. Mustafa, "Real time monitoring critical
parameters in tissue culture growth room with SMS alert
system," in Intelligent Systems, Modelling and Simulation
(ISMS), 2010 International Conference on, 2010, pp. 339-
343.
[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-basedwirelesssensornodesfor real-timemonitoring
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-and-
humidity.html

Más contenido relacionado

La actualidad más candente

IRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET Journal
 
PIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsPIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsIRJET Journal
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...IRJET Journal
 
IRJET- Wireless Home Automation System using OpenHAB
IRJET- Wireless Home Automation System using OpenHABIRJET- Wireless Home Automation System using OpenHAB
IRJET- Wireless Home Automation System using OpenHABIRJET Journal
 
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET Journal
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET Journal
 
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET Journal
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...IRJET Journal
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...eSAT Journals
 
IoT based temperature and humidity monitoring framework
IoT based temperature and humidity monitoring frameworkIoT based temperature and humidity monitoring framework
IoT based temperature and humidity monitoring frameworkjournalBEEI
 
IoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android ApplicationIoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android Applicationrahulmonikasharma
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for CityIRJET Journal
 
IRJET- Monitoring of Incubator using Iot
IRJET-  	  Monitoring of Incubator using IotIRJET-  	  Monitoring of Incubator using Iot
IRJET- Monitoring of Incubator using IotIRJET Journal
 
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino PlatformIRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino PlatformIRJET Journal
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoTijtsrd
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipesijtsrd
 
Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control andeSAT Publishing House
 

La actualidad más candente (19)

IRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring System
 
PIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsPIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using Sensors
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
 
IRJET- Wireless Home Automation System using OpenHAB
IRJET- Wireless Home Automation System using OpenHABIRJET- Wireless Home Automation System using OpenHAB
IRJET- Wireless Home Automation System using OpenHAB
 
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data Logging
 
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...
 
IoT based temperature and humidity monitoring framework
IoT based temperature and humidity monitoring frameworkIoT based temperature and humidity monitoring framework
IoT based temperature and humidity monitoring framework
 
Es project sensor
Es project sensorEs project sensor
Es project sensor
 
IoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android ApplicationIoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android Application
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for City
 
IRJET- Monitoring of Incubator using Iot
IRJET-  	  Monitoring of Incubator using IotIRJET-  	  Monitoring of Incubator using Iot
IRJET- Monitoring of Incubator using Iot
 
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino PlatformIRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoT
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipes
 
Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control and
 

Similar a IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11

IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET Journal
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
IRJET - Low Cost Arduino Controlled Humidity Meter
IRJET  -  	  Low Cost Arduino Controlled Humidity MeterIRJET  -  	  Low Cost Arduino Controlled Humidity Meter
IRJET - Low Cost Arduino Controlled Humidity MeterIRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED
 
Wireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTWireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTAI Publications
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIRJET Journal
 
Smart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningSmart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningIRJET Journal
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring SystemIRJET Journal
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoTIRJET Journal
 
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET Journal
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseIRJET Journal
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET Journal
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement Systemijtsrd
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoTIRJET Journal
 
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...IRJET Journal
 

Similar a IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11 (20)

IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without Internet
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
IRJET - Low Cost Arduino Controlled Humidity Meter
IRJET  -  	  Low Cost Arduino Controlled Humidity MeterIRJET  -  	  Low Cost Arduino Controlled Humidity Meter
IRJET - Low Cost Arduino Controlled Humidity Meter
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2
 
Wireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTWireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoT
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
 
Smart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningSmart Greenhouse using Machine Learning
Smart Greenhouse using Machine Learning
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoT
 
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement System
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoT
 
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
 

Más de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Último (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 876 Measurement of Temperature and Humidity by using Arduino Tool and DHT11 Deeksha Srivastava1, Awanish Kesarwani2, Shivani Dubey3 1,2,3Department of Computer Applications, JSS Academy of Technical Education, Noida, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Indian industries majorly include biomedical, agricultural and pharmaceutical which are the pillars of country economy. The monitoring of temperature and humidity are major areas for all these industries. Any kind of unbalancing in the environmental conditions or unset parameters can create financial loss in the productivity of pharmaceutical and agriculture industries. Monitoring of temperature and humidity are also required for biomedical industry for drugs and cell culture methods. In healthcare sectors, environment controlled conditions are also required for patients threatening. In this paper we are going to measure temperature and humidity by using Arduinotooland DHT11, which will be beneficialforbalancingtheenvironment to increase the productivity. Key Words: Arduino, DHT11, Proposed System Architecture 1. INTRODUCTION There are so many embedded devices to interact with environment by connecting internet. The incrementofthese types of objects is achieving the development of microcontroller based systems which are replacing old complicated electronic circuits. By using IoT, we can control any electronic equipmentinhomesandindustries.Moreover , we can read a data from any sensor and analyze it graphically from anywhere in the world. Arduino is a microcontroller board which works as a tiny computer. Arduino is a platform to develop an interaction with required programming software. Arduino UNO is micro controller unit to fetch a data of humidity and temperature from DHT 11 sensor and process it and give it to a ESP8266 module (wi-fi module). In this paper we have different sections to trace the temperature and humidity. Section I defines the humidityandtemperaturebyusinghumidityand temperature sensor DHT11, section II reads the DHT sensor module’s output and extracts temperature and humidity values into a suitable number in percentage and Celsius scale, section III system displays humidity and temperature on LCD, Section IV defines analyzing and designing the system architecture, section V shows the result and future scope. 2. ARDUINO Arduino is a new open source hardwareandsoftwaresytem. It has to take attention of a large technology design and community at affordable cost, which increases its use with advanced technology. Arduino hardware is a motherboard for making interaction between objects and suitable computer programming IDE (Integrated Development Environment). Fig-1: Arduino Circuit 3. DHT11 This module features a humidity and temperature complex with a calibrated digital signal output means DHT11 sensor module is a combined module for sensing humidity and temperature which gives a calibrated digital output signal. DHT11 gives us very precise value of humidity and temperature and ensures high reliability and long term stability. This sensor has a resistive type humidity measurement component and NTC type temperature measurement component with an 8-bit microcontroller inbuilt which has a fast response and cost effective and available in 4-pin single row package.. Fig-2: DHT11 Sensor DHT11 module works on serial communication i.e. single wire communication. This module sends data in form of pulse train of specific time period. Before sending data to Arduino it needs some initialize command with a timedelay. And the whole process time is about 4ms. The single-wire serial interface makes system integration quick and easy.Its small size, low power consumption and up-to-20 meter signal transmission making it the best choice for various applications, including those most demanding ones. The component is 4-pin single row pin package. It is convenient to connect and special packages can be provided according to users’ request.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 877 4. LITERATURE REVIEW Temperature and humidity are very important parameters of the environment in various industries like medicine,food, paper mills, textile, metrological, semiconductors, services etc. In recent years, optical fibersensorshaveattractedmore attentions in sensing and measurement areas due to their many advantages over their conventional electronic counterparts. Similar works in this particular area makeuse of the Short Message Service (SMS) facility so as to alert the user as seen in the paper [1].The temperature-humidity sensor could be also used in tissue culture lab use this particular mechanism and use a GSM module to send a message which displays the present status of the temperature and humidity and displays themessage “Tissue Culture lab parameters exceeded”. But majority of times such an alerting message could easily go unnoticed, the user or the person in charge is sleeping in case if the intended person in sleeping.so it is better to log the data in a remote computer in case of such an event so that he can keep an track of the data. Another work in use the alarming system for the Attending staff [2]. The temperature and humidity measurement sensor can fail if the user of the in charge is Away for the situation where the emergency is taking place [3]. A temperature and humidity rise and alarm followingit would be unnoticed, so a robust device combines an alerting and data logging system is needed to avoid this kind of situation. To sending the values of temperatureofthe environment the sensor is exposed to, by SMS for the user or the person in charge [4]. Also, by creating microcontroller database, this design described in the paper can be used as a modification for alerting the user by giving an “ALERT SMS” when the temperature have a deviation from a critical value preset by the user [5]. The system of server guard maintenance mechanism presented in this paper is totally different as it doesn’t take any software which has to be run in personal or any computer [6]. The response of our designed system presents the temperature or humidity is out of range as defined by the user by using Arduino and DHT11. 5. REQUIREMENTS IDENTIFICATION Technology that was used in past scenario was Evaluation Kit for digital Humidity Sensor EEH110 and EEH210. The problems were as follows:  It took comparatively more time to process.  It required additional devices for operation.  It required external clock.  Programming for micro controller 8051 was difficult.  For programming it required development system.  Circuit size became large.  PCB making became complex 6. PROPOSED SYSTEM ARCHITECTURE AND IMPLEMENTATION The system design consists three sections - one senses the humidity and temperature by using humidity and temperature sensor DHT11. The second section reads the DHT sensor module’s output and extracts temperature and humidity values into a suitable number in percentage and Celsius scale. And the third part of the system displays humidity and temperature on LCD. Thesystemconnectionis based on single wire serial communication. First Arduino send a start signal to DHT module and then DHT gives a response signal containing temperature and humidity data. Arduino collect and extract in two parts one is humidity and second is temperature and then long term stability. This sensor has a resistive type humidity measurement component and NTC type temperature measurement component with an 8-bit microcontrollerinbuiltwhichhasa fast response and cost effective and available in 4-pin single row package.DHT11module worksonserial communication i.e. single wire communication. Fig-.3: System Architecture for measurement of temperature This module sends data in form of pulse trainofspecifictime period. Before sending data to Arduino it needs some initialize command with a time delay. Andthewholeprocess 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.Onceitisdone, DHTagain makes data line pull-up for 80µs for preparing data transmission. Data format that is sending by DHT to arduino for every bit begins with 50µs low voltage level and length of high voltage level signal determines whether data bit is “0” or “1”. One important thing is to make sure pull up resistor value because if we are placing DHT sensor at <20 meter distance,5k pullup resistor is recommended. If placing DHT at longer the 20 meter then use appropriate value pull up resistor. 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
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 878 arranging of sending data. When data bus is at low voltage level it means that DHT11 is sending responsesignal.Onceit is done, DHT again makes data line pull-up for 80µs for preparing data transmission. Data format that is sending by DHT to Arduino for every bit begins with 50µs low voltage level and length of high voltage level signal determines whether data bit is “0” or “1”. One important thingistomake sure pull up resistor value because if we are placing DHT sensor at <20 meter distance,5k pullup resistor is recommended. If placing DHT at longer the 20 meter then use appropriate value pull up resistor. Fig-4: Circuit design of Arduino [7] A liquid crystal display is used in figure.5 for displaying temperature and humidity which is directly connected to Arduino in 4-bit mode. Pins of LCD namelyRS,EN,D4,D5,D6 and D7 are connected to Arduino digital pin number 2, 3, 4, 5, 6 and 7. And a DHT11 sensor module is also connected to digital pin 12 of Arduino with a 5k pull-up resistor. Fig-5: Result on Arduino Screen 7. CONCLUSION This proposed system can provide a convenient method for effective monitoring of temperature and humidity in real time. This system is compact to an extent and cost effective when compared to prices of instruments used to measure the environmental factors. From the above 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. REFERENCES [1] N. H. A. Aziz, W. N. W. Muhamad, N. A. Wahab, A. J. Alias, A. T. Hashim, and R. Mustafa, "Real time monitoring critical parameters in tissue culture growth room with SMS alert system," in Intelligent Systems, Modelling and Simulation (ISMS), 2010 International Conference on, 2010, pp. 339- 343. [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-basedwirelesssensornodesfor real-timemonitoring 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-and- humidity.html