SlideShare a Scribd company logo
Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120
www.ijera.com 115 | P a g e
Study and Development of Temperature & Humidity monitoring
system through Wireless Sensor Network (WSN) using Zigbee
module
Hemlata Tomer*,Kapil Mangla**
*M Tech, Student, Department of Electronics & Communication Engineering, SCET, Palwal)
** Professor, Department of Electronics & Communication Engineering, SCET, Palwal)
ABSTRACT
Wireless sensor networks have become an integral part of any developing country as it is being used nowadays
as the primary monitoring system in various applications. The wireless sensor networks eliminate the hazards
associated with the wiring systems and make data measurement and monitoring process much easier and cost
effective. The decentralized architecture of the wireless sensor network and its flexibility of deployment make
wireless networks most suitable for various process plants, industries and remote & rural communication. In this
work, applications of wireless sensor network is carried out on online measurement and monitoring of reaction
chamber, furnace etc, which is to be measured in the industries.
Keywords – Arduino Development Board, IDE Software, LM35 Sensor, Liquid Crystal Display (LCD),
Wireless Sensor Network (WSN)
I. INTRODUCTION
Wireless sensor networks (WSNs) have gained
worldwide attention in recent years, in order to
overcome the hazards and complexities in operation
caused due to the wired networks connecting all the
hardware elements. Wireless sensor networks
(WSNs) have improved the efficiency of the systems
particularly with advancement in Micro-Electro-
Mechanical Systems (MEMS) technology, which
has facilitated the development of smart sensors
[1][2]. Field of monitoring and remote sensing has
been revolutionized by wireless sensor network.
Wireless sensor networks can collect data from
different sensors such as temperature, humidity,
voltage, current etc from remote locations and co-
operatively pass the data through the network to the
control station. Hence, wireless sensor networks can
be used for monitoring of power data even from
remote locations [3].
Online continuous monitoring of these physical
quantities from remote control stations to co-
ordinate the uninterrupted operation in the process
plants and industries [5]. Keeping this situation in
view, an attempt has been made in this work to
monitoring data online through wireless sensor
network for measurement of temperature and
humidity. All the measured data are transmitted from
site to the control station.
The experimental set up includes temperature
sensor, humidity sensor and WSN kits as hardware.
Codes developed in-house are run in Arduino IDE
software. The number of WSN kits may be increased
to increase the transmission distance and improve
reliability of the online wireless monitoring process.
A wireless sensor network (WSN), sometimes
called wireless sensor and actor network (WSAN) of
spatially distributed autonomous sensors to monitor
physical or environmental conditions, such as
temperature, sound, pressure etc and cooperatively
pass their data through the network to a main
location. The modem networks are bidirectional,
also enabling control of sensor activity. Wireless
sensor node consists of sensing, computing,
communication and power components, which are
shown in figure-1.
 Sensing unit- Different type of sensors
(Temperature, Humidity, Pressure,
Flow etc)
 Processing unit - Microprocessor or
Microcontroller
RESEARCH ARTICLE OPEN ACCESS
Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120
www.ijera.com 116 | P a g e
 Communication unit- Radio, Transceiver
 Power unit- battery
