Establishing a Wireless Sensor Network to Monitor the Temperature in a two storied building

Size: px
Start display at page:

Download "Establishing a Wireless Sensor Network to Monitor the Temperature in a two storied building"

Transcription

1 Establishing a Wireless Sensor Network to Monitor the Temperature in a two storied building Subramanya Bhat. M. 1, Jyothi. V. 2, Devaraju. J.T. 3 Associate Professor, Dept. of Electronics, Vijaya College, R.V. Road, Bangalore, India 1 Assistant Professor, Dept. of Electronics, Vijaya College, R.V. Road, Bangalore, India 2 Associate Professor, Dept. of Electronic Science, Bangalore University, Bangalore, India 3 ABSTRACT: The advancement in information technology and the need for large-scale communication infrastructure has triggered the era of Wireless Sensor Networks (WSNs). Sensor network is a collection of sensor nodes connected wirelessly to one another to gather information about the surrounding environment. In this paper a WSN testbed is established using Texas instruments sensor nodes to monitor the temperature in a two storied building. Keywords: Wireless Sensor Network, Access point, End device, Range Extender, Sensor Node. I. INTRODUCTION Wireless Sensor and Actuator Networks (WSANs) constitute an important and exciting new technology with great potential for improving many current applications as well as creating new revolutionary systems in areas such as Wireless Sensor Networks (WSNs) [1]. Typically, WSANs comprises of large number of minimal capacity sensing, computing and communicating devices with various types of actuators. WSANs have the potential of dense and flexible coverage and most importantly enabling correlation across many networks. WSNs finds the application on a global scale for environmental monitoring, habitat study, in battle field for military surveillance and reconnaissance, in emergent environments for search and rescue, in factories for condition based maintenance, in buildings for infrastructure health monitoring, in home environment to realize smart homes or even in physiques for patient monitoring[2-10]. The introduction of this compact, low-power, wireless communication sensors and actuators in the technology supporting the ongoing miniaturization of processing and storage, allows exclusively new kinds of embedded system. These systems are deployed in environments where the designs of networks are often very dynamic. Collections of devices can communicate to achieve a higher level of synchronized performance. Generally a WSN consists of an Access Point (AP) (gateway) that can communicate with a number of sensor nodes via a radio network. Data collected at the wireless sensor nodes is compressed and transmitted to the gateway directly or through other wireless sensor nodes. The data is then presented to the system by the gateway connection. A typical wireless sensor system contains a sensor(s), a wireless communication interface (such as radio transceiver), an energy source (typically batteries) and a microcontroller NETWORK TOPOLOGIES: Network topology is the layout pattern of interconnections of the various elements (links / router nodes etc.) of a computer network. WSN use several network topologies to coordinate with gateway, end nodes and router nodes. Router nodes are similar to end nodes, which can acquire data to be measured and can also pass data from other nodes. Various network topologies for WSN are shown in the Fig. 1. The first and most basic type of topology is the star topology, in which each node maintains a single, direct communication path with the gateway. This topology is simple but restricts the overall distance that a network can achieve. To increase the distance a network can cover, one can implement a cluster or tree topology. In cluster architecture, each node maintains a single communication path to the gateway but can use other nodes to route its data along that path. The drawback of this topology is that the nodes that depend on the router lose their communication paths to the gateway if the disconnection of router node exists. In mesh network topology router disconnection issue is solved by using redundant communication paths to increase system reliability. In this topology, nodes maintain multiple communication path routes back to the gateway. Whenever one router node goes down, the network automatically route data through another path. Mesh topology in spite of very reliable topology suffer from an increase in network latency. This is because data must go through multiple hops before arriving at the gateway. The design criteria and requirements of sensor networks differ from application to application. The rest of the paper is organized with block diagram description, software, results and conclusion. Copyright to IJAREEIE

2 Star Distance Complexity Cluster / Tree Gateway / AP Router node End node Mesh Reliability Latency Fig. 1: Various network topologies for WSN II. BLOCK DIAGRAM DESCRIPTION Fig.2. shows the block schematic of an established wireless sensor temperature monitoring system in a two storied building consisting of wireless sensor nodes and Personal Computer (PC). Fig. 2: Block diagram of wireless sensor temperature monitoring system In this work, the wireless sensor nodes which are configured to sense and transmit the temperature are designated as End Devices (ED). The sensor node attached to the PC through USB port to receive the values regarding temperature measured by various EDs is configured as Access Point (AP). Also, the sensor nodes configured to receive the data sent from the ED, and retransmit it to the nearby node or the AP to increase the radio range for efficient communication are designated as Range Extender (RE). Copyright to IJAREEIE

