Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Special Topic

DOI:10.3969/j.issn.1673􀆼5188.2015.02.003
http://www.cnki.net/kcms/detail/34.1294.TN.20150519.1523.001.html,published online May 19, 2015

Forest Fire Detection Using Artificial Neural Network


Algorithm Implemented in Wireless Sensor Networks
Yongsheng Liu1, Yansong Yang1, Chang Liu1, and Yu Gu2
(1.Network Technology Research Institute, China United Network Communications Corporation Limited, Beijing 100048, China;
2. Department of Computer Science, Hefei University of Technology, Hefei 230009, China)

Abstract
A forest fire is a severe threat to forest resources and human life. In this paper, we propose a forest⁃fire detection system that has
an artificial neural network algorithm implemented in a wireless sensor network (WSN). The proposed detection system mitigates
the threat of forest fires by provide accurate fire alarm with low maintenance cost. The accuracy is increased by the novel multi⁃
criteria detection, referred to as an alarm decision depends on multiple attributes of a forest fire. The multi⁃criteria detection is im⁃
plemented by the artificial neural network algorithm. Meanwhile, we have developed a prototype of the proposed system consisting
of the solar batter module, the fire detection module and the user interface module.

Keywords
forest fire detection; artificial neural network; wireless sensor network

the normal behavior of the sensing unit. Sunlight and artifi⁃


1 Introduction

W
cial light are primary sources of interference with the flame⁃
ireless sensor networks (WSNs) have been the sensing unit.
focus of research over the past few years be⁃ Limited power supply to sensor nodes makes it difficult to
cause of their potential in environmental moni⁃ detect fires over a long period of time. The potential energy
toring, target tracking, and object detection sources for sensor nodes can be classified according to whether
[1]. WSNs have also been studied in the context of detecting they store energy within the sensor nodes (e.g., in a battery),
forest fires, which threaten forest resources and human life. distribute power to the sensor node through a wire, or scavenge
WSNs are not costly and can detect forest fires in real time, un⁃ available ambient power (e.g, using a solar battery on the sen⁃
like current detection methods based on human observation sor node). Considering the volume of the sensor node, manner
and unlike spot weather forecasts or even satellite monitoring. of deployment, and forest conditions, the solar battery is one of
WSNs can also provide information about environmental condi⁃ the most promising sources of energy for detecting forest fires
tions within the forest, which is useful for predicting forest over a long period of time. However, existing works on solar
fires [2]. Moreover, forest fire detection and prediction is asso⁃ batteries for sensor nodes, e.g., [8]-[13], overlook the problem
ciated with specific location information provided by individu⁃ of intermittent sunlight in the forest.
al sensor nodes. In this paper, we propose a forest fire detection system that
Although some practical experiments have been conducted includes an artificial neural network algorithm implemented in
using WSNs to collect sensed data from a forest fire [3]- [5], a WSN. Overall, the main contributions of this paper are as fol⁃
there are still some challenges to using WSNs for this purpose. lows:
A fire detector may sound an alarm based on a simple thresh⁃ • The multi ⁃ criteria detection depends on multiple attributes
old, which gives rise to false alarms even though the sensing of a forest fire and is introduced into WSNs to increase the
unit of the fire detector may be highly sensitive. False alarms accuracy of detecting a forest fire.
occur for two main reasons: • An artificial neural network algorithm is used to fuse sens⁃
•A photoelectric smoke sensing unit is sensitive to white aero⁃ ing data that corresponds to multiple attributes of a forest
sol particles from a smoldering fire but also to dust [6]. fire into an alarm decision.
•Environmental conditions in the forest often severely disturb • We introduce the principle of the proposed system as well

12 ZTE COMMUNICATIONS June 2015 Vol.13 No.2


Special Topic
Forest Fire Detection Using Artificial Neural Network Algorithm Implemented in Wireless Sensor Networks
Yongsheng Liu, Yansong Yang, Chang Liu, and Yu Gu

as a prototype comprising TelosB sensor nodes and a solar


ad = f (r1 ,r 2 ,...,r l ) (1)
f f f

battery to power the WSN.