I. PROBLEM DEFINITION AND WORK PLAN
This paper basically covers the development of
board, which collects the temperature and humidity
parameters in various industries through wireless
sensor networks (WSNs) ranging – 55° to 150° C
and 0 to 100 RH respectively.
The design methodology is available in the
literature and due to availability of the design
software developed; a plan has been worked out to
develop the board using microcontroller. This is
done using the open source available Arduino IDE
software. The Arduino integrated development
environment (IDE) is a cross-platform application
written in Java and derives from the IDE for the
processing programming language and the wiring
projects.
Due to maximum limit of Xbee transmitter for
the measurement, we can able to measure the
temperature and humidity in perimeter of 100 meters
outdoor and 30 meters in indoor environment.
II. METHODOLOGY
The methodology followed in my project is as
follows:
First of all, we have placed the temperature and
humidity sensor in the plant, where the monitoring is
to be done. This sensor is interfaced with the
Arduino development board. Programming in the
Arduino board will convert the analog output of the
sensor into the digital form. After that, the digital
information is given to the Xbee module for
transmission. The Xbee module will transmit data
from the microcontroller board.
At the receiving node, the Xbee module will receive
the data transmitted by the transmitter node. This
digital is received by the Arduino development
board. The program in the microcontroller will
convert the digital data into the corresponding
temperature and humidity.
Finally this data is displayed on the Liquid Crystal
Display (LCD) module. All the different parts of the
experimental setup require supply to work, which is
given from a single power source.
III. EXPERIMENTAL SETUP
We have developed an experimental setup using
various hardware modules to measured and
monitoring temperature and humidity parameters in
various industries.
3.1 HARDWARE MODULES
In this paper, different hardware modules
have been used whose brief introduction is
given in the section below.
TEMPERATURE SENSOR (LM35)
The LM35 series are precision integrated-
circuit temperature devices with an output voltage
linearly proportional to the centigrade temperature.
Fig. 1 Shows the Pin diagram of LM35
ARDUINO DEVELOPMENT BOARD
Arduino can sense the environment by
receiving input from a variety of sensors and can
affect its surroundings by controlling lights, motors
and other actuators. The microcontroller on the
board is programmed using the Arduino
programming language (based on wiring) and the
Arduino development environment (based on
processing).
Fig.2 Shows Arduino Development Board
Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120
www.ijera.com 117 | P a g e
ATMEGA328 MICROCONTROLLER
The ATmega328 is an Atmel 8-bit AVR RISC-based
microcontroller.
Fig. 3 Shows ATmega328 AVR microcontroller
XBEE MODULES
The 802.15.4 Xbee modules provide two friendly
modes of communications – a simple serial method
of transmit/receive or a framed mode providing
advanced features. XBees are ready to use out of the
package, or they can be configured through the X-
CTU utility or from microcontroller. These modules
can communicate point to point, from one point to a
PC, or in a mesh network.
Fig. 4 Shows the Xbee Module
LIQUID CRYSTAL DISPLAY (LCD)
A liquid crystal display (LCD) is a thin, flat panel
used for electronically displaying information such
as text, images and moving picture. In this paper, we
have used 16X4 LCD display.
Fig. 5 Shows the 16X4 LCD Modules
BLOCK DIAGRAM AND HARDWARE SETUP
We have used here point to point (P2P)
communication topology between two nodes. The
two nodes are transmission node (sensor interfacing
in the plant) and receiving node (control station).
Fig. 6 shows the block diagram of transmitter node
Fig. 7 shows the hardware of transmitter node
Fig .8 shows the block diagram of receiver and
display node
Fig. 9 shows the receiver and display node
Arduino
Development
Board
Power Source
Temp &
Humidity
Sensor
ZIGBEE
Module
ZIGBEE
Module
Power Source
LCD
Display
Arduino
Development
Board
Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120
www.ijera.com 118 | P a g e
MEASUREMENT AND DATA ANALYSIS
We have measured the temperature and humidity at
various places and also have done data analysis.
Studies of few cases are given below.
Fig. 10 Shows measurement in high voltage lab
CASE: 1 – Data analysis at different set
temperatures at 0% humidity level and
corresponding plot.
Table.1 shows the measured temperature at 0%
humidity level
The temperature of chamber been fixed by user
and then increased by 10° C step.
Plot 1 shows set temperature vs measured
temperature at 0% humidity level
From the results, it is observed that measured values
are very near to set values.
CASE: 2 – Data analysis at different set
temperatures at 40% humidity level and
corresponding plot.
Table.2 shows the measured temperature at 40%
humidity level.
S NO SET
TEMPERATURE
(°C)
MEASURED
TEMPERATURE
(°C)
1. 10 9.79
2. 20 21.21
3. 30 29.56
4. 40 40.26
5. 50 50.95
6. 60 59.62
7. 70 71.25
8. 80 80.22
9. 90 90.24
10. 100 101.22
S NO SET
TEMPERATURE
(°C)
MEASURED
TEMPERATURE
(°C)
1. 10 9.32
2. 20 20.15
3. 30 31.11
4. 40 40.88
5. 50 51.02
6. 60 60.11
7. 70 71.58
8. 80 79.62
9. 90 90.11
10. 100 100.54
Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120
www.ijera.com 119 | P a g e
Plot 2 shows set temperature vs measured
temperature at 40% humidity level
It is observed that measured temperatures are much
closed to set values.
CASE: 3 - Data analysis at different set
temperatures at 80% humidity level and
corresponding plot.
Table 3 shows the measured temperature at 80 %
humidity level
Plot 3 shows set temperature vs measured
temperature at 80% humidity level
From the results, it is observed that measured
temperatures are very much near to set values of
temperature.
IV. CONCLUSION
In this work, applications of wireless sensor
network is carried out on online measurement and
monitoring of reaction chamber, furnace etc in
various industries. The board has been developed
using WSN kit to measure physical quantities
temperature and humidity.
From the above analysis, it is concluded that the
nested wires systems can be replaced by wireless
sensor networks in order to get an accurate data as
well as to avoid many hazardous issues.
This WSN kit could be used for lager
applications, if feedback control signals are used
with the help of WSN kits for actuation purpose.
.
S NO SET
TEMPERATURE
(°C)
MEASURED
TEMPERATURE
(°C)
1. 10 10.25
2. 20 19.84
3. 30 31.22
4. 40 40.25
5. 50 49.97
6. 60 60.34
7. 70 69.13
8. 80 80.65
9. 90 91.00
10. 100 100.56
Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120
www.ijera.com 120 | P a g e
ACKNOWLEDGEMENTS
The authors are grateful to Dr BA Botre,
Scientist, CSIR-CEERI, Pilani, for permission to
publish this paper. Thanks are due to Dr SA Abkar,
Chief Scientist and team members for their
continuous support and encouragement.
Special thanks to Mr Punit Khatri, Research
Engineer, CEERI-Pilani for providing help in
hardware modules and to collect data.
REFERENCES
[1]. I.F Akyilidz,W.Su, Y. Sankarsubramaniam, E.
Cayirci, “A Survey On Sensor Networks”, IEEE
Communication Magazine (40), 2002, Pg- 102-114
[2]. M. Aboelaze, F. Aloul, “Current and future
trends in sensor networks: a survey”, Proceedings of
the IEEE Intl. Conf 2nd
IFIP. On Wireless and
Optical Communication Networks, New York, USA,
2005, 551-555.
[3]. I.F. Akyildiz, W. Su, Y. Sankarasubramaniam,
E. Cayirci, “Wireless Sensor Network: A Survey”,
Computer Networks, Elsevier science 38 (4), 2002,
393-422
[4]. http://www.mnes.nic.in
[5]. A. Florido, C. Valderrama, S. Nualart, L. V.
Molina, O. A. de Fuentes, M. del Valle, “Computer
controlled flow injection potentiometric system
based on virtual Analytical Chimica Acta, vol.
668,2010, pp 26-34
[6]. M Lopez, J.M. Gomez, J Sabater, A. Herms,
“IEEE 802.15.4 Based Wireless Monitoring Of Ph
And Temperature In A Fish Farm”.
[7]. A. Mainwaring, J. Polastre, R. Szewczyk, D.
Culler, J. Anderson, “Wireless sensor networks for
habitat monitoring”, In : Proc of ACM W
SNA’02,2002.