3 2.1. SENSOR NODE (SN): The Sensor Node is a device that can communicate via radio link. The task of the sensor nodes is to gather information about physical or environmental conditions and transmit (i.e., sink). The block diagram of WSN node is shown Fig. 3. WSN nodes/motes typically comprises of sensor, microcontroller and transceiver. A. Sensor: In this work, it is aimed at monitoring temperature of various rooms of specified infrastructure. An in-built temperature sensor of the microcontroller MSP430 is used to sense the temperature of the surrounding environment. B. Microcontroller (MSP 430): The temperature sensed by the sensor is then processed using microcontroller MSP430. The MSP430 is a 40 pin ultra-low power microcontroller which incorporates a 16-bit RISC CPU, which has a flexible clock system that interconnects using a von-neumann common memory address and data bus. MSP stands for Mixed Signal Processing which refers to the integration of digital and analog circuitry used in the microcontroller. The MSP430 has one active mode and five software selectable low-power modes of operation, each mode used for specific application. Fig. 3: Simplified block diagram of WSN C. Radio Transceiver (CC 2500): The processed data from microcontroller is then communicated using radio transceiver CC The CC 2500 is a low-cost 2.4 GHz transceiver designed for very low-power wireless applications. The CC 2500 is integrated with a highly configurable baseband modem. The modem supports various modulation formats and has a configurable data rate up to 500Kbaud. CC 2500 provides extensive hardware support for packet handling, data buffering, burst transmissions, clear channel assessment, link quality indication and wake-on-radio. Typical evaluation circuit for CC2500 is shown in the Fig. 4 [11]. D. Supply voltage: Fig. 4: Application and Evaluation Circuit of CC 2500 Two AAA batteries each of voltage 1.5V are used for powering the wireless sensor node. 2.2 ACCESS POINT (AP): The Texas Instruments EZ430-RF2500 wireless sensor node is programmed to serve as an access point using IAR workbench software. AP is programmed to receive the temperature values measured at various end devices at regular Copyright to IJAREEIE

4 intervals of time along with temperature measurement at the AP. The sensed temperature of various EDs and AP are sent to PC via USB port. 2.3 END DEVICES (ED): The Texas Instruments EZ430-RF2500T wireless sensor nodes are programmed as End Devices and assigned unique IDs. Each ED is programmed to sense the temperature of the surrounding environment and transmit the same periodically along with its ID in prescribed format. 2.4 RANGE EXTENDER (RE): In order to enhance the radio range of EDs, the EZ430-RF2500T wireless sensor nodes are programmed as REs. Each RE is programmed to receive the data guided from the ED and retransmit it to the nearby RE or the AP periodically. 3.1 IAR EMBEDDED WORKBENCH: III. SOFTWARE The IAR Embedded Workbench of MSP430 microcontrollers are an Integrated Development Environment (IDE) for building and debugging embedded applications. The WSN testbed will provide a way for testing, monitoring, debugging different projects, evaluating possible applications and supporting related experiments. The program has been developed using C and IAR workbench software to implement WSN testbed to monitor the temperature of infrastructure with well-organized programming of EDs, REs and AP respectively. 3.2 SIMPLICITI NETWORK PROTOCOL: The SimpliciTI protocol is used as a protocol for communication between sensor nodes in the present work. SimpliciTI is a proprietary, low-power radio-frequency (RF) protocol targeting simple, small RF networks. The protocol runs on TI's MSP430 ultra-low-power microcontrollers and multiple RF transceivers. Small, low-power RF networks typically contain battery-operated devices, and these devices or nodes are limited for exhibiting communication with each other. With the SimpliciTI network protocol, MCU resource requirements are minimal, resulting in lower system cost for low-power RF networks. The SimpliciTI network protocol supports end devices in a peer-to-peer network topology, an access point is used to store and forward messages, and range extenders to extend the range of the network. 3.3 CONFIGURATION OF END DEVICE: The EZ430-RF2500T wireless sensor node is used as ED by using the inbuilt temperature sensor to sense the temperature of the surrounding atmosphere. As a part of the initialization procedure, EDs are assigned with 2-byte device ID and the device ID is stored into flash memory for reuse on system. After initialization process, the ED searches for an AP directly or through RE in order to connect to a network. Two LEDs (green and red) are made to toggle during the process of searching. Upon discovery of an AP, the ED establishes a network link, flashing the red LED as an indication. Once connected to the network, all LEDs are turned off and the ED defaults to low power mode (sleep mode). The ED wakes up once in a second toggling the green LED indicating active. In active mode, the ED samples its ambient temperature and battery voltage, transmits the measured data and goes to the sleep mode. 3.4 CONFIGURATION OF RANGE EXTENDER: The EZ430-RF2500T wireless sensors are used as REs to enhance the radio range of EDs to have efficient communication with AP. As a part of the initialization procedure, each RE is assigned with 2-byte device ID and is stored into flash memory for reuse on system. This node wakes up on RF interrupt, receives the data transmitted by ED/RE and verifies and transmit if data belongs to the established path, otherwise it goes to a sleep mode. 3.5 CONFIGURATION OF ACCESS POINT: The EZ430-RF2500 wireless sensor node is programmed as an AP. The AP is initialized as a network hub. Upon initialization, the AP uses the internal temperature sensor to measure the ambient temperature once per second for transmission to the PC. In addition, the AP continuously listens for new EDs joining the network and also EDs that have already joined. Two LEDs have been used to indicate these two transactions in the network: a red LED indicating the transmission of the AP's measurements to the PC via com port; a green LED indicating the receipt of a data packet from one of the network ED/REs and communicates to the PC via USB port. Graphic User Interface (GUI) based software for the PC has been used to receive the data sent by AP via USB and display the temperature and voltages measured by the end devices using GUI (Fig.5) and recorded using GUI terminal. Copyright to IJAREEIE