The attributes r ,r ,...,r l could be any combination of the
f f f
1 2
attributes of a forest fire. The directly sensed attributes of a for⁃
2 System Description est fire are flame and heat, which are sensed by the flame sens⁃
For the sake of clarity, we consider a WSN with only one ing unit and heat sensing unit. The flame emits visible light,
base station and hundreds of sensor nodes. Because a WSN but the forest fire also emits a lot of radiation, the spectral dis⁃
with multiple base stations can be regarded as multiple WSNs tribution of which is the radiation intensity with respect to dif⁃
(each comprising one base station and corresponding sensor ferent wavelengths and is not uniform. In theory, the radiation
nodes), the proposed system can also be implemented if the intensity is determined by the temperature of the fire. The radi⁃
WSN has multiple base stations. Therefore, there are n sensor ation intensity from a blackbody with respect to the wavelength
nodes in the WSN, each denoted s j , 1 ≤ j ≤ n . A forest fire and temperature is described by Planck’ s radiation law (2),
f has l attributes, each denoted r if , 1 ≤ i ≤ l . Attribute r if where h is Planck’ s constant, c is the speed of light, λ is
can be sensed by the sensing unit u i . A u i on an s j is denot⁃ the wavelength, k is Boltzmann’ s constant, and T is the tem⁃
ed u i . The output sensing data of u i is denoted o i . For sim⁃
j j j
perature [14].
plicity, we assume that s j has l types of sensing units cover⁃ 2hc2
ing l attributes of the forest fire. We use a multilayer back ⁃ I= (2)
λ (exp[hc/λkT] - 1)
5

propagation artificial neural network to fuse sensing data o i .


j

The total number of layers in the artificial neural network is de⁃ Therefore, radiation intensity can be the basis for detecting
noted m . The input vector of the k th layer, 1 ≤ k ≤ m , is de⁃ a forest fire given that the typical temperature of a forest fire is
noted Ak - 1 . The output vector of the k th layer is denoted Ak . 600 °C - 1000 °C [15]. The ultraviolet sensing unit and infra⁃
Therefore, A0 and Am represent the input and output of the red flame sensing unit work by detecting radiation intensity.
artificial neural network, respectively. The alarm decision is Other attributes that can be used to identify a forest fire in⁃
denoted ad . clude combustion products. It is well known that a forest fire
gives off bursts of carbon dioxide, carbon monoxide, water va⁃
por, and dust.
3 Proposed Forest Fire Detection Method
In our proposed system, detection is made more accurate by 3.2 Artificial Neural Network Algorithm
using multiple criteria, which means the ad is based on multi⁃ We use the multi ⁃ layer back ⁃ propagation artificial neural
ple criteria of the forest fire. Multi⁃criteria detection is imple⁃ network for multi ⁃ criteria detection. Although data fusion in
mented by the artificial neural network algorithm. Because of WSNs has been covered in much of the literature [16]- [18],
the artificial neural network, the proposed system has low over⁃ the topic has not been considered in the context of forest fires.
head and has self ⁃ learning capabilities; that is, it trains itself A multi ⁃ layer back ⁃ propagation artificial neural network is
to build up the relations between sensing data and correct ad . widely used to emulate the non⁃linear relationship between its
input and output. However, computation in this kind of net⁃
3.1 Multi􀆼Criteria Detection work is not complex because the network is a combination of
In a system that depends on one attribute of a forest fire to neurons dealing with simple functions. Moreover, multi ⁃ layer
raise alarms, there is a high probability of false alarms because back ⁃ propagation artificial neural network is capale of self ⁃
of inherent system drawbacks or external disturbances. To learning, which means it can train itself to build up relations
overcome such drawbacks and counter external disturbances, between the inputs and desired targets.
the system must take into account the multiple attributes of a
forest fire. This is referred to as multi⁃criteria detection (Defi⁃ 3.2.1 Making an Alarm Decision
nition 1). With multi⁃criteria detection, multiple attributes of a Without loss of generality, we assume that the multi ⁃ layer
forest fire are sensed by different types of sensing unit. There⁃ back ⁃ propagation artificial neural network is implemented on
fore, a sensing unit that has been interfered with cannot raise a s j with l types of sensing units that cover l attributes of the
false alarm. Together, multiple sensing units confirm an alarm. forest fire. Sensing data o i of u i on s j corresponds to r i
j j f

Multi ⁃ criteria detection increases the accuracy of detecting a of the forest fire.
forest fire.
A0 =[a10 ,...,a 0l ]T (3)
Definition 1 (Multi ⁃ criteria detection). Multi ⁃ criteria detec⁃
tion is represented as a function with multiple arguments For clarity, let all o , 1 ≤ i ≤ l comprise a column vector
i
j