More Related Content

What's hot

IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET Journal
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET Journal
 
green house monitoring system
green house monitoring systemgreen house monitoring system
green house monitoring system
Nikhil Gawande Patil
 
Es project sensor
Es project sensorEs project sensor
Es project sensor
Waed Shagareen
 
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
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
GSM Based Fire Security System
GSM Based Fire Security SystemGSM Based Fire Security System
GSM Based Fire Security System
ijtsrd
 
Senior_Project_Final_Report
Senior_Project_Final_ReportSenior_Project_Final_Report
Senior_Project_Final_ReportNathan Schaefer
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26
praveenenbd
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification System
IRJET Journal
 
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using ZigbeeIRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET Journal
 
Final ppt
Final pptFinal ppt
Final ppt
john solomon j
 
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkIjeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Kumar Goud
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
IJITCA Journal
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET Journal
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduino
Bablu Singh
 
Arduino Based Home Automation (2003) (1003018)
Arduino Based Home Automation (2003) (1003018)Arduino Based Home Automation (2003) (1003018)
Arduino Based Home Automation (2003) (1003018)Rappy Saha
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industries
vishnu081
 

What's hot (18)

IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller Counter
 
green house monitoring system
green house monitoring systemgreen house monitoring system
green house monitoring system
 