5 IV. RESULTS The wireless sensor temperature monitoring system has been established using six EDs, three REs and one AP respectively. The snapshot of recorded temperature and voltage values of various EDs is shown in Fig.5. Fig.5: Snapshot of simulation scenario representing temperature and battery voltages of all the EDs along with AP Table.1 lists the readings recorded at the monitor using sensor monitoring software and Terminal software. In this work, four parameters are selected for monitoring the ED namely, node id, sensed temperature, available voltage at the node and the received time. TABLE 1: PARAMETERS RECORDED AT THE EDS Node Id Temperature ( o C) Voltage(V) Time(S) C 28.3C 28.1C C 29.3C 28.4C 28.3C 28.1C 28.7C V. CONCLUSION The wireless sensor temperature monitoring system is established using Texas Instruments wireless sensor nodes in a two storied building. The temperature in the various rooms is monitored and recorded. Copyright to IJAREEIE ACKNOWLEDGMENT The authors would like to thank UGC for sanctioning the funds under major research project. Authors (Subramanya Bhat and Jyothi) would like to thank the management of BHS Higher Education Society, Bangalore for allowing them to pursue research. REFERENCES [1] P.Katopodis, G.Katsis, O.Walker, M.Tummala, J.B. Michael, A Hybrid, Large-scale Wireless Sensor Network for Missile Defence, IEEE International Conference on System of Systems Engineering,,pp:1-5, [2] Raza, H.M.M.T., Akbar, A.H, Chaudhry, S.A., Bag, G., Yoo, S., Kim, K. A Yaw Rate Aware Sensor Wakeup Protocol (YAP) for Target Prediction and Tracking in Sensor Network, IEEE Military Communications Conference, MILCOM 2007, pp:29-31, [3] C.Baker, K.Armijo, S.Belka, M.Benhabib, et al, Wireless Sensor Networks for Home Health Care, 21st International Conference on Advanced Information Networking and Applications Workshops, Volume 2, pp: , [4] E.Teaw, G.Hou, M.Gouzman, K.W.Tang, A.Kesluk, M.Kane, J.Farrell, A Wireless Health Monitoring System, IEEE International Conference on Information Acquisition, [5] G.Werner-Allen, K.Lorincz, M.Ruiz, O.Marcillo, J. Johnson, J. Lees, M. Welsh, Deploying a Wireless Sensor Network on an Active Volcano, IEEE Internet Computing, Volume 10, March-April [6] Lu, Kejie; Y.Qian, D.Rodriguez, W.Rivera, M. Rodriguez, Wireless Sensor Networks for Environmental Monitoring Applications: A Design Framework, IEEE Global Telecommunications Conference, [7] Jennifer Yick, Biswanath Mukherjee, Dipak Ghose, Wireless Sensor Network Survey, Computer Networks: International Journal of Computer and Telecommunications Networking, vol. 52, no. 12, August 2008, PP [8] Liyang, N.Wang, X.Meng, Real-Time Forest Fire Detection with Wireless Sensor Networks, International Conference on Wireless Communications, Networking and Mobile Computing, 2005 : Volume 2,

6 [9] G.Song, Z.Wei, W.Zhang, A.Song, A Hybrid Sensor Network System for Home Monitoring Applications, IEEE Transactions on Consumer Electronics. Volume 53, 2007: [10] Sha, K., Shi, W., Watkins, O. Using Wireless Sensor Networks for Fire Rescure Applications: Requirements and Challenges. IEEE International Conference on Electro/Information Technology, 2006 (7-10 May 2006): [11] TI Delivers SimpliciTI Network Protocol for Simple Low-Power RF Networks (SC ) BIOGRAPHY M. Subramanya Bhat is an Associate Professor at Vijaya College. He is pursuing his Ph.D in the department of Electronic Science, Bangalore University, Bangalore, under UGC FIP program. His field of interests are Mobile Adhoc Networks and Wireless Sensor Networks. Jyothi. V is an Assistant Professor at Vijaya College, Bangalore. She is currently pursuing Ph.D program in the department of Electronic Science, Bangalore University, Bangalore. Her field of interest is Wireless Sensor Networks. Dr. J. T. Devaraju is working as an Associate Professor at Department of Electronic Science, Bangalore University. He received his Ph.D. degree from Bangalore University. His research interests include Embedded Systems, Wireless Networks, LTE and Chalcogenide glasses. He has worked as a member for several committees. He and his research team are working on routing protocols of Wireless Sensor Networks. Copyright to IJAREEIE

Figure 1.Block diagram of inventory management system using Proximity sensors.

Figure 1.Block diagram of inventory management system using Proximity sensors. Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav

More information

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,

More information

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.

More information

Thingsquare Technology

Thingsquare Technology Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.

More information

Design and Performance Analysis of Building Monitoring System with Wireless Sensor Networks

Design and Performance Analysis of Building Monitoring System with Wireless Sensor Networks Design and Performance Analysis of Building Monitoring System with Wireless Sensor Networks Mohammed A. Abdala & Alaa Mohammed Salih Department of Networks, College of Information Engineering, University

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS

BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Review of the Air Force Academy No 2 (24) 2013 BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Marian ALEXANDRU, Vlad URSU Transilvania University of Brasov, Romania Abstract: A study of how to implement

More information

Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System

Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Atul Arora, Ankit Malik ABSTRACT In this paper, a low-power consumption remote home security alarm system developed

More information

DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL

DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL P.Mohan 1, M. Vinoth Kumar 2 1 PG Scholar, Masters Degree in Embedded System Technologies, Rajiv Gandhi College of Engineering,

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

Maximizing Range and Battery Life in Low-Cost Wireless Networks

Maximizing Range and Battery Life in Low-Cost Wireless Networks Maximizing Range and Battery Life in Low-Cost Wireless Networks The proliferation of cost-effective wireless technology has led to the rise of entirely new types of networks across a wide range of applications

More information

International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 ISSN 2278-7763

International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 ISSN 2278-7763 International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 Management of Wireless sensor networks using cloud technology Dipankar Mishra, Department of Electronics,

More information

SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY

SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY 1 S. Ashmad, 2 M.Mohan Babu, 3 P. Sudheer Asst. Professor, Department of E.I.E, SITAMS, Affiliated to JNTUA University, Chittoor, A.P Email : ashmad.syed@gmail.com,

More information

Online Communication of Critical Parameters in Powerplant Using ZIGBEE

Online Communication of Critical Parameters in Powerplant Using ZIGBEE International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya

More information

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable

More information

ABOUT ZIGBEE CIRCUIT DIAGRAM FOR RESEARCH

ABOUT ZIGBEE CIRCUIT DIAGRAM FOR RESEARCH Design and Construction of Microcontroller Based Wireless Remote Controlled Industrial Electrical Appliances Using ZigBee Technology 1,2 Lu Mai1, Min Zaw Oo2 Department of Electronic Engineering, Mandalay

More information

Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4

Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Michael Binhack, sentec Elektronik GmbH, Werner-von-Siemens-Str. 6, 98693 Ilmenau, Germany Gerald Kupris, Freescale Semiconductor

More information

Building a Basic Communication Network using XBee DigiMesh. Keywords: XBee, Networking, Zigbee, Digimesh, Mesh, Python, Smart Home

Building a Basic Communication Network using XBee DigiMesh. Keywords: XBee, Networking, Zigbee, Digimesh, Mesh, Python, Smart Home Building a Basic Communication Network using XBee DigiMesh Jennifer Byford April 5, 2013 Keywords: XBee, Networking, Zigbee, Digimesh, Mesh, Python, Smart Home Abstract: Using Digi International s in-house

More information

Microchip Technology. February 2008 Valerio Moretto Slide 1

Microchip Technology. February 2008 Valerio Moretto Slide 1 Microchip Technology February 2008 Valerio Moretto Slide 1 Connectivity Solutions Wired Wireless February 2008 Valerio Moretto Slide 2 Microchip Solutions More complex software Operating Systems >40 MIPS

More information

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications Joshua Ellul jellul@imperial.ac.uk Overview Brief introduction to Body Sensor Networks BSN Hardware

More information

Implementation of Wireless Gateway for Smart Home

Implementation of Wireless Gateway for Smart Home Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang

More information

CB-OLP425 DEVELOPMENT KIT GETTING STARTED

CB-OLP425 DEVELOPMENT KIT GETTING STARTED CB-OLP425 DEVELOPMENT KIT GETTING STARTED Document Revision Document number: 9142285 Release: Jan 29, 2014 09:42 Document version: 12 Copyright 2014 u-blox AG. The contents of this document can be changed

More information

XBee Wireless Sensor Networks for Temperature Monitoring

XBee Wireless Sensor Networks for Temperature Monitoring XBee Wireless Sensor Networks for Temperature Monitoring Vongsagon Boonsawat, Jurarat Ekchamanonta, Kulwadee Bumrungkhet, and Somsak Kittipiyakul School of Information, Computer, and Communication Technology

More information

M2M I/O Modules. To view all of Advantech s M2M I/O Modules, please visit www.advantech.com/products.

M2M I/O Modules. To view all of Advantech s M2M I/O Modules, please visit www.advantech.com/products. M2M I/O Modules 14 M2M I/O Modules Overview 14-2 M2M I/O Modules Selection Guide 14-6 ADAM-2510Z Wireless Router Node 14-8 ADAM-2520Z Wireless Modbus RTU Gateway 14-9 ADAM-2031Z ADAM-2632Z ADAM-2017Z ADAM-2018Z

More information

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System

More information

Intelligent Fleet Management System Using Active RFID

Intelligent Fleet Management System Using Active RFID Intelligent Fleet Management System Using Active RFID Ms. Rajeshri Prakash Mane 1 1 Student, Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology, Rajaramnagar,

More information

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM Mr.S.Iyyappan 1, Mr.V.Nandagopal 2 P.G Scholar, Dept. of EEE, Ganadipathy Tulis s Jain Engineering College, Vellore,

More information

Figure 1. The Example of ZigBee AODV Algorithm