r1 ,r 2 ,...,r l , which refer to the attributes of forest fire f , A (3), where a i = o i . Vector A0 is the input to the multiple
0
f f f
0 j

and one ad , given by: layer artificial neural network.

June 2015 Vol.13 No.2 ZTE COMMUNICATIONS 13


Special Topic
Forest Fire Detection Using Artificial Neural Network Algorithm Implemented in Wireless Sensor Networks
Yongsheng Liu, Yansong Yang, Chang Liu, and Yu Gu

Specifically, A0 is the input to the first layer of the multi⁃ relationships between the sensing data and correct alarm deci⁃
layer artificial neural network. In the first layer, A0 is multi⁃ sions. However complex the relationship, it is easy for the multi
plied by weight matrix W 1 with dimension s1 × l and bias vec⁃ ⁃ layer back ⁃ propagation artificial neural network to fulfil the
tor B1 , including s1 neurons in the first layer. The intermedi⁃ task.
ate computation result of the first layer is denoted N1 and is Essentially, self ⁃ learning means having the output of the
given by: multi⁃layer back⁃propagation artificial neural network approxi⁃
mate the target output by adjusting the weight matrixes and bi⁃
N1 = W 1 A0 + B1 (4)
ases. This adjustment is made in order to minimize the mean⁃
Then, N1 is sent to transfer function F1 , which may be a square error (MSE) between the output and target output. Sup⁃
linear or nonlinear. That is, F1 may be a hard⁃limit function or pose q inputs are denoted A i , 1 ≤ i ≤ q . Corresponding to
0

sigmoid function depending on the specific problem it needs to A i , the output is denoted A i , and the target output is denoted
0 m

solve. In general, transfer functions in the multi⁃layer artificial T im . Thus, the MSE for the i th iterated adjustment is:
neural network are easy to compute. Transfer function F1 oper⁃
ates on every element of N1 . The result of transfer function [
MSE(i) = E (T im - A im)T (T im - A im) ] (9)
F1 , denoted A1 , is the output of the first layer:
For clarity, the adjustment of the weight matrixes and biases
éF1(n11)ù
êê úú is expressed by Theorem 2.
A = F (N ) = ⋮
1 1 1
êê 1 1 úú (5) Theorem 2. In the self⁃learning, the i th iterated adjustment
ëF (n s )û
1
of the weight matrixes and biases is conducted according to
(10) and (11), where α is a constant for the learning rate, and
The fusion of sensing data proceeds in the second layer of ϕ( j) is computed by the recursive (12) where
the multi⁃layer artificial neural network. The output A1 of the
first layer becomes the input of the second layer. The calcula⁃ [ j j
j
j
]
D( j) = diag (F )′(n1 ),...,(F )′(n s ) .
j

tion process of the second layer is similar to that of the first lay⁃ j-1
W (i) = W (i - 1) - αϕ( j)(A )T , 1 ≤ j ≤ m
j j
(10)
er except the second layer has its own W 2 , B2 , and F 2 . In
general, the calculation of the i th layer is given by: B (i) = B (i - 1) - αϕ( j), 1 ≤ j ≤ m
j j
(11)
Ai = F i (W i Ai - 1 + Bi), 1 ≤ i ≤ m - 1  (6)
ìϕ( j) = D( j)(W j + 1)T ϕ( j + 1), 1 ≤ j ≤ m - 1
where m is the number of layers in the artificial network. í (12)
îϕ(m) = -2D(m)(T i - A i )
m m

For a decision to be made on whether there is a forest fire or


