SlideShare a Scribd company logo
1 of 5
Download to read offline
Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 
www.ijera.com 115 | P a g e 
Dynamic Communication of Wireless Sensor Network Ms. Vaishali M. Patil, Dr. S. S. Sonavane Electronics & Telecommunication Dr. D. Y. Patil School of Engineering Pune, India Director Dr. D. Y. Patil School of Engineering Pune, India Abstract The aim of present this paper is to the describes the design of a wireless sensor network and RFID communication based on ZigBee technology. It is mainly used for dynamic communication with various nodes. For communication and connected coverage here used various algorithms which improves the efficiency of the system. Here temperature sensor are used for sensor nodes for observation and analysis of node communication with real time application. Verifying the dynamic communication between the nodes and overcome the collision problems between master and slaves. To demonstrate the effectiveness of the proposed method in terms of balancing energy consumption and maximization of network lifetime, it compare approach with the shortest path and RANDOM algorithm with nearest neighbor approach. Simulation results demonstrate that the network lifetime achieved by the proposed method could be increased by nearly Twenty five percent more than that obtained by the RANDOM and by nearly Twenty percent more than that obtained by the Local Connect Then Cover (LCTC) 
Index Terms—RFID, ZigBee, ARM 7, Temperature Sensor. 
I. INTRODUCTION 
Wireless Sensor Technologies are entering a new phase. Recent advances offer vast opportunities for research and development. This is the consequence of the decreasing costs of ownership, the engineering of increasingly smaller sensing devices and the achievements in radio frequency technology and digital circuits. WSN is one of the most significant technologies in the 21st century. The ubiquitous computing model is predicted to be dominant in the near future. In this new model, people are surrounded with microprocessors that process information gathered from the surrounded physical environment to provide them with new services and applications. Enablers of this computing models are small devices such as laptops, Mobile phones, microcontrollers and others. This model is strengthened with the use of the wireless sensor networking (WSN) technologies as it automate the procedures of gathering information about the physical world. A WSN is defined as a network of a set of sensor nodes connected wirelessly. A pair of sensors can communicate with each other if the distance between them is more then they take the help of nearest node and pass their packets to master through nearest path. A WSN contains a set of targets that should be sensed. A sensor covers a target. It can be say that a WSN preserves coverage if each target can be sensed by at least one sensor.[1] 
Wired vs. Wireless WSN can operate in a wide range of environments and provide advantages in cost, size, power, flexibility and distributed intelligence, compared to wired ones. In a network, when a node cannot directly contact the base station, the message may be forwarded over multiple hops. By auto configuration set up, the network could continue to operate as nodes are moved, introduced or removed. Monitoring applications have been developed in medicine, agriculture, environment, military, machine/building, toys, motion tracking and many other fields. Architectures for sensor networks have been changing greatly over the last 50 years, from the analogue 4-20 mA designs to the bus and network topology of today. Bus architectures reduce wiring and required communication bandwidth. Wireless sensors further decrease wiring needs, providing new opportunities for distributed intelligence architectures [2]. Wireless Sensor Network Architecture 
Sensing Unit: Sensing unit consist of various types of sensor which can be sense any physical quantity like Temperature, Gas, Light, PH and conductivity etc. which is useful to measure particular quantity without any wire connection. A sensor is a device, which responds to an input quantity by generating a functionally related output usually in the form of an electrical or optical signal. A sensor's sensitivity indicates how much the sensor's output changes when the measured quantity changes. For instance, if the mercury in a thermometer moves 1 cm when the 
RESEARCH ARTICLE OPEN ACCESS
Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 
www.ijera.com 116 | P a g e 
temperature changes by 1 °C, the sensitivity is 1 cm/°C. Sensors that measure very small changes must have very high sensitivities. Sensors also have an impact on what they measure; for instance, a room temperature thermometer inserted into a hot cup of liquid cools the liquid while the liquid heats the thermometer. Sensors need to be designed to have a small effect on what is measured; making the sensor smaller often improves this and may introduce other advantages. Signal Conditioning: Signal conditioning means manipulating an analog signal in such a way that it meets the requirements of the next stage for further processing. Sensor output signal weak in nature for that signal conditioning is required it amplifies the signal and give it to analog to digital converter. Analog to Digital Converter: It coverts analog signal into digital form and also add redundant bit in original signal to avoid errors for that quantization method is used. Application Algorithm: An algorithm is an effective methods expressed as a finite list of well-defined instructions for calculating a function. Starting from an initial state and initial input the instructions describe a computation that, when executed, proceeds through a finite number of well-defined successive states, eventually producing "output" and terminating at a final ending state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as randomized algorithms, incorporate random input. An application based algorithm are those to reached specific application using various software. Transceiver: A transceiver is a device comprising both a transmitter and a receiver which are combined and share common circuitry or a single housing. When no circuitry is common between transmit and receive functions, the device is a transmitter-receive. Fig. 1 Wireless Sensor Network Architecture 
II. WORK UNDERTAKEN 
This project benefits to make ZigBee based network for environment application .It have master and slave structure for the Application .The range of ZigBee is about 30 mtrs .So, the whole area cannot be covered by a single Master slave combination .For this we are covering the whole home system by a master and slave combination. The system have a main PC master terminal which has the VB software on it .The PC master terminal is used to monitor the status of all the slaves which covers the whole area. In Our system we have 1) 1Master PC terminal. 2) 2 Sub masters 3 ) 2 Slaves Terminal The Idea is that if one slave goes out of range of the PC then the communication fails .So we are placing 2 slaves which will be placed in such way that they will be always in range of the PC master .The two slaves are under the PC based masters supervision .Therefore the PC master will communicate to the slaves via Wireless ZigBee module. Micro-Controller Interfacing: This work make the use of ARM7/TDMI-S which is a general purpose 32-bit microprocessor, which offers high performance and very low power consumption. The ARM architecture is based on Reduced Instruction Set Computer (RISC) principles, and the instruction set and related decode mechanism are much simpler than those of micro programmed Complex Instruction Set Computers. This simplicity results in a high instruction throughput and impressive real-time interrupt response from a small and cost- effective processor core. Pipeline techniques are employed so that all parts of the processing and memory systems can operate continuously. Typically, while one instruction is being executed, its successor is being decoded, and a third instruction is being fetched from memory. The ARM7TDMI-S processor also employs a unique architectural strategy known as Thumb, which makes it ideally suited to high-volume applications with memory restrictions, or applications where code density is an issue. There are three analog sensors interfaced with the ARM microcontroller. ARM microcontroller has in build 10 bit ADC. The output of these 3 sensors is fed at the input of ADC. ADC will convert the analog signal into digital form and then the microcontroller will perform the necessary operation. 
III. METHODOLOGY 
Energy & data loss are main issues in any Network area in order to get better results related to these issues here use following algorithms
Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 
www.ijera.com 117 | P a g e 
Communication o Nodes In wireless sensor network node communication is main issue. Mostly sensor nodes are built in restricted area and there is no access from control room so there should be a dynamic communication between the nodes to send their data to master. When nodes are not in range of master then they cannot communicate with master and loss their communication in that case here some algorithms are design to overcome same problem. Two main algorithms are nearest neighbor and cooperative communication. NEAREST NEIGHBOUR PROTOCOL In nearest neighbor algorithm if any node goes out of range from the master then it can take help of nearest neighbor node and through that node it can send data to master. Here implementing the nearest neighbor protocol in which the Master will send the request on broadcasting mode. The slave which is nearest to master will receive and compare its own ID with the slave id on Slave. If they match then the slave will send the data to master which means that the slave is in range of master which is the nearest path to master. If the slave ID does not match then the slave will forward the frame to other slaves which are in range. Any slave which is in range of this slave but out of range of master will receive the frame and will send the data to master via shortest path. Fig 2. Nearest Neighbor Node Communication COOPERATIVE COMMUNICATION Here the cooperative communication technique to make sure that the slave is always in range of the master. These units are basically repeater unit which will enhance the data signal when the slave is not in range of the master. 
The communication between multiple nodes possible using above method. Which helpful to communicate and exchange data between master and different slaves. Also this project reduce the power consumption when node is not in use that time they goes into sleep mode and reduce the power. Fig. 3 Cooperative Communication 
IV. EXPERIMENTAL RESULTS Fig. 4 Hardware Implementation The above fig. 4 shows the hardware snap of project undertaken. Which contains two nodes along with one master. At execution time result will be display on LCD display as well as on VB6.0 window. One string is send to the display for identification which only a list of items. Temperature sensor shows the real time reading as per changes in temperature it varies the reading and display it on LCD. Fig. 5 shows the cooperative communication between the sensor nodes it is a VB 6.0 window which shows the result. In third slaves when it goes from out of range then it communicate with its nearest node and data is transfer to master in above case slave three is going to out of range from master and slave one is in range of master also near to slave three then slave three transmit their data to slave one and it further forwarded to master.
Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 
www.ijera.com 118 | P a g e 
Fig. 5 Output window on VB6.0 Energy Analysis Power requirement for system is 8V in this 3.3v is for ARM7 and reaming for other circuitry. Energy analysis of component is given below Table No. 1 Energy comparison Table 
Sr. No 
Name of Component 
Using previous method power consumption 
Using real time energy efficient algorithm Power Consumption 
1 
ARM7 
3.3V/ 06mA 
3.3V 
2. 
LCD 
8V/ 103mA 
4.2V/ 10mA 
3 
ZigBee 
200mA 
50-100mA 
4. 
Temperature Sensor 
62uW 
20uW 
Total Power Consumption 
70% 
50% 
Thus Battery life is improved hence the sensor network lifetime also increased 
From above comparison Battery life in first case is weak and in second case battery life is better so because of 50% power consumption battery life also increased so ultimately sensor network life also increased. Lifetime of network is better in this system using hardware implementation with the help of real time cooperative communication. 
V. CONCLUSION AND FUTURE WORK 
In sensor network connected coverage for both is achieve by various methods in that sensor network plays important role. Here is the survey of different approaches to solve the same problem for increasing power efficiency and dynamic communication between nodes. 
During the study it is found that first to consider the types of sensors and their node placement, in wireless sensor network. According to both wireless technologies I studied different types of algorithm which overcome the cooperative communication problem and power optimization too. Using hardware it is possible to overcome all the issues related communication between two nodes using nearest neighbor and cooperative communication algorithm. ZigBee transceiver plays important role in this system which is interface with ARM 7 with RS 232 using this hardware get faithful outcome. One of the important measures of WSN is the network lifetime. For the proposed model, whenever any sensor node runs out of energy, communication links between various sensor nodes and the base station will break. This is considered as the end of the network lifetime. Since the lifetime of each sensor node depends on energy consumption, it is important to preserve residual energy of these nodes in such a way that overall network lifetime is extended. In wireless sensor network where nodes operate on limited battery power. Efficient utilization of energy is very important. It efficiently route the data through transmission path from node to node. References [1] Ahmed Jedda, Mazen Khair, Hussein T. Mouftah “Connected Coverage for RFID and Wireless Sensor Networks” Science Direct 2012 [2] Luo Wuming, Neer Han Pingyang , Zhao ruilin “Study on Design and Application of Wireless Sensor Network Based on Communication of Radio Frequency Identification System” IEEE 2009 [3] Tatsuya Shimokawa and Akihiro Fujiwara “Centralized algorithms for the connected target coverage in wireless sensor networks IEEE 2012 [4] Mohammad ali Jamali, Navid Bakhshivand “An Energy-Efficient Algorithm for Connected Target Coverage Problem in Wireless Sensor Networks” IEEE 2010 [5] Habib M. Ammari, and Sajal K. Das, “Centralized and Clustered k-Coverage Protocols for Wireless Sensor Networks, IEEE 2012 [5] Mina Mahdavi, Mahamod Ismail, Kasmiran Jumari “Load Balancing in Energy Efficient Connected Coverage Wireless Sensor Network” IEEE 2009 [6] Meikang Qiu _ _ Chun Xue _ Zili Shao _ Meilin Liu _ Edwin H.-M. Sha _ “Energy Minimization for Heterogeneous Wireless Sensor Network “2010
Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 
www.ijera.com 119 | P a g e 
[7] Rajgopal Kannan Shuangqing Wei Vasu Chakravarthy “Using Misbehavior to Analyze Strategic versus Aggregate Energy Minimization in Wireless Sensor Networks” IJDSN 2006 [8] Kainan Cha, S. Jagannathan, Senior Member, IEEE, and David Pommerenke “Adaptive Power Control Protocol With Hardware Implementation for Wireless Sensor and RFID Reader Networks” IEEE 2007 [9] Jehn-Ruey Jiang and Tzu-Ming Sung “Maintaining Connected Coverage for Wireless Sensor Networks”, IEEE 2008

