Next Article in Journal
Early Diagnosis of Breast Cancer
Previous Article in Journal
Unsupervised Fault Diagnosis of a Gear Transmission Chain Using a Deep Belief Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Study on Wireless Charging for Prolonging the Lifetime of Wireless Sensor Networks

1
School of Computer Science and Technology, Hangzhou Dianzi University, Hangzhou 310018, China
2
School of Science, Hangzhou Dianzi University, Hangzhou 310018, China
*
Author to whom correspondence should be addressed.
Sensors 2017, 17(7), 1560; https://doi.org/10.3390/s17071560
Submission received: 24 May 2017 / Revised: 18 June 2017 / Accepted: 27 June 2017 / Published: 4 July 2017
(This article belongs to the Section Sensor Networks)

Abstract

:
Wireless charging is an important issue in wireless sensor networks, since it can provide an emerging and effective solution in the absence of other power supplies. The state-of-the-art methods employ a mobile car and a predefined moving path to charge the sensor nodes in the network. Previous studies only consider a factor of the network (i.e., residual energy of sensor node) as a constraint to design the wireless charging strategy. However, other factors, such as the travelled distance of the mobile car, can also affect the effectiveness of wireless charging strategy. In this work, we study wireless charging strategy based on the analysis of a combination of two factors, including the residual energy of sensor nodes and the travelled distance of the charging car. Firstly, we theoretically analyze the limited size of the sensor network to match the capability of a charging car. Then, the networked factors are selected as the weights of traveling salesman problem (TSP) to design the moving path of the charging car. Thirdly, the charging time of each sensor node is computed based on the linear programming problem for the charging car. Finally, a charging period for the network is studied. The experimental results show that the proposed approach can significantly maximize the lifetime of the wireless sensor network.

1. Introduction

In recent years, many works have focused on employing wireless energy conversion technology to charge the nodes in wireless sensor networks [1]. The wireless charging models can be simply divided into point-to-point model [2,3,4,5] and point-to-multipoint model [6,7,8,9]. In the former case, a mobile charger (MC), or a charging car, can only charge a single sensor node. In the latter case, the MC can charge more than one sensor node simultaneously. In this paper, we focus on developing an optimal wireless charging strategy based on the point-to-point model to prolong the lifetime of sensor networks.
Many works have studied wireless charging based on the point-to-point model [2,3,4,5]. Peng et al. proposed a charging scheme based on the residual energy of sensor nodes [3]. However, such a method ignored the travelled distance of the MC. The extra travelled distance may waste energy of the MC. In [2,4,5], researchers employed the traveling salesman problem (TSP) to design the moving path of the MC. They selected the shortest distance between sensor nodes as the variable. However, it did not consider the factor of residual energy of nodes. Some works [2,3,10] utilized a charging strategy in which the charging car completely charges the sensor nodes one by one. Such a method did not arrange the charging time for each sensor node. It may result in that the sensor nodes with very low energy at the end of the moving path will turn off before the MC arrives.
The traveling salesman problem (TSP) is one of the most famous algorithms in the field of mathematics. Assuming that there is a traveler who wants to visit N cities, he has to choose a path to follow. The path constraint is that the traveler visits each city once, and returns to the starting point. The TSP algorithm aims to find out the shortest distance of all moving paths.
In this paper, we focus on developing a wireless charging strategy, which is called integrated path and charging time scheme (IPCTS), to prolong the lifetime of the sensor network. The IPCTS is studied based on the analysis of the travelled distance of MC and the residual energy of the sensor nodes. We theoretically analyze the limited size of the sensor network to match the charging capability of a MC. We consider the networked parameters as the inputs of a Hamilton circuit problem under a given networked size. For the charging time allocation problem, we transform the maximum network lifetime into charging time problem by using linear programming. The main contributions of this paper are as follows:
  • We first theoretically analyze the limited size of the sensor network to match the charging capability of a MC.
  • We consider two factors to design the moving path of the MC, including the residual energy of nodes and the distance between nodes.
  • To maximize the lifetime of network, we utilize the linear programming to compute the charging time of each node.
The remainder of this paper is organized as follows: in Section 2, we review the related work on wireless sensor networks published in recent years. Section 3 introduces our model and some assumptions. In Section 4, the upper and lower limits of network size are analyzed. Section 5 designs the moving path of a MC by the TSP problem. Section 6 models the charging time and solves the optimization problem to obtain the charging time of each node. Section 7 introduces the charging period. Section 8 presents simulation results. Section 9 concludes this paper.

2. Related Work

