An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks

Size: px
Start display at page:

Download "An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks"

Transcription

1 An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks Haiming Chen 1,2, Li Cui 1, Shilong Lu 1,2 1 Institute of Computing Technology, Chinese Academy of Sciences 2 Graduate University of the Chinese Academy of Sciences {chenhaiming, lcui, lushilong}@ict.ac.cn Abstract So far, a number of multi-channel MAC protocols have been proposed for wireless sensor networks (WSNs). It is imperative to get the following three important parameters for design of multi-channel protocols in WSNs. One is the number of available orthogonal, another is the time required to switch between two channels, and the other is the total energy consumed to switch between two channels. But to the best of our knowledge little practical information is available about these three parameters. This paper describes our approaches to determine the above three parameters for the Mica2 node, which is equipped with a CC1 radio and set to work in the channel of 433 MHz by default. Through extensive experiments, we find that for the Mica2 nodes (1) there are 48 channels available; (2) it requires about 5 ms to switch between two channels; (3) it consumes about 194 nj energy to switch between two channels. At last, we also point out some implications of these results for design of multi-channel protocols. The approaches presented in this paper can be easily extended to determine the parameters for the Zigbee (CC242) nodes, such as MicaZ and TelosB. 1. Introduction To exploit the multiple channels available in the wireless networks, like based ad hoc networks, researchers have proposed some multi-channel MAC protocols [1, 2, 3, 4]. The aim of these protocols is to allow parallel data transmission, and to improve network throughput. Considering the much lower bandwidth for wireless sensor networks (WSNs), more and more researchers try to explore the underlying support of multi-channel communication in WSNs. So far, a number of multi-channel MAC protocols have been proposed for WSNs, e.g. MMSN [5], CMAC [6], TMMAC [7], MCMAC [8], YMAC [9]. However, to the best of our knowledge no one has done dedicated investigation on the multi-channel itself so far. The problem of multi-channel itself is equivalent to three questions, which are listed below. 1. How many orthogonal channels are available in wireless sensor networks? The number of available orthogonal channels determines the benefits that can be achieved from the multi-channel protocols. Intuitively, the more number of orthogonal channels available in the networks, the more benefits expected to be achieved. So it is necessary to know the exact number before designing multichannel protocols. 2. What s the time cost of channel switching? The duration of channel switching has significant impacts on the performance of the designed multi-channel protocols, since it will cause unexpected delay and waste some bandwidth. So we should also care about this question when designing multi-channel protocols. 3. What s the energy cost of channel switching? For the wireless sensor networks, nodes are often powered by unrechargeable batteries. Energy efficiency should be taken as an important property of the proposed multi-channel protocols. So it is unavoidable to consider the energy cost of channel switching when designing multi-channel protocols. In one word, the answers to the above three questions are imperative parameters for design of multichannel protocols, but currently little practical information is available to answer the questions accurately. Motivated by such trouble, we conduct extensive experiments to find the accurate answers to the above three questions. Using the Mica2 [1] nodes as the testing platform, we firstly estimate the exact number of

2 available orthogonal channels, and then we measure the period of switching between two channels. At last, we compute the energy consumption of channel switching. Due to the limited space, we only present our efforts to answer the above three questions for the CC1 [11] nodes in this paper. However, the methodologies presented here can be easily extended to find the answers for the Zigbee (CC242) [12] nodes, such as MicaZ and TelosB [13]. The rest of paper is organized as follows. In section 2, we describe the steps to determine the available orthogonal channels for Mica2 nodes, and present the results drawn from extensive experiments. In section 3, we depict the approach to precisely measure the time spent in switching between two channels. In section 4, we compute the energy consumed in channel switching. In section 5, we give an overview of related work. In section 6, we summarize the results obtained from our measurements, discuss some implications of the results and point out the future work. 2. How many orthogonal channels are available in WSNs? For the Mica2 nodes, which is widely used in low-bandwidth sensor networks, its frequency is set to 433 MHz by default. Referring to the datasheet of CC1 [11], we know that CC1 can work in a band of frequencies from 315 MHz to 915 MHz, with a frequency separation of 64 KHz. Now the question is arisen: Are all the channels from 315 MHz to 915 MHz available for the Mica2 nodes? Intuitively, the answer is no, since the range of available channels is bounded by the peripheral circuit of the nodes. Even if many people can answer the above question confidently, to the best of our knowledge few people can answer the following question accurately. What s the range of channels available for the Mica2 nodes? So we firstly conduct following experiments to determine the exact range of channels available for the Mica2 nodes Range of available channels We set up a simple scenario as Figure 1 shows, in which a Mica2 node is programmed to transmit some messages to a sink node in a sequence of channels. The availability of a specific channel is determined by judging whether the sink node can receive the messages from the Mica2 node in this channel. The application running on the Mica2 node is Figure 1. Experimental scenario to determine the range of channels available for the Mica2 nodes addr type group length channel seq Figure 2. Format of messages used in TestMultiChannel named TestMultiChannel, which implements following two procedures: (1) tuning the frequency of the CC1 radio, and (2) transmitting 1 messages to the sink node in each channel. In the first procedure, we tune the frequency of the CC1 radio to all the channels listed in the Appendix A sequentially. This procedure is implemented by calling the TunePreset command provided by the CC1ControlM module. Frequencies of the channels listed in Table 3 are generated by the channelgen.exe, with frequencies of 1MHz spacing specified as the parameters of the command. Register settings of these channels are stored in the CC1K Params table, which is a two-dimension array defined in the CC1Const.h head file. Reasons why we only examine the channels with 1 MHz spacing are that: (1) The CC1 radio can not be tuned to an arbitrary frequency in the range from 3 KHz to 1GHz, since it uses a digital frequency synthesizer. (2) Although the channel separation can be 64 KHz according the datasheet of CC1, in our preliminary experiments we find that two channels can overhear each other when the spacing is less than 3 KHz. We are also confirmed by our preliminary experiments that for the specified frequencies with spacing between 3 KHz and 1 MHz, the generated channels are the same. After tuning the radio to a specific channel, 1 messages are transmitted by the Mica2. The format of messages is showed in Figure 2. The addr field contains the source address of the message. The type field indicates the type of the message. For the TestMultiChannel application, it can be one of two enumerated numbers. One is AM GETCHANNEL=x64, and the other is AM SETCHANNEL=x65. We refer to these two types of messages as GetChannelMsg and SetChannelMsg respectively. The definitions of the following two fields, namely group and length, are identical with

3 Packet Reception Ratio Channel Index Figure 3. Packet reception ratios in each channel the active messages [14]. The channel field is the index of channels listed in Table 3. For the GetChannelMsg, the channel field indicates the current channel of the radio, while for the SetChannelMsg it indicates the channel to be set. The seq is a uint 16 integer, which indicates the sequence of the packet. In each channel, the Mica2 node sends 99 GetChannelMsg every 2 seconds, followed by a SetChannelMsg. For example, the last two messages sent by the Mica2 node are: FF FF 64 7D FF FF 65 7D When the sink receives the first message, it will not tune its channel and keep listening on channel 1. About 2 seconds later, the sink will receive the second message. Once receiving the SetChannelMsg, the sink node will tune its channel according to the data specified in the channel field, which is channel 2 in the above example. It should be noted that when the Mica2 node finishes sending the message, it also tunes its channel as the message indicates. In such way, these two nodes keep synchronized working in the same channel. Figure 3 shows the ratio of packets successfully received by the sink in each channel. From this figure, we can see that the sink can receive almost all the packets sent by the Mica2 node in all the channels except channel and channel 49. So we conclude that channels from 1 to 48 are available for the Mica2 nodes. Now a new question is arisen: Can all these channels be used simultaneously without interference with each other? In the following subsection, we present the methodology to examine the impact of simultaneous transmission in the adjacent channel and determine the number of non-overlapping channels. Figure 4. Experimental scenario to determine the number of non-overlapping channels 2.2. Number of non-overlapping channels As shown in Figure 4, a more complicated scenario is set up to examine the impact of simultaneous transmission in the adjacent channel. The program running on one Mica2 node (node 1) is the same with the previous scenario described in Section 2.1. Once tuned on, node 1 starts transmitting messages to a sink node (sink 1). For the other Mica2 node (node 2), it listens to the channel when it is tuned on. Node 2 keeps listening to the channel until it receives a SetChannelMsg from node 1. Once receiving a SetChannelMsg, it tunes its radio to the next channel of node 1 and starts transmitting message to the other node (sink 2). In such way, node 1 and node 2 are synchronized to send messages to the corresponding sink nodes in two adjacent channels respectively. Figure 5 shows the ratio of packet successfully received by the sink 1 and sink 2 in each channel. Compared with Figure 1, we can see that the packet reception ratio of sink 1 in this scenario is almost the same with that in the previous scenario. So we can conclude that channels from 1 to 48 are non-overlapping for the Mica2 nodes. In short, through extensive experiments we find that there are 48 orthogonal channels available for the Mica2 nodes. 3. What s the time cost of switching between two channels? The time cost of channel switching is mainly resulting from the self-calibration when the radio is tuned to a different channel. Referring to the datasheet of CC1, the calibration consists of two periods. One is for calibrating the receiving frequency, and the other is for calibrating the transmitting frequency. In the following paragraphs, we refer to these two periods as Calibrating RX and Calibrating TX for short. The main task of this section is to present the method of measur-

4 Packet Reception Ratio Sink 1.2 Sink Channel Index Figure 5. Packet reception ratios of Sink 1 and Sink 2 in each channel - Figure 6. Test circuit to measure the power consumption of the node in different states ing the durations of these two periods and the measured results Methodology Since the radio will turn on different components in different period of calibrating, it is supposed to have different power consumptions in Calibrating RX and Calibrating TX. So we can determine the durations of Calibrating RX and Calibrating TX, by examining the variation of power consumption of the node over time. Figure 6 shows the test circuit to measure the variation of power consumption when the node is in different states. The test circuit is composed of a Mica2 node, a test resistor R and a DC power supply. The Mica2 runs a testing program, which puts the radio tuned on and off alternately in a cycle of 1 ms. When the radio is turned on, it switches channel before listening in it. We know that the current consumption will be varying with the state change of the node, and the variation can be probed by an oscilloscope. For the very low power RF transceiver, like CC1, the variation is too small to be observed. So we connect a 22Ω resistor in series with the Mica2 Figure 7. Measurement setup node, and an instrumentation amplifier (Analog Devices AD62 [15]) with a gain of 5.13 is used to amplify the voltage across the resistor. This amplified voltage is measured by a Tektronix 1MHz digital oscilloscope (Tektronix TDS 112B [16]) and a 2 MHz 1X probe. The oscilloscope provides a sampling resolution up to 1 GHz. The DC power supply used is a Matrix MPS33L-3. It is adjusted to output a voltage of 3.3 V as the supply of V cc in the test circuit. Figure 7 shows the measurement setup, and a screen capture of the oscilloscope is shown in Figure 8. For later analysis, we save the sampled data of the oscilloscope to a file. The plot of the saved file is shown in Figure Result From Figure 9, we can observe the state change of the node clearly. When the node starts up, it firstly switches channel, and then keeps listening until it turns off its radio in the next cycle. To locate the starting time and the ending time of each state, we extract a segment of data from the saved file. The plot of the extracted data is shown in Figure 1. From this figure, we can clearly see the two peri-

5 Voltage (V) Calibrating RX Calibrating TX Starting Listening Time (ms) Figure 8. A screen capture of the oscilloscope Voltage (V) Channel Switching 2 4 Time (ms) Listening Figure 9. State change of the node Power down ods, namely Calibrating RX and Calibrating TX, during channel switching. One may wonder why there is a Starting period after calibrating. It is because in our preliminary experiment we find that it is imperative to restart the radio after calibrating, hence we add such process to complete the channel switching. As shown in Figure 1, the duration of each period of channel switching can be determined if the x- coordinate of the four turning points are known. The duration of each period is computed by the following equations. T cal rx = X 2 X 1, T cal tx = X 3 X 2 T start = X 4 X 3, T total = X 4 X 1 (1) Going through the saved file, we find the corresponding entries of the turning points. Using the time column of the entries, we get the duration of each period of channel switching, which is shown in Table 1. From this table, we can conclude that it costs the node about 5 ms to switch channels. Due to the limitation of the oscilloscope, we can only save 25 samplings to the file. Judging from the previous measurements, we know that the whole period Figure 1. Periods of channel switching State Duration (ms) Calibrating RX 22.8 Calibrating TX Starting 4.32 Total Table 1. Duration of each period of channel switching of channel switching is about 5 ms. So we set the sampling rate of the oscilloscope to 25/5 = 5KHz. In such way, we capture the full period of channel switching with a time precision of.2 ms. This precision is eligible for us to estimate the time cost of channel switching. 4. What s the energy cost of channel switching? In the previous section, we present the details of how to determine the duration of channel switching. The essence of the method is examining the variation of power consumption of the node over time. So in the previous experiments we have got all the data needed to determine the energy cost of channel switching. In this section we show the details of how to compute the power consumption of channel switching, using the measured data of the previous experiment Methodology It should be noted that the measured data shown in Figure 1 is the instantaneous voltage across the test resistor V r (t), which is amplified by a factor of So the instantaneous current of the test resistor is: I r (t) = V r(t) R G, (2)

