Humidity and Temperature Sensor Using IOT 2 3

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

swift communication of data from devices to the cloud

Humidity And Temperature


and from the cloud to the end users. In this new
Sensor Using IOT paradigm, the concept of the typical end system or host
in the Internet is modified and hosts comprise of devices
Sanket Sadashi v More, or things hence the name Internet of Things. The “things”
sanketmore123456@gmail.com -9870273155 are capable of sensing and transmitting data such as
temperature, pressure, humidity, noise, pollution, object
Nikhil Suryakant Rajgude, detection, patient vitals etc.
Nikhilrajgude@g mail.com -9082396346
Environmental monitoring is an important IoT
application which involves monitoring the surrounding
Prasad Sunil Deshmukh,
environment and reporting this data for effective short
djpercy@g mail.com -7666772745
term measures such as remotely controlling the heating
or cooling devices and long term data analyses and
Abhi jeet Mane,
measures. This paper presents the implementation details
abhijeetmane@g mail.com -8850186863
and results of an environmental monitoring system. The
system comprises of a central Arduino UNO board which
interfaces at the input with temperature and humidity
monitoring sensor DHT11 and at the output with
Abstract
ESP8266 Wi-Fi module which transmits the sensed data
through Internet to a remote cloud storage open IoT API
Internet of Things (IoT) is expected to play a
ThingSpeak. Through ThingSpeak, M ATLAB analytics
major role in our lives through pervasive systems of
are carried out on data and trigger is generated. A mobile
sensor networks encompassing our environment. These
application is developed based on Android operating
systems are designed to monitor vital physical
system and data is retrieved from ThingSpeak for user
phenomena generating data which can be transmitted and
display from anywhere in the world. The developed is a
saved at cloud from where this information can be
low cost system which gives insight into the design and
accessed through applications and further actions can be
implementation of a complete IoT application involving
taken. This paper presents the implementation and results
all aspects from sensing and wireless transmission to
of an environmental monitoring system which employs
cloud storage and data retrieval from cloud via a mobile
sensors for temperature and humidity of the surrounding
area. This data can be used to trigger short term actions application. It involves comprehensive study and
deployment of Arduino development board, its
such as remotely controlling heating or cooling devices
interfacing with input and output modules such as
or long term statistics. The sensed data is uploaded to
sensors and Wi-Fi module, the usage of ThingSpeak
cloud storage and an Android application accesses the
open source API and finally the development of a mobile
cloud and presents the results to the end users. The
application based on the Android operating system. The
system employs Arduino UNO board, DHT11 sensor,
results of the project show the real-time monitoring of
ESP8266 Wi-Fi module, which transmits data to open
temperature and humidity levels from any location in the
IoT API service ThingSpeak where it is analyzed and
stored. An Android application is developed which world and its statistical analysis.
accesses the cloud and displays results for end users via
BLOCK DIAGRAM :-
REST API Web service. The experimental results show
the usefulness of the system.

Introduction

Internet of Things (IoT) is expected to


revolutionize our world by enabling us to monitor and
control vital phenomena in our environment through the
use of devices capable of sensing, processing and
wirelessly transmitting data to remote storage like cloud
which stores, analyzes and presents this data in useful
form. From the cloud this information can be accessed Fig:-1
through various front end user interfaces such as web or
mobile applications, depending upon suitability and Block Diagram:-Humidity And Temprature S ensor
requirements. Internet lies at the heart of this
transformation playing its role in efficient, reliable and
Pin Diagram:- PCB size 22.0mm X 20.5mm X 1.6mm

Working voltage 3.3 or 5V DC

Operating voltage 3.3 or 5V DC

Mwasurement Range 20-95%RH, 0-500C

Fig:-2

Components:-
Fig:-4 DHT 11 Sensor
Arduino UNO

The Arduino is an open source electronics platform based


on easy to use hardware and software.

It can be powered by connecting it to computer or AC to Wi-Fi Module (ES P8266)


DC adapter. It is based on ATM EG 328.
The ESP8266 WiFi M odule is a self contained SOC with
Specifications:- integrated TCP/IP protocol stack that can give any
microcontroller access to your WiFi network.
M icrocontroller ATmega 328p The ESP8266 is capable of either hosting an application
or offloading all Wi-Fi networking functions from
Operating voltage 5V another application processor.

EEPROM 1KB Specifications:-

Frequency 16 M hz
Frequency range : 2.4GHz - 2.5GHZ

Operating voltage : 3.0v~3.6v

Operating current: Average value 80mA

Fig:-3

Arduino UNO

DHT11 Sensor

The DHT11 is a both temperature and humidity Sensor. Fig:-5

It has 3 pins VCC, GND and data pin.

Specifications:-
References

Summary [1]. J. Yick, B. M ukherjee, and D. Ghosal, "Wireless


sensor network survey," Computer Networks-Elsevier,
In designing the Arduino based system for monitor and vol. 52, no. 12, pp. (2292-2330), Aug. 2008.
control of four parameters which is needed for green
house i.e. [2]. Shen Jin, Song Jingling, Han Qiuyan, Wang
Shengde, and YangYan,“A Remote M easurement and
temperature, humidity, soil moisture and light intensity Control System for
has been followed. By continuously monitoring the status
of Greenhouse Based on GSM -SM S”, IEEE 8th
International Conference on Electronic M easurement and
parameters, we can control these green house parameters Instrument,pp.
and reduce wastage. The measurement which obtained
result has (45-82), 2007.

shown that the system’s performance is reliable and [3]. Stipanicev, D.; D.; M arasovic, J., "Networked
accurate.The smart agriculture software is appropriate embedded greenhousemonitoring and control," in
with the purpose Control Applications,

in the starting that is to get parameters value from green 2003. CCA2003.Proceedings of 2003 IEEE Conference
house and input to control components in green house. on, vol. 2,no.,pp.(1350-1355) vol.2, (23-25) June 2003.
Here
Acknowledment
automatic greenhouse predefined sensors design could
help to improve productivity of plants. We are I am very thankful from the core of my heart for the
introducing the facility precious contribution of my guide who provided his
possible help the successful completion of the project has
that provides remote control to user. Then in this system been possible due to sincere co-operation
using Bluetooth technology which reduce the cost of guidance,inspiration,moral support and timely advice of
network usage my guide who devoted his almost co operation in this
project work.I also give special thanks to my collegues
to a extent by using Bluetooth when in the range of few for the endless flow of ideas and all those who helped in
meters with the devices. In this system is scalable and this project insome way or other.
allows

number of different devices to be added with no major


changes. It can be conclude that the system, which are

software and hardware is work properly and accurate.

Suggestion for future use

For Future worl, some recommendation can be made


like,addition of soil sensors,PH sensors,water sensors for
measurement of different parameters.

Wireless connectivity can be added to system,by


controlling the WI-FI modules. The whole system can be
fabricated as economic commercial hardware.

You might also like