More Related Content

What's hot

Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemIOSRJECE
 
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...IRJET Journal
 
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
 
Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...zaidinvisible
 
RSA Algorithm as a Data Security Control Mechanism in RFID
RSA Algorithm as a Data Security Control Mechanism in RFIDRSA Algorithm as a Data Security Control Mechanism in RFID
RSA Algorithm as a Data Security Control Mechanism in RFIDIOSR Journals
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.IRJET Journal
 
next generation smart sensor
next generation smart sensornext generation smart sensor
next generation smart sensorRicha Ritambhara
 
Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT IRJET Journal
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network reportGanesh Khadsan
 
Border security
Border securityBorder security
Border securityFarah Naaz
 
Zigbee Wireless Sensor Network - RTLS and Automation
Zigbee Wireless Sensor Network - RTLS and AutomationZigbee Wireless Sensor Network - RTLS and Automation
Zigbee Wireless Sensor Network - RTLS and AutomationJose María Carazo Cepedano
 
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
 Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory SystemRatul Alahy
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKNishant Bhardwaj
 
intelligent sensors and sensor networks
intelligent sensors and sensor networksintelligent sensors and sensor networks
intelligent sensors and sensor networksSurinder Kaur
 
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET Journal
 
Hetrogenous wireless sensor network
Hetrogenous wireless sensor networkHetrogenous wireless sensor network
Hetrogenous wireless sensor networkChinmoy Jena
 