Es project sensor
Es project sensorEs project sensor
Es project sensor
 
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...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
GSM Based Fire Security System
GSM Based Fire Security SystemGSM Based Fire Security System
GSM Based Fire Security System
 
Senior_Project_Final_Report
Senior_Project_Final_ReportSenior_Project_Final_Report
Senior_Project_Final_Report
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification System
 
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using ZigbeeIRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
 
Final ppt
Final pptFinal ppt
Final ppt
 
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkIjeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduino
 
Arduino Based Home Automation (2003) (1003018)
Arduino Based Home Automation (2003) (1003018)Arduino Based Home Automation (2003) (1003018)
Arduino Based Home Automation (2003) (1003018)
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industries
 

Viewers also liked

Curing Methods and Their Effects on The Strength of Concrete
Curing Methods and Their Effects on The Strength of ConcreteCuring Methods and Their Effects on The Strength of Concrete
Curing Methods and Their Effects on The Strength of Concrete
IJERA Editor
 
Awarepoint: ZigBee RTLS Solutions for Hospitals
Awarepoint: ZigBee RTLS Solutions for HospitalsAwarepoint: ZigBee RTLS Solutions for Hospitals
Awarepoint: ZigBee RTLS Solutions for Hospitals
Valerie Fritz
 
Review on Design and Performance Analysis of Low Power Transceiver Circuit in...
Review on Design and Performance Analysis of Low Power Transceiver Circuit in...Review on Design and Performance Analysis of Low Power Transceiver Circuit in...
Review on Design and Performance Analysis of Low Power Transceiver Circuit in...
iosrjce
 
CC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver ModuleCC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver Module
Aarya Technologies
 
Exceptional Process Control Opportunities
Exceptional Process Control OpportunitiesExceptional Process Control Opportunities
Exceptional Process Control Opportunities
Jim Cahill
 
じこしょうかい
じこしょうかいじこしょうかい
じこしょうかい
boh hurai
 
Question 2 - Evaluation
Question 2 - EvaluationQuestion 2 - Evaluation
Question 2 - Evaluation
Sorcha McVeigh
 
12 апреля - всемирный день авиации и космонавтики
12 апреля - всемирный день авиации и космонавтики12 апреля - всемирный день авиации и космонавтики
12 апреля - всемирный день авиации и космонавтики
Hall Yeah
 

Viewers also liked (13)

Curing Methods and Their Effects on The Strength of Concrete
Curing Methods and Their Effects on The Strength of ConcreteCuring Methods and Their Effects on The Strength of Concrete
Curing Methods and Their Effects on The Strength of Concrete
 
Awarepoint: ZigBee RTLS Solutions for Hospitals
Awarepoint: ZigBee RTLS Solutions for HospitalsAwarepoint: ZigBee RTLS Solutions for Hospitals
Awarepoint: ZigBee RTLS Solutions for Hospitals
 
Review on Design and Performance Analysis of Low Power Transceiver Circuit in...
Review on Design and Performance Analysis of Low Power Transceiver Circuit in...Review on Design and Performance Analysis of Low Power Transceiver Circuit in...
Review on Design and Performance Analysis of Low Power Transceiver Circuit in...
 
CC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver ModuleCC2500 Wireless Trans-receiver Module
CC2500 Wireless Trans-receiver Module
 
Asury
AsuryAsury
Asury
 
Fuertes imágenes
Fuertes imágenesFuertes imágenes
Fuertes imágenes
 
Exceptional Process Control Opportunities
Exceptional Process Control OpportunitiesExceptional Process Control Opportunities
Exceptional Process Control Opportunities
 
Caso
CasoCaso
Caso
 
Implantacion normativa ifs
Implantacion normativa ifsImplantacion normativa ifs
Implantacion normativa ifs
 
じこしょうかい
じこしょうかいじこしょうかい
じこしょうかい
 
Mai Mokhtar CV
Mai Mokhtar CVMai Mokhtar CV
Mai Mokhtar CV
 
Question 2 - Evaluation
Question 2 - EvaluationQuestion 2 - Evaluation
Question 2 - Evaluation
 
12 апреля - всемирный день авиации и космонавтики
12 апреля - всемирный день авиации и космонавтики12 апреля - всемирный день авиации и космонавтики
12 апреля - всемирный день авиации и космонавтики
 

