SlideShare a Scribd company logo
1 of 3
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 97
A ZigBee based Smart Wireless Sensor Network for Monitoring an
Agricultural Environment
Priya Gupta1 R.N.Shukla2 Pooja Lohia3
1
M.Tech Student 2
Assistant Professor 3
PhD Student
1,2,3
MMMUT Gorakhpur, Uttar Pradesh
Abstract— This paper reports the design and development
of a smart wireless sensor network (WSN) for an
agricultural environment. Monitoring agricultural
environments for various factors such as light, temperature
and humidity along with other factors can be of significance.
The sensor data is transmitted to network coordinator which
is heart of the wireless personal area network. In the modern
scenario wireless networks contains sensors as well as
actuators. ZigBee is newly developed technology that works
on IEEE standard 802.15.4, which can be used in the
wireless sensor network (WSN). The low data rates, low
power consumption, low cost are main features of ZigBee.
WSN is composed of ZigBee coordinator (network
coordinator), ZigBee router and ZigBee end device. The
sensor nodes information in the network will be sent to the
coordinator, the coordinator collects sensor data, stores the
data in memory, process the data, and route the data to
appropriate node.
Key words: WSN, ZigBee
I. INTRODUCTION
Provident Fund is the fund which is composed of the ZigBee
is a typical wireless communication technology, which is
widely used in wireless sensing networks. ZigBee wireless
sensor network is widely used in military security,
environment monitoring, and home automation. Various
progressive wireless communication standards were
developed and implemented into practice during the last
decade. GSM, Wi-Fi and Bluetooth are well known amongst
people in the modern society. These standards have
penetrated into their daily routine with outstanding
popularity. “An Internet of people” has become ordinary for
everyone who wants to have everybody and everything
within reach. Even though it seems that all peoples’ wireless
requirements have fulfilled, it turns on, that they lack of
something like “an internet of things” especially in
mainstream Home Automation (HA). As a new technology,
in the practical application the advantage of the ZigBee
wireless sensor network was not very ideal, especially in a
large scale wireless Zigbee sensor network, because the
coordinator processing ability is limited. In the large scale
ZigBee wireless network the coordinator should deal with
too much message, so some shortcomings come out, such as
information time delay, data packet loss, and sensor node
out of control. There are some algorithms that were
proposed to improve the communication efficiency by the
researchers, but that only aimed at the software aspects. A
distributed processing design is proposed in this paper. The
whole task of the network will be divided into two parts; one
is about the network building, node joining, and data
collecting; the other one is about data processing, network
information conservation, and communicate with the host
computer. The first part will be finished by the coordinator
and the other one by another processor, which is connected
with the coordinator by RS-232 interface. By this way the
performance of the ZigBee wireless system improves a lot.
II. WIRELESS SENSOR NETWORK
A wireless sensor network is a collection of nodes. Each
node consists of processing capability (one or more MCUs
or DSP chips), multiple types of memory (program, data and
flash memories), a RF transceiver, a power source
(batteries), and accommodates various sensors and actuators
[1]. The nodes communicate wirelessly and often self-
organize after being deployed in an ad hoc fashion. A WSN
is a distributed real-time system. Most past distributed
systems research has assumed that the systems are wired,
have unlimited power, are not real time, have a fixed set of
resources, treat each node in the system as very important
and are location independent. In contrast, for wireless sensor
networks, the systems are wireless, have scarce power, are
real-time, utilize sensors and actuators as interfaces, have
dynamically changing sets of resources, aggregate behavior
is important and location is critical. Many wireless sensor
networks also utilize minimal capacity devices which places
a further strain on the ability to use past solutions. Usually
these devices are small and inexpensive, so that they can be
produced and deployed in large numbers, and so their
resources in terms of energy, memory, computational speed
and bandwidth are severely constrained. There are different
Sensors such as pressure, accelerometer, camera, thermal,
microphone, etc. They monitor conditions at different
locations, such as temperature, humidity, vehicular
movement, lightning condition, pressure, soil makeup, noise
levels, the presence or absence of certain kinds of objects,
mechanical stress levels on attached objects,the current
characteristics such as speed, direction and size of an object.
Normally these Sensor nodes consist there components:
sensing, processing and communicating. Wireless Sensor
Networks (WSNs) are traditionally composed of multiple
sensor nodes that sense environmental phenomena and
generate sensor readings that are delivered, typically,
through multi-hop paths, to a specific node (called the sink)
for collection [2].
Fig. 1: Traditional Wireless Sensor Network
A ZigBee based Smart Wireless Sensor Network for Monitoring an Agricultural Environment
(IJSRD/Vol. 2/Issue 07/2014/023)
All rights reserved by www.ijsrd.com 98
III. PROPOSED SYSTEM ARCHITECTURE
The architecture of proposed system has several types of
nodes. It captures the physical phenomenon such as
pressure, humidity, light intensity, temperature. The sensed
data is transmitted to the ADC pin of microcontroller and
then it is transmitted to ZigBee Rx pin through UART Tx
pin.
Sensors are connected to port-A of MCU while
LCD is connected to port-B. ZigBee module-1 is
communicating to ZigBee module-2 (XB 24) via wireless
radio link. The ZigBee module-2 is connected to PC via
RS232 cable. The sensing data is plotted using MatLab and
data is stored in HyperTerminal for future use.
Fig. 2: Functional Block Diagram of System being
Developed
Main sensors used are:
A. Temperature Sensor
The temperature sensor LM-35 is used to sense the
environmental temperature. The Vout pin of LM-35 is
connected to Vin pin-0 of ADC of MCU. The temperature
reading of 8 bit stored inside MCU memory. The LM35 is
precision integrated-circuit temperature sensor, whose
output voltage is linearly proportional to the Celsius
(Centigrade) temperature. This will require a voltmeter to
sense the temperature. Vout can be measured by voltmeter.
The output voltage is converted to temperature by a simple
conversion factor. The sensor has a sensitivity of 10mV/0
C.
Hence conversion factor is the reciprocal, and that is
1000
C/V. The general equation used to convert output
voltage to temperature is:
Temperature(0
C) = Vout * (1000
C/V)
So if Vout is 1V, then, Temperature = 1000
C. The
output voltage varies linearly with temperature. Temperature
reading is also displayed on LCD with the distance reading.
Fig. 3: LM 35
B. Light Sensor:
The light sensor LDR is used to sense light intensity. It is
connected to the pin-1 of ADC of MCU.
LUX=500 V(out) /(50-10*V(out))
Fig. 4: Light Sensor
C. Humidity Sensor
Humidity Sensor HSM-20G is connected to the pin-2 of
ADC of MCU. To use Humidity sensor users have to build a
connector cable to connect the sensor to the PCB circuit.
Connect 4-header to circuit so that (-) pin connects to GND,
(+) pin connects to VCC and H pin is connects to
microcontroller. Microcontroller’s I/O pin needs to be set to
ADC mode. The circuit in Figure 5 shows the circuit of
humidity sensor.
Fig. 5: Humidity Sensor
D. Pressure Sensor
The MPX 2010 pressure sensor is connected to pin-3 of
ADC.
Fig. 6: Pressure Sensor
IV. ZIGBEEE MODULE
The XBee RF Modules are designed to operate within the
ZigBee protocol and support the unique needs of low-cost,
low-power wireless sensor networks. The modules require
minimal power and provide reliable delivery of data
between remote devices. The modules operate within the
ISM 2.4 GHz frequency band. It operates over a range of
100- 200 meters [3]. Fig.7 shows the zigbee module.
Fig. 7: Zigbee series 1 module
A ZigBee based Smart Wireless Sensor Network for Monitoring an Agricultural Environment
(IJSRD/Vol. 2/Issue 07/2014/023)
All rights reserved by www.ijsrd.com 99
X-CTU is a Windows-based application provided
by Digi’s. This program was designed to interact with the
firmware files found on Digi’s RF products and to provide a
simple-to-use graphical user interface to them. X-CTU is
designed to function with all Windows-based computers
running Microsoft Windows 98 SE and above. When
launched, four tabs across the top of the program can be
seen in Fig.8. Each of these tabs has a different function.
The four tabs are:
A. PC Settings
This tab allows user to select the desired COM port and
configure that port to fit the radios settings.
B. Range Test
This tab allows users to perform a range test between two
radios.
C. Terminal
This allows access to the COM port of the computer with a
terminal emulation program. This tab also allows the ability
to access the radios’ firmware using AT commands.
D. Modem Configuration
This tab allows the ability to program the radio’ firmware
settings via a graphical user interface. This tab also allows
users the ability to change firmware versions [4].
Fig. 8: X-CTU Setup
V. APPLICATION FOR GRAPHICALLY PLOTTING AND
SAVING DATA
There are existing systems that could be used for plotting of
data. However, it is seen that they were designed and aimed
at mainly skilled and experienced operators. Therefore, new
operators would often be required to undergo additional
training in order to plot and save the data results from the
system.
Therefore a simple but effective plotting
application was designed to tackle this problem using
MatLab. Six data from each sensor is transmitted at a time
with delay of 1sec.
HyperTerminal is used for saving data for further
use. Fig 10 shows how data is stored in HyperTerminal.
Fig. 9: Result from various sensor
Fig. 10: Data stored in HyperTerminal
VI. CONCLUSION
The System is designed for the betterment of farmers. The
uses of smart sensor based monitoring system for agriculture
have been used to increase the yield of crop by monitoring
the environmental conditions and providing information to
observer. It would be a promising technology for the
agriculturists all over the world in the present scenario of
unpredicted weather conditions.
REFERENCES
[1] John A. Stankovic, "Wireless Sensor Networks,"
University of Virginia, Charlottesville, Virginia,
2006.
[2] F. Cuomo et al., Cross-layer network formation for
energy-efficient IEEE 802.15.4/ZigBee Wireless
Sensor Networks, Ad Hoc Netw. (2011).
[3] Mohini Reddy, Vidya Sawant WSN based Parameter
Monitoring and Control System for DC Motor.
Volume-3, Issue-9, February 2014
[4] http://ftp1.digi.com/support/documentation/90
001003_A.pdf
[5] IEEE STD 802.15.4. www.zigbee.org.
[6] ZigBee Alliance, ZigBee Specifications,
www.ZigBee.com