not, the output of the m th layer, Am (7), is confined to one el⁃ After self⁃learning, the multi⁃layer back⁃propagation artifi⁃
ement. cial neural network builds up a mathematical relationship be⁃
tween the sensing data and correct alarm decisions. Then, the
ad = Am = F m (W m Am - 1 + Bm) (7) artificial neural network can make an accurate alarm decision.
This is done by letting the m th layer contain only one neu⁃
ron. If the alarm decision is confined to a Boolean value, we
need to choose the transfer function, the output of which is a 4 Implemented Prototype
Boolean value, for the m th layer, such as the hard limit func⁃ We have developed a prototype of the forest fire detection
tion. system using an artificial neural network in a WSN. The sys⁃
An alarm decision is made by inputting the attributes of a tem mainly comprises three parts: the solar battery, fire⁃detec⁃
forest fire into the multi⁃layer back⁃propagation artificial neu⁃ tion module, and user interface.
ral network, as shown in Theorem 1.
Theorem 1. The ad of the multi⁃criteria detection is comput⁃ 4.1 Solar Battery
ed by the recursive (8) given sensing data A =[a1 ,...,a l ] cor⁃
0 0 0 T To consistently power the unattended sensor nodes deployed
responding to l attributes of forest fire f . in a forest where only intermittent sunlight is available, we de⁃
velop a solar battery (Fig. 1). The energy from the solar panel
ìad = F m (W m Am - 1 + Bm) is buffered by the super capacitor. When the energy in the sup⁃
í i (8) per capacitor reaches a threshold, the super capacitor starts to
îA = F (W A + B ), 1≤i≤m-1
i i i-1 i

recharge the Li ⁃ ion battery. Because of the intermittent sun⁃


3.2.2 Self⁃Learning Capability light in the forest, the energy produced by the solar panel is
Given sensing data that corresponds to multiple attributes of not enough to recharge the battery. If not buffered in the super
a forest fire and given correct alarm decisions, the multi⁃layer capacitor, this energy is wasted. On the other hand, the charge⁃
back⁃propagation artificial neural network trains itself to build discharge cycles of the Li⁃ion battery are limited. It is better to

14 ZTE COMMUNICATIONS June 2015 Vol.13 No.2


Special Topic
Forest Fire Detection Using Artificial Neural Network Algorithm Implemented in Wireless Sensor Networks
Yongsheng Liu, Yansong Yang, Chang Liu, and Yu Gu

Monitor voltage nm), and visible light (320 nm- 730 nm). Hence, each sensor
node can monitor the four attributes of a forest fire.
Charging Li-ion The architecture of the artificial neural network is shown in
circuit battery
Fig. 2.
Solar Super Sensor
panel capacitor node
The back⁃propagation artificial neural network in the fire de⁃
DC-DC tection module is a two⁃layer network. There are four neurons
converter in the first layer, because of the four sensing units in a TelosB
sensor node, and one neuron in the second layer. The transfer
Monitor voltage
function for the first layer is log⁃sigmoid function (f1 in Fig. 2)
▲Figure 1. The solar battery architecture. and is given by:
f (x) = 1/(1 + e-x) (13)
charge a Li⁃ion battery until it is full; otherwise, the life of the
battery decreases. On the contrary, the super capacitor has al⁃ The transfer function for the second layer is a linear func⁃
most infinite charge⁃discharge cycles and is ideal for frequent⁃ tion (f2 in Fig. 2) and is given by:
ly pulsing applications. f (x) = x (14)
Here we discuss implementation of the solar battery in de⁃
tail. The solar panel of the battery is 110 × 95 mm and com⁃
prises eight cells connected in parallel and generating 550 mA 4.3 User Interface Module
at 2 V. Theoretically, the maximum energy generated in one The user interface module is responsible for displaying the
hour can sustain a sensor node for 26 days, i.e., 1100 mAh/ raw sensing data to the user. First, the sensing data and fire
(0.53 mA × 3.3 V × 24 h), provided that the sensor nodes work alarm are transmitted from the base station to the user. The da⁃
on a 10% duty cycle with an average current of 0.53 mA. Ener⁃ ta flow is shown in Fig. 3. Sensing data from sensor nodes are
gy from the solar panel is buffered by two 150 F 2.5 V super transmitted to the base station by wireless communication. The
capacitors wired in parallel. A 3.7 V 700 mAh Li⁃ion battery is base station is a gateway between WSNs and the Internet and
used to continually save energy. The fully charged Li⁃ion bat⁃ forwards the sensing data to a user client. The medium be⁃
tery can power a sensor node working on a 10% duty cycle for tween the base station and user client is the Internet. There⁃
55 days, i.e., 700 mAh/(0.53 mA × 24 h) . We chose fore, the user may be located far away from the fire ⁃ detection
MAX1674 and ISL6292 integrated circuits as the DC⁃DC con⁃ system. Socket communication is facilitated by Java. Next, the
verters, which have a conversion efficiency of
around 90%. Sum f1
Sensing unit 1