Wireless power transfer technology can be divided into three categories: inductive coupling [11], microwave radiation [12] and magnetic resonance coupling [1]. In [13], Xie et al. were the first to employ wireless power conversion technology to prolong the lifetime of network by deploying a charging car into wireless sensor network. Since the wireless energy can be radiated in all directions and in a particular direction, the charging model of MC can be divided into point-to-point model and point-to-multipoint model.
Based on the point-to-point charging model, Peng et al. did some work on how to maximize the network lifetime in [3,14]. In [3], the authors first proved that the charging problem is a non-deterministic polynomial complete (NPC) problem. Then, they proposed two heuristic algorithms known as Greedy and GreedyPlus. The Greedy algorithm takes the remaining energy of sensor node ascending order as the charging sequence, and the required charging time to prolong network lifetime. The GreedyPlus takes a fixed time as the charging time for each sensor node by a binary search. However, these heuristic algorithms do not consider the travelled distance of the MC, which could increase the MC’s energy consumption and reduce the charging time for sensor nodes. In [14], the authors computed the charging time by a binary search. As for charging sequence, the authors analyzed three routing protocols: energy-minimum routing, energy-balanced routing and charging-aware routing. According to the routing information, the nodes with large energy consumption in the network are considered as the charging nodes; and the remaining energy ascending order is used as the charging sequence.
In [2,4,5], the authors minimized the number of MCs needed to ensure that the network could run persistently. In [2], the authors divided the whole network area into several sub-regions by a K-means clustering algorithm. Then, they dispatched a MC for each sub-region to charge the sensor nodes in the sub-region. In [5], the authors designed a Hamiltonian circuit between all nodes as the shortest charging path for the MC. Then, the charging path was divided into several sub-paths based on the limited energy of the MC. Finally each sub-path dispatched a MC. In [2], Liang et al. proposed a q-root TSP to dispatch multiple MCs, and minimize the number of deployed MCs. The authors first introduced a tree decomposition algorithm with a provable 5-approximation ratio to find q closed tours. Then, an approximation algorithm was proposed to minimize the number of MCs, according to the total distance of each tour. However, a drawback of this strategy is that the complexity grows exponentially with the number of to-be-charged nodes.
There was another study on maximizing network utility which is expressed as the amount of data collected in the network [15,16]. In [16], the authors first selected a subset of the sensor nodes as anchor. The sencar (called a multifunctional mobile entity) stops at the anchor position to charge the anchor and collect data. Besides, the authors proposed an anchor selection algorithm based on remaining energy to control the travelled distance of the sencar within a given threshold. In [15], the authors combined flow conservation, energy balance and battery capacity as the constraints to maximize the utility function and turn it into a non-convex optimization problem. Finally, the authors transformed the original problem into a convex optimization method by using auxiliary variables.
As for point-to-multipoint charging model, researchers [6,17,18] maximized charge efficiency. Xie et al. took the charge efficiency as an objective function and formulated a mixed nonlinear program [17,18]. In [18], authors first addressed an ideal case assuming zero traveling time for the charger. By adopting the discretization and logic point representation techniques, a provably near optimal solution is obtained. Based on this solution, the authors further obtained the moving path of the original problem by finding the shortest Hamiltonian cycle. With this moving path, a feasible solution is further derived. In [17], the authors solved the mixed nonlinear programming. The discretization and re-linearization techniques were used. The authors proved the error between the feasible solution and the optimal solution. In [6], Qin et al. used cellular network topology and the center of cell as the stop points for an MC. It can charge all sensor nodes in the cell. However, the authors do not illustrate the stop time of the MC at each stop point. With the increase of network size, the travelled distance will grow linearly because of increasing number of cells.
Besides the charging efficiency, [10] aimed to minimize the number the stop points of the MC. In order to decrease the stop points, the authors used the overlapped portion of the energy reception range of the node as the set of stop points for the MC and planned a Hamiltonian circuit in the set. At each stop point, the MC charges the nodes within its charging radius and then moves to the next stop point. In [19], the authors consider the limited total energy of the MC as a constraint to make more nodes be charged. Based on the point-to-multipoint charging model, the authors first optimized the moving path to reduce the travelled distance of the MC and proved that the path problem is a non-deterministic polynomial (NP) hard problem. Finally, the authors proposed a heuristic algorithm particle swarm optimization (PSO) algorithm to solve the moving path and maximize the number of charging nodes.
In [20], Naranjo et al. proposed a P-SEP algorithm to select optimal cluster heads based on heterogeneous sensor nodes. The cluster head transfers data to achieve energy load balancing. In [21], Ahmadi et al. aimed to use an efficient routing algorithm to reduce communication cost under the condition of maintaining k-coverage. In [22], Mostafaei et al. proposed an ICABC method based on the ICA algorithm. The authors aimed to use the minimum number of sensor nodes to guarantee barrier coverage. These approaches can prolong network lifetime by reducing the network energy consumption. Compared with these approaches, we focus on how to design the optimal charging algorithm.
In the previous work, [3] employed wireless charging to prolong the lifetime of the sensor network. However, as for the charging sequence, the authors used the remaining energy ascending order as the movement path of the MC, which only considers the energy factor of the nodes. The Greedy algorithm [3] completely charges sensor nodes one by one. The GreedyPlus algorithm charges the sensor nodes within a fixed time. In [14], authors combined the routing protocol to design the charging scheme. In [6,17], researchers used linear programming to compute the charging time based on a point-to-multipoint charging model.

3. Model and Hypothesis