More Related Content

What's hot

Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemPrakashp70
 
IR Based Home Automation
IR Based Home AutomationIR Based Home Automation
IR Based Home AutomationSujit Nayak
 
Zigbee based intelligent helmet for coal miners
Zigbee based intelligent helmet for coal minersZigbee based intelligent helmet for coal miners
Zigbee based intelligent helmet for coal minersEcwayt
 
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry PiIRJET Journal
 
SMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYSMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYMUKESH BADIGINENI
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET Journal
 
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...Praveen Reddy
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation pptAnjgopal
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation systemAyesha Sajjad
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project ReportEr Gupta
 
iot based low cost smart irrigation system
iot based low cost smart irrigation systemiot based low cost smart irrigation system
iot based low cost smart irrigation systemCloudTechnologies
 
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
 
IRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET Journal
 
Mine workers protection slides
Mine workers protection slidesMine workers protection slides
Mine workers protection slidesArya Ls
 

What's hot (20)

Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling system
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
IR Based Home Automation
IR Based Home AutomationIR Based Home Automation
IR Based Home Automation
 
Fan speed control using applications
Fan speed control using applicationsFan speed control using applications
Fan speed control using applications
 
Zigbee based intelligent helmet for coal miners
Zigbee based intelligent helmet for coal minersZigbee based intelligent helmet for coal miners
Zigbee based intelligent helmet for coal miners
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry Pi
 
SMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYSMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGY
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
 
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Green house monitoring and control
Green house monitoring and controlGreen house monitoring and control
Green house monitoring and control
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project Report
 
iot based low cost smart irrigation system
iot based low cost smart irrigation systemiot based low cost smart irrigation system
iot based low cost smart irrigation system
 
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
 
Microcontroller projects
Microcontroller projectsMicrocontroller projects
Microcontroller projects
 
IRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision Agriculture
 
Mine workers protection slides
Mine workers protection slidesMine workers protection slides
Mine workers protection slides
 

Viewers also liked

Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation systemstk25
 
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...IJMER
 
Wireless monitoring of soil moisture
Wireless monitoring of soil moistureWireless monitoring of soil moisture
Wireless monitoring of soil moistureAyushi Gagneja
 
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...Farhad Sohail
 
Zigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring SystemZigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring SystemAmeer Khan
 
75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-system75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-systemstk25
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Siddappa Dollin
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationArifur Rahman
 
agriculture ppt
 agriculture ppt agriculture ppt
agriculture ppticon66rt
 

Viewers also liked (11)

Automatic irrigation system ppt
Automatic irrigation system pptAutomatic irrigation system ppt
Automatic irrigation system ppt
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation system
 
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
 
Wireless monitoring of soil moisture
Wireless monitoring of soil moistureWireless monitoring of soil moisture
Wireless monitoring of soil moisture
 
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
 
Zigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring SystemZigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring System
 
75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-system75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-system
 
Automatic Irrigation System
Automatic Irrigation SystemAutomatic Irrigation System
Automatic Irrigation System
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home Automation
 
agriculture ppt
 agriculture ppt agriculture ppt
agriculture ppt
 

Similar to A ZigBee Based Wireless Sensor Network for an Agricultural Environment

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
 
Dynamic Communication of Wireless Sensor Network
Dynamic Communication of Wireless Sensor Network Dynamic Communication of Wireless Sensor Network
Dynamic Communication of Wireless Sensor Network IJERA Editor
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMijistjournal
 
A zigbee and embedded based security
A zigbee and embedded based securityA zigbee and embedded based security
A zigbee and embedded based securityijistjournal
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...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
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Editor IJARCET
 
Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverzaidinvisible
 
Design and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverDesign and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverzaidinvisible
 
gcettb presentation on sensor network
gcettb presentation on sensor networkgcettb presentation on sensor network
gcettb presentation on sensor networkrahulkumargiri
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 
A servey on wireless mesh networking module
A servey on wireless mesh networking moduleA servey on wireless mesh networking module
A servey on wireless mesh networking moduleeSAT Journals
 
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High RateWireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High RateDon Norwood
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network reportGanesh Khadsan
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...IRJET Journal
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor NetworksDr. Amarjeet Singh
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...eSAT Journals
 
Bluetooth Based Smart Sensor Network By SAIKIRAN PANJALA
Bluetooth Based Smart Sensor Network By SAIKIRAN PANJALABluetooth Based Smart Sensor Network By SAIKIRAN PANJALA
Bluetooth Based Smart Sensor Network By SAIKIRAN PANJALASaikiran Panjala
 

Similar to A ZigBee Based Wireless Sensor Network for an Agricultural Environment (20)

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
 
Oj3425062509
Oj3425062509Oj3425062509
Oj3425062509
 
Dynamic Communication of Wireless Sensor Network
Dynamic Communication of Wireless Sensor Network Dynamic Communication of Wireless Sensor Network
Dynamic Communication of Wireless Sensor Network
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
 
A zigbee and embedded based security
A zigbee and embedded based securityA zigbee and embedded based security
A zigbee and embedded based security
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
 
F224450
F224450F224450
F224450
 
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...
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373
 
Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiver
 
Design and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverDesign and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiver
 
gcettb presentation on sensor network
gcettb presentation on sensor networkgcettb presentation on sensor network
gcettb presentation on sensor network
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
A servey on wireless mesh networking module
A servey on wireless mesh networking moduleA servey on wireless mesh networking module
A servey on wireless mesh networking module
 
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High RateWireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor Networks
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
Bluetooth Based Smart Sensor Network By SAIKIRAN PANJALA
Bluetooth Based Smart Sensor Network By SAIKIRAN PANJALABluetooth Based Smart Sensor Network By SAIKIRAN PANJALA
Bluetooth Based Smart Sensor Network By SAIKIRAN PANJALA
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 