b11
4.2 Fire Detection Module
The fire detection module is responsible for Sum f1
Sensing unit 2
multi ⁃ criteria detection. The module comprises
five TelosB sensor nodes, four of which monitor b11 Sum f2 Alarm decision

the forest fire. That is, they convert the attri⁃ Sum f1 b21
butes of a forest fire into sensing data. The multi Sensing unit 3

⁃ layer back ⁃ propagation artificial neural net⁃ b11

work is implemented on each individual sensor Sum f1


node because the sensor node is endowed with Sensing unit 4

four types of sensing units. However, for the b11


purpose of analysis, raw sensing data besides First layer Second layer
the fire alarm are transmitted to users. The last
sensor node acts as the base station, collecting
sensing data and the fire alarm from the other ▲Figure 2. The back propagation artificial neural network.
four sensor nodes. For simplicity, four sensor
nodes communicate with the base station direct⁃
ly in one⁃hop communication. Each TelosB sen⁃
sor node has a 16 bit 8 MHz mirocontroller, an Sensor nodes
Wireless
Base station
Socket
Client
communication communication
RF transceiver compliant with IEEE 802.15.4,
and four sensing units. These sensing units
sense temperature ( -40 °C - 123.8 °C ), rela⁃
tive humidity (RH), infrared light (320 nm- 1100 ▲Figure 3. Data flow.

June 2015 Vol.13 No.2 ZTE COMMUNICATIONS 15


Special Topic
Forest Fire Detection Using Artificial Neural Network Algorithm Implemented in Wireless Sensor Networks
Yongsheng Liu, Yansong Yang, Chang Liu, and Yu Gu

user interface module displays the sensing data to the user. networks,”in Information Processing in Sensor Networks, UCLA, Los Angeles,
USA, April 25⁃27, 2005.
The graphical interface draws curves for each typed of sensing [12] P. Corke, P. Valencia, P. Sikka, T. Wark, and L. Overs,“Long⁃duration solar⁃
data over time. The graphical interface is refershed accourding powered wireless sensor networks,”in Proceedings of the 4th Workshop on Em⁃
to the arrival of new sensing data. Therefore, the curves of the bedded Networked Sensors, Cork, Ireland, June 25- 26, 2007, pp. 33- 37. doi:
DOI: 10.1145/1278972.1278980.
graphical interface are synchronous with the sensing units on [13] J. Taneja, J. Jeong, and D. Culler,“Design, modeling, and capacity planning for
sensor nodes. Each type of sensing data is displayed by a tab micro ⁃ solar power sensor networks,”in Information Processing in Sensor Net⁃
in the graphical interface. works, St. Louis, USA, April 22⁃24, 2008, pp. 407-418.
[14] S. S. Gyltner and K. Stetter,“A fire detection system and method for early de⁃
tection of fire,”International Publication Number WO 2009/080581 A1, World
Intellectual Property Organization, 2009.
5 Conclusion [15] E. Valendik and I. Kosov,“Effect of thermal radiation of forest fire on the envi⁃
ronment,”Contemporary problems of Ecology, vol. 1, no. 4, pp. 399-433, 2008.
A forest fire can threaten forest resources and human life. doi: 10.1134/S1995425508040012.
This threat can be mitigated by timely and accurate alarms. [16] G. Xing, R. Tan, B. Liu, J. Wang, X. Jia, and C.⁃W. Yi,“Data fusion improves
the coverage of wireless sensor networks,”in Proceedings of the 15th annual in⁃
WSNs are widely used for environmental monitoring; therefore, ternational conference on Mobile computing and networking, Beijing, China,
we use a WSN for forest fire detection. To increase the accura⁃ 2009, pp. 157-168.
cy of the detection system, we propose multi⁃criteria detection [17] L. Freitas, A. Coimbra, V. Sacramento, S. Rosseto, and F. Costa,“Sol: a data fu⁃
sion protocol in wireless sensor networks for controlled environment,”in IEEE
for forest fires. In this paper, multi⁃criteria detection is imple⁃ INFOCOM Workshops, Rio de Janeiro, Brazil, 2009, pp. 1-2. doi: 10.1109/IN⁃
mented by the artificial neural network algorithm. To power FCOMW.2009.5072191.
the sensor nodes in the forest where only intermittent sunlight [18] H. Luo, H. Tao, H. Ma, and S. Das,“Data fusion with desired reliability in wire⁃
less sensor networks,”IEEE Transactions on Parallel and Distributed Systems,
is available, we develop a solar battery module. We developed vol. 22, no. 3, pp. 501-513, 2011. doi: 10.1109/TPDS.2010.93.
a prototype of the proposed system comprising solar batter
Manuscript received: 2015⁃04⁃22
module, fire detection module, and user interface module.

References
[1] I. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci,“A survey on sensor
networks,”IEEE Communications Magazine, vol. 40, no. 8, pp. 102-114, 2002.
[2] B. Son, Y. Her, and J. Kim,“A design and implementation of forest⁃fire surveil⁃
lance system based on wireless sensor network for south korea mountains,”Inter⁃
Biographies
national Journal of Computer Science and Network Security, vol. 6, no. 9, pp.
124-130, 2006. Yongsheng Liu (liuys170@chinaunicom.cn) is an engineer at the Network Technolo⁃
[3] D. Doolin and N. Sitar,“Wireless sensors for wildfire monitoring,”in Proceed⁃ gy Research Institute, China Unicom. His research interests include network securi⁃
ings of SPIE, vol. 5765, no. 2, 2005, pp. 477-484. ty, wireless sensor networks, and IP and bearer technology. He is also a member of
[4] C. Hartung, R. Han, C. Seielstad, and S. Holbrook,“Firewxnet: A multitiered China Communications Standards Association (CCSA) and has proposed some
portable wireless system for monitoring weather conditions in wildland fire envi⁃ drafts related to Multiprotocol Label Switching (MPLS) and Internet service quality.
ronments,”in Proceedings of the 4th international conference on Mobile systems,
applications and services, Uppsala, Sweden, 2006. Yansong Yang (yangys30@chinaunicom.cn) is head of the IP and Bearer Technolo⁃
[5] M. Hefeeda and M. Bagheri,“Wireless sensor networks for early detection of for⁃ gy Division at the Network Technology Research Institute of China Unicom. He has
est fires,”in MASS ’ 07, Pisa, Italy, 2007, pp. 1-6. been engaged design and consultation for the IP network for many years.
[6] G. Pfister,“Multisensor/multicriteria fire detection: a new trend rapidly becomes
state of the art,”Fire Technology, vol. 33, pp. 115-139, 1997.
[7] S. Roundy, M. Strasser, and P. Wright, Powering ambient intelligent network, Chang Liu (liuc131@chinaunicom.cn) works at the Network Technology Research
Germany: Springer, 2005, pp. 271-299. Institute of China Unicom. His current research interests are network modeling and
[8] M. Minami, T. Morito, and H. Morikawa,“Solar biscuit: A batteryless wireless IP and bearer technology.
sensor network system for environmental monitoring applications,”in the 2nd in⁃
ternational Workshop on Networked Sensing Systems, San Diego, USA, 2005. Yu Gu (yugu.bruce@gmail.com) received the BEng and PhD degrees from the Uni⁃
[9] P. Dutta, J. Hui, and J. Jeong,“Trio: enabling sustainable and scalable outdoor versity of Science and Technology of China in 2004 and 2010. From February 2006
wireless sensor network deployments,”in Information Processing in Sensor Net⁃ to August 2006, he interned at the Wireless Network Group, Microsoft Research
works, Nashville, TN, USA, April 19-21, 2006, pp. 407-415. Asia, Beijing. From 2007 to 2008, he was a visiting scholar in the Department of
[10] V. Raghunathan, A. Kansal, J. Hsu, J. Friedman, and M. Srivastava,“Design Computer Science, University of Tsukuba, Japan. From 2010 to 2012, he was a
considerations for solar energy harvesting wireless embedded systems,”in In⁃ JSPS Reseaech Fellow in the National Institute of Informatics, Japan. He is now a
formation Processing in Sensor Networks, UCLA, Los Angeles, USA, April 25⁃ professor in the School of Computer and Information, Hefei University of Technolo⁃
27, 2005. gy, China. His research interests include information science, pervasive computing,
[11] X. Jiang, J. Polastre, and D. Culler,“Perpetual environmentally powered sensor and wireless networking, especially wireless sensor network.

16 ZTE COMMUNICATIONS June 2015 Vol.13 No.2

You might also like