6 Current (ma) Calibrating RX Calibrating TX Listening Starting Time (ms) State Current (ma) Power (mw) Energy (nj) Calibrating RX Calibrating TX Starting Total Table 2. Energy consumption in each period of channel switching Figure 11. Current consumption in a period of channel switching where R is 22 Ω and G is Since the test resistor is connected in series with the Mica2 node, we can get that I m (t) = I r (t). (3) Figure 11 shows the instantaneous current of the Mica2 node in a cycle of 1 ms. Seeing the small vibration of current consumption during each period of channel switching, we compute the average to indicate the current consumption in each period of channel switching. The computations of the averages are formulated by the following equations. I cal rx = ΣI(t) N r, I cal tx = ΣI(t), I start = ΣI(t) (4) N t N s I(t) is the discrete samplings of current consumption in the corresponding period of channel switching, while N r, N t and N s are the number of samplings. The power consumption of the node in different periods of channel switching can be computed by the following equations. P cal rx =V m I cal rx (t),p cal rx =V m I cal tx (t),p start =V m I start (t) (5) In our experiments, the input voltage of the Mica2 node is adjusted to a constant, i.e., V m = 3V. So the energy cost of channel switching is E cs = (P cal rx T cal rx +P cal tx T cal tx +P start T start ) 1 nj (6) 4.2. Result Table 2 shows the results obtained from the measured data using the above equations. We can see that for the CC1 radio the total energy consumed in channel switching is nj. 5. Related work Recently, some researchers try to implement their proposed multi-channel protocol in the real testbed. An important parameter that they should know in advance is the number of available orthogonal channels in the networks. Mishra et al [17] did some empirical studies to explore this property of channels. Wu et al [18] investigated this property for the nodes equipped with CC242 radio. Although the authors specified the number of available orthogonal channels, they did not make any efforts to answer the other two questions listed in Section 1. Shnayder et al [19] conducted some measurements to profile the node s power consumption in different states. However, they did not give any results on the power consumption of channel switching, or the time cost of channel switching. Le et al [2] considered the channel switching time in protocol design, but did not do any quantitative research on it. 6. Conclusion and future work In this paper, we conduct extensive empirical studies to get three important parameters for design of multi-channel protocols in wireless sensor networks. The three important parameters are (1) number of available orthogonal, (2) time required to switch between two channels, and (3) total energy consumed to switch between two channels. Using the Mica2 node as the testing platform, we present our efforts to determine these three parameters for the CC1 radio. Here we summarize the results drawn from our measurements, and discuss their implications for design of multi-channel protocols in wireless sensor networks. 1. There are 48 channels available for the Mica2 nodes. The frequency separation between two adjacent channels is about 1 MHz. Compared with the 16 non-overlapping channels for the CC242 radio [12], CC1 radio seems to have some ad-

7 vantages in providing supports for multi-channel protocols. However, CC1 has much lower bandwidth compared with CC It requires about 5 ms to switch between two channels. For the CC1 radio, when the data rate is 19.2 Kbps it can send 12 bytes, i.e., at least 3 messages of maximum length, in the period of channel switching. So when designing multichannel protocol for the wireless sensor networks, we have to take this overhead into consideration. 3. It consumes about 194 nj energy to switch between two channels. As shown in Figure 11, the power consumption of channel switching is much higher than that of listening. So it is necessary to avoid switching channels frequently for the purpose of energy efficiency. It is worth noticing that the methodologies presented in this paper can be easily extended to determine these parameters for Zigbee (CC242) nodes, such as MicaZ and TelosB. In the future, we plan to complete these work, and make a comprehensive comparison of the costs of channel switching for different radio modules. A. Channel List Frequencies of all the channels used in the paper is listed in Table 3. References [1] P. Bahl, R. Chandra, and J. Dunagan. SSCH: Slotted Seeded Channel Hopping for Capacity Improvement in IEEE Ad-Hoc Wireless Networks. In Proceedings of ACM MobiCom 4, pages , Pennsylvania, USA, 24. [2] J. So and N. Vaidya. Multi-channel MAC for Ad hoc Networks: Handling Multi-channel Hidden Terminals Using A Single Transceiver. In Proceedings of ACM MobiHoc 4, pages , Tokyo, Japan, 24. [3] J. Mo, H.W. So, and J. Walrand. Comparison of Multi-channel MAC Protocols. In Proceedings of ACM MSWiM 5, pages , Montreal, Canada, 25. [4] K. Xing, X. Cheng, L. Ma, and Q. Liang. Superimposed Code Based Channel Assignment in Multi-Radio Multi- Channel Wireless Mesh Networks. In Proceedings of ACM MobiCom 7, pages 15 26, Montreal, Canada, 27. [5] G. Zhou, C. Huang, T. Yan, T. He, J. A. Stankovic, and T. F. Abdelzaher. MMSN: Multi-Frequency Media Access Control for Wireless Sensor Networks. In Proceedings of IEEE INFOCOM 6, pages 1 13, Barcelona, Spain, 26. Channel Index Specified frequency (MHz) Actual frequency (MHz) Table 3. List of channels generated by the channelgen.exe, with frequencies of 1MHz spacing specified as the parameters of the command

