SlideShare a Scribd company logo
1 of 6
Download to read offline
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 DHT11IRJET 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 CounterIRJET 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
 
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 Systemijtsrd
 
Senior_Project_Final_Report
Senior_Project_Final_ReportSenior_Project_Final_Report
Senior_Project_Final_ReportNathan Schaefer
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26praveenenbd
 
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 SystemIRJET 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 ZigbeeIRJET Journal
 
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 networkKumar 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 & MonitoringIRJET Journal
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoBablu 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 industriesvishnu081
 

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 ConcreteIJERA Editor
 
Awarepoint: ZigBee RTLS Solutions for Hospitals
Awarepoint: ZigBee RTLS Solutions for HospitalsAwarepoint: ZigBee RTLS Solutions for Hospitals
Awarepoint: ZigBee RTLS Solutions for HospitalsValerie 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 ModuleAarya Technologies
 
Exceptional Process Control Opportunities
Exceptional Process Control OpportunitiesExceptional Process Control Opportunities
Exceptional Process Control OpportunitiesJim Cahill
 
じこしょうかい
じこしょうかいじこしょうかい
じこしょうかいboh hurai
 
Question 2 - Evaluation
Question 2 - EvaluationQuestion 2 - Evaluation
Question 2 - EvaluationSorcha 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 Industryijtsrd
 
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 PLATFORMIRJET 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 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 beezaidinvisible
 
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 beezaidinvisible
 
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 ZigBeeTELKOMNIKA 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
 
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 RiverIJERA Editor
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED
 
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 Industryijsrd.com
 
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 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
 
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
 
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

March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...gerogepatton
 
Structural Integrity Assessment Standards in Nigeria by Engr Nimot Muili
Structural Integrity Assessment Standards in Nigeria by Engr Nimot MuiliStructural Integrity Assessment Standards in Nigeria by Engr Nimot Muili
Structural Integrity Assessment Standards in Nigeria by Engr Nimot MuiliNimot Muili
 
tourism-management-srs_compress-software-engineering.pdf
tourism-management-srs_compress-software-engineering.pdftourism-management-srs_compress-software-engineering.pdf
tourism-management-srs_compress-software-engineering.pdfchess188chess188
 
Detection&Tracking - Thermal imaging object detection and tracking
Detection&Tracking - Thermal imaging object detection and trackingDetection&Tracking - Thermal imaging object detection and tracking
Detection&Tracking - Thermal imaging object detection and trackinghadarpinhas1
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...
Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...
Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...IJAEMSJORNAL
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...shreenathji26
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...
22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...
22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...KrishnaveniKrishnara1
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
Javier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier Fernández Muñoz
 
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...Amil baba
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organizationchnrketan
 

Recently uploaded (20)

ASME-B31.4-2019-estandar para diseño de ductos
ASME-B31.4-2019-estandar para diseño de ductosASME-B31.4-2019-estandar para diseño de ductos
ASME-B31.4-2019-estandar para diseño de ductos
 
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
 
Structural Integrity Assessment Standards in Nigeria by Engr Nimot Muili
Structural Integrity Assessment Standards in Nigeria by Engr Nimot MuiliStructural Integrity Assessment Standards in Nigeria by Engr Nimot Muili
Structural Integrity Assessment Standards in Nigeria by Engr Nimot Muili
 
tourism-management-srs_compress-software-engineering.pdf
tourism-management-srs_compress-software-engineering.pdftourism-management-srs_compress-software-engineering.pdf
tourism-management-srs_compress-software-engineering.pdf
 
Detection&Tracking - Thermal imaging object detection and tracking
Detection&Tracking - Thermal imaging object detection and trackingDetection&Tracking - Thermal imaging object detection and tracking
Detection&Tracking - Thermal imaging object detection and tracking
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...
Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...
Guardians of E-Commerce: Harnessing NLP and Machine Learning Approaches for A...
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...
22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...
22CYT12 & Chemistry for Computer Systems_Unit-II-Corrosion & its Control Meth...
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
Javier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptx
 
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organization
 

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.