Figure 1. The Example of ZigBee AODV Algorithm TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.2, February 2014, pp. 1528 ~ 1535 DOI: http://dx.doi.org/10.11591/telkomnika.v12i2.3576 1528 Improving ZigBee AODV Mesh Routing Algorithm

More information

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

More information

EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit

EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No

More information

Wireless Sensor Networks Database: Data Management and Implementation

Wireless Sensor Networks Database: Data Management and Implementation Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Wireless Sensor Networks Database: Data Management and Implementation Ping Liu Computer and Information Engineering Institute,

More information

Data Management in Sensor Networks

Data Management in Sensor Networks Data Management in Sensor Networks Ellen Munthe-Kaas Jarle Søberg Hans Vatne Hansen INF5100 Autumn 2011 1 Outline Sensor networks Characteristics TinyOS TinyDB Motes Application domains Data management

More information

Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network

Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network 24 Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network Zulhani Rasin Faculty of Electrical Engineering Universiti Teknikal Malaysia Melaka (UTeM) Melaka, Malaysia Email: zulhani@utem.edu.my

More information

WASP User Manual. Revision: 1.6. (c) 2012 North Pole Engineering, Inc.

WASP User Manual. Revision: 1.6. (c) 2012 North Pole Engineering, Inc. Revision: 1.6 2 1 Introduction WASP is a standalone unit providing a bridge for ANT+ devices to communicate wirelessly through Wi-Fi networks, to other devices on the local network or over the Internet.

More information

A Wireless Sensor Network for Weather and Disaster Alarm Systems

A Wireless Sensor Network for Weather and Disaster Alarm Systems 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore A Wireless Sensor Network for Weather and Disaster Alarm Systems Cholatip Yawut

More information

Wireless Sensor Network for Electric Meter Handling

Wireless Sensor Network for Electric Meter Handling Wireless Sensor Network for Electric Meter Handling Swapnil Magar 1, Prof.Deshpande L.M. 2 PG Student [E&TC], Dept. of ECE, College of Engineering, Osmanabad, Maharashtra, India 1 Assistant professor,

More information

Wireless Medical History Tracker and Token Generator Using Finger Biometric Technology and Arm

Wireless Medical History Tracker and Token Generator Using Finger Biometric Technology and Arm Wireless Medical History Tracker and Token Generator Using Finger Biometric Technology and Arm Mohit M. Jungare, Prof.V.G.Girhepunje M. Tech Student, Dept of Electronics and Telecommunication, Priyadarshini

More information

Design, implementation and characterization of a radio link in ISM band at 2.4Ghz

Design, implementation and characterization of a radio link in ISM band at 2.4Ghz Design, implementation and characterization of a radio link in ISM band at 2.4Ghz By Juan Santaella Hernández Supervisor: Francisco Jiménez Molinos Design, implementation and characterization of a radio

More information

Wireless Sensor Network for Performance Monitoring of Electrical Machine

Wireless Sensor Network for Performance Monitoring of Electrical Machine International Journal of Reconfigurable and Embedded Systems (IJRES) Vol. 4, No. 1, March 2015, pp. 1~5 ISSN: 2089-4864 1 Wireless Sensor Network for Performance Monitoring of Electrical Machine Priyanka

More information

Using Xbee 802.15.4 in Serial Communication

Using Xbee 802.15.4 in Serial Communication Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal

More information

Wireless monitoring system for temperature and humidity based on ZigBee

Wireless monitoring system for temperature and humidity based on ZigBee Wireless monitoring system for temperature and humidity based on ZigBee Abstract Jianjun Chen* Shaoxing University uanpei College, Shaoxing, Zhejiang, 3000, China Received March 04, www.cmnt.lv Traditional

More information

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker e -Journal of Science & Technology (e-jst) e-περιοδικό Επιστήμης & Τεχνολογίας 55 DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS G.S. Nhivekar, R.R.Mudholker Department

More information

R-Win. Smart Wireless Communication Management System

R-Win. Smart Wireless Communication Management System Smart Wireless Communication Management System General R-Win is a smart communications adapter for management of wireless communications in a SCADA/Distributed Control System. The R-Win system includes

More information

ÇANKAYA ÜNİVERSİTESİ ECE 491 SENIOR PROJECT I 11111 ERDİNÇ YILMAZ 200614038

ÇANKAYA ÜNİVERSİTESİ ECE 491 SENIOR PROJECT I 11111 ERDİNÇ YILMAZ 200614038 ÇANKAYA ÜNİVERSİTESİ ECE 491 SENIOR PROJECT I 11111 200614038 1 Project Name : Sensor Network System Project company : ROBUTEL Contact : www.robutel.com Project instructor : Yrd. Doç. Dr. Orhan GAZİ Contact

More information

REMOTE TEMPERATURE AND HUMIDITY MONITORING SYSTEM USING WIRELESS SENSOR NETWORKS

REMOTE TEMPERATURE AND HUMIDITY MONITORING SYSTEM USING WIRELESS SENSOR NETWORKS REMOTE TEMPERATURE AND HUMIDITY MONITORING SYSTEM USING WIRELESS SENSOR NETWORKS Varsha jaladi 1, Guthula Ganga Raja Sekhar 2, K.Raghava Rao 3 1 BTech Student, dept. of Electronics and Computers, K L University,