8 [6] K.R. Chowdhury, N. Nandiraju, D. Cavalcanti, and D.P. Agrawal. CMAC - A Multi-channel Energy Efficient MAC for Wireless Sensor Networks. In Proceedings of IEEE WCNC 6, pages , Las Vegas, USA, 26. [7] J. Zhang, G. Zhou, C. Huang, S.H. Son, and J.A. Stankovic. TMMAC: An Energy Efficient Multi- Channel MAC Protocol for Ad Hoc Networks. In Proceedings of IEEE ICC 7, pages , Amsterdam, Netherlands, 27. [8] X. Chen, P. Han, Q.-S. He, S.-L. Tu, and Z.-L. Chen. A Multi-Channel MAC Protocol for Wireless Sensor Networks. In Proceedings of IEEE CIT 6, pages , Washington, DC, USA, 26. [9] Y. Kim, H. Shin, and H. Cha. Y-MAC: An Energy- Efficient Multi-channel MAC Protocol for Dense Wireless Sensor Networks. In Proceedings of ACM IPSN 8, pages 53 63, Missouri, USA, 28. [1] Jason L. Hill and David E. Culler. MICA: A wireless Platform for Deeply Embedded Networks. IEEE Micro, pages 12 24, 22. [11] CC1 Single Chip Very Low Power RF Transceiver. [12] CC GHz IEEE / ZigBee-ready RF Transceiver. [13] J. Polastre, R. Szewczyk, and D. Culler. Telos: Enabling Ultra-low Power Wireless Research. In Proceedings of ACM IPSN 5, page 48, Los Angeles, California, 25. [14] A. Woo S. Hollar D. Culler J. Hill, R. Szewczyk and K. Pister. System Architecture Directions for Networked Sensors. In Proceedings of the ASPLOS, pages 93 14, Cambridge, MA, USA, 2. [15] Analog Devices AD62 Instrumentation Ampifier. [16] Tektronix TDS 112B Digital Storage Oscilloscope. [17] A. Mishra, V. Shrivastava, S. Banerjee, and W. Arbaugh. Partially Overlapped Channels Not Considered Harmful. In Proceedings of ACM SIGMETRICS 6, pages 63 74, Saint Malo, France, 26. [18] Y. Wu, J.A. Stankovic, T. He, and S. Lin. Realistic and Efficient Multi-Channel Communications in Wireless Sensor Networks. In Proceedings of IEEE INFO- COM 8, pages , 28. [19] V. Shnayder, M. Hempstead, B. Chen, G. Werner, and M. Welsh. Simulating the Power Consumption of Largescale Sensor Network Applications. In Proceedings of ACM SenSys 4, pages 188 2, Baltimore, MD, USA, 24. [2] H. K. Le, D. Henriksson, and T. Abdelzaher. A Practical Multi-channel Media Access Control Protocol for Wireless Sensor Networks. In Proceedings of ACM IPSN 8, pages 7 81, Missouri, USA, 28.

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Wei Ye and John Heidemann CS577 Brett Levasseur 12/3/2013 Outline Introduction Scheduled Channel Polling (SCP-MAC) Energy Performance Analysis Implementation

More information

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Shih-Hsien Yang, Hung-Wei Tseng, Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Measurement and Experimental Characterization of RSSI for Indoor WSN

Measurement and Experimental Characterization of RSSI for Indoor WSN International Journal of Computer Science and Telecommunications [Volume 5, Issue 10, October 2014] 25 ISSN 2047-3338 Measurement and Experimental Characterization of RSSI for Indoor WSN NNEBE Scholastica.

More information

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Alvaro Pinto, Zhe Zhang, Xin Dong, Senem Velipasalar, M. Can Vuran, M. Cenk Gursoy Electrical Engineering Department, University

More information

An Adaptive Multichannel Protocol for Large scale Machine-to-Machine (M2M) Networks