In this work, we assume that there is a MC, a base station and n similar sensor nodes in the network. The base station can acquire the remaining energy and the energy consumption rate of the sensor nodes. It generates a charging strategy for the MC. The charging strategy includes the charging path of the MC and the charging time of each sensor node.
The MC moves with a constant velocity starting from the base station. Therefore, the energy consumption of the MC is only related to the moving distance. The maximum amount of power carried by MC is denoted as E M C . When a charging period is finished, the MC will return to the base station to replenish its power. Assume that the output power of MC is P o u t , and the wireless output range is fan-shaped, then only one node can be charged. The reception power of sensor node is denoted as P i n . The relationship between the output power of MC and the reception power of sensor node is [10]:
P i n = P o u t × μ ( d )
In Equation (1), μ ( d ) is a function of the distance between the MC and sensor node within a range of [0, 1]. In this work, we assume that the MC moves closely to the sensor node, thus, μ ( d ) = 1 , P i n = P o u t .
We randomly deployed n sensor nodes in a rectangular area of dimensions L × L in the network. The coordinates of the sensor nodes are denoted as ( x i , y i ) . Each sensor node is equipped with a rechargeable battery with a maximum capacity of E t . The energy consumption rate of node i is denoted as C i with a range of [ C min , C max ] . The nodes are not equal to probability values. We assume that the energy consumption rate is subject to a Gaussian distribution. In the real scenario, the energy consumption rate of sensor nodes is mostly around the mean value. Only a small part is particularly high or low. Let the energy consumption rate of the sensor node be denoted as X , which is subjected to a Gaussian distribution with mean μ x and variance σ x 2 . Table 1 describes the symbols used in this paper and their respective meanings.

4. Network Size Analysis

We aim to maximize the network lifetime using only one MC in the sensor network. As the energy of this MC is limited, the network size cannot be too large. In this section, we analyze the size of the network with reasonable number of sensor nodes.

4.1. Maximum Network Size