Similar to Study and Development of Temperature & Humidity monitoring system through Wireless Sensor Network (WSN) using Zigbee module

Design of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management PerspectiveDesign of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management Perspective?? ?
 
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
ijtsrd
 
WSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in IndustryWSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in Industry
ijtsrd
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
IRJET Journal
 
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET Journal
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
TELKOMNIKA JOURNAL
 
Low cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig beeLow cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig bee
zaidinvisible
 
Low cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig beeLow cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig bee
zaidinvisible
 
125910167
125910167125910167
125910167
Giang2211
 
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
ijtsrd
 
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...
IJNSA Journal
 
Physical biochemistry
Physical biochemistry  Physical biochemistry
Physical biochemistry
WIPRO BPS
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
BRNSSPublicationHubI
 
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile RiverA Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
IJERA Editor
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2
IJSRED
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
ijsrd.com
 
K05137073
K05137073K05137073
K05137073
IOSR-JEN
 
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
IJNSA Journal
 
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET Journal
 

Similar to Study and Development of Temperature & Humidity monitoring system through Wireless Sensor Network (WSN) using Zigbee module (20)

B41012015
B41012015B41012015
B41012015
 
Design of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management PerspectiveDesign of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management Perspective
 
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
 
WSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in IndustryWSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in Industry
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
 
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
 
Low cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig beeLow cost smart weather station using arduino and zig bee
Low cost smart weather station using arduino and zig bee
 
Low cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig beeLow cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and zig bee
 
125910167
125910167125910167
125910167
 
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
 
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION U...
 
Physical biochemistry
Physical biochemistry  Physical biochemistry
Physical biochemistry
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
 
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile RiverA Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
K05137073
K05137073K05137073
K05137073
 
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
 
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
 

Recently uploaded

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 

Recently uploaded (20)

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 

