You are on page 1of 15

Temperature and Humidity Monitoring System

Project By:
Name Roll Number

Prakash Panta (PAS074BEX028)

Sajan Oli (PAS074BEX033)

Sher Singh Dhami (PAS074BEX039)

Sudip Raj Aryal (PAS074BEX045)

Supervised By:
Hom Nath Tiwari
03/05/2021 1
Temperature and Humidity Monitoring System
Project By:
Name Roll Number

Prakash Panta (PAS074BEX028)

Sajan Oli (PAS074BEX033)

Sher Singh Dhami (PAS074BEX039)

Sudip Raj Aryal (PAS074BEX045)

Supervised By:
Hom Nath Tiwari
03/05/2021 2
Table of Content
1. Introduction
2. System Components
3.Objetives
4. Methodology
5. Literature Review
6. Results and Conclusion
7. References

03/05/2021 3
Introduction

The project “Temperature and Humidity Monitoring and Automation” is
design to monitor the temperature and humidity of closed system based on
IOT.

As the temperature increases from set point then fan will automatically turn
ON.

As the temperature decreases from set point then heater will automatically
turn ON.

Between set point of temperature both heater and will be automatically OFF.

As air temperature increases, air can hold more water molecules, and its
relative humidity decreases. When temperatures drop, relative humidity
increases.

03/05/2021 4
Components

NodeMCU

DHT 11 Sensor

Two Channel Relay

Bread Board

DC Motor

Heating Element

Jumper Wires

USB Cables

03/05/2021 5
Objectives

To monitor the temperature and humidity of closed system and
ensure its effective controlling

03/05/2021 6
Methodology

We have used DHT11 sensor module
which reads the temperature and
humidity from the surrounding needed to
be controlled.

NodeMCU reads the value of temperature
and humidity from sensor uploads the data
to our database.

03/05/2021 7
Methodology

The data updated in database, sent by nodeMCU is in
JSON(JavaScript Object Notation) format.

The data sent in JSON is updated in database using REST
API(Representational State Transfer Application Programming
Interface) which is created using Django rest framework.

The updated data in database is displayed on the webpage(
http://sajan33.pythonanywhere.com) hosted on pythonanywhere
and the webpage is build using HTML(Hypertext Markup
Language), CSS(Cascading Style Sheets).

03/05/2021 8
Methodology

Asynchronous JavaScript is also used to update the data in real
time in the webpage.

Based upon the preset values of temperature and humidity for
particular environment, DC motor fan or heater are turned ON to
keep the environment in the desired state.

03/05/2021 9
Circuit Diagram

03/05/2021 10
Circuit Diagram Description

DHT11 sensor is connected to D1 Pin of the nodeMCU for
reading values of temperature and humidity.

D0 and D2 Pin of nodeMCU are connected to the two inputs of
two channel relay.

The output of relay is connected to the DC motor fan and Heating
element(Nichrome wire), where the power supply is provided
externally through USB cables.

The power to the relay and sensor is provided through the power
pin of nodeMCU.

03/05/2021 11
Literature Review

“Measurement of Temperature and Humidity”, Published by
International Research Journal of Engineering and
Technology(IRJET).

Published on Researchgate
(https://www.researchgate.net/publication/234076669_Literature_R
eview_of_the_Effect_ofTemperature_and_Humidity_on_Viruses)

“Design and Implementation of Temperature and Humidity
Monitoring System”, By Abadi Haider Mohammed Ahmed
(http://khartoumspace.uofk.edu/bitstream/handle/123456789/25827/
ABADI%20HAIDER%20MOHAMMED%20AHMED.pdf?
sequence=1&isAllowed=y)
03/05/2021 12
Results and Conclusion

This system is used to monitor temperature and humidity of a
particular area from anywhere in the world with the internet
access.

This system helps to control the temperature and humidity at our
desired range of values.

Our project aims to smooth the performance of the place or any
system where maintenance of temperature and humidity plays a
pivotal role.

03/05/2021 13
References

R. Grundy, "Recommended Data Center Temperature & Humidity," AVTECH, 14
November 2005. [Online]. Available:
https://avtech.com/articles/3647/recommended-data-center-temperature-humidity/.

D.-R. UK, "DHT11 Humidity & Temperature Sensor," 30 July 2010. [Online].
Available: www.droboticsonline.com

Django:https://www.djangoproject.com/

Rest API:https://www.django-rest-framework.org/

NodeMCU:
https://components101.com/development-boards/nodemcu-esp8266-pinout-features-an
d-datasheet

03/05/2021 14
Thank You

03/05/2021 15

You might also like