What's hot (20)

Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
 
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
 
wins ABHIppt - Copy
wins ABHIppt - Copywins ABHIppt - Copy
wins ABHIppt - Copy
 
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
 
Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...
 
RSA Algorithm as a Data Security Control Mechanism in RFID
RSA Algorithm as a Data Security Control Mechanism in RFIDRSA Algorithm as a Data Security Control Mechanism in RFID
RSA Algorithm as a Data Security Control Mechanism in RFID
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
next generation smart sensor
next generation smart sensornext generation smart sensor
next generation smart sensor
 
Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
Border security
Border securityBorder security
Border security
 
Sensor Network
Sensor NetworkSensor Network
Sensor Network
 
Zigbee Wireless Sensor Network - RTLS and Automation
Zigbee Wireless Sensor Network - RTLS and AutomationZigbee Wireless Sensor Network - RTLS and Automation
Zigbee Wireless Sensor Network - RTLS and Automation
 
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
 Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
 
A Survey on Routing Protocols in Wireless Sensor Networks
A Survey on Routing Protocols in Wireless Sensor NetworksA Survey on Routing Protocols in Wireless Sensor Networks
A Survey on Routing Protocols in Wireless Sensor Networks
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORK
 
Ii2414621475
Ii2414621475Ii2414621475
Ii2414621475
 
