Final Report of Mini Project
Final Report of Mini Project
NO Contents Page no
i Acknowledgment 2
ii Abstract 3
1 Chapter 1 4-5
Introduction
1.1 Literature survey
2 Chapter 2 6-7
Methodology
2.1 Block diagram
2.2 Circuit diagram
2.3 Result
3 Chapter 3 8-12
Hardware Components
3.1 Description of Components
3.2 Hardware implementation
4 Chapter 4 13
Conclusion
5 References 14
1
ACKNOWLEDGEMENTS
We wish to express our sincere gratitude to our guide, Ms.Chaithra Shetty for her valuable
guidance and suggestions hence improving our knowledge.
We are grateful to Mr. Sathisha K, Head of the Department, Electrical and Electronics and the
Project Co-ordinator, Ms. Bharathi Rao for their support and encouragement.
We are indebted to our beloved Principal, Dr. Rio D'Souza and Director, Rev. Fr. Wilfred
Prakash D'Souza and the Management of St. Joseph Engineering College, Vamanjoor,
Mangaluru for having provided all the facilities that helped us in timely completion of this
project.
Finally, we would like to thank all the Teaching and Non- Teaching staff of Department of
Electrical and Electronics for their valuable help and support.
2
Abstract
This project is all about Humidity & Temperature Monitoring using DHT11
& Arduino UNO. It explains how to log Humidity & Temperature data on
the cloud. We can interface Arduino UNO with DHT11 to measure
temperature and humidity. The required components are Arduino UNO and a
humidity sensor DHT11 or DHT22. In addition to this breadboard and
connecting wires are required. DHT11 sensor measures and provides
humidity and temperature values serially over a single wire. It can measure
the relative humidity in percentage (20 to 90% RH) and temperature in
degree Celsius in the range of 0 to 50 0 C. It has 4 pins, one of which is used
for data communication in serial form.
3
Chapter 1
INTRODUCTION
Temperature is a physical quantity that expresses how hot or cold an object is.
It is a measure of the average kinetic energy of the atoms or molecules in the
system. It is the manifestation of thermal energy, present in all matter, which
is the source of the occurrence of heat, a flow of energy, when a body is in
contact with another that is colder or hotter. Temperature should not be
confused with heat.
Temperature is measured with a thermometer. Thermometers are calibrated
in various temperature scales that historically have used various reference
points and thermometric substances for definition. The most common scales
0
are the Celsius scale (formerly called centigrade, denoted as C), the
Fahrenheit scale (denoted as OF), and the Kelvin scale (denoted as K), the
last of which is predominantly used for scientific purposes by conventions of
the International System of Units (SI).
Humidity is the concentration of water vapor present in the air. Water vapor,
the gaseous state of water, is generally invisible to the human eye. Humidity
indicates the likelihood for precipitation, dew, or fog to be present.
4
Humidity and temperature sensor applications:
They help the patients who have trouble breathing by enabling them to keep
the humidity and the temperature of the place at the optimum level. They are
used to predict weather conditions as weather stations use these sensors too.
They can be used in heating systems, ventilation systems and even air
conditioning systems. These sensors can also be used for greenhouses where
the humidity values should be checked constantly. Museums can benefit from
them as well since the artifacts and the objects in these places should be kept
under certain conditions.
1.1 Literature survey
Internet of Things (IOT) plays a pivotal part in our day to day life by
controlling electronic devices using networks. The controlling is done by
minutely observing the important parameters which generate vital pieces of
information concerning the functioning of these electronic devices.
Simultaneously, this information will transmit these vital statistics from the
transmitting device as well as save the same on the cloud to access by the
applications and supplementary procedures to use them. This scrutiny
associates the outcomes of the environmental observances like the humidity
and temperature measurements using sensors. The gathered information
could be profitably used to produce actions like distantly dominant cooling,
heating devices, or long term statistics, which will be useful to control the
same. The detected data are uploaded to the cloud storage through network
and associate using android application. The system employs DHT11
temperature and humidity sensor device. The experimental results show the
live temperature and humidity of the surroundings using the Arduino UNO.
DHT11 is mainly used here for checking the temperature and humidity
through a thermistor and a capacitive humidity sensor element respectively.
The sensors are used for measuring the temperatures from the surroundings,
storing displayed information with different devices. Here LCD display has
been used to give the output.
5
Chapter 2
METHODOLOGY
1. The DHT11/DHT22 library is downloaded from GitHub and it is added to the library
manager.
2. The relevant program is entered onto the Arduino UNO.
3. ESP- 12E board is selected from the board manager.
4. After this, we compile the code and upload it to Arduino board.
5. Finally output is displayed in 16*2 LCD display.
The temperature sensor can detect the temperature of the object or the environment, and
convert these changes into electrical signals that can be interpreted and analysed.
The humidity sensor mainly measures the humidity of the environment and objects and
uploads it to the display.
Microcontroller are small, self-contained computer system that can be programmed to control
and monitor other devices.
6
2.2 CIRCUIT DIAGRAM
WORKING PRINCIPLE:
The sensor unit measures the temperature & humidity of the considered location & sends a
signal to the controller. The controller process the information obtained and displays on LCD
display.
2.3 RESULT
25
12:23 12:25
7
Chapter 3
HARDWARE COMPONENTS
4. Breadboard 1
8
headers as the Leonardo board. The hardware reference design is distributed
under a Creative Commons Attribution Share-Alike 2.5 license and is
available on the Arduino website. Layout and production files for some
versions of the hardware are also available.
3. LCD Display
The term LCD stands for liquid crystal display. It is one kind of electronic
9
display module used in an extensive range of applications like various
circuits & devices like mobile phones, calculators, computers, TV sets, etc.
These displays are mainly preferred for multi-segment light-emitting diodes
and seven segments. The main benefits of using this module are inexpensive;
simply programmable, animations, and there are no limitations for displaying
custom characters, special and even animations, etc.
10
4. Breadboard:
11
5. Connecting Wires:
➢ Male-male, female-male, female-female jumper wires are used.
12
Chapter 4
CONCLUSION
13
REFERENCES
2. https://thingspeak.com/channels/1791292/private show
4. https://en.wikipedia.org/wiki/NodeMCU
14
15
16
17