More information

LIN (Local Interconnect Network):

LIN (Local Interconnect Network): LIN (Local Interconnect Network): History: LIN (Local Interconnect Network) was developed as cost-effective alternate to CAN protocol. In 1998 a group of companies including Volvo, Motorola, Audi, BMW,

More information

AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION

AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION INTERNATIONAL JOURNAL OF REVIEWS ON RECENT ELECTRONICS AND COMPUTER SCIENCE AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION K.Anusha 1, K.Sudha 2 1 M.Tech Student, Dept of CSE, Aurora's Technological

More information

Networked Embedded Systems: Design Challenges

Networked Embedded Systems: Design Challenges Networked Embedded Systems: Design Challenges Davide Quaglia Electronic Systems Design Group University of Verona 3 a giornata nazionale di Sintesi Logica, Verona, Jun 21, 2007 Outline Motivation Networked

More information

Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City

Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City A. Lavric 1, V. Popa 2 PhD.,Computers, Department of Electronics and Automation,

More information

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks He Ba, Ilker Demirkol, and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester,

More information

Network Enabled Battery Health Monitoring System

Network Enabled Battery Health Monitoring System Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project

More information

Zigbee Based Underground Mines Parameter Monitoring System for Rescue and Protection

Zigbee Based Underground Mines Parameter Monitoring System for Rescue and Protection IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 4, Ver. I (Jul-Aug. 2014), PP 32-36 e-issn: 2319 4200, p-issn No. : 2319 4197 Zigbee Based Underground Mines Parameter Monitoring

More information

Halmstad University Post-Print

Halmstad University Post-Print Halmstad University Post-Print Wireless Sensor Networks for Surveillance Applications - A Comparative Survey of MAC Protocols Mahmood Ali, Annette Böhm and Magnus Jonsson N.B.: When citing this work, cite

More information

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE 1. Kit Contents The RF to USB Reference Design contains the following items: Si1012 Energy Harvesting Wireless Sensor Node EZRadioPRO USB Dongle ToolStick

More information

Wireless Sensor Network: Challenges, Issues and Research