intelligent sensors and sensor networks
intelligent sensors and sensor networksintelligent sensors and sensor networks
intelligent sensors and sensor networks
 
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
 
Hetrogenous wireless sensor network
Hetrogenous wireless sensor networkHetrogenous wireless sensor network
Hetrogenous wireless sensor network
 

Viewers also liked

Compliance & Communication: The Dynamic Duo of Disclosure
Compliance & Communication: The Dynamic Duo of DisclosureCompliance & Communication: The Dynamic Duo of Disclosure
Compliance & Communication: The Dynamic Duo of DisclosurePearl Meyer
 
Understanding and Managing Speaker Anxiety Final
Understanding and Managing Speaker Anxiety FinalUnderstanding and Managing Speaker Anxiety Final
Understanding and Managing Speaker Anxiety FinalIqbal
 
Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...
Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...
Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...IJERA Editor
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...IJERA Editor
 
Interestingness Measures In Rule Mining: A Valuation
Interestingness Measures In Rule Mining: A ValuationInterestingness Measures In Rule Mining: A Valuation
Interestingness Measures In Rule Mining: A ValuationIJERA Editor
 
Probabilistic approach to study the hydroformed sheet
Probabilistic approach to study the hydroformed sheetProbabilistic approach to study the hydroformed sheet
Probabilistic approach to study the hydroformed sheetIJERA Editor
 