We assume that there are n nodes which need to be charged in the network. The energy consumption rate C i of each node is in the range of [ C min , C max ] , and the probability of C i is subject to a Gaussian distribution expressed as X , X ~ Ν ( μ x , σ x 2 ) . Similarly, the moving distance of the MC is expressed as Y , Y ~ Ν ( μ Y , σ Y 2 ) .
The actual energy consumption rate of each node is unknown before the network is running, but what is known is that the energy consumption rate is subject to a Gaussian distribution, so the probability of energy consumption rate in μ x ± σ x is 68.5% and it can be up to 95.5% when the energy consumption rate value is μ x ± 2 σ x .
Taking μ x ± σ x as an example, the total energy consumption of the network is no more than the chargeable charging capacity of the MC. The chargeable charging capacity is defined as the remaining energy which the total energy carried by the MC minus the energy consumed by movement, that is, the total energy that the MC can deliver to the sensor nodes. Then the following inequality holds:
( T ( n 1 ) × ( μ Y + σ Y ) v ) × P o u t n × ( μ X + σ Y ) × T
In Equation (2), T is the charging period, v is moving speed of the MC, P o u t is the output power of the MC, μ Y is the expected value of the moving distance of the MC and μ X is the expected value of the sensor node consumption rate. Further, Equation (3) is obtained by transposition of Equation (2):
n P o u t × ( v × T + ( μ Y + σ Y ) ) T × v × ( μ X + σ X ) + ( μ Y + σ Y ) × P o u t
The charging period consists of three parts: total moving time of the MC, T t r a v e l , charging time of all sensor nodes, T c h arg e , and the time that the MC takes to go back to replenish its energy at the base station T b a c k . The charging period T can be denoted using Equation (4):
T = T t r a v e l + T c h a r g e + T b a c k
where:
T t r a v e l = ( n 1 ) × ( μ Y + σ Y ) v n × ( μ X + σ X ) × T P o u t T c h arg e E M C ( n 1 ) × ( μ Y + σ Y ) × C M C P o u t T b a c k = 2 L max v + t s c h a r
In Equation (5), we assume that the time for the MC to replenish its energy at the base station is a constant value, t s c h a r . L m a x is the maximum distance between the MC and the charging sensor node. According to the Equation (5), the charging period is given by the expression T ( n 1 ) × ( μ Y + σ Y ) v + E M C ( n 1 ) × ( μ Y + σ Y ) × C M C P o u t + T b a c k . Taking the charging period T to Equation (3), then the maximum network size n u p is calculated as follows:
n u p b + b 2 4 a c 2 a
{ a = ( μ Y + σ Y ) × ( μ X + σ X ) × ( P o u t v × C M C ) b = ( μ X + σ X ) × v × E M C + ( μ X + σ X ) × v × ( μ Y + σ Y ) × C M C P o u t × ( μ Y + σ Y ) × ( μ X + σ X ) + P o u t × v × ( μ Y + σ Y ) × C M C + v × ( μ X + σ X ) × P o u t × T b a c k c = P o u t × v × ( E M C + ( μ Y + σ Y ) × C M C + P o u t × T b a c k )

4.2. Minimum Network Size

Assume that there are n nodes (hollow dots) in the network to be charged, as shown in Figure 1. The energy consumption rate of n nodes is maximized. The moving distance of the MC takes the max value as L m a x at each time.
According to that the total energy consumption of the network is less than the energy capacity of charging car, and we can get the following equation:
n P o u t × ( v × T × L max ) T × v × C max + L max × P o u t
Further:
n P o u t × ( v × T + L max ) T × v × C max + L max × P o u t
While taking the charging time to Equation (9), the minimum network size n l o w can be obtained as follows:
n l o w b + b 2 4 a c 2 a
{ a = L max × C max × ( P o u t v × C M C ) b = C max × v × E M C + C max × v × L max × C M C P o u t × L max × C max + P o u t × v × L max × C M C + v × C max × P o u t × T b a c k c = P o u t × v × ( E M C + L max × C M C + P o u t × T b a c k )

4.3. Scale Analysis

In this section, we firstly analyze the worst charging situation, that is, when the moving distance of the MC reaches its maximum value at the same time as the energy consumption rate of each sensor. In this situation, we regard n l o w as the lower network size limit. When the number of sensor nodes is less than n l o w , we can make the network run continuously with one MC.
Then, we analyze the normal charging situation. That is, the moving distance of the MC has a value μ y ± σ y , while the energy consumption rate of each sensor has the value μ x ± σ x . In this situation, we regard n u p as the higher network size limit. According to the characteristics of the Gaussian distribution, the probability of the higher limit is as high as 68.5%. To improve the accuracy of the probability, we can take the energy consumption rate and the distance of MC value as μ ± 2 σ . When the number of sensor nodes is greater than n u p , we cannot prolong the network lifetime significantly using one MC. When the number of sensor nodes is between n l o w and n u p , our charging scheme can prolong the network lifetime greatly.

5. Plan Charging Path

In this section, we plan the moving path of the MC, which is a charging sequence, denoted as V = { v 1 , v 2 , , v n } . The MC moves starting from the base station and comes back to replenish its energy. We set the base station as v 0 , the charging sequence can thus be denoted as V = { v 0 , v 1 , v 2 , , v n , v 0 } .
The problem when planning a moving path is equivalent to the charging sequence problem of sensor nodes. Therefore, the moving path plan problem can be transferred to the TSP problem. The traditional weight of a TSP considers the distance factor. In this work, we consider the distance and the remaining energy of sensor node as the weights to calculate the optimal path, and then transform it into a TSP problem.
We denote V = { v 0 , v 1 , v 2 , , v n , v 0 } as the sensor nodes. The sensor network is represented in the form of a graph G = ( V , E ; v , e ) , where V is the set of charging nodes, E is the edge between sensor nodes, v is the weight of each sensor node, and e is the weight of the edge between sensor nodes.
Our goal is to find the best path in G . We make the weight of node be the remaining energy of the sensor node, and the weight of the edge to be the distance between the sensor nodes as follows:
ω = α × v + ( 1 α ) × e
In Equation (12), ω is the weight, v is the remaining energy of sensor node, and e is the distance between the sensor nodes. α is a constant between 0 and 1.
When α = 0 , the path we figured out is the shortest path. When α = 1 , the path figured out is the ascending sequence by remaining sensor node energy. Equation (12) can be represented as:
ω = α × λ i c i + ( 1 α ) × d i v
In Equation (13), λ i is the remaining energy of sensor node i , c i is the energy consumption rate of sensor node i , d i is the distance between sensor nodes, and v is the speed of the MC. Therefore, we transform the two different dimensions into one weight. After determining the weight, we can transform the path problem into a TSP problem.

6. Charging Time Plan

It is necessary to determine the charging time of each sensor node. Our goal is to maximize the network lifetime by ensuring that the remaining energy of all the sensor nodes at any time is greater than E m i n . Thus, the charging time of a sensor node in a charging period should meet the following constraints:
  • The charging time of each node cannot be too long, otherwise, the remaining energy of the post-charged node will be less than E m i n .
  • The charging time of each node cannot be too short; otherwise, the remaining energy of the previous-charged node may be less than E m i n at the end of the period.
  • The total energy demand for all sensor nodes should be less than the rechargeable battery of MC.
According to the three constraints above, we transform the charging time problem into an optimization problem.

6.1. Upper Limit of Charging Time

As shown in Figure 2, the car is a MC. The hollow circles are sensor nodes which need to be charged. The charging sequence is denoted as V = { v 1 , v 2 , v 3 , v 4 } . We set the charging time of sensor node as t i . The constraint is that t i cannot be too large, otherwise, the remaining energy of the post-charged node will be less than E m i n .
Take node 2 as an example, in Equation (14), when the MC arrives at node 2, the remaining energy of node 2 must more than the given threshold, as follows:
λ 2 ( d 1 , 2 v + t 1 ) × C 2 E min
In Equation (14), t 1 is the charging time of sensor node 1, λ 2 is the remaining energy of sensor node 2, C 2 is the energy consumption rate of sensor node 2, and d 1 , 2 is the distance between sensor node 1 and 2. Further, the constraint condition can be denoted as Equation (15):
λ i ( j = 0 i 1 d j , j + 1 v + j = 0 i 1 t j ) × C i E min , i = 1 , ... , | V |
where, | V | is the set of charging nodes.

6.2. Lower Limit of Charging Time

The charging time of each node cannot be too short. Otherwise, the energy of previous-charged sensor node will be less than E m i n at the end of a period. As shown in Figure 2, taking node 1 as an example, the remaining energy of node 1 must be more than the given threshold at the end of charging period, as follows:
λ 1 + t 1 × P o u t ( t 2 + t 3 + t 4 + d 1 , 2 + d 2 , 3 + d 3 , 4 v ) × C 1 E min
Further, the constraint condition can be denoted as Equation (17):
λ i + t i × P o u t ( j = i + 1 | V | t j + i | V | 1 d i , i + 1 v ) × C i E min , i = 1 , ... , | V |

6.3. Energy Constraint

We consider the total energy of the MC is limited. Therefore, the required energy to be charged of all sensor nodes cannot be more than the remaining energy of the MC, and is limited as shown by Equation (18):
P i n × i = 1 | V | t i E M C n × L max × C M C
In Equation (18), E M C is the total energy of MC, C M C is the energy consumed by the MC and P i n is the received power of the sensor node.

6.4. Problem Formulation

In order to maximize the lifetime of the sensor network, the MC should deliver the energy to the sensor nodes under the constraint that the remaining energy of each sensor node should always be more than E m i n . Therefore, maximizing the charging time of each sensor node becomes the objective function. We transform the charging time problem into an optimization problem as follows:
max i = 1 | V | t i
{ λ i ( j = 0 i 1 d j , j + 1 v + j = 0 i 1 t j ) × C i E min λ i + t i × P o u t ( j = i + 1 | V | t j + i | V | 1 d i , i + 1 v ) × C i E min P i n × i = 1 | V | t i E M C n × L max × C M C i = 1 , ... , | V | d 0 , 1 = 0 , t 0 = 0
In the optimization process, we need to analyze the feasibility region of the charging time. Considering the best charging path on which the moving distance of the MC is zero, which means L max = 0 . Take it to the Equation (18), the upper bound of feasibility region is t u p p e r E M C n × P i n . Due to the fact the charging time cannot be a negative number, the lower bound of the feasibility region should be greater than zero, t l o w e r 0 . Therefore, the charging time feasibility region is [ 0 , E M C n × P i n ] .

6.5. Complexity Analysis

Our IPCTS approach includes charging path design and charging time computation. For the charging path design part, we solve the TSP problem by using a greedy algorithm to get a Hamiltonian circuit. To solve TSP, we calculate the distance between the each node and the charging car. It is therefore the complexity in the charging path design part is O ( n 2 ) . For the charging time computation part, the complexity is also O ( n 2 ) . Therefore, the overall complexity of IPCTS is O ( n 2 ) .

7. Charging Period Determination

In [15], the charging period of the MC is a constant value T , but in fact, the charging period is a changeable variable. If the charging period T is too short, the MC may not have enough time to charge all sensor nodes. On the contrary, if the charging period is too long, the MC may stay at the base station for a long time. Therefore, we do not make the charging time a constant in this work.
The charging period consists of three parts: total moving time of the MC, total charging time of all sensor nodes and the rest time of the MC at base station, which are denoted as T t r a v e l , T c h arg e and T b a c k , respectively. We denote the k t h period as T k , and get the following equation:
T k = T t r a v e l k + T c h a r g e k + T b a c k k
Let a set of charging nodes are V = { Φ } , the sensor nodes in V are sorted by their remaining energy from low to high, s 1 , s 2 , , s n . Assume that the node set is N , the number of nodes which need not to be charged is N V , and they should meet the constraint as follows:
i | N | | V | ( λ i C i × T k ) > E min , i = 1 , ... , | N | | V |
This means that even if the sensor nodes in the set of N V are not charged in the T k period, the remaining energy of the nodes within the set is more than the given threshold E m i n at any time.
  • Let V = V { s 1 , s 2 } , calculate T t r a v e l k , T c h a r g e k and T b a c k k according s 1 , s 2 , then calculate T k .
  • Determine whether V satisfies the Equation (22)
  • If V satisfies the Formula (22), let V = V { S i + 1 } and turn to 1, if not, turn to 4.
  • Return V and T k .

8. Simulations

In this section, we demonstrate the effectiveness of our charging strategy through simulations. We explore the influence of parameters on the network lifetime by different experimental parameters. In [3], in order to prolong the network lifetime, Peng et al. proposed a heuristic algorithm called Greedy. The Greedy algorithm firstly gives a constant k, and the remaining energy of the lowest k nodes can be charged at each period. The charging sequence is sorted by k nodes in ascending order with remaining energy. In addition, the MC charges k nodes for each period. However, the optimal value of constant k is not easy to prove. The authors showed by experiments that the optimal value is 5. In this work, we also set the value of k be 5.

8.1. Parameter Settings

We deploy the sensor nodes randomly in a network. The number of sensor nodes increases from 40 to 70. The area is set from 50 m × 50 m to 200 m × 200 m. Other experimental parameters are set as shown in Table 2.

8.2. Result

The experimental platform is Eclipse Java EE IDE for Web Developers. All simulation results are averaged 100 times. Firstly, we randomly deploy 50 nodes in a 50 m × 50 m area. The relevant information of each node is shown in Table 3. According to the theoretical analysis and calculation, the upper and lower limits of the network size are 5 and 71, respectively.
Figure 3 shows the effect of different charging schemes on the network lifetime, when the number of nodes increases from 40 to 70 in the 100 m × 100 m area. TSPFull is a charging scheme which takes the Hamilton circuit as the charging path and uses the node energy to calculate the charging time. It can be seen that as the number of nodes increases, the network lifetime is gradually shortened. In contrast to Greedy Algorithm, IPCTS has a similar network lifetime as the Greedy one. However, with the network size gradually expanding, the IPCTS’s network lifetime is longer than those of the other two charging schemes. This is because of the fact that with the increase of the number of sensor nodes, the Greedy algorithm and TSPFull only charge five nodes, and most of the other nodes do not get an opportunity to charge. Therefore, their lifetime falls faster.
Figure 4 also shows the effect of different charging schemes, when the number of nodes increases from 40 to 70 in the 100 m × 100 m area. EnLin is a charging scheme which takes the ascending of remaining energy as the charging path of the MC and calculates the charging time of each node using linear programming. TSPLin considers the Hamiltonian circuit as the charging path, and uses linear programming to calculate the charging time of each node. Although the three charging schemes use linear programming to compute the charging time for each sensor node dynamically, they are different in moving path designs. Figure 4 shows that with the increasing number of nodes, the network lifetime of the three charging schemes decreases. The IPCTS considers the remaining energy of node and the length of charging path of MC, and its network lifetime is longer than those of the other two charging schemes.
Figure 5 shows the effect of different area size on the network lifetime. The number of nodes is selected to be 40 and 70 in this simulation. As can be seen from Figure 5, with the increase of the area, the network lifetime gradually reduces. This is because that with the increasing area size, the distance between the nodes increases, resulting in an increase in the moving path length of the MC. In addition, the MC consumes more energy on the moving path. Figure 6 shows the effect of different moving speeds of the MC to prolong the network lifetime. The area is 100 m × 100 m. In Figure 6, with the moving speed increasing, the network lifetime increases gradually. This is because of the fact that in the case of a constant area size, the reduction of moving time can bring an increase for charging time, and save MC energy consumption. Therefore, the network can get more energy replenished, and the fewer the number of nodes, the longer the lifetime.

9. Conclusions

In this paper, we explore how to charge sensor nodes through a MC in a wireless rechargeable sensor network to prolong the network lifetime. Since our MC has limited energy, we theoretically analyze the size of the network that a single MC can serve. We propose a charging scheme called IPCTS under a given network size to deal with the problem of charging sequence and the charging time. For the charge sequence problem, we plan the charging path as a classic TSP problem. For the charging time problem, we guarantee that the remaining energy of sensor node is greater than a given threshold at any time and transformed it into an optimization problem. The simulation experiments show that our charging scheme can significantly prolong the network lifetime.

Acknowledgments

This work is supported by National Science Foundation of China (No. 61370087), Zhejiang Provincial Science and Technology Program (No. 2017C01065, 2017C01022).

Author Contributions

This paper was prepared through a collective effort of all of the authors. In particular: Weijian Tu has contributed: the objective function definition, constraints definition, performing the simulations, analysis of the results, preparation of diagrams and figures, preparation of the text; Xianghua Xu has contributed: the concept of the research, state-of-the-art and references, optimization algorithm concept; Tingcong Ye has contributed: the compilation of the references, preparation of the text and its revision; Zongmao Cheng has contributed: the interpretation of the simulation results, description of the optimization algorithm, formal definition of the optimization problem.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kurs, A.; Karalis, A.; Moffatt, R.; Joannopoulos, J.D.; Fisher, P.; Soljai, M. Wireless Power Transfer via Strongly Coupled Magnetic Resonances. Science 2007, 317, 83–86. [Google Scholar] [CrossRef] [PubMed]
  2. Liang, W.; Xu, W.; Ren, X.; Jia, X.; Lin, X. Maintaining sensor networks perpetually via wireless recharging mobile vehicles. In Proceedings of the 2014 IEEE 39th Conference on Local Computer Networks, Edmonton, AB, Canada, 8–11 September 2014; IEEE: Piscataway, NJ, USA, 2014; pp. 270–278. [Google Scholar]
  3. Peng, Y.; Li, Z.; Zhang, W.; Qiao, D. Prolonging Sensor Network Lifetime Through Wireless Charging. In Proceedings of the 2010 IEEE 31st Real-Time Systems Symposium, RTSS 2010, San Diego, CA, USA, 30 November–3 December 2010; IEEE: Piscataway, NJ, USA, 2011; pp. 129–139. [Google Scholar]
  4. Wang, C.; Li, J.; Ye, F.; Yang, Y. NETWRAP: An NDN Based Real-TimeWireless Recharging Framework for Wireless Sensor Networks. IEEE Trans. Mob. Comput. 2014, 13, 1283–1297. [Google Scholar]
  5. Hu, C.; Wang, Y. Minimizing the number of mobile chargers in a large-scale wireless rechargeable sensor network. In Proceedings of the 2015 IEEE Wireless Communications and Networking Conference, New Orleans, LA, USA, 9–12 March 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 1297–1302. [Google Scholar]
  6. Qin, Z.; Zhou, C.; Yu, Y.; Wang, L. A practical solution to wireless energy transfer in WSNs. In Proceedings of the 2013 International Conference on ICT Convergence, Jeju Island, Korea, 14–16 October 2013; IEEE: Piscataway, NJ, USA, 2013; pp. 660–665. [Google Scholar]
  7. Lu, X.; Wang, P.; Niyato, D.; Dong, I.K. Wireless Charging Technologies: Fundamentals, Standards, and Network Applications. IEEE Commun. Surv. Tutor. 2016, 18, 1413–1452. [Google Scholar] [CrossRef]
  8. Kurs, A.; Moffatt, R.; Soljacic, M. Simultaneous mid-range power transfer to multiple devices. Appl. Phys. Lett. 2010, 96, 044102. [Google Scholar] [CrossRef]
  9. Zhang, S.; Qian, Z.; Kong, F.; Wu, J. P3: Joint optimization of charger placement and power allocation for wireless power transfer. In Proceedings of the IEEE INFOCOM—2015 IEEE Conference on Computer Communications, Hong Kong, China, 26 April–1 May 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 2344–2352. [Google Scholar]
  10. Khelladi, L.; Djenouri, D.; Lasla, N.; Badache, N.; Bouabdallah, A. MSR: Minimum-Stop Recharging Scheme for Wireless Rechargeable Sensor Networks. In Proceedings of the 2014 IEEE 11th Internanational Conference on Ubiquitous Intelligence and Computing, and 2014 IEEE 11th International Conference on Autonomic and Trusted Computing, and 2014 IEEE 14th International Conference on Scalable Computing and Communications and Associated Workshops (UTC-ATC-ScalCom), Bali, Indonesia, 9–12 December 2014; IEEE: Piscataway, NJ, USA, 2015; pp. 378–383. [Google Scholar]
  11. Jiang, B.; Smith, J.R.; Philipose, M.; Roy, S. Energy Scavenging for Inductively Coupled Passive RFID Systems. IEEE Trans. Instrum. Meas. 2007, 56, 118–125. [Google Scholar] [CrossRef]
  12. Sample, A.P.; Yeager, D.J.; Powledge, P.S.; Mamishev, A.V.; Smith, J.R. Design of an RFID-Based Battery-Free Programmable Sensing Platform. IEEE Trans. Instrum. Meas. 2008, 57, 2608–2615. [Google Scholar] [CrossRef]
  13. Xie, L.; Shi, Y.; Hou, Y.T.; Sherali, H.D. Making sensor networks immortal: An energy-renewal approach with wireless power transfer. IEEE ACM Trans. Netw. 2012, 20, 1748–1761. [Google Scholar] [CrossRef]
  14. Li, Z.; Peng, Y.; Zhang, W.; Qiao, D. J-RoC: A Joint Routing and Charging scheme to prolong sensor network lifetime. In Proceedings of the 2011 19th IEEE International Conference on Network Protocols, Vancouver, AB, Canada, 17–20 October 2011; IEEE: Piscataway, NJ, USA, 2011; pp. 373–382. [Google Scholar]
  15. Guo, S.; Wang, C.; Yang, Y. Joint Mobile Data Gathering and Energy Provisioning in Wireless Rechargeable Sensor Networks. IEEE Trans. Mob. Comput. 2014, 13, 2836–2852. [Google Scholar] [CrossRef]
  16. Zhao, M.; Li, J.; Yang, Y. Joint mobile energy replenishment and data gathering in wireless rechargeable sensor networks. IEEE Trans. Mob. Comput. 2014, 13, 2689–2705. [Google Scholar] [CrossRef]
  17. Xie, L.; Shi, Y.; Hou, Y.T.; Lou, W.; Sherali, H.D.; Midkiff, S.F. Multi-node wireless energy charging in sensor networks. IEEE ACM Trans. Netw. 2015, 23, 437–450. [Google Scholar] [CrossRef]
  18. Xie, L.; Shi, Y.; Hou, Y.T.; Lou, W.; Sherali, H.D. On traveling path and related problems for a mobile station in a rechargeable sensor network. In Proceedings of the 4th ACM International Symposium on Mobile Ad Hoc NETWORKING and Computing; ACM: New York, NY, USA, 2013; pp. 109–118. [Google Scholar]
  19. Li, K.; Luan, H.; Shen, C.C. Qi-ferry: Energy-constrained wireless charging in wireless sensor networks. In Proceedings of the 2012 IEEE Wireless Communications and Networking Conference, Paris, France, 1–4 April 2012; IEEE: Piscataway, NJ, USA, 2012; pp. 2515–2520. [Google Scholar]
  20. Naranjo, P.; Shojafar, M.; Mostafaei, H. P-SEP: A prolong stable election routing algorithm for energy-limited heterogeneous fog-supported wireless sensor networks. J. Supercomput. 2016, 73, 733–755. [Google Scholar] [CrossRef]
  21. Ahmadi, A.; Shojafar, M.; Hajeforosh, S.F. An efficient routing algorithm to preserve k-coverage in wireless sensor networks. J. Supercomput. 2014, 68, 599–623. [Google Scholar] [CrossRef]
  22. Mostafaei, H.; Shojafar, M.; Zaher, B. Barrier coverage of WSNs with the imperialist competitive algorithm. J. Supercomput. 2017, 1–24. [Google Scholar] [CrossRef]
Figure 1. Situation where the MC must move the longest distance.
Figure 1. Situation where the MC must move the longest distance.
Sensors 17 01560 g001
Figure 2. An example of a charging path.
Figure 2. An example of a charging path.
Sensors 17 01560 g002
Figure 3. The effect of different charging times on the network lifetime.
Figure 3. The effect of different charging times on the network lifetime.
Sensors 17 01560 g003
Figure 4. The effect of different charging paths on the network lifetime.
Figure 4. The effect of different charging paths on the network lifetime.
Sensors 17 01560 g004
Figure 5. The effect of different area sizes on the network lifetime.
Figure 5. The effect of different area sizes on the network lifetime.
Sensors 17 01560 g005
Figure 6. The effect of different moving speeds of the MC on the network lifetime.
Figure 6. The effect of different moving speeds of the MC on the network lifetime.
Sensors 17 01560 g006
Table 1. Summary of notations.
Table 1. Summary of notations.
SymbolMeaning
E t total battery capacity of sensor node
λ i remaining energy of sensor node i
P o u t output power rate of MC
P i n received power rate of sensor node
V set of charging nodes
C i energy consumption rate of sensor node i
s i sensor node i
C M C moving energy consumption of MC
v velocity of MC
E M C total energy of MC
n number of sensor node
n u p maximum network size
n l o w minimum network size
T charging period
T c h a r g e charging time of MC
T t r a v e l moving time of MC
T b a c k rest time of MC at base station
t s c h a r the time to replenish electricity of MC
E m i n remaining energy threshold
d i j distance between sensor node i and node j
t i charging time of sensor node i
Table 2. Experimental parameter setting.
Table 2. Experimental parameter setting.
ParametersValue
Total energy of MC: E M C 10,000 J
Power out rate of MC: P o u t 5 J/s
Moving consumption of MC: C M C 30 J/m
Speed of MC: v 5 m/s
Initial energy of sensor node: E t 1000 J
Mean and variance of Gaussian distributionX~N (3, 1)
energy consumption rate range of node (mj)(0, 6)
Table 3. Node coordinates and energy consumption rate.
Table 3. Node coordinates and energy consumption rate.
Node IDCoordinate (m)Energy Consumption Rate (mj)Node IDCoordinate (m)Energy Consumption Rate (mj)
0(41.95, 3.56)3.3825(7.39, 20.22)3.67
1(25.38, 0.78)2.4626(25.38, 29.44)2.85
2(47.40, 34.26)3.6127(21.45, 38.71)2.49
3(25.97, 47.81)2.9428(4.27, 34.78)2.88
4(13.87, 1.48)1.0429(14.06, 24.00)1.65
5(27.51, 29.14)4.5030(19.38, 10.81)3.04
6(32.80, 42.98)2.6231(21.51, 38.23)3.57
7(11.72, 6.57)2.1232(49.64, 21.09)3.23
8(11.10, 10.76)3.2033(27.82, 40.46)4.31
9(35.86, 44.93)1.2534(31.20, 48.94)3.01
10(31.38, 43.16)3.3535(25.50, 41.09)1.77
11(27.55, 34.19)2.1236(11.61, 6.41)3.90
12(26.33, 14.06)2.9637(8.02, 39.95)3.55
13(3.05, 32.65)2.7338(47.20, 39.34)2.13
14(46.80, 10.19)4.9539(38.88, 15.44)3.16
15(47.94, 13.53)3.5240(11.92, 37.94)3.38
16(8.60, 47.63)2.5441(38.83, 26.64)3.18
17(33.16, 31.55)4.3842(21.79, 33.42)2.17
18(1.67, 4.09)4.9043(26.61, 40.30)2.65
19(7.56, 26.88)3.5844(41.52, 23.88)3.76
20(40.26, 12.48)2.4145(11.21, 7.08)2.57
21(0.04, 14.33)2.2346(2.31, 35.18)3.29
22(42.39, 47.80)4.1747(31.17, 40.64)3.86
23(49.66, 12.87)1.8848(32.04, 25.34)2.55
24(25.14, 20.98)2.7849(6.55, 20.90)1.66

Share and Cite

MDPI and ACS Style

Tu, W.; Xu, X.; Ye, T.; Cheng, Z. A Study on Wireless Charging for Prolonging the Lifetime of Wireless Sensor Networks. Sensors 2017, 17, 1560. https://doi.org/10.3390/s17071560

AMA Style

Tu W, Xu X, Ye T, Cheng Z. A Study on Wireless Charging for Prolonging the Lifetime of Wireless Sensor Networks. Sensors. 2017; 17(7):1560. https://doi.org/10.3390/s17071560

Chicago/Turabian Style

Tu, Weijian, Xianghua Xu, Tingcong Ye, and Zongmao Cheng. 2017. "A Study on Wireless Charging for Prolonging the Lifetime of Wireless Sensor Networks" Sensors 17, no. 7: 1560. https://doi.org/10.3390/s17071560

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop