SlideShare a Scribd company logo
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
DOI : 10.5121/ijasuc.2014.5603 21
IMPACT OF THE TEMPERATURE AND
HUMIDITY VARIATIONS ON LINK QUALITY OF
XM1000 MOTE SENSORS
Samia Allaoua Chelloug
Networks and Communication Systems Department, College of Computer and
Information Sciences, Princess Nourah bint AbdulRahman University, Riyadh
Kingdom of Saudi Arabia
ABSTRACT
The core motivations of deploying a sensor network for a specific application come from the autonomy of
sensors, their reduced size, and their capabilities for computing and communicating in a short range.
However, many challenges for sensor networks still exist: minimizing energy consumptions, and ensuring
the performance of communication that may be affected by many parameters. The work described in this
paper covers mainly the analysis of the impact of the temperature and humidity variations on link quality of
XM1000 operating under TinyOS. Two-way ANOVA test has been applied and the obtained results show
that both the temperature and humidity variations impact RSSI.
KEYWORDS
sensor network, XM1000, TinyOS, ANOVA, temperature, humidity, RSSI, LQI.
1. INTRODUCTION
By definition, a sensor network is deployed either inside the phenomenon to be monitored or very
close to it. Each sensor consists of a microcontroller, a transceiver, a source of power, and a
sensing unit [1]. Sensor networks are being considered for use in: smart homes, E-health,
industrial automation,… Some applications have stringent requirements that concern the delay
and the reliability of communication [2]. However, recent studies show that signals fluctuate and
sometimes it is very hard to ensure a certain degree of quality of service. Hence, the aim of our
experimental study is to show how the temperature and humidity fluctuations may affect the link
quality of XM1000 sensor motes that have been manufactured by ADVENTICS and use an
MSP430 microcontroller. It provides a program flash memory and data program storage space.
XM1000 functions under TinyOS2.x operating system which is appropriate for programming
embedded systems. In particular, our experimental study focuses on understating the effect of the
two parameters (temperature and humidity) upon link quality.
This article provides a literature review of related works. Sections 3 and 4 explains the hardware
architecture of XM1000 and TinyOs. Sections 5 outlines the principles of ANOVA. Then, our
experimental results are illustrated and analyzed by two-way ANOVA.
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
22
2. IMPACT OF METEROLOGICAL CONDITIONS ON SENSOR NETWORKS
Designing appropriate protocols for sensor networks is a critical task due to their hardware
constraints. Many research works exploit some indicators that can be obtained via hardware to
process and communicate data in wireless sensor networks. In particular, the research community
faces the challenge of power control and power saving to extend the lifetime of wireless sensor
networks. Power control and power saving may be applied jointly with other sensor protocols to
efficiently localize sensors, route data packets, ovoid interference,… Extensive studies are based
on measuring the strength of the received signal (RSSI) or the link quality (LQI) that can be
calculated by the transceiver. Some results show that LQI is a good indicator for new sensor
platforms [3]. Unfortunately, meteorological conditions (temperature, humidity) may affect the
link quality. Hence, it is necessary to analyze the impact of such parameters to assure accuracy
while controlling or saving power. Some research works provided experimental studies for
understating the impact of meteorological conditions on the link quality of sensor networks.
The study presented in [4] supports greenhouse monitoring. It is based on the deployment of four
sensors to monitor temperature, humidity, light, and the level of carbon Dioxide in a green house.
The hardware platform sends compressed IPV6 packets over IEEE802.15.4 with a loss rate of
5%. Authors conclude through their experimental study that there is a relationship between the
relative temperature and humidity inside a greenhouse such that the temperature increases once
the humidity has decreased.
The focus of [5] is to understand signal propagation between fixed and a mobile sensor and
evaluate the impact of meteorological conditions on signal propagation. Memsic wireless sensors
with three integrated sensors( humidity, temperature, barometric pressure) have been used. Their
study demonstrates that the signal variation at each position is small and the variations in the
presence of large water bodies is influenced by changes in temperature, humidity, and the
refractive index of the medium.
[6] Proposed an idea for power control in wireless sensor networks that depends on the evaluated
temperature and humidity. They developed a controller that adapts power according to RSSI
feedback.
The main research interest of [7] is to study the impact of meteorological conditions on 802.15.4
links. Authors of the paper evaluated different conditions in Sweden. Their research conclude that
the temperature variations correlate the most with RSSI and PRR.
[8] Conducted experiments and designed a scheme that combines both temperature-aware link
quality compensation and a closed-loop feedback process to adapt to link quality.
In this paper, we investigate how the temperature and humidity variations may affect link quality
of XM1000 sensors. Our idea studies the influence of the two factors on RSSI and LQI and uses
ANOVA (variance analysis) to recognize the importance of each parameter.
3. XM1000 SENSOR MOTE
The consolidation of micro-electro mechanical systems (MEMS) and digital wireless
communications has led to the ability of deploying small devices that are application-specific. In
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
23
particular, sensors are provided with sensing and communicating capabilities that overcome the
limitations of traditional networks for remote real time monitoring. Many kinds of sensors are
available in the market and are designed and manufactured by leader industrial companies:
CrossBow, Atmel,… XM1000 mote module is based on TelosB specification which is the result
of the research conducted in UC Berkely. TelosB is equipped by MSP430 microcontroller which
is characterized by many features [9]:
Complete system on chip that includes LCD control, ADC, I/O ports, RAM(10 KB),
ROM, timer, UART,…
Low power consumption: 4.2 nW/instruction.
High speed: 300 ns/instruction a clock speed of 3.3MHZ.
Risc set of 27 core instructions that make the process of programming very easy.
48 KB of flash memory.
802.15.4 compliant mode and consumes low power for communications.
Current in active mode is 1.8 mA and the current in sleep mode is 5.1MA.
Three sensors are integrated on XM1000: temperature, humidity, and light sensors. Its dimensions
are 81.9mm*32.5mm*6.55mm including USB connector. It is provided by 116KB of program
flash, 8KB of data program and 1MB for logging. The radio frequency chip of XM1000 operates
in 2.4-2.485 GH with a rate of 250Kbps and can cover a range of 120m outdoor and between 20
to 30 m indoor [10].
Some research works have used XM1000 for carrying experiments:
ManOs has been tested on XM1000 to evaluate the potential to make sensor programming
accessible for a broader range of programmers [11].
[12] studied and compared a set of empirical models to estimate the path loss by means of
XM1000.
[13] demonstrated that device heterogeneity may improve energy by moving resource intensive
tasks to other nodes in the network. Their study has focused on imote2, Inga, Mulle v5-2,
Sunspot, TelosB, and XM1000.
4. TinyOS
XM1000 is compatible with TinyOs2.x which is open project that was developed at University of
California. It is based on Nesc language that is suited for programming embedded systems. Its
syntax is similar to C syntax but NesC is enhanced to support concurrency and allows to structure
a program into linked components to reduce the compile time. Unlike C, NesC locates all
functions at compile time. NesC compilers generate a C file after processing the NesC file. The C
file is then compiled to the desired microcontroller. Each NesC application program is divided
into linked modules to avoid any explicit pointer. The configuration file specifies the links
between the system modules however, the interface specifies the interaction between two
components: the user which implements a set of events and the provides that implements a set of
commands [14].
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
24
Figure1 . Component of NESC programming model.
The specification of each component (module or configuration) contains two parts: the signature
and the implementation. The signature describes if the component use or provide any interface.
5. ANOVA
ANOVA is a statistical technique that takes one or more populations as input and tests the
inequality among population means. More specifically, ANOVA analyses the effect of one or two
qualitative factors upon a quantitative variable. ANOVA is based on hypothesis test [15]:
• ‫:0ܪ‬ µଵ
= µଶ
= ⋯ µ௞
This means that all population means are equal. K is the total
number of groups.
• ‫:ܣܪ‬ At least two of the means differ.
ANOVA calculates the F-test such that:
‫ܨ‬ =
ெௌோ
ெௌா
(1)
‫ܴܵܯ‬ is the mean square of the treatment and ‫ܧܵܯ‬ is the mean square of error.
‫ܶܵܯ‬ =
ௌௌ்
௄ିଵ
(2)
‫ܧܵܯ‬ =
ௌௌா
௡ି௄
(3)
ܵܵܶ is the variation between however ܵܵ‫ܧ‬ is the variation within and n is the number of samples
in each group.
F is expected to be nearly equal to 1 if all population means are equals. Otherwise, the hypothesis
‫0ܪ‬ will be rejected.

Recommended for you

Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report

A wireless sensor network consists of spatially distributed sensor nodes that monitor physical conditions and communicate wirelessly. Nodes sense data, process it, and transmit it to other nodes or a central gateway. The gateway provides a connection to the wired world to collect, process, analyze and present measurement data. Routers can extend the communication range between nodes and the gateway. Sensor nodes are small, require little power, are programmable and cost-effective to purchase and maintain.

wsnwireless sensor networks
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...

A Bio-inspired clustering algorithm based on BFO has been proposed and investigation on energy efficient clustering algorithms related to WSNs has been done in this paper. The contribution of this paper related to use of Bacteria foraging algorithm firstly for WSNs for enhancing network lifetime of sensor nodes.

wireless sensor networkrouting in wsnsbfo
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and Applications

Wireless sensor networks (WSN) consist of tiny sensor nodes scattered on a relatively large geographical area. The nodes are cooperative in nature, that is, they can communication with one another or to a central control unit. The work of each such node is to collect the information from surrounding like pressure, temperature, humidity, magnetic fields, optical fields etc [2]. Actually they are ad hoc network with some additional constraints. The node should be capable enough for power consumption, collection of data, self healing, mobility, self configuration to name a few. These features of WSN node differentiate it from conventional ad hoc networks [14]. This survey paper aims at reporting wireless sensor network, its design, networking of nodes, and security in system. In this paper, fundamentals of wireless sensor network are discussed. Different component like sensor, microcontroller, battery require for sensor networks are explained in detail. We have tried to include all the aspects of WSN. The Protocols, Operating Systems, tools require for WSN node programming and some security issues are also discussed.