An Adaptive Multichannel Protocol for Large scale Machine-to-Machine (M2M) Networks 1 An Adaptive Multichannel Protocol for Large scale Machine-to-Machine (MM) Networks Chen-Yu Hsu, Chi-Hsien Yen, and Chun-Ting Chou Department of Electrical Engineering National Taiwan University {b989117,

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

Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks

Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Masters Theses Graduate School 8-2009 Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks Xiaodong

More information

PW-MMAC: Predictive-Wakeup Multi-Channel MAC Protocol for Wireless Sensor Networks

PW-MMAC: Predictive-Wakeup Multi-Channel MAC Protocol for Wireless Sensor Networks 26 UKSim-AMSS 8th International Conference on Computer Modelling and Simulation : Predictive-Wakeup Multi-Channel MAC Protocol for Wireless Sensor Networks Shagufta Henna Computer Science Department Bahria

More information

An Environment for Runtime Power Monitoring Of Wireless Sensor Network Platforms

An Environment for Runtime Power Monitoring Of Wireless Sensor Network Platforms An Environment for Runtime Power Monitoring Of Wireless Sensor Network Platforms Aleksandar Milenkovic, Milena Milenkovic, Emil Jovanov, Dennis Hite Electrical and Computer Engineering Department The University

More information

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Wenbo Zhao and Xueyan Tang School of Computer Engineering, Nanyang Technological University, Singapore 639798 Email:

More information

Starvation Mitigation Through Multi-Channel Coordination in CSMA Multi-hop Wireless Networks

Starvation Mitigation Through Multi-Channel Coordination in CSMA Multi-hop Wireless Networks Starvation Mitigation Through Multi-Channel Coordination in CSMA Multi-hop Wireless Networks Jingpu Shi Theodoros Salonidis Edward Knightly Networks Group ECE, University Simulation in single-channel multi-hop

More information

Preamble MAC Protocols with Non-persistent Receivers in Wireless Sensor Networks

Preamble MAC Protocols with Non-persistent Receivers in Wireless Sensor Networks Preamble MAC Protocols with Non-persistent Receivers in Wireless Sensor Networks Abdelmalik Bachir, Martin Heusse, and Andrzej Duda Grenoble Informatics Laboratory, Grenoble, France Abstract. In preamble

More information

Wireless Sensor Networks (aka, Active RFID)

Wireless Sensor Networks (aka, Active RFID) Politecnico di Milano Advanced Network Technologies Laboratory Wireless Sensor Networks (aka, Active RFID) Hardware and Hardware Abstractions Design Challenges/Guidelines/Opportunities 1 Let s start From

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #4: Medium Access Control Power/CarrierSense Control, Multi-Channel, Directional Antenna Tamer Nadeem Dept. of Computer Science Power & Carrier Sense

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 9: Multiple Access, GSM, and IS-95

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 9: Multiple Access, GSM, and IS-95 ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2003 Lecture 9: Multiple Access, GSM, and IS-95 Outline: Two other important issues related to multiple access space division with smart

More information

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks By Beakcheol Jang, Jun Bum Lim, Mihail Sichitiu, NC State University 1 Presentation by Andrew Keating for CS577 Fall 2009 Outline

More information

Optimized Asynchronous Multi-channel Neighbor Discovery

Optimized Asynchronous Multi-channel Neighbor Discovery Optimized Asynchronous Multi-channel Neighbor Discovery Niels Karowski TKN/TU-Berlin niels.karowski@tu-berlin.de Aline Carneiro Viana INRIA and TKN/TU-Berlin aline.viana@inria.fr Adam Wolisz TKN/TU-Berlin

More information

From Theory to Practice: Evaluating Static Channel Assignments on a Wireless Mesh Network

From Theory to Practice: Evaluating Static Channel Assignments on a Wireless Mesh Network From Theory to Practice: Evaluating Static Channel Assignments on a Wireless Mesh Network Daniel Wu and Prasant Mohapatra Department of Computer Science, University of California, Davis 9566 Email:{danwu,pmohapatra}@ucdavis.edu

More information

An Empirical Study of Harvesting-Aware Duty Cycling in Sustainable Wireless Sensor Networks

An Empirical Study of Harvesting-Aware Duty Cycling in Sustainable Wireless Sensor Networks An Empirical Study of Harvesting-Aware Duty Cycling in Sustainable Wireless Sensor Networks Pius Lee Mingding Han Hwee-Pink Tan Alvin Valera Institute for Infocomm Research (I2R), A*STAR 1 Fusionopolis

More information

Event-driven MAC Protocol For Dual-Radio Cooperation

Event-driven MAC Protocol For Dual-Radio Cooperation Event-driven MAC Protocol For Dual-Radio Cooperation Arash Khatibi, Yunus Durmuş, Ertan Onur and Ignas Niemegeers Delft University of Technology 2628 CD Delft, The Netherlands {a.khatibi,y.durmus,e.onur,i.niemegeers}@tudelft.nl

More information

An Adaptive Multichannel Protocol for Large-Scale Machine-to-Machine (M2M) Networks

An Adaptive Multichannel Protocol for Large-Scale Machine-to-Machine (M2M) Networks An Adaptive Multichannel Protocol for Large-Scale Machine-to-Machine (MM) Networks Chen-Yu Hsu, Chi-Hsien Yen, and Chun-Ting Chou Department of Electrical Engineering National Taiwan University Intel-NTU

More information

Jinbao Li, Desheng Zhang, Longjiang Guo, Shouling Ji, Yingshu Li. Heilongjiang University Georgia State University

Jinbao Li, Desheng Zhang, Longjiang Guo, Shouling Ji, Yingshu Li. Heilongjiang University Georgia State University Jinbao Li, Desheng Zhang, Longjiang Guo, Shouling Ji, Yingshu Li Heilongjiang University Georgia State University Outline Introduction Protocols Design Theoretical Analysis Performance Evaluation Conclusions

More information

Simulation Blocks for TOSSIM-T2

Simulation Blocks for TOSSIM-T2 Simulation Blocks for TOSSIM-T2 Prabhakar T V, Venkatesh S, Sujay M S, Joy Kuri, Praveen Kumar Centre for Electronics Design and Technology, Indian Institute of Science, Bangalore, India (tvprabs, svenkat,

More information

How Much Improvement Can We Get From Partially Overlapped Channels?

How Much Improvement Can We Get From Partially Overlapped Channels? How Much Improvement Can We Get From Partially Overlapped Channels? Zhenhua Feng and Yaling Yang Department of Electrical and Computer Engineering Virginia Polytechnic and State University, Blacksburg,

More information

Active RFID System with Wireless Sensor Network for Power

Active RFID System with Wireless Sensor Network for Power 38 Active RFID System with Wireless Sensor Network for Power Raed Abdulla 1 and Sathish Kumar Selvaperumal 2 1,2 School of Engineering, Asia Pacific University of Technology & Innovation, 57 Kuala Lumpur,

More information

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks Symon Fedor and Martin Collier Research Institute for Networks and Communications Engineering (RINCE), Dublin

More information

Insights into Frequency Diversity from Measurements on an Indoor Low Power Wireless Network Testbed

Insights into Frequency Diversity from Measurements on an Indoor Low Power Wireless Network Testbed Insights into Frequency Diversity from Measurements on an Indoor Low Power Wireless Network Testbed Pedro Henrique Gomes, Ying Chen, Thomas Watteyne, Bhaskar Krishnamachari University of Southern California,

More information

WUR-MAC: Energy efficient Wakeup Receiver based MAC Protocol

WUR-MAC: Energy efficient Wakeup Receiver based MAC Protocol WUR-MAC: Energy efficient Wakeup Receiver based MAC Protocol S. Mahlknecht, M. Spinola Durante Institute of Computer Technology Vienna University of Technology Vienna, Austria {mahlknecht,spinola}@ict.tuwien.ac.at

More information

LOW-COST TELEMETRY USING FREQUENCY HOPPING AND THE TRF6900 TRANSCEIVER1

LOW-COST TELEMETRY USING FREQUENCY HOPPING AND THE TRF6900 TRANSCEIVER1 LOW-COST TELEMETRY USING FREQUENCY HOPPING AND THE TRF6900 TRANSCEIVER1 Item Type text; Proceedings Authors Thornér, Carl-Einar I.; Iltis, Ronald A. Publisher International Foundation for Telemetering

More information

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Anique Akhtar Department of Electrical Engineering aakhtar13@ku.edu.tr Buket Yuksel Department

More information

Medium Access Control Protocol for WBANS

Medium Access Control Protocol for WBANS Medium Access Control Protocol for WBANS Using the slides presented by the following group: An Efficient Multi-channel Management Protocol for Wireless Body Area Networks Wangjong Lee *, Seung Hyong Rhee

More information

Online Energy Consumption Monitoring of Wireless Testbed Infrastructure through the NITOS EMF Framework

Online Energy Consumption Monitoring of Wireless Testbed Infrastructure through the NITOS EMF Framework Online Energy Consumption Monitoring of Wireless Testbed Infrastructure through the NITOS EMF Framework Stratos Keranidis efkerani@gmail.com Giannis Kazdaridis, Virgilios Passas, Thanasis Korakis, Iordanis

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

Understanding Channel and Interface Heterogeneity in Multi-channel Multi-radio Wireless Mesh Networks

Understanding Channel and Interface Heterogeneity in Multi-channel Multi-radio Wireless Mesh Networks Understanding Channel and Interface Heterogeneity in Multi-channel Multi-radio Wireless Mesh Networks Anand Prabhu Subramanian, Jing Cao 2, Chul Sung, Samir R. Das Stony Brook University, NY, U.S.A. 2

More information

Experimental Study of Concurrent Data and Wireless Energy Transfer for Sensor Networks

Experimental Study of Concurrent Data and Wireless Energy Transfer for Sensor Networks Experimental Study of Concurrent Data and Wireless Energy Transfer for Sensor Networks M. Yousof Naderi, Kaushik R. Chowdhury, Stefano Basagni, Wendi Heinzelman, Swades De, and Soumya Jana Department of

More information

MSP430 and nrf24l01 based Wireless Sensor Network Design with Adaptive Power Control

MSP430 and nrf24l01 based Wireless Sensor Network Design with Adaptive Power Control MSP430 and nrf24l01 based Wireless Sensor Network Design with Adaptive Power Control S. S. Sonavane 1, V. Kumar 1, B. P. Patil 2 1 Department of Electronics & Instrumentation Indian School of Mines University,

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Scheduling Multiple Partially Overlapped Channels in Wireless Mesh Networks

Scheduling Multiple Partially Overlapped Channels in Wireless Mesh Networks Scheduling Multiple Partially Overlapped Channels in Wireless Mesh Networks Haiping Liu Hua Yu Xin Liu Chen-Nee Chuah Prasant Mohapatra University of California, Davis Email: { hpliu, huayu, xinliu, chuah,

More information

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU Seunghak Lee (HY-SDR Research Center, Hanyang Univ., Seoul, South Korea; invincible@dsplab.hanyang.ac.kr); Chiyoung Ahn (HY-SDR

More information

Exploiting Partially Overlapping Channels in Wireless Networks: Turning a Peril into an Advantage

Exploiting Partially Overlapping Channels in Wireless Networks: Turning a Peril into an Advantage Exploiting Partially Overlapping Channels in Wireless Networks: Turning a Peril into an Advantage Arunesh Mishra α, Eric Rozner β, Suman Banerjee β, William Arbaugh α α University of Maryland, College

More information

SV2C 28 Gbps, 8 Lane SerDes Tester

SV2C 28 Gbps, 8 Lane SerDes Tester SV2C 28 Gbps, 8 Lane SerDes Tester Data Sheet SV2C Personalized SerDes Tester Data Sheet Revision: 1.0 2015-03-19 Revision Revision History Date 1.0 Document release. March 19, 2015 The information in

More information

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE.

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE. Title Coding aware routing in wireless networks with bandwidth guarantees Author(s) Hou, R; Lui, KS; Li, J Citation The IEEE 73rd Vehicular Technology Conference (VTC Spring 2011), Budapest, Hungary, 15-18

More information

Sensor Network Platforms and Tools

Sensor Network Platforms and Tools Sensor Network Platforms and Tools 1 AN OVERVIEW OF SENSOR NODES AND THEIR COMPONENTS References 2 Sensor Node Architecture 3 1 Main components of a sensor node 4 A controller Communication device(s) Sensor(s)/actuator(s)

More information

Partially Overlapped Channel Assignment for Multi-Channel Wireless Mesh Networks

Partially Overlapped Channel Assignment for Multi-Channel Wireless Mesh Networks Partially Overlapped Channel Assignment for Multi-Channel Wireless Mesh Networks A. Hamed Mohsenian Rad and Vincent W.S. Wong Department of Electrical and Computer Engineering The University of British

More information

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz PRODUCT SPECIFICATION 2.4 2.5 GHz e Applications 6 : 2 " 2! 2 2 + 2 7 + + Alarm and Security Systems Video Automotive Home Automation Keyless entry Wireless Handsfree Remote Control Surveillance Wireless

More information

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Bernhard Firner Chenren Xu Yanyong Zhang Richard Howard Rutgers University, Winlab May 10, 2011 Bernhard Firner (Winlab)

More information

DEEJAM: Defeating Energy-Efficient Jamming in IEEE based Wireless Networks

DEEJAM: Defeating Energy-Efficient Jamming in IEEE based Wireless Networks DEEJAM: Defeating Energy-Efficient Jamming in IEEE 802.15.4-based Wireless Networks Anthony D. Wood, John A. Stankovic, Gang Zhou Department of Computer Science University of Virginia Wireless Sensor Networks

More information

Wireless Sensor Networks

Wireless Sensor Networks DEEJAM: Defeating Energy-Efficient Jamming in IEEE 802.15.4-based Wireless Networks Anthony D. Wood, John A. Stankovic, Gang Zhou Department of Computer Science University of Virginia June 19, 2007 Wireless

More information

Reliable and Energy-Efficient Data Delivery in Sparse WSNs with Multiple Mobile Sinks

Reliable and Energy-Efficient Data Delivery in Sparse WSNs with Multiple Mobile Sinks Reliable and Energy-Efficient Data Delivery in Sparse WSNs with Multiple Mobile Sinks Giuseppe Anastasi Pervasive Computing & Networking Lab () Dept. of Information Engineering, University of Pisa E-mail:

More information

FULL-DUPLEX COGNITIVE RADIO: ENHANCING SPECTRUM USAGE MODEL

FULL-DUPLEX COGNITIVE RADIO: ENHANCING SPECTRUM USAGE MODEL FULL-DUPLEX COGNITIVE RADIO: ENHANCING SPECTRUM USAGE MODEL Abhinav Lall 1, O. P. Singh 2, Ashish Dixit 3 1,2,3 Department of Electronics and Communication Engineering, ASET. Amity University Lucknow Campus.(India)

More information

Chapter 4: Directional and Smart Antennas. Prof. Yuh-Shyan Chen Department of CSIE National Taipei University

Chapter 4: Directional and Smart Antennas. Prof. Yuh-Shyan Chen Department of CSIE National Taipei University Chapter 4: Directional and Smart Antennas Prof. Yuh-Shyan Chen Department of CSIE National Taipei University 1 Outline Antennas background Directional antennas MAC and communication problems Using Directional

More information

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks A. P. Azad and A. Chockalingam Department of ECE, Indian Institute of Science, Bangalore 5612, India Abstract Increasing

More information

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller

Medium Access Control. Wireless Networks: Guevara Noubir. Slides adapted from Mobile Communications by J. Schiller Wireless Networks: Medium Access Control Guevara Noubir Slides adapted from Mobile Communications by J. Schiller S200, COM3525 Wireless Networks Lecture 4, Motivation Can we apply media access methods

More information

Cognitive Radio Network Setup without a Common Control Channel

Cognitive Radio Network Setup without a Common Control Channel Cognitive Radio Network Setup without a Common Control Channel Yogesh R Kondareddy*, Prathima Agrawal* and Krishna Sivalingam *Electrical and Computer Engineering, Auburn University, E-mail: {kondayr,

More information

Using Reconfigurable Radios to Increase Throughput in Wireless Sensor Networks

Using Reconfigurable Radios to Increase Throughput in Wireless Sensor Networks Using Reconfigurable Radios to Increase Throughput in Wireless Sensor Networks Mihaela Cardei and Yueshi Wu Department of Computer and Electrical Engineering and Computer Science Florida Atlantic University

More information

POWER CONSUMPTION OPTIMIZATION ANALYSIS BASED ON BERKELEY-MAC PROTOCOL USING TAGUCHI AND ANOVA METHODS FOR WSN

POWER CONSUMPTION OPTIMIZATION ANALYSIS BASED ON BERKELEY-MAC PROTOCOL USING TAGUCHI AND ANOVA METHODS FOR WSN 20 th June 206. Vol.88. No.2 2005-206 JATIT & LLS. All rights reserved. ISSN: 992-8645 www.jatit.org E-ISSN: 87-395 POWER CONSUMPTION OPTIMIZATION ANALYSIS BASED ON BERKELEY-MAC PROTOCOL USING TAGUCHI

More information

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL U.P.B. Sci. Bull., Series C, Vol. 79, Iss. 4, 2017 ISSN 2286-3540 FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL Xu ZHI 1, Ding HONGWEI 2, Liu LONGJUN 3, Bao LIYONG 4,

More information

Optimizing the Performance of MANET with an Enhanced Antenna Positioning System

Optimizing the Performance of MANET with an Enhanced Antenna Positioning System 50 Optimizing the Performance of MANET with an Enhanced Antenna Positioning System Jackline Alphonse and Mohamed Naufal M.Saad Electrical and Electronics Department, Universiti Teknologi PETRONAS, Bandar

More information

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN Mohamad Haidar Robert Akl Hussain Al-Rizzo Yupo Chan University of Arkansas at University of Arkansas at University of Arkansas at University

More information

FAQs about OFDMA-Enabled Wi-Fi backscatter

FAQs about OFDMA-Enabled Wi-Fi backscatter FAQs about OFDMA-Enabled Wi-Fi backscatter We categorize frequently asked questions (FAQs) about OFDMA Wi-Fi backscatter into the following classes for the convenience of readers: 1) What is the motivation

More information

Cell Bridge: A Signal Transmission Element for Networked Sensing

Cell Bridge: A Signal Transmission Element for Networked Sensing SICE Annual Conference 2005 in Okayama, August 8-10, 2005 Okayama University, Japan Cell Bridge: A Signal Transmission Element for Networked Sensing A.Okada, Y.Makino, and H.Shinoda Department of Information

More information

Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study

Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study M. Yousof Naderi, Kaushik R. Chowdhury, Stefano Basagni, Wendi Heinzelman, Swades De, and Soumya Jana Department

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

Self Localization Using A Modulated Acoustic Chirp

Self Localization Using A Modulated Acoustic Chirp Self Localization Using A Modulated Acoustic Chirp Brian P. Flanagan The MITRE Corporation, 7515 Colshire Dr., McLean, VA 2212, USA; bflan@mitre.org ABSTRACT This paper describes a robust self localization

More information

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks arxiv:1001.0080v1 [cs.it] 31 Dec 2009 Hongyang Chen 1, Kenneth W. K. Lui 2, Zizhuo Wang 3, H. C. So 2,

More information

A Sensor Network Protocol for Automatic Meter Reading in an Apartment Building

A Sensor Network Protocol for Automatic Meter Reading in an Apartment Building A Sensor Network Protocol for Automatic Meter Reading in an Apartment Building Tetsuya Kawai 1 and Naoki Wakamiya 1 and Masayuki Murata 1 and Kentaro Yanagihara 2 and Masanori Nozaki 2 and Shigeru Fukunaga

More information

LoRa for the Internet of Things

LoRa for the Internet of Things LoRa for the Internet of Things Martin Bor Department of Computing and Communications Lancaster University m.bor@lancaster.ac.uk John Vidler Department of Computing and Communications Lancaster University

More information

LINK LAYER. Murat Demirbas SUNY Buffalo

LINK LAYER. Murat Demirbas SUNY Buffalo LINK LAYER Murat Demirbas SUNY Buffalo Mistaken axioms of wireless research The world is flat A radio s transmission area is circular If I can hear you at all, I can hear you perfectly All radios have

More information

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling USC/ISI Technical Report ISI-TR-64, July 25. This report is superseded by a later version published at ACM SenSys 6. 1 Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Wei Ye and John Heidemann

More information

Wireless ad hoc networks. Acknowledgement: Slides borrowed from Richard Y. Yale

Wireless ad hoc networks. Acknowledgement: Slides borrowed from Richard Y. Yale Wireless ad hoc networks Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale Infrastructure-based v.s. ad hoc Infrastructure-based networks Cellular network 802.11, access points Ad hoc networks

More information

Radio Frequency Integrated Circuits Prof. Cameron Charles

Radio Frequency Integrated Circuits Prof. Cameron Charles Radio Frequency Integrated Circuits Prof. Cameron Charles Overview Introduction to RFICs Utah RFIC Lab Research Projects Low-power radios for Wireless Sensing Ultra-Wideband radios for Bio-telemetry Cameron

More information

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Richard Su, Thomas Watteyne, Kristofer S. J. Pister BSAC, University of California, Berkeley, USA {yukuwan,watteyne,pister}@eecs.berkeley.edu

More information

Calibrating And Comparing Simulators for Wireless Sensor Networks

Calibrating And Comparing Simulators for Wireless Sensor Networks 211 Eighth IEEE International Conference on Mobile Ad-Hoc and Sensor Systems Calibrating And Comparing Simulators for Wireless Sensor Networks Andriy Stetsko, Martin Stehlík, Vashek Matyas Faculty of Informatics,

More information

UNDERSTANDING AND MITIGATING

UNDERSTANDING AND MITIGATING UNDERSTANDING AND MITIGATING THE IMPACT OF RF INTERFERENCE ON 802.11 NETWORKS RAMAKRISHNA GUMMADI UCS DAVID WETHERALL INTEL RESEARCH BEN GREENSTEIN UNIVERSITY OF WASHINGTON SRINIVASAN SESHAN CMU 1 Presented

More information

Evaluation of the 6TiSCH Network Formation

Evaluation of the 6TiSCH Network Formation Evaluation of the 6TiSCH Network Formation Dario Fanucchi 1 Barbara Staehle 2 Rudi Knorr 1,3 1 Department of Computer Science University of Augsburg, Germany 2 Department of Computer Science University

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS 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. 4, Issue. 5, May 2015, pg.955

More information

Link Layer Support for Unified Radio Power Management In Wireless Sensor Networks

Link Layer Support for Unified Radio Power Management In Wireless Sensor Networks Washington University in St. Louis Washington University Open Scholarship All Computer Science and Engineering Research Computer Science and Engineering Report Number: WUCSE-26-63 26-1-1 Link Layer Support

More information

On the Coexistence of Overlapping BSSs in WLANs

On the Coexistence of Overlapping BSSs in WLANs On the Coexistence of Overlapping BSSs in WLANs Ariton E. Xhafa, Anuj Batra Texas Instruments, Inc. 12500 TI Boulevard Dallas, TX 75243, USA Email:{axhafa, batra}@ti.com Artur Zaks Texas Instruments, Inc.

More information

User Guide for the Calculators Version 0.9

User Guide for the Calculators Version 0.9 User Guide for the Calculators Version 0.9 Last Update: Nov 2 nd 2008 By: Shahin Farahani Copyright 2008, Shahin Farahani. All rights reserved. You may download a copy of this calculator for your personal

More information

Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario

Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario Shu Sun, Hangsong Yan, George R. MacCartney, Jr., and Theodore S. Rappaport {ss7152,hy942,gmac,tsr}@nyu.edu IEEE International

More information

How Public Key Cryptography Influences Wireless Sensor Node Lifetime

How Public Key Cryptography Influences Wireless Sensor Node Lifetime How Public Key Cryptography Influences Wireless Sensor Node Lifetime Krzysztof Piotrowski and Peter Langendoerfer and Steffen Peter IHP Im Technologiepark 25 15236 Frankfurt (Oder), Germany September 18,

More information

FAVOR: Frequency Allocation for Versatile Occupancy of spectrum in Wireless Sensor Networks

FAVOR: Frequency Allocation for Versatile Occupancy of spectrum in Wireless Sensor Networks FAVOR: Frequency Allocation for Versatile Occupancy of spectrum in Wireless Sensor Networks Feng Li Jun Luo Gaotao Shi Ying He School of Computer Engineering, Nanyang Technological University, Singapore

More information

Delay Based Scheduling For Cognitive Radio Networks

Delay Based Scheduling For Cognitive Radio Networks Delay Based Scheduling For Cognitive Radio Networks A.R.Devi 1 R.Arun kumar 2 S.Kannagi 3 P.G Student P.S.R Engineering College, India 1 Assistant professor at P.S.R Engineering College, India 2 P.G Student

More information

SYSTEM SENSOR WIRELESS REMOTE INDICATOR PRODUCT SPECIFICATION

SYSTEM SENSOR WIRELESS REMOTE INDICATOR PRODUCT SPECIFICATION Model name: M200I-RF Introduction: The 200 Series Commercial RF System is designed for use with compatible intelligent fire systems using the System Sensor 200/500 Series CLIP, Enhanced and Advanced communication

More information

Dynamic Power Management in Wireless Sensor Networks: An Application-driven Approach

Dynamic Power Management in Wireless Sensor Networks: An Application-driven Approach Dynamic Power Management in Wireless Sensor Networks: An Application-driven Approach Rodrigo M. Passos, Claudionor J. N. Coelho Jr, Antonio A. F. Loureiro, and Raquel A. F. Mini Department of Computer

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

ZigBee-based Intra-car Wireless Sensor Network

ZigBee-based Intra-car Wireless Sensor Network This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the ICC 27 proceedings. ZigBee-based Intra-car Wireless Sensor Network Hsin-Mu

More information

Revisiting Neighbor Discovery with Interferences Consideration

Revisiting Neighbor Discovery with Interferences Consideration Author manuscript, published in "3rd ACM international workshop on Performance Evaluation of Wireless Ad hoc, Sensor and Ubiquitous Networks (PEWASUN ) () 7-1" DOI : 1.115/1131.1133 Revisiting Neighbor

More information

Ad hoc and Sensor Networks Chapter 4: Physical layer. Holger Karl

Ad hoc and Sensor Networks Chapter 4: Physical layer. Holger Karl Ad hoc and Sensor Networks Chapter 4: Physical layer Holger Karl Goals of this chapter Get an understanding of the peculiarities of wireless communication Wireless channel as abstraction of these properties

More information

Understanding the Real-World Performance of Carrier Sense

Understanding the Real-World Performance of Carrier Sense Understanding the Real-World Performance of Carrier Sense Kyle Jamieson, Bret Hull, Allen Miu, Hari Balakrishnan MIT Computer Science and Artificial Intelligence Laboratory The Stata Center, 32 Vassar

More information

Achievable Transmission Capacity of Cognitive Radio Networks with Cooperative Relaying

Achievable Transmission Capacity of Cognitive Radio Networks with Cooperative Relaying Achievable Transmission Capacity of Cognitive Radio Networks with Cooperative Relaying Xiuying Chen, Tao Jing, Yan Huo, Wei Li 2, Xiuzhen Cheng 2, Tao Chen 3 School of Electronics and Information Engineering,

More information

Performance Evaluation of Cooperative Sensing via IEEE Radio

Performance Evaluation of Cooperative Sensing via IEEE Radio Performance Evaluation of Cooperative Sensing via IEEE 802.15.4 Radio Tahir Akram, Horst Hellbrück Lübeck University of Applied Sciences, Germany, Department of Electrical Engineering and Computer Science,

More information

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements 15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements Simas Joneliunas 1, Darius Gailius 2, Stasys Vygantas Augutis 3, Pranas Kuzas 4 Kaunas University of Technology, Department

More information

An Adaptable Energy-Efficient Medium Access Control Protocol for Wireless Sensor Networks

An Adaptable Energy-Efficient Medium Access Control Protocol for Wireless Sensor Networks An Adaptable Energy-Efficient ium Access Control Protocol for Wireless Sensor Networks Justin T. Kautz 23 rd Information Operations Squadron, Lackland AFB TX Justin.Kautz@lackland.af.mil Barry E. Mullins,

More information

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks Heungwoo Nam and Sunshin An Computer Network Lab., Dept. of Electronics Engineering,

More information

Average Delay in Asynchronous Visual Light ALOHA Network

Average Delay in Asynchronous Visual Light ALOHA Network Average Delay in Asynchronous Visual Light ALOHA Network Xin Wang, Jean-Paul M.G. Linnartz, Signal Processing Systems, Dept. of Electrical Engineering Eindhoven University of Technology The Netherlands

More information