Wireless Sensor Network: Challenges, Issues and Research ISBN 978-93-84468-20-0 Proceedings of 2015 International Conference on Future Computational Technologies (ICFCT'2015) Singapore, March 29-30, 2015, pp. 224-228 Wireless Sensor Network: Challenges, Issues

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 5, September

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 5, September Analysis and Implementation of IEEE 802.11 MAC Protocol for Wireless Sensor Networks Urmila A. Patil, Smita V. Modi, Suma B.J. Associate Professor, Student, Student Abstract: Energy Consumption in Wireless

More information

System Development Process based on Embedded Linux and Sensor Node

System Development Process based on Embedded Linux and Sensor Node System Development Process based on Embedded Linux and Sensor Node Shin-Hyeong Choi 1* and Hyoung-Keun Park 2 1* Dept. of Control & Instrumentation Engineering, Kangwon National University, 1 Joongang-ro

More information

Using IPv6 and 6LoWPAN for Home Automation Networks

Using IPv6 and 6LoWPAN for Home Automation Networks Using IPv6 and 6LoWPAN for Home Automation Networks Thomas Scheffler / Bernd Dörge ICCE-Berlin Berlin, 06.09.2011 Overview IPv6 and 6LoWPAN for Home Automation Networks 6LoWPAN Application & Network Architecture

More information

A Surveillance Robot with Climbing Capabilities for Home Security

A Surveillance Robot with Climbing Capabilities for Home Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,

More information

Bidirectional wireless communication using EmbedRF

Bidirectional wireless communication using EmbedRF Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF

More information

Cell Phone Based Liquid Inventory Management Using Wireless System

Cell Phone Based Liquid Inventory Management Using Wireless System Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using

More information

High-Frequency Distributed Sensing for Structure Monitoring

High-Frequency Distributed Sensing for Structure Monitoring High-Frequency Distributed Sensing for Structure Monitoring K. Mechitov, W. Kim, G. Agha and T. Nagayama* Department of Computer Science, University of Illinois at Urbana-Champaign 201 N. Goodwin Ave.,

More information

Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring

Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring , pp.18-22 http://dx.doi.org/10.14257/astl.2015.98.05 Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring Surgwon Sohn, Seong-Rak Rim, In Jung Lee Div. of Computer and Information

More information

The Research and Application of College Student Attendance System based on RFID Technology

The Research and Application of College Student Attendance System based on RFID Technology The Research and Application of College Student Attendance System based on RFID Technology Zhang Yuru, Chen Delong and Tan Liping School of Computer and Information Engineering, Harbin University of Commerce,

More information

Remote Monitoring and Controlling System Based on ZigBee Networks

Remote Monitoring and Controlling System Based on ZigBee Networks Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr

More information

A Non-beaconing ZigBee Network Implementation and Performance Study

A Non-beaconing ZigBee Network Implementation and Performance Study A Non-beaconing ZigBee Network Implementation and Performance Study Magnus Armholt Email: magnus.armholt@tut.fi Sakari Junnila Email: sakari.junnila@tut.fi Irek Defee Email: irek.defee@tut.fi Abstract

More information

Applying Mesh Networking to Wireless Lighting Control

Applying Mesh Networking to Wireless Lighting Control White Paper Applying Mesh Networking to Wireless Lighting Control www.daintree.net Abstract Recent advances in wireless communications standards and energy-efficient lighting equipment have made it possible

More information

NanoMon: An Adaptable Sensor Network Monitoring Software

NanoMon: An Adaptable Sensor Network Monitoring Software NanoMon: An Adaptable Sensor Network Monitoring Software Misun Yu, Haeyong Kim, and Pyeongsoo Mah Embedded S/W Research Division Electronics and Telecommunications Research Institute (ETRI) Gajeong-dong

More information

Design of Online Embedded Web Server for Data Acquisition System # Author

Design of Online Embedded Web Server for Data Acquisition System # Author Design of Online Embedded Web Server for Data Acquisition System # Author A.Shilpa #1 Dept. of ECE, Sreenidhi Institute of Science and Technology, AP, India Abstract this paper realizes an Embedded based

More information

A Transport Protocol for Multimedia Wireless Sensor Networks

A Transport Protocol for Multimedia Wireless Sensor Networks A Transport Protocol for Multimedia Wireless Sensor Networks Duarte Meneses, António Grilo, Paulo Rogério Pereira 1 NGI'2011: A Transport Protocol for Multimedia Wireless Sensor Networks Introduction Wireless

More information

The System Design and Implementation of Vehicle Management

The System Design and Implementation of Vehicle Management The System Design and Implementation of Vehicle Management Jr-Jen Huang, Yi-Yu Chu, and Yen-Jen Chen speed, time, and date. All of that GPS data is sent to MSP430F5438 by the Universal Asynchronous Receiver/Transmitter

More information

Synapse s SNAP Network Operating System

Synapse s SNAP Network Operating System Synapse s SNAP Network Operating System by David Ewing, Chief Technology Officer, Synapse Wireless Today we are surrounded by tiny embedded machines electro-mechanical systems that monitor the environment

More information

Study on Differential Protection of Transmission Line Using Wireless Communication

Study on Differential Protection of Transmission Line Using Wireless Communication Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,

More information

ZigBee Technology Overview

ZigBee Technology Overview ZigBee Technology Overview Presented by Silicon Laboratories Shaoxian Luo 1 EM351 & EM357 introduction EM358x Family introduction 2 EM351 & EM357 3 Ember ZigBee Platform Complete, ready for certification

More information

A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks

A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks , pp.100-104 http://dx.doi.org/10.14257/astl.2014.45.19 A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks Li Ma 1,2,3, Jingzhou Yan 1,2,Kuo Liao 3,4, Shuangshuang Yan

More information

LoRa FAQs. www.semtech.com 1 of 4 Semtech. Semtech Corporation LoRa FAQ

LoRa FAQs. www.semtech.com 1 of 4 Semtech. Semtech Corporation LoRa FAQ LoRa FAQs 1.) What is LoRa Modulation? LoRa (Long Range) is a modulation technique that provides significantly longer range than competing technologies. The modulation is based on spread-spectrum techniques

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication

More information

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS Sumanta Saha, Md. Safiqul Islam, Md. Sakhawat Hossen School of Information and Communication Technology The Royal Institute of Technology (KTH) Stockholm,

More information

PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks

PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks Sinem Coleri and Pravin Varaiya Department of Electrical Engineering and Computer Science University of California,

More information

Design of Wireless Home automation and security system using PIC Microcontroller

Design of Wireless Home automation and security system using PIC Microcontroller IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication

More information

Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network

Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Xinjian Xiang College of Automation & Electrical Engineering, Zhejiang University of Science and Technology, Zhejiang,

More information

Voice Transmission over Wireless Sensor Networks

Voice Transmission over Wireless Sensor Networks Voice Transmission over Wireless Sensor Networks Lin-Huang Chang, Chao-Chieh Chen, Tsung-Han Lee Department of Computer and Information Science, National Taichung University, Taichung, Taiwan lchang@mail.ntcu.edu.tw

More information

Bluetooth Stereo Network

Bluetooth Stereo Network ECE 445 Fall 2012 Senior Design Project Proposal Bluetooth Stereo Network Team 7 Jeff Wheeler Rishi Ratan Jerry Sun Prof. Andrew Carl Singer TA: Justine Fortier Table of Contents 1.0 Introduction... 3

More information

packet retransmitting based on dynamic route table technology, as shown in fig. 2 and 3.

packet retransmitting based on dynamic route table technology, as shown in fig. 2 and 3. Implementation of an Emulation Environment for Large Scale Network Security Experiments Cui Yimin, Liu Li, Jin Qi, Kuang Xiaohui National Key Laboratory of Science and Technology on Information System

More information

Energy Harvesting Powered Wireless Sensor Node and Asset Tracking Solutions in Random Vibration Environments

Energy Harvesting Powered Wireless Sensor Node and Asset Tracking Solutions in Random Vibration Environments White Paper Energy Harvesting Powered Wireless Sensor Node and Asset Tracking Solutions in Random Vibration Environments by Anurag Kasyap, Ph.D. April 2009 Copyright 2009 AdaptivEnergy LLC. All rights

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Implementing ZigBee /IEEE 802.15.4 Solutions Based on Radiocrafts modules by Ø. Nottveit Introduction Radiocrafts offers a family of miniature modules intended for radio networks based on the IEEE 802.15.4