Creating a Dynamic Reactive Communication Model from Scratch
Creating a Dynamic Reactive Communication Model from ScratchCreating a Dynamic Reactive Communication Model from Scratch
Creating a Dynamic Reactive Communication Model from ScratchHobsons
 
امتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التاني
امتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التانيامتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التاني
امتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التانيSalah Abdelsalam
 

Viewers also liked (11)

Compliance & Communication: The Dynamic Duo of Disclosure
Compliance & Communication: The Dynamic Duo of DisclosureCompliance & Communication: The Dynamic Duo of Disclosure
Compliance & Communication: The Dynamic Duo of Disclosure
 
Understanding and Managing Speaker Anxiety Final
Understanding and Managing Speaker Anxiety FinalUnderstanding and Managing Speaker Anxiety Final
Understanding and Managing Speaker Anxiety Final
 
Communication dynamic
Communication dynamicCommunication dynamic
Communication dynamic
 
Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...
Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...
Evaluation of Anaerobic Fluidized Bed Reactor for treating Sugar mill effluen...
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
 
Interestingness Measures In Rule Mining: A Valuation
Interestingness Measures In Rule Mining: A ValuationInterestingness Measures In Rule Mining: A Valuation
Interestingness Measures In Rule Mining: A Valuation
 
Probabilistic approach to study the hydroformed sheet
Probabilistic approach to study the hydroformed sheetProbabilistic approach to study the hydroformed sheet
Probabilistic approach to study the hydroformed sheet
 
Creating a Dynamic Reactive Communication Model from Scratch
Creating a Dynamic Reactive Communication Model from ScratchCreating a Dynamic Reactive Communication Model from Scratch
Creating a Dynamic Reactive Communication Model from Scratch
 
Project Management in the Cloud: Dynamic Communication
Project Management in the Cloud: Dynamic Communication Project Management in the Cloud: Dynamic Communication
Project Management in the Cloud: Dynamic Communication
 
امتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التاني
امتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التانيامتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التاني
امتحان علي الوحدة السابعه للصف الثالث الابتدائى الترم التاني
 
IE_Presentation_106
IE_Presentation_106IE_Presentation_106
IE_Presentation_106
 

Similar to Dynamic Communication of Wireless Sensor Network

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
 
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural EnvironmentA ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural Environmentijsrd.com
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...journalBEEI
 
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
 
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
 
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
 
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processorIaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processorIaetsd Iaetsd
 
Secure Data Aggregation Of Wireless Sensor Networks
Secure Data Aggregation Of Wireless Sensor NetworksSecure Data Aggregation Of Wireless Sensor Networks
Secure Data Aggregation Of Wireless Sensor NetworksAmy Moore
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor NetworksDr. Amarjeet Singh
 
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 SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSnanocdac
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiIRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET Journal
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTPSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTIRJET Journal
 

Similar to Dynamic Communication of Wireless Sensor Network (20)

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
 
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural EnvironmentA ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
 
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
 
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...
 
Hs3513431348
Hs3513431348Hs3513431348
Hs3513431348
 
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
 
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processorIaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
 
Secure Data Aggregation Of Wireless Sensor Networks
Secure Data Aggregation Of Wireless Sensor NetworksSecure Data Aggregation Of Wireless Sensor Networks
Secure Data Aggregation Of Wireless Sensor Networks
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor Networks
 
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 SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKS
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
 
Oj3425062509
Oj3425062509Oj3425062509
Oj3425062509
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
31 34
31 3431 34
31 34
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
 
Kv2518941899
Kv2518941899Kv2518941899
Kv2518941899
 
Kv2518941899
Kv2518941899Kv2518941899
Kv2518941899
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTPSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
 

Recently uploaded

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