A ZigBee Based Wireless Sensor Network for an Agricultural Environment

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 97 A ZigBee based Smart Wireless Sensor Network for Monitoring an Agricultural Environment Priya Gupta1 R.N.Shukla2 Pooja Lohia3 1 M.Tech Student 2 Assistant Professor 3 PhD Student 1,2,3 MMMUT Gorakhpur, Uttar Pradesh Abstract— This paper reports the design and development of a smart wireless sensor network (WSN) for an agricultural environment. Monitoring agricultural environments for various factors such as light, temperature and humidity along with other factors can be of significance. The sensor data is transmitted to network coordinator which is heart of the wireless personal area network. In the modern scenario wireless networks contains sensors as well as actuators. ZigBee is newly developed technology that works on IEEE standard 802.15.4, which can be used in the wireless sensor network (WSN). The low data rates, low power consumption, low cost are main features of ZigBee. WSN is composed of ZigBee coordinator (network coordinator), ZigBee router and ZigBee end device. The sensor nodes information in the network will be sent to the coordinator, the coordinator collects sensor data, stores the data in memory, process the data, and route the data to appropriate node. Key words: WSN, ZigBee I. INTRODUCTION Provident Fund is the fund which is composed of the ZigBee is a typical wireless communication technology, which is widely used in wireless sensing networks. ZigBee wireless sensor network is widely used in military security, environment monitoring, and home automation. Various progressive wireless communication standards were developed and implemented into practice during the last decade. GSM, Wi-Fi and Bluetooth are well known amongst people in the modern society. These standards have penetrated into their daily routine with outstanding popularity. “An Internet of people” has become ordinary for everyone who wants to have everybody and everything within reach. Even though it seems that all peoples’ wireless requirements have fulfilled, it turns on, that they lack of something like “an internet of things” especially in mainstream Home Automation (HA). As a new technology, in the practical application the advantage of the ZigBee wireless sensor network was not very ideal, especially in a large scale wireless Zigbee sensor network, because the coordinator processing ability is limited. In the large scale ZigBee wireless network the coordinator should deal with too much message, so some shortcomings come out, such as information time delay, data packet loss, and sensor node out of control. There are some algorithms that were proposed to improve the communication efficiency by the researchers, but that only aimed at the software aspects. A distributed processing design is proposed in this paper. The whole task of the network will be divided into two parts; one is about the network building, node joining, and data collecting; the other one is about data processing, network information conservation, and communicate with the host computer. The first part will be finished by the coordinator and the other one by another processor, which is connected with the coordinator by RS-232 interface. By this way the performance of the ZigBee wireless system improves a lot. II. WIRELESS SENSOR NETWORK A wireless sensor network is a collection of nodes. Each node consists of processing capability (one or more MCUs or DSP chips), multiple types of memory (program, data and flash memories), a RF transceiver, a power source (batteries), and accommodates various sensors and actuators [1]. The nodes communicate wirelessly and often self- organize after being deployed in an ad hoc fashion. A WSN is a distributed real-time system. Most past distributed systems research has assumed that the systems are wired, have unlimited power, are not real time, have a fixed set of resources, treat each node in the system as very important and are location independent. In contrast, for wireless sensor networks, the systems are wireless, have scarce power, are real-time, utilize sensors and actuators as interfaces, have dynamically changing sets of resources, aggregate behavior is important and location is critical. Many wireless sensor networks also utilize minimal capacity devices which places a further strain on the ability to use past solutions. Usually these devices are small and inexpensive, so that they can be produced and deployed in large numbers, and so their resources in terms of energy, memory, computational speed and bandwidth are severely constrained. There are different Sensors such as pressure, accelerometer, camera, thermal, microphone, etc. They monitor conditions at different locations, such as temperature, humidity, vehicular movement, lightning condition, pressure, soil makeup, noise levels, the presence or absence of certain kinds of objects, mechanical stress levels on attached objects,the current characteristics such as speed, direction and size of an object. Normally these Sensor nodes consist there components: sensing, processing and communicating. Wireless Sensor Networks (WSNs) are traditionally composed of multiple sensor nodes that sense environmental phenomena and generate sensor readings that are delivered, typically, through multi-hop paths, to a specific node (called the sink) for collection [2]. Fig. 1: Traditional Wireless Sensor Network
  • 2. A ZigBee based Smart Wireless Sensor Network for Monitoring an Agricultural Environment (IJSRD/Vol. 2/Issue 07/2014/023) All rights reserved by www.ijsrd.com 98 III. PROPOSED SYSTEM ARCHITECTURE The architecture of proposed system has several types of nodes. It captures the physical phenomenon such as pressure, humidity, light intensity, temperature. The sensed data is transmitted to the ADC pin of microcontroller and then it is transmitted to ZigBee Rx pin through UART Tx pin. Sensors are connected to port-A of MCU while LCD is connected to port-B. ZigBee module-1 is communicating to ZigBee module-2 (XB 24) via wireless radio link. The ZigBee module-2 is connected to PC via RS232 cable. The sensing data is plotted using MatLab and data is stored in HyperTerminal for future use. Fig. 2: Functional Block Diagram of System being Developed Main sensors used are: A. Temperature Sensor The temperature sensor LM-35 is used to sense the environmental temperature. The Vout pin of LM-35 is connected to Vin pin-0 of ADC of MCU. The temperature reading of 8 bit stored inside MCU memory. The LM35 is precision integrated-circuit temperature sensor, whose output voltage is linearly proportional to the Celsius (Centigrade) temperature. This will require a voltmeter to sense the temperature. Vout can be measured by voltmeter. The output voltage is converted to temperature by a simple conversion factor. The sensor has a sensitivity of 10mV/0 C. Hence conversion factor is the reciprocal, and that is 1000 C/V. The general equation used to convert output voltage to temperature is: Temperature(0 C) = Vout * (1000 C/V) So if Vout is 1V, then, Temperature = 1000 C. The output voltage varies linearly with temperature. Temperature reading is also displayed on LCD with the distance reading. Fig. 3: LM 35 B. Light Sensor: The light sensor LDR is used to sense light intensity. It is connected to the pin-1 of ADC of MCU. LUX=500 V(out) /(50-10*V(out)) Fig. 4: Light Sensor C. Humidity Sensor Humidity Sensor HSM-20G is connected to the pin-2 of ADC of MCU. To use Humidity sensor users have to build a connector cable to connect the sensor to the PCB circuit. Connect 4-header to circuit so that (-) pin connects to GND, (+) pin connects to VCC and H pin is connects to microcontroller. Microcontroller’s I/O pin needs to be set to ADC mode. The circuit in Figure 5 shows the circuit of humidity sensor. Fig. 5: Humidity Sensor D. Pressure Sensor The MPX 2010 pressure sensor is connected to pin-3 of ADC. Fig. 6: Pressure Sensor IV. ZIGBEEE MODULE The XBee RF Modules are designed to operate within the ZigBee protocol and support the unique needs of low-cost, low-power wireless sensor networks. The modules require minimal power and provide reliable delivery of data between remote devices. The modules operate within the ISM 2.4 GHz frequency band. It operates over a range of 100- 200 meters [3]. Fig.7 shows the zigbee module. Fig. 7: Zigbee series 1 module
  • 3. A ZigBee based Smart Wireless Sensor Network for Monitoring an Agricultural Environment (IJSRD/Vol. 2/Issue 07/2014/023) All rights reserved by www.ijsrd.com 99 X-CTU is a Windows-based application provided by Digi’s. This program was designed to interact with the firmware files found on Digi’s RF products and to provide a simple-to-use graphical user interface to them. X-CTU is designed to function with all Windows-based computers running Microsoft Windows 98 SE and above. When launched, four tabs across the top of the program can be seen in Fig.8. Each of these tabs has a different function. The four tabs are: A. PC Settings This tab allows user to select the desired COM port and configure that port to fit the radios settings. B. Range Test This tab allows users to perform a range test between two radios. C. Terminal This allows access to the COM port of the computer with a terminal emulation program. This tab also allows the ability to access the radios’ firmware using AT commands. D. Modem Configuration This tab allows the ability to program the radio’ firmware settings via a graphical user interface. This tab also allows users the ability to change firmware versions [4]. Fig. 8: X-CTU Setup V. APPLICATION FOR GRAPHICALLY PLOTTING AND SAVING DATA There are existing systems that could be used for plotting of data. However, it is seen that they were designed and aimed at mainly skilled and experienced operators. Therefore, new operators would often be required to undergo additional training in order to plot and save the data results from the system. Therefore a simple but effective plotting application was designed to tackle this problem using MatLab. Six data from each sensor is transmitted at a time with delay of 1sec. HyperTerminal is used for saving data for further use. Fig 10 shows how data is stored in HyperTerminal. Fig. 9: Result from various sensor Fig. 10: Data stored in HyperTerminal VI. CONCLUSION The System is designed for the betterment of farmers. The uses of smart sensor based monitoring system for agriculture have been used to increase the yield of crop by monitoring the environmental conditions and providing information to observer. It would be a promising technology for the agriculturists all over the world in the present scenario of unpredicted weather conditions. REFERENCES [1] John A. Stankovic, "Wireless Sensor Networks," University of Virginia, Charlottesville, Virginia, 2006. [2] F. Cuomo et al., Cross-layer network formation for energy-efficient IEEE 802.15.4/ZigBee Wireless Sensor Networks, Ad Hoc Netw. (2011). [3] Mohini Reddy, Vidya Sawant WSN based Parameter Monitoring and Control System for DC Motor. Volume-3, Issue-9, February 2014 [4] http://ftp1.digi.com/support/documentation/90 001003_A.pdf [5] IEEE STD 802.15.4. www.zigbee.org. [6] ZigBee Alliance, ZigBee Specifications, www.ZigBee.com