More information

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM Harsha G S Department of Electronics & Communication Channabasaveshwara Institute of Technology, Gubbi, 572216, India ABSTRACT Patient s condition

More information

INTRODUCTION TO WIRELESS SENSOR NETWORKS. Marco Zennaro, ICTP Trieste-Italy

INTRODUCTION TO WIRELESS SENSOR NETWORKS. Marco Zennaro, ICTP Trieste-Italy INTRODUCTION TO WIRELESS SENSOR NETWORKS Marco Zennaro, ICTP Trieste-Italy Wireless sensor networks A Wireless Sensor Network is a self-configuring network of small sensor nodes communicating among themselves

More information

ENERGY EFFICIENT WIRELESS CLASSROOM AND BUS MONITORING SYSTEM

ENERGY EFFICIENT WIRELESS CLASSROOM AND BUS MONITORING SYSTEM ENERGY EFFICIENT WIRELESS CLASSROOM AND BUS MONITORING SYSTEM Vijaya Baskar V. and Sakthivel E. Sathyabama University, Jeppiaar Nagar, Rajiv Gandhi Salai, Chennai, India ABSTRACT The main objective of

More information

Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht (info@eonline.de) V0.1draft

Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht (info@eonline.de) V0.1draft Application Report Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht (info@eonline.de) V0.1draft Embedded RF ABSTRACT This application report describes

More information

An On-demand Scheduling Routing Protocol for IPv6 Industrial Wireless Sensor Networks based on Deterministic Scheduling

An On-demand Scheduling Routing Protocol for IPv6 Industrial Wireless Sensor Networks based on Deterministic Scheduling An On-demand Scheduling Routing Protocol for IPv6 Industrial Wireless Sensor Networks based on Deterministic Scheduling 1 Ping Wang, 2 Fei Lan, 3 Heng Wang, 4 Min Xiang *1 Key Laboratory of Industrial

More information

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM IJECT Vo l. 5, Is s u e Sp l - 3, Ja n - Ma r c h 2014 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Advanced Vehicle Tracking System on Google Earth Using GPS and GSM 1 Sowjanya Kotte, 2 Hima Bindhu

More information

DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD

DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD PRELIMINARY DATA SHEET Wednesday, 16 May 2012 Version 0.5 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes

More information

An Overview of ZigBee Networks

An Overview of ZigBee Networks An Overview of ZigBee Networks A guide for implementers and security testers Matt Hillman Contents 1. What is ZigBee?... 3 1.1 ZigBee Versions... 3 2. How Does ZigBee Operate?... 3 2.1 The ZigBee Stack...

More information

Energy Effective Routing Protocol for Maximizing Network Lifetime of WSN

Energy Effective Routing Protocol for Maximizing Network Lifetime of WSN Energy Effective Routing Protocol for Maximizing Network Lifetime of WSN Rachana Ballal 1, S.Girish 2 4 th sem M.tech, Dept.of CS&E, Sahyadri College of Engineering and Management, Adyar, Mangalore, India

More information

Easy-Flow: Comparing and integrating Wireless and PLC Medium Access Control Protocols.

Easy-Flow: Comparing and integrating Wireless and PLC Medium Access Control Protocols. 1 LCA Easy-Flow: Comparing and integrating Wireless and PLC Medium Access Control Protocols. Christina Vlachou, Julien Herzen, Patrick Thiran (EPFL) Marc Sommer, Hervé Dedieu (HEIG-VD) Gérôme Bovet, Jean

More information

How To Secure Data Aggregation In A Wireless Sensor Network

How To Secure Data Aggregation In A Wireless Sensor Network A Framework: Secure Data Aggregation in Wireless Sensor Networks Vimal Pambhar 1, Bhoomi Bangoria 2, Bhavik Kataria 3 Assistant professor, Dept. of CSE/IT, Dr. Shubhash Technical campus, Junagadh, Gujarat,

More information

Internet of Things based approach to Agriculture Monitoring

Internet of Things based approach to Agriculture Monitoring Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August 2013 1 / 19 Outline 1 IP-based

More information

Empirical Evaluation of OI-MAC: Direct Interconnection between Wireless Sensor Networks for Collaborative Monitoring

Empirical Evaluation of OI-MAC: Direct Interconnection between Wireless Sensor Networks for Collaborative Monitoring Empirical Evaluation of OI-MAC: Direct Interconnection between Wireless Sensor Networks for Collaborative Monitoring Krongboon Singhanat, Teng Jiang, Geoff V. Merrett, Nick R. Harris Electronics and Computer

More information

RT-QoS for Wireless ad-hoc Networks of Embedded Systems

RT-QoS for Wireless ad-hoc Networks of Embedded Systems RT-QoS for Wireless ad-hoc Networks of Embedded Systems Marco accamo University of Illinois Urbana-hampaign 1 Outline Wireless RT-QoS: important MA attributes and faced challenges Some new ideas and results

More information