Study and Development of Temperature & Humidity monitoring system through Wireless Sensor Network (WSN) using Zigbee module

  • 1. Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120 www.ijera.com 115 | P a g e Study and Development of Temperature & Humidity monitoring system through Wireless Sensor Network (WSN) using Zigbee module Hemlata Tomer*,Kapil Mangla** *M Tech, Student, Department of Electronics & Communication Engineering, SCET, Palwal) ** Professor, Department of Electronics & Communication Engineering, SCET, Palwal) ABSTRACT Wireless sensor networks have become an integral part of any developing country as it is being used nowadays as the primary monitoring system in various applications. The wireless sensor networks eliminate the hazards associated with the wiring systems and make data measurement and monitoring process much easier and cost effective. The decentralized architecture of the wireless sensor network and its flexibility of deployment make wireless networks most suitable for various process plants, industries and remote & rural communication. In this work, applications of wireless sensor network is carried out on online measurement and monitoring of reaction chamber, furnace etc, which is to be measured in the industries. Keywords – Arduino Development Board, IDE Software, LM35 Sensor, Liquid Crystal Display (LCD), Wireless Sensor Network (WSN) I. INTRODUCTION Wireless sensor networks (WSNs) have gained worldwide attention in recent years, in order to overcome the hazards and complexities in operation caused due to the wired networks connecting all the hardware elements. Wireless sensor networks (WSNs) have improved the efficiency of the systems particularly with advancement in Micro-Electro- Mechanical Systems (MEMS) technology, which has facilitated the development of smart sensors [1][2]. Field of monitoring and remote sensing has been revolutionized by wireless sensor network. Wireless sensor networks can collect data from different sensors such as temperature, humidity, voltage, current etc from remote locations and co- operatively pass the data through the network to the control station. Hence, wireless sensor networks can be used for monitoring of power data even from remote locations [3]. Online continuous monitoring of these physical quantities from remote control stations to co- ordinate the uninterrupted operation in the process plants and industries [5]. Keeping this situation in view, an attempt has been made in this work to monitoring data online through wireless sensor network for measurement of temperature and humidity. All the measured data are transmitted from site to the control station. The experimental set up includes temperature sensor, humidity sensor and WSN kits as hardware. Codes developed in-house are run in Arduino IDE software. The number of WSN kits may be increased to increase the transmission distance and improve reliability of the online wireless monitoring process. A wireless sensor network (WSN), sometimes called wireless sensor and actor network (WSAN) of spatially distributed autonomous sensors to monitor physical or environmental conditions, such as temperature, sound, pressure etc and cooperatively pass their data through the network to a main location. The modem networks are bidirectional, also enabling control of sensor activity. Wireless sensor node consists of sensing, computing, communication and power components, which are shown in figure-1.  Sensing unit- Different type of sensors (Temperature, Humidity, Pressure, Flow etc)  Processing unit - Microprocessor or Microcontroller RESEARCH ARTICLE OPEN ACCESS
  • 2. Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120 www.ijera.com 116 | P a g e  Communication unit- Radio, Transceiver  Power unit- battery I. PROBLEM DEFINITION AND WORK PLAN This paper basically covers the development of board, which collects the temperature and humidity parameters in various industries through wireless sensor networks (WSNs) ranging – 55° to 150° C and 0 to 100 RH respectively. The design methodology is available in the literature and due to availability of the design software developed; a plan has been worked out to develop the board using microcontroller. This is done using the open source available Arduino IDE software. The Arduino integrated development environment (IDE) is a cross-platform application written in Java and derives from the IDE for the processing programming language and the wiring projects. Due to maximum limit of Xbee transmitter for the measurement, we can able to measure the temperature and humidity in perimeter of 100 meters outdoor and 30 meters in indoor environment. II. METHODOLOGY The methodology followed in my project is as follows: First of all, we have placed the temperature and humidity sensor in the plant, where the monitoring is to be done. This sensor is interfaced with the Arduino development board. Programming in the Arduino board will convert the analog output of the sensor into the digital form. After that, the digital information is given to the Xbee module for transmission. The Xbee module will transmit data from the microcontroller board. At the receiving node, the Xbee module will receive the data transmitted by the transmitter node. This digital is received by the Arduino development board. The program in the microcontroller will convert the digital data into the corresponding temperature and humidity. Finally this data is displayed on the Liquid Crystal Display (LCD) module. All the different parts of the experimental setup require supply to work, which is given from a single power source. III. EXPERIMENTAL SETUP We have developed an experimental setup using various hardware modules to measured and monitoring temperature and humidity parameters in various industries. 3.1 HARDWARE MODULES In this paper, different hardware modules have been used whose brief introduction is given in the section below. TEMPERATURE SENSOR (LM35) The LM35 series are precision integrated- circuit temperature devices with an output voltage linearly proportional to the centigrade temperature. Fig. 1 Shows the Pin diagram of LM35 ARDUINO DEVELOPMENT BOARD Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling lights, motors and other actuators. The microcontroller on the board is programmed using the Arduino programming language (based on wiring) and the Arduino development environment (based on processing). Fig.2 Shows Arduino Development Board
  • 3. Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120 www.ijera.com 117 | P a g e ATMEGA328 MICROCONTROLLER The ATmega328 is an Atmel 8-bit AVR RISC-based microcontroller. Fig. 3 Shows ATmega328 AVR microcontroller XBEE MODULES The 802.15.4 Xbee modules provide two friendly modes of communications – a simple serial method of transmit/receive or a framed mode providing advanced features. XBees are ready to use out of the package, or they can be configured through the X- CTU utility or from microcontroller. These modules can communicate point to point, from one point to a PC, or in a mesh network. Fig. 4 Shows the Xbee Module LIQUID CRYSTAL DISPLAY (LCD) A liquid crystal display (LCD) is a thin, flat panel used for electronically displaying information such as text, images and moving picture. In this paper, we have used 16X4 LCD display. Fig. 5 Shows the 16X4 LCD Modules BLOCK DIAGRAM AND HARDWARE SETUP We have used here point to point (P2P) communication topology between two nodes. The two nodes are transmission node (sensor interfacing in the plant) and receiving node (control station). Fig. 6 shows the block diagram of transmitter node Fig. 7 shows the hardware of transmitter node Fig .8 shows the block diagram of receiver and display node Fig. 9 shows the receiver and display node Arduino Development Board Power Source Temp & Humidity Sensor ZIGBEE Module ZIGBEE Module Power Source LCD Display Arduino Development Board
  • 4. Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120 www.ijera.com 118 | P a g e MEASUREMENT AND DATA ANALYSIS We have measured the temperature and humidity at various places and also have done data analysis. Studies of few cases are given below. Fig. 10 Shows measurement in high voltage lab CASE: 1 – Data analysis at different set temperatures at 0% humidity level and corresponding plot. Table.1 shows the measured temperature at 0% humidity level The temperature of chamber been fixed by user and then increased by 10° C step. Plot 1 shows set temperature vs measured temperature at 0% humidity level From the results, it is observed that measured values are very near to set values. CASE: 2 – Data analysis at different set temperatures at 40% humidity level and corresponding plot. Table.2 shows the measured temperature at 40% humidity level. S NO SET TEMPERATURE (°C) MEASURED TEMPERATURE (°C) 1. 10 9.79 2. 20 21.21 3. 30 29.56 4. 40 40.26 5. 50 50.95 6. 60 59.62 7. 70 71.25 8. 80 80.22 9. 90 90.24 10. 100 101.22 S NO SET TEMPERATURE (°C) MEASURED TEMPERATURE (°C) 1. 10 9.32 2. 20 20.15 3. 30 31.11 4. 40 40.88 5. 50 51.02 6. 60 60.11 7. 70 71.58 8. 80 79.62 9. 90 90.11 10. 100 100.54
  • 5. Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120 www.ijera.com 119 | P a g e Plot 2 shows set temperature vs measured temperature at 40% humidity level It is observed that measured temperatures are much closed to set values. CASE: 3 - Data analysis at different set temperatures at 80% humidity level and corresponding plot. Table 3 shows the measured temperature at 80 % humidity level Plot 3 shows set temperature vs measured temperature at 80% humidity level From the results, it is observed that measured temperatures are very much near to set values of temperature. IV. CONCLUSION In this work, applications of wireless sensor network is carried out on online measurement and monitoring of reaction chamber, furnace etc in various industries. The board has been developed using WSN kit to measure physical quantities temperature and humidity. From the above analysis, it is concluded that the nested wires systems can be replaced by wireless sensor networks in order to get an accurate data as well as to avoid many hazardous issues. This WSN kit could be used for lager applications, if feedback control signals are used with the help of WSN kits for actuation purpose. . S NO SET TEMPERATURE (°C) MEASURED TEMPERATURE (°C) 1. 10 10.25 2. 20 19.84 3. 30 31.22 4. 40 40.25 5. 50 49.97 6. 60 60.34 7. 70 69.13 8. 80 80.65 9. 90 91.00 10. 100 100.56
  • 6. Hemlata Tomer Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 7, ( Part -2) July 2015, pp.115-120 www.ijera.com 120 | P a g e ACKNOWLEDGEMENTS The authors are grateful to Dr BA Botre, Scientist, CSIR-CEERI, Pilani, for permission to publish this paper. Thanks are due to Dr SA Abkar, Chief Scientist and team members for their continuous support and encouragement. Special thanks to Mr Punit Khatri, Research Engineer, CEERI-Pilani for providing help in hardware modules and to collect data. REFERENCES [1]. I.F Akyilidz,W.Su, Y. Sankarsubramaniam, E. Cayirci, “A Survey On Sensor Networks”, IEEE Communication Magazine (40), 2002, Pg- 102-114 [2]. M. Aboelaze, F. Aloul, “Current and future trends in sensor networks: a survey”, Proceedings of the IEEE Intl. Conf 2nd IFIP. On Wireless and Optical Communication Networks, New York, USA, 2005, 551-555. [3]. I.F. Akyildiz, W. Su, Y. Sankarasubramaniam, E. Cayirci, “Wireless Sensor Network: A Survey”, Computer Networks, Elsevier science 38 (4), 2002, 393-422 [4]. http://www.mnes.nic.in [5]. A. Florido, C. Valderrama, S. Nualart, L. V. Molina, O. A. de Fuentes, M. del Valle, “Computer controlled flow injection potentiometric system based on virtual Analytical Chimica Acta, vol. 668,2010, pp 26-34 [6]. M Lopez, J.M. Gomez, J Sabater, A. Herms, “IEEE 802.15.4 Based Wireless Monitoring Of Ph And Temperature In A Fish Farm”. [7]. A. Mainwaring, J. Polastre, R. Szewczyk, D. Culler, J. Anderson, “Wireless sensor networks for habitat monitoring”, In : Proc of ACM W SNA’02,2002.