Solar Biscuit: A Battery-less Wireless Sensor Network System for Environmental Monitoring Applications
|
|
|
- Andrew Randolf Ward
- 10 years ago
- Views:
Transcription
1 Solar Biscuit: A Battery-less Wireless Sensor Network System for Environmental Monitoring Applications Masateru MINAMI, Takashi MORITO, Hiroyuki MORIKAWA and Tomonori AOYAMA Shibaura Institute of Technology, Shibaura, Minato-ku, Tokyo, Japan The University of Tokyo, Hongo, Bunkyo-ku, Tokyo, Japan Abstract This paper describes the design and implementation of a battery-less wireless sensor network system that uses the combination of an electric double layer capacitor equipped with a small solar cell as its energy source. Although it is easy to drive sensor nodes with such energy sources on the hardware level, long-interval communication remains an important problem. Since the amount of energy obtained from a solar cell is small, a sensor node should wait until a sufficient amount of energy is charged in the capacitor before sensing or wireless communication. Thus, sensor nodes wait for a long period for capacitor charging and then communicate over a short period. This behavior by the node seriously affects the design of the communication mechanism in battery-less sensor network systems. In order to address this problem, we have designed a communication mechanism that is suitable for such behavior of battery-less sensor network nodes based on a practical application scenario of environmental monitoring applications. We also implement the newly designed communication mechanism on custom hardware and evaluate the performance of the mechanism trough several experiments. 1 Introduction One important application of sensor networks is environmental monitoring, which involves the use of several sensor nodes scattered over a target field, such as a large area farmland or forest. In particular, the wireless sensor network (WSN) enables easy construction of such a large monitoring system because of the flexibility of wireless communication technology. However, in order not to restrict the advantages of the WSN, each sensor node usually has a battery for its energy source. This is problematic in that dead battery replacement is then required for a huge number of WSN devices. Therefore, various energy saving techniques, including energy-efficient routing protocols [1], medium access control schemes [2][3], special operating systems [4] and system-onchip technology [5], have been proposed. Although these techniques are useful for extending the battery life of WSN nodes, none of these techniques offer an essential solution to the battery replacement problem. This is because the energy consumption of a node can never be reduced to zero, even if we use extremely efficient energy saving technologies. Moreover, self-discharge is an inherent problem of batteries. Therefore,aslongasbattery-powered nodes are used, we will have to replace an enormous number of dead batteries, and performing such maintenance is unrealistic. Of course, in specific application scenarios such as military applications, WSN nodes can be assumed to be disposable. However, in many cases, disposable devices are not acceptable. For example, WSN nodes used to monitor temperature in plastic green houses can not be left in the environment because the dead nodes and batteries will become obstacles and may be harmful to the products grown therein. On the other hand, various kinds of energy conversion devices have been developed that can provide electric power without batteries. For example, thermoelectric devices can produce electric power from temperature changes, micro generators can convert vibrations to electric power, and solar cells can produce electric power from light sources. If these devices can be used to drive WSN nodes, the problem of battery replacement for WSN systems can be eliminated. In other words, we can realize a perpetual WSN-based environmental monitoring system that maintains its availability semi-permanently. However, driving WSN nodes with such devices is more difficult than it seems. Basically, a WSN node consumes around W, depending on the clock speed of the microprocessor and the wireless communication device. Compared to this power consumption, conversion devices can usually provide only W. Of course, these values depend on the physical size of the conversion device, where lager devices can provide higher electric power. However, smaller WSN nodes are preferable when considering the practical application of WSN. Thus, WSN nodes should store obtained energy by some means of electric storage, such as electric double layer capacitors (EDLCs), until the stored energy level becomes sufficient for sensing and communication. As a result, WSN nodes should wait for a long period of time, and then run their task in a short period of time. For example, if a small solar cell is used to drive a WSN node, then the node should wait for approximately ten seconds and then transmit data via an RF communication device for approximately one second. This long intermittent behavior of WSN nodes seriously affects the performance of WSN systems, especially with respect to communication, causing long delays and degrading the reliability of multi-hop communication. Moreover, this behavior makes difficult the use of various energy-efficient routing protocols designed for conventional WSN. However, if a good communication mechanism and application scenarios that are suitable for the above-mentioned behavior can be found, then battery-less WSN systems can be enabled.
2 We investigated battery-less WSN systems from this point of view, and implemented a prototype system called Solar Biscuit (SB) that utilizes solar cells for its energy source. Although a previous study has examined the use of solar cells for driving WSN nodes [6], this previous study proposed a modified version of an existing energy-efficient routing protocol and does not consider the important behavior of battery-less WSN systems. Since our goal is to prove the concept of the SB system and determine the essential problems regarding practical application of battery-less WSN systems, we designed the SB system through implementation and experimentation, rather than through computer simulation. The present paper describes the design, implementation, and initial experimental results obtained using the SB system as follows. In Section 2, we describe the requirements of the system based on a typical application scenario of environmental monitoring. In Section 3, we describe the system design, focusing on the communication mechanism, and propose a primitive protocol that is suitable for long intermittent communication. Section 4 describes a prototype implementation of the system and an evaluation of its basic performance in a practical environment. Finally, the findings of the present study are summarized in Section 5. 2 Application Scenario and Requirements Generally, sensor network systems are categorized into two types. The first type is general-purpose systems that are designed for research and development of sensor networks. For example, MICA Mote [7] and SmartIts [8] are the most famous systems in this category. The second type is special purpose systems that are designed for specific applications. For example, the i-bean network [9] is designed mainly for monitoring applications in indoor environments and employs star-mesh topology for its communication network. In our opinion, the development of practical sensor network systems requires hardware and software design for application specific systems. In other words, the requirements for a specific application should define the design of the sensor network. Based on this consideration, we investigate the characteristics of the environmental monitoring applications and clarify the requirements for designing the battery-less WSN system in this section. Basically, driving WSN nodes without a battery on the hardware level is not particularly difficult. However, as stated in Section 1, the long intermittent communication behavior of the nodes seriously affects the communication performance of battery-less WSN system. Thus, long delay and low reliability of communication is unavoidable. In addition, although battery life is not a concern of WSN nodes, the obtained energy of a node may be insufficient in order to execute various tasks. This means that it is difficult for battery-less WSN systems to maintain routing information of sophisticated routing protocols, whereas environmental monitoring requires multi-hop communication in order to archive wide-area monitoring system. However, when the general characteristics of environmental monitoring applications are considered, almost all of these restrictions are allowable. In many environmental monitoring applications, each sensor node reports sensed data to a destination node, and the sensing target is usually a slowly changing physical parameter, such as temperature, humidity, or the concentration of some kind of agricultural chemical. In this case, real-time sensing and communication Deliver an emergency event as soon as possible. Emergency Mode Bootstrap Mode Ordinary Mode Broadcast-based and best-effort communication. No guarantee of delay and reliable communication. Figure 1: Three Basic Modes in the Solar Biscuit System for on-the-fly data processing are not necessary, and a delay of a few minutes will likely be acceptable. Therefore, long communication delays do not affect such applications. Loss of sensed data is also acceptable in environmental monitoring applications because various mathematical techniques can be used to interpolate missing data. In addition, highdensity redundant sensor nodes can be used to improve communications reliability. Based on the above discussion, we can assume that environmental monitoring applications are not sensitive to communication delay or reliability problems when nodes are monitoring a slowly changing target under ordinary conditions. On the other hand, once a node detects an emergency event, such as detection of an unusual temperature, these assumptions become invalid. In such cases, fast and reliable communication is required in order to deliver the emergency event to a destination as soon as possible. All nodes in the monitoring application must contribute to relay the events, and the energy condition of each node must not be a concern. Therefore, a battery-less WSN system for environmental monitoring applications should satisfy the following three requirements. First, the system should support both an ordinary monitoring mode and an emergency event delivery mode. Second, although long delay and low reliability is acceptable, a simple, lightweight and energy-adaptive multihop communication protocol is required for use in the ordinary monitoring mode. Third, when an emergency event is detected at a node, the system changes its mode and reliably reports the event to a destination as soon as possible. 3 Design 3.1 Conceptual Design Based on the above discussion, we designed the SB system as shown in Figure 1. In order to embody the scenario outlined in the previous section, we designed bootstrap mode, ordinary mode, and emergency mode as the basic states for the SB nodes. In the bootstrap mode, the SB node charges energy obtained from an energy conversion device to electric storage. Since light sources can be found almost everywhere, we used a solar cell for the energy source of the SB node in
3 T Unit T Active T Sleep Node A Active Sleep Node B Message check Active Sleep Message check Node C Wake up message Node D Data Figure 2: Timing Sequence of Communication for the SB Node order to support a wide variety of monitoring applications in the current implementation. The solar cell is equipped with an EDLC in order to store the obtained electric power temporary. When a sufficient amount of energy is charged intheedlc,thesbnodeentersordinarymode. Inthis mode, the node reports a sensed data to a destination node within a certain period, depending on its energy level. For example, if the node can obtain sufficient energy from the solar cell, then it transmits the sensed data over a short interval, whereas if the energy condition of the node is poor, then sensing and communication is performed over a long period. Once an emergency event is detected at an SB node, all nodes in the SB system enter emergency mode. In this mode, the node that detected the event wakes up all nodes, and the nodes transmit the event to the destination as soon as possible. Since every nodes continuously contributes to event transmission in emergency mode, the nodes will consume all of their energy in a few seconds. After this, the nodes are restarted in bootstrapping mode. In this way, the SB system supports the application scenario described in the previous section. 3.2 Communication Protocol One of our goals in designing the SB system is to develop a novel communication mechanism that satisfies the requirements of the above-mentioned scenario. Generally, we have to consider both a medium access control (MAC) protocol and a routing protocol in designing a communication protocol for WSN systems. In the SB system, we use Carrier Sense Multiple Access (CSMA) for a MAC protocol. For a routing protocol, although several sensor network protocols have been proposed, we designed a simple flooding-based protocol from scratch because conventional communication protocols do not consider the long intermittent communication behavior of nodes. Figure 2 illustrates the basic timing sequence of a SB node. Sensing and communication of the SB node are performed in a unit time of T Unit, and the node repeats the active state and sleep state for T Active and T Sleep,respectively, where T Active and T Sleep are determined as multiples of T Unit. In the SB system, all nodes have same active time T Active and T Sleep is changed depending on the existence of an energy condition. The SB node measures the voltage level of the EDLC, and if the measured voltage is higher than a threshold value V Th, then the node adds a unit time T Unit to T Sleep,otherwiseT Unit is subtracted from T Sleep. Figure 3 shows the multi-hop communication protocol in ordinary mode. This figure assumes that the start points of the time when SB nodes become active are uniformly Source Destination Device in Active State Device in Sleep State Figure 3: Communication Strategy of the SB system Node A Node B Node C Node D Randomize Active Sleep Message check Figure 4: Randomization Algorithm randomized. We then consider node B to be a sender of a sensed data and node D to be a destination node (sink node). Every time a node becomes active, it broadcasts a wake-up message via an RF transceiver. In this example, node B can receive wake-up messages from node A and node C and so recognizes that node A and node C have become active. Since the active time T Active of all nodes is identical, this guarantees that both nodes A and C are active when node B enters the sleep state. Then, node B broadcasts the sensed data before entering the sleep state. As a result, the sensed data is duplicated and stored in nodes A and C. In the same way, node A broadcast the sensed data when it enters the sleep state. In this case, node C receives the same data from nodes B and A, and so ignores the data from onenode. Here,ifnodeDbecomesactivewhilenodeCis active, then the destination can receive the sensed data. In this way, sensed data is delivered to the destination node. ThesenseddataistransmittedwithTimetoLive(TTL), and if the TTL becomes zero, then the packet is discarded. The key point of the communication protocol is that broadcast-based and best-effort data forwarding is performed among a limited number of nodes by creating a situation in which several nodes become active when one node is active. In order to create this condition, we designed an algorithm that randomizes the start points of the active mode, as shown in Figure 4. When a node in the active state has received n wake-up messages, the node performs a trial to determine whether the node can obtain 1 with probability 1 1/n and 0 with probability 1/n. If the node obtains
4 Node A Node B Node C Emergency Sleep Message check Data Node D Figure 5: Communication in the Emergency Mode Solar Cell Reset IC (BD4835G) Temperature and Humidity Sensor (SH11) Figure 7: Hardware Implementation 5V 1.0F Super Capacitor Charge Level Microcontroller (PIC 18LF452) Power Line RF Module (CC1000) Figure 6: Block Diagram of the SB Node 1, then one unit time T Unit is added to T Sleep,andthe trail is repeated. If the node obtains 0, then the nodes terminate the trial. Using this algorithm, the start points of all nodes in the system can be randomized. Once an emergency event has occurred, the SB system enters emergency mode, as shown in Figure 5. In emergency mode, node B, which has detected the event, continuously broadcasts an emergency message. In ordinary mode, all nodes in the system check for messages at every T Unit. If the emergency event is detected by other nodes, then these nodes also enter emergency mode and broadcast the emergency message. Eventually, all nodes enter emergency mode, and the emergency event is delivered to the destination. Message broadcasting continues until the nodes consume all of their energy. The above mentioned simple communication protocol is designed based on the philosophy that the sensed data will eventually be delivered to the destination in ordinary mode. In contrast to ordinary mode, in emergency mode, all nodes contribute to deliver the important event as soon as possible. Although this protocol is very simple, it is not the optimal protocol for battery-less WSN systems. However, we believe that the basic concept of our protocol is appropriate. Further improvement of the protocol will be considered in future studies. 4 Implementation and Evaluation 4.1 Hardware Implementation In order to prove the concept of the proposed system, we developed a prototype system. Figure 6 shows a block diagram of a SB node. We implemented a one-chip MPU (MICROCHIP PIC 18LF452, MHz), a 315-MHz RF module (ChipCon CC1000), and a temperature and humidity sensor (Sensiron SH11) on a 5 cm x 5 cm main circuit board. A 5 cm x 5 cm solar cell (SHELL SOLAR, Monolithic Silicon Solar Cell) is connected to a low internal impedance EDLC (5 V, 1.0 F, NEC Tokin, FT0H105Z). The EDLC is also connected to an internal A/D converter of the MPU so that the SB node can determine the sleep time as stated in the previous section. If the charge level is less than 3.5 V, then a CMOS reset IC (ROHM BD4835G) shuts down the MPU (i.e., the MPU must enter the sleep mode before the charge level becomes less than 3.5 V) in order to avoid unexpected behavior of the node. If the charge level becomes V, then the reset IC restarts the MPU. Sensing and communication software of the node are developed using the C language. We used Manchester encoding, Cyclic Redundancy Check (CRC), and pure CSMA for the lower layer of the communication protocol. On top of these mechanisms, we implemented the broadcast-based routing protocol described in the previous section. When the device is continuously sending data via the RF module, the maximum power consumption of the SB node is approximately 30 ma, because the RF module consumes over 25 ma in the highest transmission power mode. On the other hand, the solar cell can provide approximately 20 ma in fine weather. Therefore, the performance of the SB device is good in an outdoor environment. However, in an indoor environment, driving the SB node by solar cell is not possible due to current leakage of the main circuit board. Currently, we are designing the next version of SB node, which will have improved performance in both outdoor and indoor environments. 4.2 Performance Evaluation We performed several experiments in order to evaluate the prototype system. We first observed the behavior of an SB node in order to confirm whether the node can perform the expected action according to the application scenario described in Section 2. Figure 8 shows an example of the EDLC voltage change reflecting the activity of the SB node. Here, we set T Unit=1 second and T Active=1 second, and V Th, which determines the ratio of the active state to the sleep state, was set to 4.0 V. After turning on the SB node, the node stores obtained energy to the EDLC, waiting until the charge level rises to a level that is sufficient to drive the MPU (bootstrap mode). When the charge level becomes V,
5 MPU Inactive Monitoring Charge Level Normal Mode Poor Energy Condition (Long Interval) Good Energy Condition (Short Interval) Entering Emergency Mode( MPU is Transmitting an Emergency Message) 8 m 6 m Communication Start Emergency Event MPU Active MPU Inactive Figure 8: Activity of the SB Node Figure 10: Experimental Setup Figure 9: Bit Error Rate the MPU wakes up and enters sleep mode until the charge level becomes V Th. Once the charge level exceeds V Th,the MPU begins sensing and communication in a certain interval, depending on the energy condition (normal mode). Since the energy condition of the node is poor for 40 seconds to 60 seconds in Figure 8, the interval of sensing and communication is approximately 20 seconds. After an elapsed time of 60 seconds, the energy condition becomes good and the interval changes to 5 seconds. After an elapsed time of approximately 90 seconds, the node detects an emergency event and enters emergency mode. Since the node continuously transmits the emergency event in emergency mode, the charge level quickly drops. If the charge level falls below 3.5 V, then the node stops its activity and enters bootstrap mode again. Next, we placed two SB nodes in an outdoor environment and measured the Bit Error Rate (BER) by changing the distance between the two nodes, as shown in Figure 9. The signal-to-noise ratio (SNR) is computed as log(p RSSI/P N ), where P N is background noise and P RSSI is the received signal strength obtained from the RF transceiver. At a distance of 20 m, the BER was approximately Figure 11: Node Placement Finally, we measured the delay and success ratio of communication. In this experiment, we placed 20 nodes in an 8 m 6 m rectangular area at intervals of 2 meters, as shown in Figures 10 and 11. A destination node and a source node were placed at opposite corners of the area. Since the performance of the proposed communication protocol was expected to depend on the TTL and the sensing interval, we varied these two parameters during the measurement. Figures 12 and 13 show the measured success ratio and communication delay. When the sensing interval is set to 15 seconds, a peak success ratio exists at TTL = 3. In the case of TTL = 2, the success ratio of communication was 48% and the communication delay was 2.1 seconds. This result indicates that the sensed data is dropped in the SB network because TTL = 2 is too small to deliver the sensed data to the destination. On the other hand, at TTL = 4, the success ratio was only 31% and the average communication delay was 4.8 seconds. This is because TTL = 4 yields numerous duplicate data and causes congestion in the network. These results show that the value of TTL should be carefully chosen depending on the network size. When the sensing interval was set to 60 seconds, both the success ratio and the communication delay were greatly improved. In this case, since the TTL is sufficient for delivering the sensed data to the destination and the congestion of the SB network is negligible, the success ratio was 90% and average delay was only 0.89 seconds. Although we succeeded in implementing the SB system
6 Figure 12: Success Ratio of Communication Figure 13: Average Communication Delay to demonstrate the concept of a battery-less WSN system, the performance of the system was less than expected. In the future, we should consider the application of a mechanism by which to control the number of duplicate data. 5 Summary This paper described the design and implementation of a battery-less sensor network system as well as its performance evaluation. We designed the system as a specialized system for supporting a typical scenario of environmental monitoring applications. Although the concept of the system was successfully proven, the performance of the system was less than expected because of inefficiency of the designed communication protocol. We believe that a success ratio of 90% for the sensing interval of 60 seconds may be acceptable for a limited number of applications, such as temperature monitoring. However, improvement of the performance is required in order to support a wider variety of applications. Therefore, we intend to employ geographic routing techniques or a message aggregation technique in order to avoid message explosion in communication. Another problem is the insufficiency of MPU resources to handle critical tasks such as CRC and preamble processing in lower layers of the communication protocol. This limitation causes instability of the SB network and affects the communication performance of the SB system. We intend to use a high-speed variable-clock MPU for the next version of the SB network. References [1] Ian F. Akyildiz, W. Su, Y. Sankarasubramaniam and E. Cayirc, A survey on Sensor Networks, IEEE Communications Magazine, Vol. 40, No. 8, pp , [2] W. Ye, J. Heidemann and D. Estrin, An Energy- Efficient MAC Protocol for Wireless Sensor Networks, In Proceedings of the 21st International Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM 2002), New York, NY, USA, June [3] T. van Dam and K. Langendoen, An Adaptive Energy- Efficient MAC Protocol for Wireless Sensor Networks, In Proceedings of the 1st ACM Conference on Embedded Networked Sensor Systems, Los Angeles, CA, USA, November [4] J. Hill, R. Szewcyzk, A. Woo, S. Hollar, D. Culler, and K. S. J. Pister, System architecture directions for networked sensors, Proceedings of the 9th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS), November [5] J. Rabaey, J. Ammer, J. L. da Silva Jr., D. Patel, and S. Roundy, PicoRadio Supports Ad Hoc Ultra-Low Power Wireless Networking, IEEE Computer, vol. 33, no. 7, pp , July [6] T. Voigt, H. Ritter and J. Schiller, Utilizing Solar Power in Wireless Sensor Networks, In Proceedings of the 28th IEEE Conference on Local Computer Networks (LCN 2003), Bonn, Germany, October [7] xbow website: [8] M. Beigl and H. W. Gellersen, Smart-Its: An Embedded Platform for Smart Objects, Smart Objects Conference (soc), May [9] S. Rhee, D. Seetharam, S. Liu, N. Wang, J. Xiao, i- Bean Network: An Ultra-Low Power Wireless Sensor Network, In Adjunct Proceedings of 5th International Conference on Ubiquitous Computing (UbiComp2003), Seatlle, WA, USA, October 2003.
A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks
1 A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks Yang Song, Bogdan Ciubotaru, Member, IEEE, and Gabriel-Miro Muntean, Member, IEEE Abstract Limited battery capacity
A Security Architecture for. Wireless Sensor Networks Environmental
Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 737-742 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4683 A Security Architecture for Wireless Sensor Networks Environmental
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,
Mac Protocols for Wireless Sensor Networks
Mac Protocols for Wireless Sensor Networks Hans-Christian Halfbrodt Advisor: Pardeep Kumar Institute of Computer Science Freie Universität Berlin, Germany [email protected] January 2010 Contents
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: [email protected]
Metrics for Detection of DDoS Attacks
Chapter 3 Metrics for Detection of DDoS Attacks The DDoS attacks are trying to interfere with the physical transmission and reception of wireless communications. Attacks are caused by jamming, exhaustion,
A Non-beaconing ZigBee Network Implementation and Performance Study
A Non-beaconing ZigBee Network Implementation and Performance Study Magnus Armholt Email: [email protected] Sakari Junnila Email: [email protected] Irek Defee Email: [email protected] Abstract
A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification
A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification Sheng-Cong Hu [email protected] Jen-Hou Liu [email protected] Min-Sheng
ADV-MAC: Advertisement-based MAC Protocol for Wireless Sensor Networks
ADV-MAC: Advertisement-based MAC Protocol for Wireless Sensor Networks Surjya Ray, Ilker Demirkol and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester, Rochester,
Congestion Control in WSN using Cluster and Adaptive Load Balanced Routing Protocol
Congestion Control in WSN using Cluster and Adaptive Load Balanced Routing Protocol Monu Rani 1, Kiran Gupta 2, Arvind Sharma 3 1 M.Tech (Student), 2 Assistant Professor, 3 Assistant Professor Department
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
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,
Adaptive Medium Access Control (MAC) for Heterogeneous Mobile Wireless Sensor Networks (WSNs).
2008 Adaptive Medium Access Control (MAC) for Heterogeneous Mobile Wireless Sensor Networks (WSNs). Giorgio Corbellini 1 Challenges of the Ph.D. Study of urgency in sensed data Study of mobility in WSNs
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,
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,
FAMA/TDMA Hybrid MAC for Wireless Sensor Networks
FAMA/TDMA Hybrid MAC for Wireless Sensor Networks Nuwan Gajaweera Dialog-University of Moratuwa Mobile Communication Research Lab, University of Moratuwa, Katubedda, Moratuwa, Sri Lanka Email: [email protected]
Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things. Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson
Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson Internet of Things The Internet of Things (IoT) is a computing
WiseMAC: An Ultra Low Power MAC Protocol for Multi-hop Wireless Sensor Networks
WiseMAC: An Ultra Low Power MAC Protocol for Multi-hop Wireless Sensor Networks Amre El-Hoiydi and Jean-Dominique Decotignie CSEM, Swiss Center for Electronics and Microtechnology, Inc, Rue Jaquet-Droz
The Energy Harvesting Tipping Point for Wireless Sensor Applications
The Energy Harvesting Tipping Point for Wireless Sensor Applications Ever since the first watermills and windmills were used to generate electricity, energy harvesting has been an attractive source of
Wireless Sensor Network: Improving the Network Energy Consumption
Wireless Sensor Network: Improving the Network Energy Consumption Ingrid Teixeira, José Ferreira de Rezende and Aloysio de Castro P. Pedroza Abstract-- In a remote sensor application it is desirable that
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
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
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
Medium Access Control with Dynamic Frame Length in Wireless Sensor Networks
Journal of Information Processing Systems, Vol.6, No.4, December 2010 DOI : 10.3745/JIPS.2010.6.4.501 Medium Access Control with Dynamic Frame Length in Wireless Sensor Networks Dae-Suk Yoo* and Seung
An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs
An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs G.Michael Assistant Professor, Department of CSE, Bharath University, Chennai, TN, India ABSTRACT: Mobility management
Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments
Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments Kris Lokere While the Internet connects people via a worldwide computer network,
2.0 System Description
2.0 System Description The wireless alarm system consists of two or more alarm units within a specified range of one another. Each alarm unit employs a radio transceiver, allowing it to communicate with
3-12 Autonomous Access Control among Nodes in Sensor Networks with Security Policies
3-12 Autonomous Access Control among Nodes in Sensor Networks with Security Policies This paper describes a new framework of policy control sensor networks. Sensor networks are shared by various applications,
Wireless Sensor Networks
Edgar H. Callaway, Jr. Wireless Sensor Networks Architectures and Protocols A AUERBACH PUBLICATIONS A CRC Press Company Boca Raton London New York Washington, D.C. Chapter 1 Introduction to Wireless Sensor
CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS
137 CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 8.1 CONCLUSION In this thesis, efficient schemes have been designed and analyzed to control congestion and distribute the load in the routing process of
DAG based In-Network Aggregation for Sensor Network Monitoring
DAG based In-Network Aggregation for Sensor Network Monitoring Shinji Motegi, Kiyohito Yoshihara and Hiroki Horiuchi KDDI R&D Laboratories Inc. {motegi, yosshy, hr-horiuchi}@kddilabs.jp Abstract Wireless
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
An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks *
An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwj oeshanyang.ac.kr Abstract. To satisfy the user requirements
Multipath fading in wireless sensor mote
Multipath fading in wireless sensor mote Vaishali M.Tech (VLSI), IMSEC, Ghaziabad/MTU, Noida Abstract: In this paper we study about the new technology as to transfer the data with the help of smart device,
How To Make A Multi-User Communication Efficient
Multiple Access Techniques PROF. MICHAEL TSAI 2011/12/8 Multiple Access Scheme Allow many users to share simultaneously a finite amount of radio spectrum Need to be done without severe degradation of the
Agriculture: Methods and Experiences
Wireless Sensor Networks for Precision Agriculture: Methods and Experiences Novel Sensor Technologies for Plant Phenotyping September 13 th 14 th, 2012 Wageningen, The Netherlands Antonio Javier Garcia
Ç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
Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation
International Journal of Smart Grid and Clean Energy Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation Aina Hu a *, Huanhuan Wang b, and Jianchen Wan a a Department
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
SELECTIVE ACTIVE SCANNING FOR FAST HANDOFF IN WLAN USING SENSOR NETWORKS
SELECTIVE ACTIVE SCANNING FOR FAST HANDOFF IN WLAN USING SENSOR NETWORKS Sonia Waharte, Kevin Ritzenthaler and Raouf Boutaba University of Waterloo, School of Computer Science 00, University Avenue West,
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.,
Computer Network. Interconnected collection of autonomous computers that are able to exchange information
Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.
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,
A survey on Spectrum Management in Cognitive Radio Networks
A survey on Spectrum Management in Cognitive Radio Networks Ian F. Akyildiz, Won-Yeol Lee, Mehmet C. Vuran, Shantidev Mohanty Georgia Institute of Technology Communications Magazine, vol 46, April 2008,
Development of cloud computing system based on wireless sensor network protocol and routing
Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 204, 6(7):680-684 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Development of cloud computing system based on wireless
Ad hoc and Sensor Networks Chapter 1: Motivation & Applications
Ad hoc and Sensor Networks Chapter 1: Motivation & Applications Holger Karl Computer Networks Group Universität Paderborn Goals of this chapter Give an understanding what ad hoc & sensor networks are good
Performance Monitoring and Control in Contention- Based Wireless Sensor Networks
Performance Monitoring and Control in Contention- Based Wireless Sensor Networks Thomas Lindh #1, Ibrahim Orhan #2 # School of Technology and Health, KTH Royal Institute of Technology Marinens vag 30,
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
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
Load Balancing in Periodic Wireless Sensor Networks for Lifetime Maximisation
Load Balancing in Periodic Wireless Sensor Networks for Lifetime Maximisation Anthony Kleerekoper 2nd year PhD Multi-Service Networks 2011 The Energy Hole Problem Uniform distribution of motes Regular,
Minimum-Hop Load-Balancing Graph Routing Algorithm for Wireless HART
Minimum-Hop Load-Balancing Graph Routing Algorithm for Wireless HART Abdul Aziz Memon and Seung Ho Hong Abstract In this paper load-balancing routing algorithm for WirelessHART standard is proposed. WirelessHART
OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM
OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM S. Sofia 1, M.Varghese 2 1 Student, Department of CSE, IJCET 2 Professor, Department of CSE, IJCET Abstract This paper proposes fault node recovery
A New MAC Protocol for Moving Target in Distributed Wireless Sensor Networks
Wireless Sensor Network, 2011, 3, 61-72 doi:10.4236/wsn.2011.32007 Published Online February 2011 (http://www.scirp.org/journal/wsn) A New MAC Protocol for Moving Target in Distributed Wireless Sensor
Design of Remote data acquisition system based on Internet of Things
, pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]
EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science
EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science Examination Computer Networks (2IC15) on Monday, June 22 nd 2009, 9.00h-12.00h. First read the entire examination. There
The Monitoring of Ad Hoc Networks Based on Routing
The Monitoring of Ad Hoc Networks Based on Routing Sana Ghannay, Sonia Mettali Gammar, Farouk Kamoun CRISTAL Laboratory ENSI, University of Manouba 21 Manouba - Tunisia {chnnysn,sonia.gammar}@ensi.rnu.tn,
Master s Thesis. Load Balancing Techniques for Lifetime Prolonging in Smart Metering System
Master s Thesis Title Load Balancing Techniques for Lifetime Prolonging in Smart Metering System Supervisor Professor Masayuki Murata Author Chuluunsuren Damdinsuren February 14th, 2012 Department of Information
Real Time Water Quality Monitoring System
Real Time Water Quality Monitoring System Mithila Barabde 1, Shruti Danve 2 ME Student, Dept. of E&TC, MITCOE, Savitribai Phule Pune University, Pune, India 1 Assistant Professor, Dept. of E&TC, MITCOE,
ISSCC 2004 / SESSION 17 / MEMS AND SENSORS / 17.4
ISSCC 2004 / SESSION 17 / MEMS AND SENSORS / 17.4 17.4 An Ultra-Low Energy Microcontroller for Smart Dust Wireless Sensor Networks Brett A. Warneke, Kristofer S.J. Pister University of California, Berkeley,
Energy Harvesting-Based Green Wireless Communication Systems
Energy Harvesting-Based Green Wireless Communication Systems Neelesh B. Mehta Indian Institute of Science (IISc), Bangalore, India Outline A motivating application Energy harvesting overview Two research
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
Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software
Local Area What s a LAN? A transmission system, usually private owned, very speedy and secure, covering a geographical area in the range of kilometres, comprising a shared transmission medium and a set
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
Technologies Supporting Smart Meter Networks
Technologies Supporting Smart Meter Networks Isamu Kitagawa Shinichi Sekiguchi The power crisis that Japan confronted in the wake of the Great East Japan Earthquake in 2011 underscored the need for managing
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS Reza Azizi Engineering Department, Bojnourd Branch, Islamic Azad University, Bojnourd, Iran [email protected]
Consecutive Geographic Multicasting Protocol in Large-Scale Wireless Sensor Networks
21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications Consecutive Geographic Multicasting Protocol in Large-Scale Wireless Sensor Networks Jeongcheol Lee, Euisin
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
A WSN healthcare monitoring system for elderly people in geriatric facilities
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
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
Prediction of DDoS Attack Scheme
Chapter 5 Prediction of DDoS Attack Scheme Distributed denial of service attack can be launched by malicious nodes participating in the attack, exploit the lack of entry point in a wireless network, and
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
Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation
Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation Changsu Suh, Young-Bae Ko, and Jai-Hoon Kim Graduate School of Information and Communication, Ajou University, Republic of Korea
Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc
(International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan [email protected]
Alessia Garofalo. Critical Infrastructure Protection Cyber Security for Wireless Sensor Networks. Fai della Paganella, 10-12/02/2014
Alessia Garofalo Ph.D. Student in Information Engineering University of Naples «Parthenope» Critical Infrastructure Protection Cyber Security for Wireless Sensor Networks Fai della Paganella, 10-12/02/2014
Design Considerations for RF Energy Harvesting Devices
Design Considerations for RF Energy Harvesting Devices Harry Ostaffe Director, Marketing & Business Development 1 Overview RF energy is generally very low Direct-power at close range to a transmitter Energy
A Survey: High Speed TCP Variants in Wireless Networks
ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com A Survey:
LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS
LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS Saranya.S 1, Menakambal.S 2 1 M.E., Embedded System Technologies, Nandha Engineering College (Autonomous), (India)
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering
The design and implementation of the environment monitoring system of smart home based on EnOcean technology
International Conference on Manufacturing Science and Engineering (ICMSE 2015) The design and implementation of the environment monitoring system of smart home based on EnOcean technology Peng Dong1, a,
CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs
CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).
Mobile and Sensor Systems
Mobile and Sensor Systems Lecture 1: Introduction to Mobile Systems Dr Cecilia Mascolo About Me In this course The course will include aspects related to general understanding of Mobile and ubiquitous
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
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
Wireless Temperature
Wireless Temperature connected freedom and Humidity Sensor Using TELRAN Application note TZ1053AN-06 Oct 2011 Abstract Dr. C. Uche This application note describes the complete system design (hardware and
Wearable Finger-Braille Interface for Navigation of Deaf-Blind in Ubiquitous Barrier-Free Space
Wearable Finger-Braille Interface for Navigation of Deaf-Blind in Ubiquitous Barrier-Free Space Michitaka Hirose Research Center for Advanced Science and Technology, The University of Tokyo 4-6-1 Komaba
Hybrid Energy Efficient Distributed Protocol for Heterogeneous Wireless Sensor Network
International Journal of Computer Applications (975 8887) Volume 4 No.6, July 21 Hybrid Energy Efficient Distributed Protocol for Heterogeneous Wireless Sensor Network Harneet Kour Department of Computer
Unit of Learning # 2 The Physical Layer. Sergio Guíñez Molinos [email protected] 2-2009
Unit of Learning # 2 The Physical Layer Sergio Guíñez Molinos [email protected] 2-2009 Local Area Network (LAN) Redes de Computadores 2 Historic topologies more used in LAN Ethernet Logical Bus and Physical
Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks
Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Hoang Lan Nguyen and Uyen Trang Nguyen Department of Computer Science and Engineering, York University 47 Keele Street, Toronto,
Process Control and Automation using Modbus Protocol
Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has
Security for Ad Hoc Networks. Hang Zhao
Security for Ad Hoc Networks Hang Zhao 1 Ad Hoc Networks Ad hoc -- a Latin phrase which means "for this [purpose]". An autonomous system of mobile hosts connected by wireless links, often called Mobile