Dynamic Communication of Wireless Sensor Network

  • 1. Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 www.ijera.com 115 | P a g e Dynamic Communication of Wireless Sensor Network Ms. Vaishali M. Patil, Dr. S. S. Sonavane Electronics & Telecommunication Dr. D. Y. Patil School of Engineering Pune, India Director Dr. D. Y. Patil School of Engineering Pune, India Abstract The aim of present this paper is to the describes the design of a wireless sensor network and RFID communication based on ZigBee technology. It is mainly used for dynamic communication with various nodes. For communication and connected coverage here used various algorithms which improves the efficiency of the system. Here temperature sensor are used for sensor nodes for observation and analysis of node communication with real time application. Verifying the dynamic communication between the nodes and overcome the collision problems between master and slaves. To demonstrate the effectiveness of the proposed method in terms of balancing energy consumption and maximization of network lifetime, it compare approach with the shortest path and RANDOM algorithm with nearest neighbor approach. Simulation results demonstrate that the network lifetime achieved by the proposed method could be increased by nearly Twenty five percent more than that obtained by the RANDOM and by nearly Twenty percent more than that obtained by the Local Connect Then Cover (LCTC) Index Terms—RFID, ZigBee, ARM 7, Temperature Sensor. I. INTRODUCTION Wireless Sensor Technologies are entering a new phase. Recent advances offer vast opportunities for research and development. This is the consequence of the decreasing costs of ownership, the engineering of increasingly smaller sensing devices and the achievements in radio frequency technology and digital circuits. WSN is one of the most significant technologies in the 21st century. The ubiquitous computing model is predicted to be dominant in the near future. In this new model, people are surrounded with microprocessors that process information gathered from the surrounded physical environment to provide them with new services and applications. Enablers of this computing models are small devices such as laptops, Mobile phones, microcontrollers and others. This model is strengthened with the use of the wireless sensor networking (WSN) technologies as it automate the procedures of gathering information about the physical world. A WSN is defined as a network of a set of sensor nodes connected wirelessly. A pair of sensors can communicate with each other if the distance between them is more then they take the help of nearest node and pass their packets to master through nearest path. A WSN contains a set of targets that should be sensed. A sensor covers a target. It can be say that a WSN preserves coverage if each target can be sensed by at least one sensor.[1] Wired vs. Wireless WSN can operate in a wide range of environments and provide advantages in cost, size, power, flexibility and distributed intelligence, compared to wired ones. In a network, when a node cannot directly contact the base station, the message may be forwarded over multiple hops. By auto configuration set up, the network could continue to operate as nodes are moved, introduced or removed. Monitoring applications have been developed in medicine, agriculture, environment, military, machine/building, toys, motion tracking and many other fields. Architectures for sensor networks have been changing greatly over the last 50 years, from the analogue 4-20 mA designs to the bus and network topology of today. Bus architectures reduce wiring and required communication bandwidth. Wireless sensors further decrease wiring needs, providing new opportunities for distributed intelligence architectures [2]. Wireless Sensor Network Architecture Sensing Unit: Sensing unit consist of various types of sensor which can be sense any physical quantity like Temperature, Gas, Light, PH and conductivity etc. which is useful to measure particular quantity without any wire connection. A sensor is a device, which responds to an input quantity by generating a functionally related output usually in the form of an electrical or optical signal. A sensor's sensitivity indicates how much the sensor's output changes when the measured quantity changes. For instance, if the mercury in a thermometer moves 1 cm when the RESEARCH ARTICLE OPEN ACCESS
  • 2. Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 www.ijera.com 116 | P a g e temperature changes by 1 °C, the sensitivity is 1 cm/°C. Sensors that measure very small changes must have very high sensitivities. Sensors also have an impact on what they measure; for instance, a room temperature thermometer inserted into a hot cup of liquid cools the liquid while the liquid heats the thermometer. Sensors need to be designed to have a small effect on what is measured; making the sensor smaller often improves this and may introduce other advantages. Signal Conditioning: Signal conditioning means manipulating an analog signal in such a way that it meets the requirements of the next stage for further processing. Sensor output signal weak in nature for that signal conditioning is required it amplifies the signal and give it to analog to digital converter. Analog to Digital Converter: It coverts analog signal into digital form and also add redundant bit in original signal to avoid errors for that quantization method is used. Application Algorithm: An algorithm is an effective methods expressed as a finite list of well-defined instructions for calculating a function. Starting from an initial state and initial input the instructions describe a computation that, when executed, proceeds through a finite number of well-defined successive states, eventually producing "output" and terminating at a final ending state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as randomized algorithms, incorporate random input. An application based algorithm are those to reached specific application using various software. Transceiver: A transceiver is a device comprising both a transmitter and a receiver which are combined and share common circuitry or a single housing. When no circuitry is common between transmit and receive functions, the device is a transmitter-receive. Fig. 1 Wireless Sensor Network Architecture II. WORK UNDERTAKEN This project benefits to make ZigBee based network for environment application .It have master and slave structure for the Application .The range of ZigBee is about 30 mtrs .So, the whole area cannot be covered by a single Master slave combination .For this we are covering the whole home system by a master and slave combination. The system have a main PC master terminal which has the VB software on it .The PC master terminal is used to monitor the status of all the slaves which covers the whole area. In Our system we have 1) 1Master PC terminal. 2) 2 Sub masters 3 ) 2 Slaves Terminal The Idea is that if one slave goes out of range of the PC then the communication fails .So we are placing 2 slaves which will be placed in such way that they will be always in range of the PC master .The two slaves are under the PC based masters supervision .Therefore the PC master will communicate to the slaves via Wireless ZigBee module. Micro-Controller Interfacing: This work make the use of ARM7/TDMI-S which is a general purpose 32-bit microprocessor, which offers high performance and very low power consumption. The ARM architecture is based on Reduced Instruction Set Computer (RISC) principles, and the instruction set and related decode mechanism are much simpler than those of micro programmed Complex Instruction Set Computers. This simplicity results in a high instruction throughput and impressive real-time interrupt response from a small and cost- effective processor core. Pipeline techniques are employed so that all parts of the processing and memory systems can operate continuously. Typically, while one instruction is being executed, its successor is being decoded, and a third instruction is being fetched from memory. The ARM7TDMI-S processor also employs a unique architectural strategy known as Thumb, which makes it ideally suited to high-volume applications with memory restrictions, or applications where code density is an issue. There are three analog sensors interfaced with the ARM microcontroller. ARM microcontroller has in build 10 bit ADC. The output of these 3 sensors is fed at the input of ADC. ADC will convert the analog signal into digital form and then the microcontroller will perform the necessary operation. III. METHODOLOGY Energy & data loss are main issues in any Network area in order to get better results related to these issues here use following algorithms
  • 3. Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 www.ijera.com 117 | P a g e Communication o Nodes In wireless sensor network node communication is main issue. Mostly sensor nodes are built in restricted area and there is no access from control room so there should be a dynamic communication between the nodes to send their data to master. When nodes are not in range of master then they cannot communicate with master and loss their communication in that case here some algorithms are design to overcome same problem. Two main algorithms are nearest neighbor and cooperative communication. NEAREST NEIGHBOUR PROTOCOL In nearest neighbor algorithm if any node goes out of range from the master then it can take help of nearest neighbor node and through that node it can send data to master. Here implementing the nearest neighbor protocol in which the Master will send the request on broadcasting mode. The slave which is nearest to master will receive and compare its own ID with the slave id on Slave. If they match then the slave will send the data to master which means that the slave is in range of master which is the nearest path to master. If the slave ID does not match then the slave will forward the frame to other slaves which are in range. Any slave which is in range of this slave but out of range of master will receive the frame and will send the data to master via shortest path. Fig 2. Nearest Neighbor Node Communication COOPERATIVE COMMUNICATION Here the cooperative communication technique to make sure that the slave is always in range of the master. These units are basically repeater unit which will enhance the data signal when the slave is not in range of the master. The communication between multiple nodes possible using above method. Which helpful to communicate and exchange data between master and different slaves. Also this project reduce the power consumption when node is not in use that time they goes into sleep mode and reduce the power. Fig. 3 Cooperative Communication IV. EXPERIMENTAL RESULTS Fig. 4 Hardware Implementation The above fig. 4 shows the hardware snap of project undertaken. Which contains two nodes along with one master. At execution time result will be display on LCD display as well as on VB6.0 window. One string is send to the display for identification which only a list of items. Temperature sensor shows the real time reading as per changes in temperature it varies the reading and display it on LCD. Fig. 5 shows the cooperative communication between the sensor nodes it is a VB 6.0 window which shows the result. In third slaves when it goes from out of range then it communicate with its nearest node and data is transfer to master in above case slave three is going to out of range from master and slave one is in range of master also near to slave three then slave three transmit their data to slave one and it further forwarded to master.
  • 4. Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 www.ijera.com 118 | P a g e Fig. 5 Output window on VB6.0 Energy Analysis Power requirement for system is 8V in this 3.3v is for ARM7 and reaming for other circuitry. Energy analysis of component is given below Table No. 1 Energy comparison Table Sr. No Name of Component Using previous method power consumption Using real time energy efficient algorithm Power Consumption 1 ARM7 3.3V/ 06mA 3.3V 2. LCD 8V/ 103mA 4.2V/ 10mA 3 ZigBee 200mA 50-100mA 4. Temperature Sensor 62uW 20uW Total Power Consumption 70% 50% Thus Battery life is improved hence the sensor network lifetime also increased From above comparison Battery life in first case is weak and in second case battery life is better so because of 50% power consumption battery life also increased so ultimately sensor network life also increased. Lifetime of network is better in this system using hardware implementation with the help of real time cooperative communication. V. CONCLUSION AND FUTURE WORK In sensor network connected coverage for both is achieve by various methods in that sensor network plays important role. Here is the survey of different approaches to solve the same problem for increasing power efficiency and dynamic communication between nodes. During the study it is found that first to consider the types of sensors and their node placement, in wireless sensor network. According to both wireless technologies I studied different types of algorithm which overcome the cooperative communication problem and power optimization too. Using hardware it is possible to overcome all the issues related communication between two nodes using nearest neighbor and cooperative communication algorithm. ZigBee transceiver plays important role in this system which is interface with ARM 7 with RS 232 using this hardware get faithful outcome. One of the important measures of WSN is the network lifetime. For the proposed model, whenever any sensor node runs out of energy, communication links between various sensor nodes and the base station will break. This is considered as the end of the network lifetime. Since the lifetime of each sensor node depends on energy consumption, it is important to preserve residual energy of these nodes in such a way that overall network lifetime is extended. In wireless sensor network where nodes operate on limited battery power. Efficient utilization of energy is very important. It efficiently route the data through transmission path from node to node. References [1] Ahmed Jedda, Mazen Khair, Hussein T. Mouftah “Connected Coverage for RFID and Wireless Sensor Networks” Science Direct 2012 [2] Luo Wuming, Neer Han Pingyang , Zhao ruilin “Study on Design and Application of Wireless Sensor Network Based on Communication of Radio Frequency Identification System” IEEE 2009 [3] Tatsuya Shimokawa and Akihiro Fujiwara “Centralized algorithms for the connected target coverage in wireless sensor networks IEEE 2012 [4] Mohammad ali Jamali, Navid Bakhshivand “An Energy-Efficient Algorithm for Connected Target Coverage Problem in Wireless Sensor Networks” IEEE 2010 [5] Habib M. Ammari, and Sajal K. Das, “Centralized and Clustered k-Coverage Protocols for Wireless Sensor Networks, IEEE 2012 [5] Mina Mahdavi, Mahamod Ismail, Kasmiran Jumari “Load Balancing in Energy Efficient Connected Coverage Wireless Sensor Network” IEEE 2009 [6] Meikang Qiu _ _ Chun Xue _ Zili Shao _ Meilin Liu _ Edwin H.-M. Sha _ “Energy Minimization for Heterogeneous Wireless Sensor Network “2010
  • 5. Ms. Vaishali M. Patil et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 4), July 2014, pp.115-119 www.ijera.com 119 | P a g e [7] Rajgopal Kannan Shuangqing Wei Vasu Chakravarthy “Using Misbehavior to Analyze Strategic versus Aggregate Energy Minimization in Wireless Sensor Networks” IJDSN 2006 [8] Kainan Cha, S. Jagannathan, Senior Member, IEEE, and David Pommerenke “Adaptive Power Control Protocol With Hardware Implementation for Wireless Sensor and RFID Reader Networks” IEEE 2007 [9] Jehn-Ruey Jiang and Tzu-Ming Sung “Maintaining Connected Coverage for Wireless Sensor Networks”, IEEE 2008