sensor networkapplicationssurvey
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
25
6. EXPERIMENTAL STUDY
Our experimental study involves two XM1000 sensors. The first one is considered as a base
station and sends periodically a message to the second one. Upon receiving a message, the target
sensor measures the temperature, the humidity, RSSI, and LQI. The distance between the two
sensors is around 20 Cm.
Figure 2 illustrates the hardware used in our experiment. The plotting of the variation of the
measured RSSI according to the temperature is shown in figure 3. Linear regression has been
applied and the color of the trendline is black. It is clear that there is a polynomial relation
between RSSI and the temperature. Moreover, we can conclude from the result of the regression
that RSSI is very high in the first group (12-270
) and decreases once the temperature exceeds 270
Figure 2. XM1000 sensors.
Figure 3. Temperature versus RSSI.
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
26
The plotting of the variation of the measured RSSI according to humidity is shown in figure 4.
Linear regression has been applied and the color of the trendline is black. It is clear that there is a
linear relation between RSSI and humidity. We can recognize two groups of RSSI measures after
applying linear regression and RSSI increases in a linear manner from the first group that
corresponds to humidity values ranging from 9 to 13% to the second one that corresponds to
humidity values ranging from 13 to 15%.
Figure 4. Humidity versus RSSI.
Figures 5 and 6 illustrate the variation of LQI according to temperature and humidity
respectively. From the plots of linear regression, it is clear that the variation of LQI versus
temperature and humidity is linear.
Figure 5. Temperature versus LQI.
International Journal of Ad hoc, Sensor &
We were asking the question about the important parameter that impacts RSSI as the function of
variation of RSSI according to temperature is different from its function of variation according to
humidity. To this end, we applied ANOVA after preparing three groups of tem
warm, low) and two groups of humidity (high and low).
Three comments should be highlighted form table 1.
-The variance of each group is not far away from 1.
-The values for F are greater of F crit.
-P-values are smaller than 0.5.
So, H0 hypothesis is maintained and both temperature and humidity influence RSSI.
7. CONCLUSION
Estimating link quality is an important factor for many sensor protocols.
concerned the estimation of both RSSI and LQI in a small XM1000
show that the impact of the temperature and humidity
analysis shows that RSSI is influenced by temperature as well as humidity. Hence it is necessary
to save energy according to those two para
and saving in XM1000 sensor networks.
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
Figure 6. Humidity versus LQI.
the question about the important parameter that impacts RSSI as the function of
variation of RSSI according to temperature is different from its function of variation according to
humidity. To this end, we applied ANOVA after preparing three groups of temperature (high,
warm, low) and two groups of humidity (high and low).
Three comments should be highlighted form table 1.
he variance of each group is not far away from 1.
he values for F are greater of F crit.
H0 hypothesis is maintained and both temperature and humidity influence RSSI.
Estimating link quality is an important factor for many sensor protocols. Our experimental study
concerned the estimation of both RSSI and LQI in a small XM1000 sensor network.
temperature and humidity variations on LQI are linear. ANOVA
analysis shows that RSSI is influenced by temperature as well as humidity. Hence it is necessary
to save energy according to those two parameters. We will focus in the future on power control
and saving in XM1000 sensor networks.
Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
27
the question about the important parameter that impacts RSSI as the function of
variation of RSSI according to temperature is different from its function of variation according to
perature (high,
Our experimental study
sensor network. Our results
on LQI are linear. ANOVA
analysis shows that RSSI is influenced by temperature as well as humidity. Hence it is necessary
We will focus in the future on power control
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
28
Table 1. AVOVA results.
REFERENCES
[1] Akyildiz. I-F, Su. W, Sankarasubramaniam . Y, Cayirci.E, “Wireless sensor networks, a survey” , in
the Proceedings of the International Journal of Computer and Telecommunications Networking , Vol.
38, Issue 4 pp. 393-422, 2002
[2] Boano. C-A, Tsiftes.N, Voigt.T, Brown.J, Roedig.U, “The impact of temperature on outdoor
industrial sensornet applications” , In the Proceedings of IEEE transactions of Industrial Informatics ,
Vol. 6, No. 3, pp. 451-459, 2010.
[3] Srinivasan.K, Levis.P , “RSSI is Under Appreciated”, In Proceedings of the Third Workshop on
Embedded Networked Sensors (2006) .

Recommended for you

Brema tarigan 09030581721015
Brema tarigan 09030581721015Brema tarigan 09030581721015
Brema tarigan 09030581721015

This document contains two papers. The first paper summarizes a study that designed a prototype smoke detection device for a student dormitory at Klabat University using a microcontroller, MQ-7 and UV-Tron sensors, buzzer, and SMS gateway to detect cigarette smoke and notify users. The second paper proposes a wireless sensor network design for environmental monitoring applications to measure temperature, humidity, CO2, and other factors.

5.a robust frame of wsn utilizing localization technique 36-46
5.a robust frame of wsn utilizing localization technique  36-465.a robust frame of wsn utilizing localization technique  36-46
5.a robust frame of wsn utilizing localization technique 36-46

This document discusses localization techniques for wireless sensor networks. It begins by defining localization as identifying a sensor node's position and explains that localization is a fundamental challenge for wireless sensor networks. It then describes two main categories of localization techniques: range-based and range-free. Range-based techniques use distance or angle measurements between nodes to determine positions but require expensive hardware. Range-free techniques estimate positions based on neighboring node information and are less expensive but less accurate. The document reviews several specific localization algorithms from previous research and discusses their advantages and limitations.

11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...

This document discusses localization techniques for wireless sensor networks. It begins by defining localization as identifying a sensor node's position and explains how accuracy is important. It then describes two main categories of localization techniques: range-based and range-free. Range-based uses distance or angle measurements between nodes for higher accuracy but requires expensive hardware. Range-free relies on information from nearby nodes and is less accurate but cheaper. The document reviews several specific localization algorithms from previous research and their limitations. It concludes by stating that energy efficiency is critical for wireless sensor networks due to limited battery life.

International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014
29
[4] Ahonen.T , Vir ankoski.R , Elmusrati.M, “Greenhouse Monitoring with Wireless Sensor Networks:,
in the Proceedings of IEEE Mechtronic and Embeded Systems and Applications, pp.403-408, Beijing,
2008.
[5] Harun.A, Ndzi.D-L, Ramli.M-F, Shakaff.A-Y-M, Ahmad.M-N, Kamarudin.L-M, Zakaria.M, and
Yang.Y, "Signal propagation in aquaculture environment for wireless sensor network applications," in
the Proceedings of Progress In Electromagnetics Research, Vol. 131, pp.477-494, 2012
[6] Ortega-Corral.C, Palafox.L-E, García-Macías.J-A, Sanchez-Garcia.J, Aguilar.L, Van Nieto-
Hipólito.J-A, “Transmission Power Control based on temperature and relative humidity”, in the
proceedings of ISSNIP, pp.1-6, 2014.
[7] Wennerström.H, “ Meteorological Impact and Transmission Errors in Outdoor Wireless Sensor
Networks”, IT Licentiate Thesis, Uppsala, 2013.
[8] Lee.J, Chung.K, “An efficient transmission power control scheme for temperature variation in
wireless sensor networks” . in the proceedings of Sensors, vol. 11, no. 3, pp. 3078-3093, 2011.
[9] http://www.win.tue.nl/~johanl/educ/RTcourse/MSP430%20UART.pdf
[10] http://www.advanticsys.com/shop/asxm1000-p-24.html
[11] Elsts.A, Selavo.L, “Improving the Usability of Wireless Sensor Network Operating Systems” , in the
Proceedings of the Federated Conference on Computer Science and Information Systems, pp. 89-94,
2013.
[12] Donmez.R-G , “A study on path loss for indoor wireless communication networks”, Master Thesis,
2013.
[13] Reinhardt.A, Burgstahler.D, "Exploiting Platform Heterogeneity in Wireless Sensor Networks by
Shifting Resource-Intensive Tasks to Dedicated Processing Nodes", In the proceedings of IEEE 14th
International Symposium on "A World of Wireless, Mobile and Multimedia Networks", WoWMoM
2013, pp. 1-9, Spain, 2013.
[14] http://www.tinyos.net/
[15] http://www.cimt.plymouth.ac.uk/projects/mepres/alevel/fstats_ch7.pdf
Biography
Samia Allaoua Chelloug received the Engineer degree (Computer Science) in 2003, Magister degree
(Computer Science) in 2006, and the Phd degree (Networking) in 2013 (all from University of Constantine,
Algeria).
From 2006 to 2013 she was an Assistant Professor in the Faculty of Computer Science in Constantine
University.
In August 2013, she joined the Department of Networks and Communication Systems at Princess Nourah
University (Riyadh, Kingdom of Saudi Arabia) where she is presently an Assistant Professor.
Her current research interests include: wireless sensor networks, cognitive radio, Vanets, and Fourth
Generation communication standards.

More Related Content

What's hot

Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...
Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...
Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...
IJECEIAES
 
A4WSN
A4WSNA4WSN
K010526570
K010526570K010526570
K010526570
IOSR Journals
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
Ganesh Khadsan
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
IJEEE
 
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and Applications
AshishDPatel1
 
Brema tarigan 09030581721015
Brema tarigan 09030581721015Brema tarigan 09030581721015
Brema tarigan 09030581721015
ferdiandersen08
 
5.a robust frame of wsn utilizing localization technique 36-46
5.a robust frame of wsn utilizing localization technique  36-465.a robust frame of wsn utilizing localization technique  36-46
5.a robust frame of wsn utilizing localization technique 36-46
Alexander Decker
 
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
Alexander Decker
 
Fault diagnosis of a high voltage transmission line using waveform matching a...
Fault diagnosis of a high voltage transmission line using waveform matching a...Fault diagnosis of a high voltage transmission line using waveform matching a...
Fault diagnosis of a high voltage transmission line using waveform matching a...
ijsc
 
Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...
Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...
Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...
ambitlick
 
Shridhar_Resume_Embedded
Shridhar_Resume_EmbeddedShridhar_Resume_Embedded
Shridhar_Resume_Embedded
Shridhar Kulkarni
 
Framework for Channel Attenuation Model Final Paper
Framework for Channel Attenuation Model Final PaperFramework for Channel Attenuation Model Final Paper
Framework for Channel Attenuation Model Final Paper
Khade Grant
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORK
Nishant Bhardwaj
 
Technical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirTechnical Paper by Yazid Idzmir
Technical Paper by Yazid Idzmir
YAZID IDZMIR
 
Optical Network Research Projects Assistance
Optical Network Research Projects AssistanceOptical Network Research Projects Assistance
Optical Network Research Projects Assistance
Network Simulation Tools
 
Localization in WSN
Localization in WSNLocalization in WSN
Localization in WSN
Yara Ali
 
J0525460
J0525460J0525460
J0525460
IOSR Journals
 
Ieeepro techno solutions 2013 ieee embedded project design of a wsn platfor...
Ieeepro techno solutions   2013 ieee embedded project design of a wsn platfor...Ieeepro techno solutions   2013 ieee embedded project design of a wsn platfor...
Ieeepro techno solutions 2013 ieee embedded project design of a wsn platfor...
srinivasanece7
 

What's hot (19)

Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...
Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...
Intelligent Sensing Using Metal Oxide Semiconductor Based-on Support Vector M...
 
A4WSN
A4WSNA4WSN
A4WSN
 
K010526570
K010526570K010526570
K010526570
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
 
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and Applications
 
Brema tarigan 09030581721015
Brema tarigan 09030581721015Brema tarigan 09030581721015
Brema tarigan 09030581721015
 
5.a robust frame of wsn utilizing localization technique 36-46
5.a robust frame of wsn utilizing localization technique  36-465.a robust frame of wsn utilizing localization technique  36-46
5.a robust frame of wsn utilizing localization technique 36-46
 
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
11.0005www.iiste.org call for paper.a robust frame of wsn utilizing localizat...
 
Fault diagnosis of a high voltage transmission line using waveform matching a...
Fault diagnosis of a high voltage transmission line using waveform matching a...Fault diagnosis of a high voltage transmission line using waveform matching a...
Fault diagnosis of a high voltage transmission line using waveform matching a...
 
Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...
Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...
Energy-Efficient Protocol for Deterministic and Probabilistic Coverage in Sen...
 
Shridhar_Resume_Embedded
Shridhar_Resume_EmbeddedShridhar_Resume_Embedded
Shridhar_Resume_Embedded
 
Framework for Channel Attenuation Model Final Paper
Framework for Channel Attenuation Model Final PaperFramework for Channel Attenuation Model Final Paper
Framework for Channel Attenuation Model Final Paper
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORK
 
Technical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirTechnical Paper by Yazid Idzmir
Technical Paper by Yazid Idzmir
 
Optical Network Research Projects Assistance
Optical Network Research Projects AssistanceOptical Network Research Projects Assistance
Optical Network Research Projects Assistance
 
Localization in WSN
Localization in WSNLocalization in WSN
Localization in WSN
 
J0525460
J0525460J0525460
J0525460
 
Ieeepro techno solutions 2013 ieee embedded project design of a wsn platfor...
Ieeepro techno solutions   2013 ieee embedded project design of a wsn platfor...Ieeepro techno solutions   2013 ieee embedded project design of a wsn platfor...
Ieeepro techno solutions 2013 ieee embedded project design of a wsn platfor...
 

Viewers also liked

ON THE SUPPORT OF MULTIMEDIA APPLICATIONS OVER WIRELESS MESH NETWORKS
ON THE SUPPORT OF MULTIMEDIA APPLICATIONS  OVER WIRELESS MESH NETWORKS ON THE SUPPORT OF MULTIMEDIA APPLICATIONS  OVER WIRELESS MESH NETWORKS
ON THE SUPPORT OF MULTIMEDIA APPLICATIONS OVER WIRELESS MESH NETWORKS
ijwmn
 
Systemic racism
Systemic racismSystemic racism
Systemic racism
fangshi216
 
Rob peglar introduction_analytics _big data_hadoop
Rob peglar introduction_analytics _big data_hadoopRob peglar introduction_analytics _big data_hadoop
Rob peglar introduction_analytics _big data_hadoop
Ghassan Al-Yafie
 
¿Necesito una pantalla o necesito comunicar con mis clientes?
¿Necesito una pantalla o necesito comunicar con mis clientes?¿Necesito una pantalla o necesito comunicar con mis clientes?
¿Necesito una pantalla o necesito comunicar con mis clientes?
crambovisuales
 
A secure routing process to simultaneously defend against false report and wo...
A secure routing process to simultaneously defend against false report and wo...A secure routing process to simultaneously defend against false report and wo...
A secure routing process to simultaneously defend against false report and wo...
ieijjournal
 
Review of black hole and grey hole attack
Review of black hole and grey hole attackReview of black hole and grey hole attack
Review of black hole and grey hole attack
ijma
 
Tarta de bizcocho y helado en una maceta
Tarta de bizcocho y helado en una macetaTarta de bizcocho y helado en una maceta
Tarta de bizcocho y helado en una maceta
webosdeoro
 
Sample Academic Book Opinion and Reflection - Mamdani
Sample Academic Book Opinion and Reflection - MamdaniSample Academic Book Opinion and Reflection - Mamdani
Sample Academic Book Opinion and Reflection - Mamdani
James Addoms
 
Tech aappt1
Tech aappt1Tech aappt1
Tech aappt1
Techliveinfo1
 
Git for a newbie
Git for a newbieGit for a newbie
Git for a newbie
Anuj Sharma
 
Ensp energy efficient next hop selection in a probabilistic voting based filt...
Ensp energy efficient next hop selection in a probabilistic voting based filt...Ensp energy efficient next hop selection in a probabilistic voting based filt...
Ensp energy efficient next hop selection in a probabilistic voting based filt...
ieijjournal
 
Wave optics analysis of camera image
Wave optics analysis of camera imageWave optics analysis of camera image
Wave optics analysis of camera image
IJCSEA Journal
 
Saberes e Práticas da Inclusão
Saberes e Práticas da InclusãoSaberes e Práticas da Inclusão
Saberes e Práticas da Inclusão
Projeto Creche Segura
 
Dynamic task scheduling on multicore automotive ec us
Dynamic task scheduling on multicore automotive ec usDynamic task scheduling on multicore automotive ec us
Dynamic task scheduling on multicore automotive ec us
VLSICS Design
 
A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12
A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12
A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12
Ádám Lechner
 
An effective pre processing algorithm for information retrieval systems
An effective pre processing algorithm for information retrieval systemsAn effective pre processing algorithm for information retrieval systems
An effective pre processing algorithm for information retrieval systems
ijdms
 

Viewers also liked (16)

ON THE SUPPORT OF MULTIMEDIA APPLICATIONS OVER WIRELESS MESH NETWORKS
ON THE SUPPORT OF MULTIMEDIA APPLICATIONS  OVER WIRELESS MESH NETWORKS ON THE SUPPORT OF MULTIMEDIA APPLICATIONS  OVER WIRELESS MESH NETWORKS
ON THE SUPPORT OF MULTIMEDIA APPLICATIONS OVER WIRELESS MESH NETWORKS
 
Systemic racism
Systemic racismSystemic racism
Systemic racism
 
Rob peglar introduction_analytics _big data_hadoop
Rob peglar introduction_analytics _big data_hadoopRob peglar introduction_analytics _big data_hadoop
Rob peglar introduction_analytics _big data_hadoop
 
¿Necesito una pantalla o necesito comunicar con mis clientes?
¿Necesito una pantalla o necesito comunicar con mis clientes?¿Necesito una pantalla o necesito comunicar con mis clientes?
¿Necesito una pantalla o necesito comunicar con mis clientes?
 
A secure routing process to simultaneously defend against false report and wo...
A secure routing process to simultaneously defend against false report and wo...A secure routing process to simultaneously defend against false report and wo...
A secure routing process to simultaneously defend against false report and wo...
 
Review of black hole and grey hole attack
Review of black hole and grey hole attackReview of black hole and grey hole attack
Review of black hole and grey hole attack
 
Tarta de bizcocho y helado en una maceta
Tarta de bizcocho y helado en una macetaTarta de bizcocho y helado en una maceta
Tarta de bizcocho y helado en una maceta
 
Sample Academic Book Opinion and Reflection - Mamdani
Sample Academic Book Opinion and Reflection - MamdaniSample Academic Book Opinion and Reflection - Mamdani
Sample Academic Book Opinion and Reflection - Mamdani
 
Tech aappt1
Tech aappt1Tech aappt1
Tech aappt1
 
Git for a newbie
Git for a newbieGit for a newbie
Git for a newbie
 
Ensp energy efficient next hop selection in a probabilistic voting based filt...
Ensp energy efficient next hop selection in a probabilistic voting based filt...Ensp energy efficient next hop selection in a probabilistic voting based filt...
Ensp energy efficient next hop selection in a probabilistic voting based filt...
 
Wave optics analysis of camera image
Wave optics analysis of camera imageWave optics analysis of camera image
Wave optics analysis of camera image
 
Saberes e Práticas da Inclusão
Saberes e Práticas da InclusãoSaberes e Práticas da Inclusão
Saberes e Práticas da Inclusão
 
Dynamic task scheduling on multicore automotive ec us
Dynamic task scheduling on multicore automotive ec usDynamic task scheduling on multicore automotive ec us
Dynamic task scheduling on multicore automotive ec us
 
A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12
A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12
A hkik programjai a vállalkozások energiaköltségeinek csökkentésére 2013.06.12
 
An effective pre processing algorithm for information retrieval systems
An effective pre processing algorithm for information retrieval systemsAn effective pre processing algorithm for information retrieval systems
An effective pre processing algorithm for information retrieval systems
 

Similar to Impact of the temperature and humidity variations on link quality of xm1000 mote sensors

Application and network layers design for
Application and network layers design forApplication and network layers design for
Application and network layers design for
IJCSEA Journal
 
Application and Network Layers Design for Wireless Sensor Network to Supervis...
Application and Network Layers Design for Wireless Sensor Network to Supervis...Application and Network Layers Design for Wireless Sensor Network to Supervis...
Application and Network Layers Design for Wireless Sensor Network to Supervis...
IJCSEA Journal
 
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET Journal
 
Design of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management PerspectiveDesign of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management Perspective
?? ?
 
40120140503011
4012014050301140120140503011
40120140503011
IAEME Publication
 
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
ijasuc
 
1 ijcse-01179-6
1 ijcse-01179-61 ijcse-01179-6
1 ijcse-01179-6
Shivlal Mewada
 
Concepts and evolution of research in the field of wireless sensor networks
Concepts and evolution of research in the field of wireless sensor networksConcepts and evolution of research in the field of wireless sensor networks
Concepts and evolution of research in the field of wireless sensor networks
IJCNCJournal
 
Survey of Wireless Sensor Network Application
Survey of Wireless Sensor Network ApplicationSurvey of Wireless Sensor Network Application
Survey of Wireless Sensor Network Application
ijsrd.com
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
journalBEEI
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
IJCNCJournal
 
Secured node detection technique based on artificial neural network for wirel...
Secured node detection technique based on artificial neural network for wirel...Secured node detection technique based on artificial neural network for wirel...
Secured node detection technique based on artificial neural network for wirel...
IJECEIAES
 
Reliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor NetworkReliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor Network
IJMTST Journal
 
WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...
TELKOMNIKA JOURNAL
 
Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...
Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...
Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...
CSCJournals
 
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachEnergy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
IJRES Journal
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ijasuc
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ijasuc
 
Ac36167172
Ac36167172Ac36167172
Ac36167172
IJERA Editor
 
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline MonitoringWiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
IJECEIAES
 

Similar to Impact of the temperature and humidity variations on link quality of xm1000 mote sensors (20)

Application and network layers design for
Application and network layers design forApplication and network layers design for
Application and network layers design for
 
Application and Network Layers Design for Wireless Sensor Network to Supervis...
Application and Network Layers Design for Wireless Sensor Network to Supervis...Application and Network Layers Design for Wireless Sensor Network to Supervis...
Application and Network Layers Design for Wireless Sensor Network to Supervis...
 
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
 
Design of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management PerspectiveDesign of a Wireless Sensor Network from an Energy Management Perspective
Design of a Wireless Sensor Network from an Energy Management Perspective
 
40120140503011
4012014050301140120140503011
40120140503011
 
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
 
1 ijcse-01179-6
1 ijcse-01179-61 ijcse-01179-6
1 ijcse-01179-6
 
Concepts and evolution of research in the field of wireless sensor networks
Concepts and evolution of research in the field of wireless sensor networksConcepts and evolution of research in the field of wireless sensor networks
Concepts and evolution of research in the field of wireless sensor networks
 
Survey of Wireless Sensor Network Application
Survey of Wireless Sensor Network ApplicationSurvey of Wireless Sensor Network Application
Survey of Wireless Sensor Network Application
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
 
Secured node detection technique based on artificial neural network for wirel...
Secured node detection technique based on artificial neural network for wirel...Secured node detection technique based on artificial neural network for wirel...
Secured node detection technique based on artificial neural network for wirel...
 
Reliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor NetworkReliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor Network
 
WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...
 
Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...
Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...
Wideband Sensing for Cognitive Radio Systems in Heterogeneous Next Generation...
 
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachEnergy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
Ac36167172
Ac36167172Ac36167172
Ac36167172
 
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline MonitoringWiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
 

Recently uploaded

Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
ScyllaDB
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
Bert Blevins
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
Liveplex
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
Implementations of Fused Deposition Modeling in real world
Implementations of Fused Deposition Modeling  in real worldImplementations of Fused Deposition Modeling  in real world
Implementations of Fused Deposition Modeling in real world
Emerging Tech
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
ScyllaDB
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
Mark Billinghurst
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
Matthew Sinclair
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Bert Blevins
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
Adam Dunkels
 
Manual | Product | Research Presentation
Manual | Product | Research PresentationManual | Product | Research Presentation
Manual | Product | Research Presentation
welrejdoall
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
SynapseIndia
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
huseindihon
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
UiPathCommunity
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
Stephanie Beckett
 

Recently uploaded (20)

Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
Implementations of Fused Deposition Modeling in real world
Implementations of Fused Deposition Modeling  in real worldImplementations of Fused Deposition Modeling  in real world
Implementations of Fused Deposition Modeling in real world
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
 
Manual | Product | Research Presentation
Manual | Product | Research PresentationManual | Product | Research Presentation
Manual | Product | Research Presentation
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
 

Impact of the temperature and humidity variations on link quality of xm1000 mote sensors

  • 1. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 DOI : 10.5121/ijasuc.2014.5603 21 IMPACT OF THE TEMPERATURE AND HUMIDITY VARIATIONS ON LINK QUALITY OF XM1000 MOTE SENSORS Samia Allaoua Chelloug Networks and Communication Systems Department, College of Computer and Information Sciences, Princess Nourah bint AbdulRahman University, Riyadh Kingdom of Saudi Arabia ABSTRACT The core motivations of deploying a sensor network for a specific application come from the autonomy of sensors, their reduced size, and their capabilities for computing and communicating in a short range. However, many challenges for sensor networks still exist: minimizing energy consumptions, and ensuring the performance of communication that may be affected by many parameters. The work described in this paper covers mainly the analysis of the impact of the temperature and humidity variations on link quality of XM1000 operating under TinyOS. Two-way ANOVA test has been applied and the obtained results show that both the temperature and humidity variations impact RSSI. KEYWORDS sensor network, XM1000, TinyOS, ANOVA, temperature, humidity, RSSI, LQI. 1. INTRODUCTION By definition, a sensor network is deployed either inside the phenomenon to be monitored or very close to it. Each sensor consists of a microcontroller, a transceiver, a source of power, and a sensing unit [1]. Sensor networks are being considered for use in: smart homes, E-health, industrial automation,… Some applications have stringent requirements that concern the delay and the reliability of communication [2]. However, recent studies show that signals fluctuate and sometimes it is very hard to ensure a certain degree of quality of service. Hence, the aim of our experimental study is to show how the temperature and humidity fluctuations may affect the link quality of XM1000 sensor motes that have been manufactured by ADVENTICS and use an MSP430 microcontroller. It provides a program flash memory and data program storage space. XM1000 functions under TinyOS2.x operating system which is appropriate for programming embedded systems. In particular, our experimental study focuses on understating the effect of the two parameters (temperature and humidity) upon link quality. This article provides a literature review of related works. Sections 3 and 4 explains the hardware architecture of XM1000 and TinyOs. Sections 5 outlines the principles of ANOVA. Then, our experimental results are illustrated and analyzed by two-way ANOVA.
  • 2. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 22 2. IMPACT OF METEROLOGICAL CONDITIONS ON SENSOR NETWORKS Designing appropriate protocols for sensor networks is a critical task due to their hardware constraints. Many research works exploit some indicators that can be obtained via hardware to process and communicate data in wireless sensor networks. In particular, the research community faces the challenge of power control and power saving to extend the lifetime of wireless sensor networks. Power control and power saving may be applied jointly with other sensor protocols to efficiently localize sensors, route data packets, ovoid interference,… Extensive studies are based on measuring the strength of the received signal (RSSI) or the link quality (LQI) that can be calculated by the transceiver. Some results show that LQI is a good indicator for new sensor platforms [3]. Unfortunately, meteorological conditions (temperature, humidity) may affect the link quality. Hence, it is necessary to analyze the impact of such parameters to assure accuracy while controlling or saving power. Some research works provided experimental studies for understating the impact of meteorological conditions on the link quality of sensor networks. The study presented in [4] supports greenhouse monitoring. It is based on the deployment of four sensors to monitor temperature, humidity, light, and the level of carbon Dioxide in a green house. The hardware platform sends compressed IPV6 packets over IEEE802.15.4 with a loss rate of 5%. Authors conclude through their experimental study that there is a relationship between the relative temperature and humidity inside a greenhouse such that the temperature increases once the humidity has decreased. The focus of [5] is to understand signal propagation between fixed and a mobile sensor and evaluate the impact of meteorological conditions on signal propagation. Memsic wireless sensors with three integrated sensors( humidity, temperature, barometric pressure) have been used. Their study demonstrates that the signal variation at each position is small and the variations in the presence of large water bodies is influenced by changes in temperature, humidity, and the refractive index of the medium. [6] Proposed an idea for power control in wireless sensor networks that depends on the evaluated temperature and humidity. They developed a controller that adapts power according to RSSI feedback. The main research interest of [7] is to study the impact of meteorological conditions on 802.15.4 links. Authors of the paper evaluated different conditions in Sweden. Their research conclude that the temperature variations correlate the most with RSSI and PRR. [8] Conducted experiments and designed a scheme that combines both temperature-aware link quality compensation and a closed-loop feedback process to adapt to link quality. In this paper, we investigate how the temperature and humidity variations may affect link quality of XM1000 sensors. Our idea studies the influence of the two factors on RSSI and LQI and uses ANOVA (variance analysis) to recognize the importance of each parameter. 3. XM1000 SENSOR MOTE The consolidation of micro-electro mechanical systems (MEMS) and digital wireless communications has led to the ability of deploying small devices that are application-specific. In
  • 3. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 23 particular, sensors are provided with sensing and communicating capabilities that overcome the limitations of traditional networks for remote real time monitoring. Many kinds of sensors are available in the market and are designed and manufactured by leader industrial companies: CrossBow, Atmel,… XM1000 mote module is based on TelosB specification which is the result of the research conducted in UC Berkely. TelosB is equipped by MSP430 microcontroller which is characterized by many features [9]: Complete system on chip that includes LCD control, ADC, I/O ports, RAM(10 KB), ROM, timer, UART,… Low power consumption: 4.2 nW/instruction. High speed: 300 ns/instruction a clock speed of 3.3MHZ. Risc set of 27 core instructions that make the process of programming very easy. 48 KB of flash memory. 802.15.4 compliant mode and consumes low power for communications. Current in active mode is 1.8 mA and the current in sleep mode is 5.1MA. Three sensors are integrated on XM1000: temperature, humidity, and light sensors. Its dimensions are 81.9mm*32.5mm*6.55mm including USB connector. It is provided by 116KB of program flash, 8KB of data program and 1MB for logging. The radio frequency chip of XM1000 operates in 2.4-2.485 GH with a rate of 250Kbps and can cover a range of 120m outdoor and between 20 to 30 m indoor [10]. Some research works have used XM1000 for carrying experiments: ManOs has been tested on XM1000 to evaluate the potential to make sensor programming accessible for a broader range of programmers [11]. [12] studied and compared a set of empirical models to estimate the path loss by means of XM1000. [13] demonstrated that device heterogeneity may improve energy by moving resource intensive tasks to other nodes in the network. Their study has focused on imote2, Inga, Mulle v5-2, Sunspot, TelosB, and XM1000. 4. TinyOS XM1000 is compatible with TinyOs2.x which is open project that was developed at University of California. It is based on Nesc language that is suited for programming embedded systems. Its syntax is similar to C syntax but NesC is enhanced to support concurrency and allows to structure a program into linked components to reduce the compile time. Unlike C, NesC locates all functions at compile time. NesC compilers generate a C file after processing the NesC file. The C file is then compiled to the desired microcontroller. Each NesC application program is divided into linked modules to avoid any explicit pointer. The configuration file specifies the links between the system modules however, the interface specifies the interaction between two components: the user which implements a set of events and the provides that implements a set of commands [14].
  • 4. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 24 Figure1 . Component of NESC programming model. The specification of each component (module or configuration) contains two parts: the signature and the implementation. The signature describes if the component use or provide any interface. 5. ANOVA ANOVA is a statistical technique that takes one or more populations as input and tests the inequality among population means. More specifically, ANOVA analyses the effect of one or two qualitative factors upon a quantitative variable. ANOVA is based on hypothesis test [15]: • ‫:0ܪ‬ µଵ = µଶ = ⋯ µ௞ This means that all population means are equal. K is the total number of groups. • ‫:ܣܪ‬ At least two of the means differ. ANOVA calculates the F-test such that: ‫ܨ‬ = ெௌோ ெௌா (1) ‫ܴܵܯ‬ is the mean square of the treatment and ‫ܧܵܯ‬ is the mean square of error. ‫ܶܵܯ‬ = ௌௌ் ௄ିଵ (2) ‫ܧܵܯ‬ = ௌௌா ௡ି௄ (3) ܵܵܶ is the variation between however ܵܵ‫ܧ‬ is the variation within and n is the number of samples in each group. F is expected to be nearly equal to 1 if all population means are equals. Otherwise, the hypothesis ‫0ܪ‬ will be rejected.
  • 5. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 25 6. EXPERIMENTAL STUDY Our experimental study involves two XM1000 sensors. The first one is considered as a base station and sends periodically a message to the second one. Upon receiving a message, the target sensor measures the temperature, the humidity, RSSI, and LQI. The distance between the two sensors is around 20 Cm. Figure 2 illustrates the hardware used in our experiment. The plotting of the variation of the measured RSSI according to the temperature is shown in figure 3. Linear regression has been applied and the color of the trendline is black. It is clear that there is a polynomial relation between RSSI and the temperature. Moreover, we can conclude from the result of the regression that RSSI is very high in the first group (12-270 ) and decreases once the temperature exceeds 270 Figure 2. XM1000 sensors. Figure 3. Temperature versus RSSI.
  • 6. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 26 The plotting of the variation of the measured RSSI according to humidity is shown in figure 4. Linear regression has been applied and the color of the trendline is black. It is clear that there is a linear relation between RSSI and humidity. We can recognize two groups of RSSI measures after applying linear regression and RSSI increases in a linear manner from the first group that corresponds to humidity values ranging from 9 to 13% to the second one that corresponds to humidity values ranging from 13 to 15%. Figure 4. Humidity versus RSSI. Figures 5 and 6 illustrate the variation of LQI according to temperature and humidity respectively. From the plots of linear regression, it is clear that the variation of LQI versus temperature and humidity is linear. Figure 5. Temperature versus LQI.
  • 7. International Journal of Ad hoc, Sensor & We were asking the question about the important parameter that impacts RSSI as the function of variation of RSSI according to temperature is different from its function of variation according to humidity. To this end, we applied ANOVA after preparing three groups of tem warm, low) and two groups of humidity (high and low). Three comments should be highlighted form table 1. -The variance of each group is not far away from 1. -The values for F are greater of F crit. -P-values are smaller than 0.5. So, H0 hypothesis is maintained and both temperature and humidity influence RSSI. 7. CONCLUSION Estimating link quality is an important factor for many sensor protocols. concerned the estimation of both RSSI and LQI in a small XM1000 show that the impact of the temperature and humidity analysis shows that RSSI is influenced by temperature as well as humidity. Hence it is necessary to save energy according to those two para and saving in XM1000 sensor networks. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 Figure 6. Humidity versus LQI. the question about the important parameter that impacts RSSI as the function of variation of RSSI according to temperature is different from its function of variation according to humidity. To this end, we applied ANOVA after preparing three groups of temperature (high, warm, low) and two groups of humidity (high and low). Three comments should be highlighted form table 1. he variance of each group is not far away from 1. he values for F are greater of F crit. H0 hypothesis is maintained and both temperature and humidity influence RSSI. Estimating link quality is an important factor for many sensor protocols. Our experimental study concerned the estimation of both RSSI and LQI in a small XM1000 sensor network. temperature and humidity variations on LQI are linear. ANOVA analysis shows that RSSI is influenced by temperature as well as humidity. Hence it is necessary to save energy according to those two parameters. We will focus in the future on power control and saving in XM1000 sensor networks. Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 27 the question about the important parameter that impacts RSSI as the function of variation of RSSI according to temperature is different from its function of variation according to perature (high, Our experimental study sensor network. Our results on LQI are linear. ANOVA analysis shows that RSSI is influenced by temperature as well as humidity. Hence it is necessary We will focus in the future on power control
  • 8. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 28 Table 1. AVOVA results. REFERENCES [1] Akyildiz. I-F, Su. W, Sankarasubramaniam . Y, Cayirci.E, “Wireless sensor networks, a survey” , in the Proceedings of the International Journal of Computer and Telecommunications Networking , Vol. 38, Issue 4 pp. 393-422, 2002 [2] Boano. C-A, Tsiftes.N, Voigt.T, Brown.J, Roedig.U, “The impact of temperature on outdoor industrial sensornet applications” , In the Proceedings of IEEE transactions of Industrial Informatics , Vol. 6, No. 3, pp. 451-459, 2010. [3] Srinivasan.K, Levis.P , “RSSI is Under Appreciated”, In Proceedings of the Third Workshop on Embedded Networked Sensors (2006) .
  • 9. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.5, No.6, December 2014 29 [4] Ahonen.T , Vir ankoski.R , Elmusrati.M, “Greenhouse Monitoring with Wireless Sensor Networks:, in the Proceedings of IEEE Mechtronic and Embeded Systems and Applications, pp.403-408, Beijing, 2008. [5] Harun.A, Ndzi.D-L, Ramli.M-F, Shakaff.A-Y-M, Ahmad.M-N, Kamarudin.L-M, Zakaria.M, and Yang.Y, "Signal propagation in aquaculture environment for wireless sensor network applications," in the Proceedings of Progress In Electromagnetics Research, Vol. 131, pp.477-494, 2012 [6] Ortega-Corral.C, Palafox.L-E, García-Macías.J-A, Sanchez-Garcia.J, Aguilar.L, Van Nieto- Hipólito.J-A, “Transmission Power Control based on temperature and relative humidity”, in the proceedings of ISSNIP, pp.1-6, 2014. [7] Wennerström.H, “ Meteorological Impact and Transmission Errors in Outdoor Wireless Sensor Networks”, IT Licentiate Thesis, Uppsala, 2013. [8] Lee.J, Chung.K, “An efficient transmission power control scheme for temperature variation in wireless sensor networks” . in the proceedings of Sensors, vol. 11, no. 3, pp. 3078-3093, 2011. [9] http://www.win.tue.nl/~johanl/educ/RTcourse/MSP430%20UART.pdf [10] http://www.advanticsys.com/shop/asxm1000-p-24.html [11] Elsts.A, Selavo.L, “Improving the Usability of Wireless Sensor Network Operating Systems” , in the Proceedings of the Federated Conference on Computer Science and Information Systems, pp. 89-94, 2013. [12] Donmez.R-G , “A study on path loss for indoor wireless communication networks”, Master Thesis, 2013. [13] Reinhardt.A, Burgstahler.D, "Exploiting Platform Heterogeneity in Wireless Sensor Networks by Shifting Resource-Intensive Tasks to Dedicated Processing Nodes", In the proceedings of IEEE 14th International Symposium on "A World of Wireless, Mobile and Multimedia Networks", WoWMoM 2013, pp. 1-9, Spain, 2013. [14] http://www.tinyos.net/ [15] http://www.cimt.plymouth.ac.uk/projects/mepres/alevel/fstats_ch7.pdf Biography Samia Allaoua Chelloug received the Engineer degree (Computer Science) in 2003, Magister degree (Computer Science) in 2006, and the Phd degree (Networking) in 2013 (all from University of Constantine, Algeria). From 2006 to 2013 she was an Assistant Professor in the Faculty of Computer Science in Constantine University. In August 2013, she joined the Department of Networks and Communication Systems at Princess Nourah University (Riyadh, Kingdom of Saudi Arabia) where she is presently an Assistant Professor. Her current research interests include: wireless sensor networks, cognitive radio, Vanets, and Fourth Generation communication standards.