Next Article in Journal
A Vision-Based Wayfinding System for Visually Impaired People Using Situation Awareness and Activity-Based Instructions
Next Article in Special Issue
Fuzzy Modelling for Human Dynamics Based on Online Social Networks
Previous Article in Journal
Detection Methodologies for Pathogen and Toxins: A Review
Previous Article in Special Issue
RGCA: A Reliable GPU Cluster Architecture for Large-Scale Internet of Things Computing Based on Effective Performance-Energy Optimization
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Joint Mobile Data Collection and Wireless Energy Transfer in Wireless Rechargeable Sensor Networks

1
School of Information Science and Engineering, Central South University, Changsha 410083, China
2
College of Computer, National University of Defense Technology, Changsha 410073, China
3
Department of Mathematics and Computer Science, Northeastern State University, Tahlequah, OK 74464, USA
*
Author to whom correspondence should be addressed.
Sensors 2017, 17(8), 1881; https://doi.org/10.3390/s17081881
Submission received: 30 June 2017 / Revised: 5 August 2017 / Accepted: 13 August 2017 / Published: 16 August 2017

Abstract

:
In wireless rechargeable sensor networks (WRSNs), there is a way to use mobile vehicles to charge node and collect data. It is a rational pattern to use two types of vehicles, one is for energy charging, and the other is for data collecting. These two types of vehicles, data collection vehicles (DCVs) and wireless charging vehicles (WCVs), are employed to achieve high efficiency in both data gathering and energy consumption. To handle the complex scheduling problem of multiple vehicles in large-scale networks, a twice-partition algorithm based on center points is proposed to divide the network into several parts. In addition, an anchor selection algorithm based on the tradeoff between neighbor amount and residual energy, named AS-NAE, is proposed to collect the zonal data. It can reduce the data transmission delay and the energy consumption for DCVs’ movement in the zonal. Besides, we design an optimization function to achieve maximum data throughput by adjusting data rate and link rate of each node. Finally, the effectiveness of proposed algorithm is validated by numerical simulation results in WRSNs.

1. Introduction

Wireless sensor networks are composed of a large number of sensor nodes distributed randomly in a particular area, which can be used for sensing data, information transmission, event monitoring and so on. However, most nodes in the network are powered by batteries and can only provide limited lifetime. Once the node is depleted of energy, it immediately enters a state of death. The battery of dead node needs to be replaced to reduce network channel cost. Now, solar energy, wind energy, tidal energy and other sustainable energy can be used to charge sensors continuously, the network is referred to as wireless rechargeable sensor network (WRSN) [1]. Although the method of gathering energy from the environment can solve the problem of node energy restriction to some extent, there are still many deficiencies, for example, insufficient energy density and instability. Recently, wireless energy transfer (WET) technology [2] has provided a new approach for solving sensors energy problem. Instead of obtaining energy from the environment, WET uses wireless transmitting devices to charge the nodes sending charging requests. The technology is more controllable and stable in energy density and energy sources. Nowadays, WET technology is widely used in various networks, for example, Radio Frequency Identification Networks (RFIDs), Wireless Powered Communication Networks (WPCNs) [3], Simultaneous wireless information and power transfer (SWIPT) [4].
The realization of WET is divided into the Near-field Coupling and the Far-field Radio Frequency Power Transfer. Near-field Coupling is divided into inductive coupling, resonance coupling and capacitive coupling. The Far-field Radio Frequency Power Transfer includes Directive RF Power Beamforming and Non-directive RF Power Transfer [5]. In this paper, we use wireless charging technology based on resonance coupling, which can transfer large amounts of energy in an efficient way [6,7]. There are four kinds of scenarios used for wireless charging, point provisioning, path provisioning, multihop provisioning and landmark provisioning [8]. Point provisioning employs static charger to supply energy for static nodes, and path provisioning uses static charger to supply energy for dynamic nodes. Multihop provisioning uses a static charger responsible for all nodes, since the sensor nodes equipped with energy transfer function can transfer their energy to neighbor nodes. By deploying a series of landmarks in advance, a dynamic charger is applied to charge nodes along the fixed path landmarks in Landmark provisioning [5]. The charging scenario in this paper is similar to the landmark provisioning and the dynamic charger is replaced by Wireless Charging Vehicles (WCVs) equipped with a resonant coil. In addition, WCVs can cover the whole network and move to the charging requested nodes for wireless charging [9]. The energy charging scheme is charging on demand and the requested nodes are arranged based on certain rules to maximize the nodes lifetime.
In addition to collect energy from the external environment, saving energy consumption is also an effective method to extend network lifetime, for example, constructing appropriate data transmission and collection protocol to save energy overhead in data collection process [10,11,12]. Liu et al. [13] proposed an effective clustering algorithm based on classical routing algorithm to mitigate the hotspot problem and collect more data packets. In [14], a static sink node collected data from each node with a multihop mode in the network. This method would cause energy problem called hotspot. Due to a large number of data packets transmitted and received, the nodes around the sink node would consume their own energy faster. In addition, it might cause node death, service interruption, packet loss and other problems. Zhao et al. [15] used a vehicle to complete data collection and wireless charging tasks in the network. A single vehicle eased the energy issue to some certain extent. However, the sojourn time of each node was limited. Charging and data collection could not be carried out at the same time. Besides, the charging time could not be ignored, which would result in higher data gathering delay, lower data amount and poorer network performance. Wang et al. [16] used a single data collection vehicle (DCV) and multiple wireless charging vehicles to complete data collection and energy transmission respectively in the network. Many charging vehicles needed to be arranged the proper charging path and charging queue. Otherwise, the vehicle energy consumption would be increasing and the nodes could not be charged efficiently.
Accordingly, we jointly consider mobile data collection and wireless charging in a large-scale network. Figure 1 illustrates the scenario of the whole network. The sensing field is divided into two divisions. The base station is located at the center of the area, which is used for processing data and charging for vehicles. Each division has a WCV and a DCV touring its field to charge nodes and collect data respectively. The characteristics of network data collection delay depends only on DCV, link rate and data generate rate. This avoids the collection delay due to charging time [15]. To reduce energy consumption, a subset of nodes is selected as anchor. Other nodes need to transmit its data to anchor by multi-hops. However, a series of problems need to be solved in this situation. First, is how to divide the large-scale network properly based on the limited vehicles. Second, is how to select the starting point of DCV and WCV in sub-regions. This can reduce the travelling distance of the vehicles and the energy consumption of data transmission. Third is which nodes should be chosen as anchors to collect more data in each area. To answer the above questions, we will propose a set of algorithms to solve these problems.
The main contributions of our work are summarized as follows. First, we propose a twice-partition algorithm based on center points for large-scale networks, which can simplify the schedule of vehicles in a more comprehensive way. Then, based on the distance and routing hops, we calculate the appropriate vehicles’ starting points to reduce the energy consumption on vehicles movement and forwarding data. Third, an anchor selection algorithm based on neighbor amount and residual energy, which is called AS-NAE, is proposed to determine the sojourn site for each DCV. In addition, we build an optimization function to compute the data collection amount in an area. Then we decompose the maximization problem through penalty function and dual function mathematical method. Maximum data amount can be obtained by adjusting optimal link rates and data generation rate. Finally, we provide extensive results to evaluate the effectiveness of proposed algorithms and optimization function.
The rest of the paper is organized as follows. Section 2 studies the related work about wireless energy transfer and mobile data collection. System architecture and algorithms of network partition, starting point and anchor selection are introduced in Section 3. In Section 4, we design an optimization function to achieve maximum data amount by adjusting data rate and link rate of each node. Besides, optimal energy threshold for each node is also included. Section 5 provides extensive results for network performance. Future works and conclusion are derived in Section 6.

2. Related Work

2.1. Energy Replenishment for WRSN

WET technology provides a new way to supply stable, high-density, sustainable energy for nodes rather than collecting energy from the environment. Powercast [17] has developed products that transmit energy to nodes at a relatively short distance. Peng et al. [18] used Powercast’s chargers to extend the network life by constructing a charging queue based on the greedy algorithm. In [19], the authors first calculated the best sampling rate according to the average energy supplement rate. Then, they designed an algorithm of calculating each node sampling rate. The main indicators of algorithm were influenced by the battery status in real-time. In [20], the battery status of each node could get through energy aggregation protocols accurately and authors designed the vehicles allocation algorithm for scheduling multiple vehicles charging nodes in a network. In [21], the author only used a vehicle to charge all nodes in the network based on the near-optimal method. However, since nodes close to static anchors may transmit and receive a large number of data packets, these nodes consume more energy than others, and the energy efficiency is relatively low. Thus, the use of a vehicle for both wireless charging and data collection could significantly improve the energy efficiency. It could maximize network practical to charge nodes with less energy in the network [15]. If the network range is larger relatively, using one vehicle is apparently not enough to support the entire network running continuously in a long time. An allocation algorithm was used to allocate each charging node to multiple vehicles in the network to minimize the number of vehicles and operate network continuously [22,23]. In addition, the energy density gathering from surrounding environment is insufficient and uneven. The cluster head nodes need to consume large amount of energy for data collection and transmission, cluster heads will quickly run out of energy. Based on this, Wang et al. [24] proposed a new scheme that combined solar energy and wireless charging. It could perfectly solve different energy demand of the cluster head nodes and other nodes through experimental verification.
Although the node around the anchor will have higher average energy consumption, energy consumption and energy threshold of each node are assumed to be consistent or little different in the above works. Thus, we will take the different energy consumption rate and energy threshold of all nodes into consideration to extend the sensor nodes lifetime.

2.2. Mobile Data Collection

Thus far, there have been many methods used for data collection from the initial static sink node, dynamic sink node to mobile collector [25,26]. Most of these works are divided into three steps. First, they choose proper nodes as anchor points. The second step is to design the efficient transmission link within the cover range of cluster. It is used to make the cost and time from nodes to anchors less and shorter. Third, they project the shortest movement of all anchors to reduce the collector’s energy consumption. To achieve high link utilization and high throughput, Xiong et al. [27] developed an efficient flow control scheme to receive data at different rate. In [15], the authors used a vehicle to collect data and recharge node. Although using the vehicle relieved the death node amounts in the network, data needed to wait for a long-time to be collected, increasing the data collection delay due to the charging time cannot be neglected. To solve this problem, Wang et al. [16] used a data collector gathering data from anchor point and a charging vehicle charging nodes in the network. It could greatly reduce the waiting time for data to be delivered. The problem of reducing the data collection latency has been studied for long time. Liu et al. [28] proposed a semi random circle routing for mobile sink to ensure the data delay acceptably. In [29,30], the problem was considered as Traveling Salesman the Problems (TSP) with Neighborhoods. Besides, they designed a heuristic algorithm reducing the tour path of collector and data collection delay. Yang et al. [31] used heuristic algorithm to design the collection path of the collector to balance the traffic load in the multi-hop transport. In [32], the authors proposed using the mobile base stations to collect data which were similar to data collectors and designed the optimal mobile path for mobile base stations. Zhao et al. [33] joint considered the collector’s movement control and space division multiple access (SDMA) technology to balance the movement of the collector consumption and data collection amount with SDMA techniques. Zhao [34] leveraged optimized distributed algorithms to maximize network data collection. Reducing data collector tour length is very efficient by reducing the number of the anchor point, namely the number of sites in the process of collecting data. Chen et al. [35] put forward an efficient algorithm of energy-efficient data collection. Although it largely prolonged the network life span, the tour length of data collection period is extended. In [36], a collaborative virtual environment was carried out to integrate information from different vehicles. Besides, in [37], Controlled Data and Interest Evaluation in Vehicular Named Data Networks Interest was proposed to control data flooding or broadcast storm. It could reduce data packet copies and minimize the overall interest satisfaction delay. Similarly, Ahmed et al. [38] used an Autonomous Underwater Vehicle (AUV) to maximize collection data packets. They took time-sensitive and information importance into consideration to reduce overlapping information. Chen et al. [39] put forward an efficient algorithm of energy-efficient data collection. Although it largely prolonged the network life span, the tour length of data collection period is extended.
In the above work, although most of the works take into account energy consumption of the data collector in data gathering process, they do not think about the choice of sojourn site to reduce energy consumption. Therefore, in this article, we consider the mobile site selection and TSP path for all sites. At the same time, the node energy and the node numbers in a cluster are taken into account to minimize data transmission delay.

3. Network Model and Data Collection

The network model and some data collection scheme are presented in this section. In this section, we do data collection in three steps. The first step is to divide the network into several parts. Using multiple WCVs and DCVs is essential when the network area is large. The second step is to select the appropriate starting point of the vehicles. Assuming the two types of vehicles start from the same location in the smaller area after segmenting the network. It is effective to reduce the movement energy consumption of the two types of the vehicles by finding suitable starting point in each region. Finally, we should determine anchor points and the shortest moving distance of DCV in each small area, namely the stop sites and tour length for DCV. Here, the anchor point is the sensor node that collects packets from other nodes. DCV stays at the anchor point and collects packets that are passed to the anchor point. In addition, the selection of anchor points is dynamic. Each region will reselect the anchor point to avoid the hotspot problem every fixed cycle. Then, the TSP path of all anchors is constructed to reduce the movement energy consumption and data collection delay.

3.1. Network Model

The whole network is composed of sensor nodes uniformly distributed which can be modeled as an undirected graph G = ( V , E ) , where V is the number of rechargeable nodes in the whole network. E is the set of undirected edges, i.e., E = { E | ( i , j ) E , i , j V } . Both V and E in G are finite nonempty sets. Each link of E is an ordered pair of two different vertices in V. In [40], if two nodes i and j could transmit data to each other with the power lower than the maximum transmission power, these two nodes were connected to each other. The maximum transmission range of each node depended on its maximum transmission power. Nodes could receive data from others only in the transmission range of neighbors. We assume that all links were bi-directional. The network has no loops and no two nodes of its links join the same pair of vertices. In addition, the whole network is a connected graph, that is, any two nodes are connected at least one path. There are no independent nodes in the entire network. For independent nodes existing, we refer to the problem as “local maximum” [40,41].
Figure 1 gives a vivid description of the whole network. The rechargeable sensor nodes can be divided into two classes: normal nodes and anchor points. Anchor points are the nodes collecting data from others. The normal nodes can transmit their own data to anchor points with multiple techniques. The base station is located at the central position of the whole network, which is used to process all data packets and charge the vehicles to maintain the continuous operation of the whole network. WCV and DCV are respectively the energy transmitter and data collector in the network. DCV collects data from each anchor point during the periodic tour of the entire network. Subsequently, DCV uploads the collected data to the base station. The charging request nodes are sorted according to the charging rules. Hence, the charging queue is constructed for WCV. Then the WCV tours the whole area to charge node one by one based on charging queue. Once WCV and DCV have lower energy, they return to the base station to replenish their energy.

3.2. Adaptive Network Partition

Because using one WCV and DCV cannot cover effectively the entire wide range network, multiple vehicles are employed to charge nodes and collection data. To handle the complex scheduling problem of multiple vehicles in large-scale networks, we propose to divide the network into several parts and distribute a WCV and a DCV in each small region. The method of zoning regulation can relieve the vehicles schedule problem. In addition, the problem of vehicles schedule is transmitted to network partition and the path planning of single type vehicle in a sub-region. We assume that the number of WCVs and DCVs is the same in the large-scale network. We can use Equation (13) in [16] to calculate the number of vehicles needed. Through the data generation rate is dynamic, we can model the data generation process as Poisson process to estimate the vehicles number. Since the vehicles number m in the network is known, the number of network partitions c can get through c = m. Hence, there is a WCV and a DCV in each sub-region to ensure energy transmission and data collection. In addition, we can get the cartesian coordinates of nodes based on [15,42]. The process of dividing network is as follows.
  • Carry out the first partition. This is similar to the method in [16] to divide the network. However, we divide the square network into c parts uniformly not using K-means method [16]. The other difference is the selection of the initial center. After the region is divided into c parts, we select a node in each part as the initial center point. The initial center points firstly are the node closest to the center location of each region, instead of the node with minimal energy. In addition, we calculate the distance d’ and the shortest routing hop h’ from each node to all central points. d i j means the distance between node i and center point j, where i N , j c . Then we sort the distance values d i j of node i in an increasing order. D i j means the serial number of the distance d i j from node i to the center point j. When D i j = 1, it means d i j is the minimum distance. When D i j = c, it means d i j is the maximum distance. In a similar way, h i j is denoted as the routing hop between node i to center point j, where i N , j c . We sort the c numbers in an increasing order. H i j means routing hop serial number from nodes i to center point j.
  • Carry on the second partition. We compute the weight W i j of each node i to j firstly. Here, W i j = α D i j + β H i j , α + β = 1 , 0 α , β 1 , i N , j [ 1 , c ] . α and β are defined as the proportions of distance priority and routing hop priority. Define ϑ = α β as the ratio of α and β. If ϑ , our algorithm can be regarded as considering routing hop only. On the contrary, our algorithm can be transformed as taking distance into account merely when ϑ 0 . In this scenario, we joint consider distance and routing hop equally to make ϑ = 1 . Subsequently, we select the smallest W i j as a result of partitioning and assign the node i to the jth region. Loop this process until all nodes in the network are partitioned. The adaptive network partition algorithm with twice-partition is shown in Algorithm 1.
    Algorithm 1 A Twice-Partition Algorithm Based on Center Points
    Input: sensor nodes N, center points numbers c.
    Output: min { W i 1 , , W i c }.
    Compute distance d i j and shortest routing hop h i j between node i to center point j, where i N , j c .
    Sort { d i 1 , , d i c } and { h i 1 , , h i c } in an increasing order.
    D i j means distance serial number and H i j means routing hop serial number of node i to center point j.
    While N
      Compute W i j = α D i j + β H i j , α + β = 1 , 0 α , β 1 , i N , j [ 1 , c ] .
       W i j = min { W i 1 , , W i c }, assign the node i to the jth region.
      N = Ni.
    End
Besides, acquiring the distance and routing hop for every node needs at least | N c | . Sorting time complexity for every node is O ( | c | log | c | ) . In addition, there are N sensor nodes, which means we should compute | N c | log | c | . Finally, to compute Wi and find the minimum value in W i 1 , , W i c , the time complexity is | c | and O ( | c | log | c | ) respectively. Thus, the overall complexity of this algorithm is O ( | N c | log | c | ) .
Figure 2 shows the results of network partition. The red dotted lines equally divide the network into four parts: A, B, C, D. That means the first partition. In addition, the red triangle points indicate the initial point of each region. Then we run the second partition based on these center points. The same shape and color symbols represent the node belong to a partition after operating partition algorithm. The blue lines represent the results of final partition. Obviously, some nodes belonging to area A before are assigned to the B and C regions.

3.3. Vehicles Starting Point

Once the network partition is determined, we need to ensure the starting point position of two types of vehicles within each region. It is important to get the position with the minimum sum of distance and routing hop to all nodes in a part, which can reduce the energy consumption of movement and data transmission. The vehicle starting from the position will reduce the movement consumption while touring the whole network. In addition, if the node to others has minimum routing hops sum, the node is likely chosen as an anchor or it is close to an anchor. Once we choose the node position as staring point, it can reduce energy consumption on transmitting and receiving data packets to a large extent. Besides, it can decrease the energy consumption for moving the position to collect data.
In the experimental scenario, the two types of vehicles share one starting point in a sensing region after partition. In the initial state, vehicles will be deployed in the starting position. In addition, vehicles have an energy threshold to make sure that they can move back to base station to replenish energy. When a data collection cycle or charging cycle is finished, vehicles will move back to starting position waiting for the next round. Thus, the vehicles always starting from the starting point to gather data or charge nodes. The starting point of WCV was expounded in [16]. After calculating the sum of the distances between each node to other nodes in the cell, the node with minimal distance was selected as the starting point of the WCV. In [43], the authors used the dynamic sink nodes and the mobile base station to collect data. The position of sink nodes changed with position of the base station. Although it did not use a mobile data collector to collect data, this method was similar to select the starting point of vehicles. We take an area after partitioning as an example in the statement. Now we briefly explain the process of choosing starting point.
Initially, we compute S k = i = 1 n r n i μ k 2 , where n i μ k 2 is squared distance between nodes i and k. n r is the number of nodes in an area, μ k represents the kth node in this region and k [ 1 , n r ] . Each node has a sum value of squared distance, Sk, and we sort these values in an increasing order for all nodes in a cell. S k is the ordinal number of the node k. Then, we calculate H k = i = 1 n r h i k , where h i k is the routing hop from node i to k. Similarly, the routing hop of all nodes is sorted in an increasing order. H k is the ordinal number of the node k. Finally, the weight of node k is computed. Here, W k = α S k + β H k , where α + β = 1 , 0 α , β 1 , k [ 1 , n r ] . Similar to the setting in the network partition, we can arbitrarily change the percentage of distance and routing in the selection of the start point. The Wk of all nodes in the region is sorted. The location of the nodes with the minimum W value is selected as the starting point of the two types of vehicles. Now, the point has the minimum distance and routing hops to all nodes. It can reduce energy consumption on transmitting and receiving data packets because the position is likely near to anchor. Specific algorithms are shown in Algorithm 2.
Algorithm 2 Starting Point of Vehicles Selection Algorithm
Input: sensor nodes nr in a cell.
Output: min { W k }, k n r .
Compute distance S k = i = 1 n r n i μ k 2 for node k, where k n r .
Compute routing hop H k = i = 1 n r h i k for nodes k, where k n r .
Sort { S 1 , , S n r } and { H 1 , , H n r } in an increasing order.
S k means distance serial number and H k means routing hop serial number of node k.
Compute W k = α S k + β H k , where α + β = 1 , 0 α , β 1 , k [ 1 , n r ] .
W = min { W 1 , , W n r } , assign starting point to the position of node with W.
The time complexity in computing distance and routing hop for every two nodes is both O ( | n r | 2 ) . Now, every node has a distance value and routing hop number to others. Sorting these values for all nodes is O ( | n r | log | n r | ) . Finally, the time complexity is O ( | n r | log | n r | ) to choose the minimum value in { W 1 , , W n r } . Thus, the time complexity for the algorithm is O ( | n r | 2 ) .

3.4. Adaptive Anchor Point Selection

Next, we should determine the DCV’s sites during the data collection process. To design an efficient data collection scheme, the anchor selection algorithm should satisfy two requirements. First, the energy of anchor node should be as much as possible. Because the anchor and its nearby nodes need frequent transmit plenty of data packets consuming more energy compared to the other nodes. Second, anchor selection algorithm should select a subset of nodes while maximizing the amount of data collected and minimizing the anchor amounts to meet the delay requirement of nodes.
There are some methods to determine anchor points. In [16], by arranging a series of circles to cover the whole network, the center of the circle was chosen as the data collection anchor point. However, there are no constraints on sensor energy and amounts in a cluster. These nodes near to anchors expend more energy than others due to data transceiver. In [26], the authors computed weighted average of each node through the nodes amounts within the k hops in the network and selected the node with maximum weighted average value as the anchor. Although the scheme considers both energy and sensor amounts in a cluster, there is a drawback. In a cluster, when the energy of some nodes is quite high and some nodes are very low, the energy factor makes little sense for anchor selection. In [15], the method was relatively simple, mainly considering the energy limit at the anchor point. Its first step was constructing the energy queue by the least energy of each sensor’s neighbors within k hops. Then the method selected the node with max value in energy queue as the anchor. The node amounts within k hops are ignored, which can cause hotspot problem due to transmit and receive extensive data packets. In [44], they just divided the network into grid. Anchor points could be uniformly distributed on grid intersections. Another selection method was to directly select some nodes covering the entire network as anchors to collect data [45]. These two methods do not consider energy or nodes amount, which increases energy consumption and data latency.
Our goal is to select a set of nodes in the network covering the whole network and its tour length is within a bounded threshold Lb. Thus, we propose an anchor selection algorithm called AS-NAE. Anchor selection algorithm is as shown in Algorithm 3.
Algorithm 3 Anchor Point Selection Algorithm.
Input: sensor nodes nr in a cell, connected matrix X.
Output: Anchor Point list A.
Compute node amount within k hops for nodes i N i = j = 1 n r X i j , Compute the least energy of nodes i within k hops B A T T i = { min { C b j } | d i s t ( i , j ) k , X i j = 1 } .
Sort { N 1 , , N n r } and { B A T T 1 , , B A T T n r } in a decreasing order.
N U M i means nodes amount serial number and B A T T i means energy serial number of node i.
Compute W i = N U M i + B A T T i and Sort { W 1 , , W n r } in an increasing order, denote as Ns.
Initialize node index i = 1, k = 1, j = | Ns |.
While n r
  Obtain ith element in Ns and insert to A;
  For k from 1 to j
  If Xik > 0, N s N s k and set k as descendant of i; End if
  End for
   N s N s i ;
End while
Obtain anchor point list A from above.
While true
Compute the shortest migration tour Ltsp through sensors in A.
If L t s p L b , break;
Else Remove anchors with the largest Wi from A; End if
End while
Initially, we need to construct a connected matrix X to show whether the nodes in the region are connected with other nodes within k hops, as shown in Equation (1). The cluster size of k has an important effect on energy consumption and data collection latency. Choosing a larger k can reduce the number of stay site of DCV in touring network and decrease mobile energy consumption. Accordingly, an anchor will cover more nodes for data collection and energy consumption will increase. When the sojourn time of each site is constant, data collection delay will be increase too. On the other hand, a small k may produce more anchors and the tour length of DCV may be increasing. When the data collection period of T is unchanged, collection delay will higher. Therefore, choosing the right k has a crucial impact on the entire network. For simplicity, we set k equal to 3, which is just equal to k max 3 . kmax is the max routing hop for two nodes in a cell.
X i j = { 1 if   i   and   j   is   connected   within   k   hops 0 if   i   and   j   is   not   connected   within   k   hops 0 if   i = j
The anchor selection is directly related to the energy and quantity of neighbors in the k hops. For a set of nodes nr, N i is expressed the number of nodes within k hops, where N i = j = 1 n r X i j i [ 1 , n r ] . Then, we construct a queue NUM in a decreasing order through Ni. Now, N U M i is the ordinal value of node i in queue NUM. BATT is the set of the least energy of each sensor’s neighbors within k hops, that is B A T T i = { min { C b j } | d i s t ( i , j ) k , X i j = 1 } , where Cb is residual energy of node. Similarly, B A T T i is the ordinal value after ranking. Thus, set W i = N U M i + B A T T i and rearrange Wi in a decreasing order for all nodes. The queue is denoted as Q. Then we select the first value as the anchor point removing the nodes within k jump connected in Q, namely remove the node where the value of the row corresponds to 1 in connectivity matrix X. This process is repeated until the queue Q is empty. At this point, the anchor queue A is the anchor point selected in the network. The TSP path of all anchor points is then computed. If L t s p L b , the anchor queue is the calculated just queue A. Otherwise, the node with the largest Wi is removed until L t s p less than Lb.
Obviously, obtaining the connectivity matrix of the network requires at least k | n r | 2 . Computing amounts of neighbors of each node within k hops needs | n r | . Then, the sorting time complexity is O ( | n r | log | n r | ) . Similarly, computing the minimum battery energy for each node’s k hops is | n r | 2 , and the time complexity of sort the queue is O ( | n r | log | n r | ) . Finally, the queue Q queue is sorted with a time complexity of O ( | n r | log | n r | ) . Suppose that the number of anchor points is |S|. Each time we need to compute the shortest path of anchor point with the time complexity is O ( | S | 2 ) . Thus, the overall complexity of the anchor selection algorithm is O ( | n r | 2 ) .
Next, we give an example of anchor selection algorithm. The 130 nodes are uniformly distributed in the square region of the (85,95) and the energy of the same nodes in the two figures remains the same at the initial stage. The number of data collection hop count k is 3. Then, the shortest travel path of DCV is obtained by using the TSP algorithm. Figure 3 shows the anchor point selection at different travel length thresholds Lb. Figure 3a shows that the algorithm chooses 9 anchors when L b = 250   m and the shortest tour length is 215 m. Figure 3b indicates there are 10 anchors and the tour length is 250 m while L b = 300   m . Node with a red tag indicates the selection point anchor and black dotted line represents the moving path of DCV. In addition, the coordinate of center points position in area C is approximately (40,40) from Figure 2. Figure 3 shows the anchors in area C. It is obvious that the node with serial number 108 is both chosen as anchors within different tour length threshold. The coordinate of node 108 is close to (40,40). Thus, we can say that center point is likely to be anchor or nearby node of anchors. Through experimental verification in Section 5.1, the starting position of vehicles is close to center position in a region. Thus, the starting position is very close to anchors or nearby nodes of anchors. This can reduce energy consumption on vehicle moving and data forwarding.
Although the energy of anchors and its nearby nodes are higher compared to other nodes, they will consume more energy for data forwarding and generating. In [46], authors proposed a new deployment strategy with different node density to avoid energy holes. In this paper, we rerun the anchor selection algorithm after fixed data collection cycle. The nodes with higher energy are likely to be chosen as anchors, we can relief hotspot problem through this method.

4. Performance Optimization

After the anchor points in the network are determined and the tour through all anchors has been constructed, the remaining question is how to collect more data from the nodes. We can translate the problem into a data collection maximization problem based on flow-level network model. Considering a network with nr nodes and A data collection anchor points, DCV periodically visits the entire sensing area from the starting point position to the original point finally. Once the residual energy of vehicle is lower than its threshold, DCV immediately switches back to the base station to replenish the energy. DCV collects data at each anchor sojourning a fixed time, i.e., τ a . In this process, other nodes forward data to the anchor point in a multihop manner and the anchor transmits data to the DCV in a single hop mode. After that, DCV moves to the next anchor for data collection.
As shown in Figure 4, when the DCV stays in the anchor at s1, node a can forward packets along the link path { a , c , s 1 } . However, when the DCV stays in the s2, forwarding path from a is { a , c , d , s 2 } . When DCV is at different anchor, the packets transmission path of same node will be not the same. In addition, some nodes in the network can receive and transmit data packets at the same time in a real scenario. Thus, how to distinguish the functions of these nodes becomes the most important issue. In other words, we should recognize the direction of each link and determine the role of every node which represents sender or receiver to the other nodes. Thus, we use parents set P i , a and children set C i , a to distinguish different functions of each node, where P i , a represents presents set of node i while DCV is sitting at anchor a. Accordingly, C i , a represents the children set of node i when the data collection vehicle stops at anchor a. Importantly, the parents nodes and children nodes can communicate directly with the node i without forwarding other sensor nodes. In Figure 4, parent set P c , s 1 of node c is { s 1 } and child set C c , s 1 is { a } when DCV is located at s1. However, when DCV sojourns at s2, P c , s 2 = { d } and C c , s 2 = { a } . Thus, the parent set and child set of the same node may be different if DCV is located at different anchor points. The entire network can be seen as a directed acyclic graph (DAG) through seeing each anchor as an end point. Modeling structured sensors as a network to study and is always using DAGs [19]. In [40], the parent node set of i were the neighbors that are close to the sink nodes. In the sensing area of the node, it mainly compared the distance between the node and anchor point and the neighbor node to the anchor point to get the direction of the link. Authors modeled a DAG by constructing the weight of outgoing edges of a node to the reciprocal of its residual energy and then using Dijkstra’s algorithm to produce a directed tree toward anchors [15]. In this paper, we make the nodes directly connected with the anchor as the anchors’ children set nodes. Then we get children set of others through its parents set. Repeat this process until the parents and children set are found. Based on this, we consider the network as node-exclusive interference model. A node cannot communicate two or more nodes at the same time. For each node in the area, there are three cases for energy consumption, i.e., e r , e t , e s . They represent average energy consumption on receiving, transmitting and sensing a data packet. The related parameters are shown in Table 1.

4.1. Formulate Problem for Mobile Data Gathering

Our goal is to maximize the amount of data collected by DCV. The problem is closely related to the data rate of each node, which is subject to the link rate, the energy balance and link capacity. Therefore, we introduce the utility function Ui(·) to show the influence of the data rate of the node i on the performance of the whole network data collection. Obviously, the utility function is an increasing function due to the vehicle can collect more data with data generation rate increasing. Besides, each node has a different data rate in each anchor, the superposition process makes the value of utility function higher. Accordingly, we have reason to show that the data rate of the utility function with respect to node i is an increase, strictly concave and twice-differentiable. Now, the optimization problem is as follows.
P 1 :   max r , f i U i ( a r i a )
subjected to
c C i , a f c i a + r i a = j P i , a f i j a
τ a Φ ( f , r ) C b
0 a A f i j a π i j
where
i n r , a A , c C i , a , j P i , a
Φ ( f , r ) = j P i , a f i j a e t + m C i , a f m i a e r + r i a e s
τ a = T L t s p / v | A |
These constraints can be explained as follows. Each node’s data packets have two sources that receive packets from other nodes and its own generated packets. The first set of Constraint (3) indicates the outgoing traffic flow is equal to the amount of data received by other nodes and generated. Constraint (3) ensures that the output and input stream are balanced at each node corresponding to the parents and children set of each node. Equation (4) ensures that the energy consumed by nodes is not greater than the residual energy of nodes in one cycle. The energy consumed includes the generation, reception and transmission of packets, which guarantees node survival to the maximum extent. Since each link is affected by bandwidth and channel capacity, in this paper, we set the maximum link rate for each link. The third constraint in Equation (5) indicates that the capacity in a link should be below the maximum capacity.
Here, we use the similar optimization function in [15,26]. Although the objective function is same, we add data sensing energy consumption in the constrain condition compared to [15]. The energy consumption on sensing data has a great influence on node lifetime. There is no doubt that it will affect the setting on node energy threshold. There are several differences in the constrain condition compared to [26]. First, we do not gather energy from the surrounding environment, so the node battery constraints subtract the part of gathering solar energy. Besides, the sojourn time in each anchor are set fixed in data collection cycle, which simplify the calculation process on data rate and link rate.
As mentioned earlier, the utility function is a strict concave function for the data generation rate at all anchor points of node i. Our aim is to obtain the data rate r i a and link rate f i j a at each anchor point. Since the utility function U i ( a r i a ) is independent of the link rate. Therefore, we only consider the relation between data rate and utility function. To obtain the link rate at a certain anchor point, it is not sufficient by only using a r i a . Thus, we need to obtain the relation between r i a and the utility function. However, problem P1 is not strictly concave for r i a because of the linearity of a r i a . To solve this problem, we use the penalty function method adding a quadratic term i n r a A 1 2 c i ( r i a y i a ) 2 to the original objective function so that the augmented objective function is strictly concave for r i a . Now, c i is the positive number chosen for each node and y i a is the additional variable for r i a . The procedure for calculating the objective function is as follows. First, we fix y i a according to its initial value. Then, calculate the data rate and link rate for each node. We assume that r i a * is the optimal data generating rate of the node i at anchor a. In addition, set r i a = r i a * , y i a = r i a * and repeat the above process until y i a convergence. We can get the optimal data rate and link rate finally.

4.2. Lagrange Dual and Sub-Problem for Data Rate and Link Rate

Lagrange multiplier method is a common and convenient method for solving optimization problems. We introduce the Lagrange multiplier ς , λ for Constraints (3) and (4). Then, we can obtain the Lagrange of the augmented objective function as follows.
L ( r , f , ς , λ ) = U i ( a A r i a ) a A 1 2 c i ( r i a y i a ) 2 a A ς i a ( c C i , a f c i a + r i a j P i , a f i j a ) a A λ i a ( ( j P i , a f i j a e t + m C i , a f m , i a e r + r i a e s ) C b τ a ) = U i ( a A r i a ) a A 1 2 c i ( r i a y i a ) 2 a A ( ς i a + e s λ i a ) r i a + a A ( j P i , a ( ς i a λ i a e t ) f i j a m C i , a ( λ i a e r + ς i a ) f m i a )
The dual function of the objective function is as follows.
min ς 0 λ 0 D ( ς , λ ) = min ς λ max r f L
It is obvious that the dual function can be decomposed into two subproblems, namely the node rate control subproblem and joint scheduling and routing subproblem. Formula (9) divides the target problem into two parts, namely the node rate control problem (Formula (11)) and the routing problem (Formula (12)).
L 1 ( r , ς , λ ) = U i ( a A r i a ) a A 1 2 c i ( r i a y i a ) 2 a A ( ς i a + e s λ i a ) r i a
L 2 ( f , ς , λ ) = a A ( j P i , a ( ς i a λ i a e t ) f i j a m C i , a ( λ i a e r + ς i a ) f m i a )
We use derivative and differential mathematical methods solving Formula (11) to maximize the function value. By using the method in [15,26], we first obtain the value of U i ( · ) 1 c i r i a + 1 c i y i a ( ς i a + λ i a e s ) + σ i a = 0 by using the Karush–Kuhn–Tucker (KKT) condition, where U i ( · ) = U i ( a A r i a ) is the first derivative of U i and σ i a is Lagrange multiplier about r i a 0 . According to the prerequisite r i a > 0 , we can infer σ i a = 0 . The data rate in each anchor is as follows.
r i a = { ( U i ( R i ) + m i a ) c i a p 0 a > p
Besides, we define that 1 p | A | , R i = a r i a and |A| is anchors number in an area. We can calculate Ri by using A U i ( R i ) a = 1 A ( 1 c i r i a + 1 c i y i a ( ς i a + λ i a e s ) + σ i a ) = 0 . The next step is to find the right p. Since p divides the |A| into two parts, where data rate is larger than 0 and equal to 0. Thus, we can use Formula (13) to find the right p value through dropping p from |A| to 1.
For joint scheduling and routing problem, the Formula (12) can be expressed as follows with Constraints (4) and (5).
L 2 ( f , ς , λ ) = a A ( j P i , a ( ς i a λ i a e t ) f i j a m C i , a ( λ i a e r + ς i a ) f m i a ) = a A j P i , a ( ς j a ς i a λ j a e t λ i a e r ) f i j a
The problem can be solved from the node with empty children set. According to the initial value of Lagrange multiplier, we can compute Lagrange multiplier and link rate with multiple iterative calculations at different anchors. It is equivalent to find the maximum Xi with parent node and anchor in the collection X i = { ( j , a ) | ς j a ς i a λ j a e t λ i a e r > 0 , j P i j a , a A } and give the maximum link rate f i j a = C b τ a e t . Then update the residual energy of the node and repeat the process until the collection is empty. We can use heuristic distribution algorithms in [47] to solve such problems.
When we calculate the data rate and link rate for each node, another important factor is the iteration of the Lagrange multiplier. Each node needs to update its Lagrange multipliers and send the values to the neighbor nodes directly connected to calculate the data rate and link rate of neighbor nodes. The specific iteration Formula is as follows.
For simplicity, in this paper, the initial values of the Lagrange multipliers ς , λ of all nodes are set to 1. t represent the number of iterations of the algorithm and ε ( t ) = d / ( b + c t ) , d , c > 0 , b 0 which represents the iteration step in each cycle of the multiplier, where b,c,d are variable parameters that adjust the iteration speed.
ς i a ( t + 1 ) = [ ς i a ( t ) + ε ( t ) L ( ς ) ( t ) ] + = [ ς i a ( t ) + ε ( t ) ( r i a ( t ) + m C i , a f m i a ( t ) j P i , a f i j a ( t ) ) ] + λ i a ( t + 1 ) = [ λ i a ( t ) + ε ( t ) L ( λ ) ( t ) ] + = [ λ i a ( t ) + ε ( t ) ( Φ ( f ( t ) , r ( t ) ) C b τ a ) ] +
In the process of convergence, the Lagrange dual method cannot be applied directly to the original problem when y i a is convergent. Thus, we need to recover the original value for the resulting value. The original solution is recovered by using Formula (26) in [26]. Once the original solution { f ^ i j a } converges, the f i j a is the optimal solution of the utility function.

4.3. Optimal Charging Threshold

In order for the network to run continuously, we need to selectively charge each node to ensure the survival of nodes. Two problems need to be settled: (1) which nodes should be selected to be charged; and (2) how to schedule the nodes that need to be recharged. To solve the first problem, we set an energy threshold for each node. Once the residual energy of the node is below the threshold, it will send a charging request to the WCV immediately. There are many methods for charging threshold setting. In [48], they just considered the hardware energy consumption of each sensor. Thus, the charging threshold is only relevant to the maximum waiting charging time. In [16], although authors set an adaptive recharge threshold for each node, they assumed the data generation process could be modeled as a Poisson process with average rate λ1. However, because each node is inconsistent with the amount of data transceiver and amount of data rate, the energy consumption per node is a dynamic random variable that depends on the number of packets. Determining the amount of traffic per node is important for node energy consumption. Accordingly, we set a dynamically varying energy threshold to accommodate changes in network traffic. The setting of the energy threshold has a very important condition, that is, the nodes can transmit and receive data with the normal waiting for charging to ensure the continuous operation of the network. Energy consumption for node i is shown in Equation (16).
P i = e s a r i a + ( e r j P i , a f i j a + e t k C i , a f k i a ) + V d
In Formula (16), the first part is sensing data consumption and the second part is energy consumption on data packet transceiver. The third part is hardware energy consumption. In the worst case, the moving time of WCV can be expressed as t 1 = d max v . Here, d max is the distance between the two farthest nodes in the area and v means the speed of vehicle. After determining energy consumption of each node, the next is to compute the longest waiting time for charging request served. We use the charging request model in [48], charging request is subjected to Poisson distribution with parameter λ . The waiting time for WCV accepting the charging request is subject to exponential distribution with parameter μ . The number of requests for charging buffer is L q = λ 2 μ ( μ λ ) . The average waiting time for charging request is t 2 = λ μ ( μ λ ) . As a result, the threshold (Formula (17)) of each node is shown.
ϕ i = P i ( t 1 + t 2 ) = ( e s a r i a + e t ( j P i , a f i j a + k C i , a f k i a ) + V d ) λ ( λ 1 ) μ ( μ λ )
Once the node energy is below the charging threshold, the node sends energy request immediately to the WCV. After charging request is received by WCV, WCV first builds shortest tour for request nodes in charging buffer. Then, the WCV charges node in accordance with the tour path.

5. Performance Evaluation

In this section, we discuss the feasibility and efficiency of the mobile data collection and wireless charging scenario. Utility function is defined as U i ( · ) = α i log ( a r i a ) that represents the amount of data generated by the node i. αi is the utility weight for each node i and higher weight has a more significant influence on the whole network. We use the network model shown in Figure 1, where N = 500 nodes are evenly distributed in the square area of length L = 160 m. All nodes transmit data at a fixed power level with the sensing range dr = 15 m. To compute the Lagrange multipliers with updating iteration step ε ( t ) = 1 / ( 1 + 100 t ) of each node, every node runs the same data rate and routing algorithms and communicate neighbor node to exchange its multipliers. Because each region of network can be adjusted via the network partition. Therefore, our scheme is also applicable to large-scale network. Other parameter settings are shown in Table 2.

5.1. Performance Analysis for Starting Point and Data Rate Algorithm

By experimental verification, we find that the initial center points in first partition and starting points for vehicles are close. Figure 5 and Table 3 show the experimental results on these two types of points. The red triangle points indicate the starting point of the two types of vehicles. The Cartesian coordinate (41,39) is the initial center point in the area. In the first place, it should be pointed out that the network density is changed after network partition. Now, we change the proportions of distance priority α and routing hop priority β in choosing starting position. Obviously, the starting position moves down when we decrease the proportion of routing hop. This is because the node density in left bottom is obviously higher than others parts. Thus, to reduce the distance consumption, the starting point must be move down. In addition, the starting position moves up when we increase the proportion of routing hop. This is because the nodes in top right corner are remote than others. Thus, to reduce routing hops influence of these nodes, the starting position should move up to maintain the routing hops minimally. Besides, we divide the network based on distance and routing hops with equal proportion. The node always chooses the initial center points with minimum distance and routing hops. Thus, when we change the proportion on distance and routing hop, the starting position will have corresponding changes. This shows that our algorithm of selecting starting position is very effective. Obviously, the starting point is almost at the center of each area, which effectively reduces the mobile energy consumption of the vehicles. Besides, we can verify that these nodes near starting position are likely to be chosen as anchors through anchor selection algorithm. This will reduce the forwarding data consumption greatly.
We study the convergence of the sub-algorithm according to the target function first. The iterative steps of Lagrange multipliers can ensure that data rate r i a and link rate f i j a converge to the optimal value. Then, we can get the amount of data producing by all nodes and data collected by DCV. Initially, it is assumed that the remaining battery energy of each node in the network is about 80–100% of the total energy and the battery energy of the nodes is randomly assigned. In the experiment, nine nodes are chosen as anchor points. For simplicity, we randomly select one of the anchor points and their nodes in the cluster as the reference object.
We first verify the data rate from node 21 to anchor 4, node 8 to anchor 2, and the node 35 to anchor 6 with a utility weight 1. Figure 6 shows the node data generation rate after several iterations. It can be seen from Figure 6 that data rates oscillate at the beginning, and then tend to fluctuate gently and achieve convergence finally. This is because the iteration step is larger in the initial stage, r i a will be assigned to y i a making r i a change larger and the range of oscillation is more obvious after each iteration. With the increase of the number of iterations and reduce the iterative step size, the node data rate r i a tends to be smooth, and the value of y i a will go smoothly. Besides, the algorithm tends to achieve convergence and all variables go to convergence finally. This is an interactive process.
Figure 7 shows the evolution of Lagrange multiplier λ i a versus the number of iterations. We verify the Lagrange multiplier from node 34 to anchor 5 and node 3 to anchor 1. We find that the lines can be seen as a straight line with less jitter. This is because although the data rate and adjacent link rate have a great impact on Lagrange multiplier, the multiplier has little change with each update iteration length smaller. In addition, in order to reduce the number of iterations of the calculation process, we can use the optimal Lagrange multiplier value of each node to compute directly data rate, link rate and the amount of data collected reducing the number of time complexity greatly.

5.2. Performance Analysis Based on Different Parameter Settings

To gain a better understanding of the impact of different parameter settings on the overall network performance, we first study the performance of different anchor selection algorithms as the function of cluster size k in terms tour of length. About 130 sensor nodes are uniformly distributed in the 85 m × 95 m sensing area after partitioning network and the sensing range and initial energy of each node remain unchanged in different anchor selection algorithm. We provide two schemes for performance comparison, including AS-LW and AS-LE. As mentioned earlier, in [25], the node with the largest weighted average was chosen as the anchor point, named AS-LW. In [15], authors chose the node with largest value as the anchor by constructing the least energy of each sensor’s neighbors within k hops, called AS-LE. As shown in Figure 8, obviously, the tour length of DCV decreases as the k increases. This is because the number of nodes within each anchors’ range increases as the cluster size increases, which decreases the number of anchor points and the tour length. Besides, we can see that the proposed algorithm can reduce the tour length effectively compared with the method of Based battery. This is because the Based battery method concentrates on the least battery energy within k hops. Thus, there is an extreme situation. The minimum battery energy within k hops will be same for multiple nodes closely. However, when W i and W j are equal for candidate anchor in anchor selection algorithm, where i , j n r , we choose the serial number of energy higher as anchor first to avoid the same scene in above methods. Thus, the proposed approach has an advantage gained over others.
In this paper, network utility refers to the amount of data generated by all nodes in the sensing area. There are a series of factors that could have an important effect on network performance, for example, utility weight, DCV speed and the sojourn time at each site. Figure 9 shows the impact on the network performance while movement speed of the DCV and the sojourn time at each site changing. Assume that the data collection cycle is dynamic, which means DCV tours the entire network as a collection cycle. It is clear that data amount is more while keeping the speed of DCV unchanged and sojourn time increasing. By adjusting the sojourn time at each site, DCV can collect more data until all data collected meaning the line smoothly. Besides, we consider the effect of different moving speeds on the overall network performance when the sojourn at each anchor is same. In a fixed collection cycle, the DCV can tour many times in overall network. Thus, more data can be collected as the speed of DCV increases. Figure 10 shows the impact of utility weight on data rate. Obviously, to keep the weights of other nodes unchanged, we find that the data rate increases with higher utility weight keeping the utility weight of other nodes unchanged. In addition, we can use the nodes with higher weights as anchor points to avoid the energy consumption on sending and receiving data and reduce the delay of data collection in the process of data collection.

6. Conclusions and Future Work

In this paper, we have studied joint design data collection and wireless charging by using mobile vehicles in each area. We first proposed a twice-partition algorithm based on center points, which could divide the network into several parts to avoid problematic schedules or stranded vehicles. It also simplified the calculation complexity. Then, we developed an algorithm based on distance and routing hops to find a starting position for DCV and WCV in each area. It could efficiently reduce the moving and forwarding data energy consumption by experimental results. In addition, AS-NAE was introduced to achieve a desirable balance between data amount and data latency. We formulated data collection problem into an optimization problem in which DCV sojourns a constant time at each anchor to collect data. Then, each sensor tuned the data rate and link rate based on energy status to maximize data amounts. Because each node has different energy consumption rate according to different data packet amounts on forwarding or receiving, we proposed an adaptive energy threshold to maintain network running continuously. Finally, we provided extensive numerical results to prove the effectiveness of the proposed algorithm.
To combine the wireless charging and mobile data collection better, some issues need to be settled in the future. In this paper, we assume that the flow rates are dynamic without consideration of link choice problem. This causes some flow rates to be empty, thus no data packets are transmitted, which will lead to many waste links. Thus, we will consider how to schedule link efficiently avoiding empty packets transmission case in some link. Second, in this paper, the vehicle cannot communicate with two or more nodes simultaneously. Thus, it is difficult to arrange the nodes pair, antenna of vehicles, tour path of vehicles to increase charging efficiency and data collection amount through anchors. We plan to study these problems in the future.

Acknowledgments

We would like to thank the reviewer for very helpful comments. This work was supported by the National Natural Science Foundation of China under grant Nos. 61402542, 61672539 and 61502540.

Author Contributions

Ping Zhong researched the literatures, conceived the study concepts, designed the protocol and algorithm, and took charge of the entire manuscripts. Ya-Ting Li carried out the simulation and analyzed the simulation results. Wei-Rong Liu revised the manuscript and provided the crucial intellectual support. Gui-Hua Duan assisted with the integrity of the entire study. Ying-Wen Chen contributed to the manuscript preparation and revised the paper. Neal Xiong contributed to modify and polish the revised manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. He, S.; Chen, J.; Jiang, F.; Yau, D.K.Y. Energy provisioning in wireless rechargeable sensor networks. In Proceedings of the IEEE INFOCOM, Shanghai, China, 10–15 April 2011; pp. 2006–2014. [Google Scholar] [CrossRef]
  2. Liu, Q.; Golinński, M.; Pawełczak, P.; Warnier, M. Green wireless power transfer networks. J. IEEE Sel. Areas Commun. 2016, 34, 1740–1756. [Google Scholar] [CrossRef]
  3. Bi, S.; Zeng, Y.; Zhang, R. Wireless powered communication networks: An overview. IEEE Wirel. Commun. 2016, 23, 10–18. [Google Scholar] [CrossRef]
  4. Zhang, R.; Ho, C.K. MIMO broadcasting for simultaneous wireless information and power transfer. IEEE Trans. Wirel. Commun. 2013, 12, 1989–2001. [Google Scholar] [CrossRef]
  5. Lu, X.; Wang, P.; Niyato, D.; Dong, I.K.; Han, Z. Wireless charging technologies: Fundamentals, standards, and network applications. IEEE Commun. Surv. Tutor. 2015, 18, 1413–1452. [Google Scholar] [CrossRef]
  6. Angelopoulos, C.M.; Nikoletseas, S.; Raptis, T.P.; Raptopoulos, C.; Vasilakis, F. Efficient energy management in wireless rechargeable sensor networks. In Proceedings of the 15th ACM International Conference on Modeling, Analysis And Simulation Of Wireless And Mobile System, Paphos, Cyprus, 21–25 October 2012; pp. 309–316. [Google Scholar] [CrossRef]
  7. Yang, Y.; Wang, C. Wireless Rechargeable Sensor Networks; Springer International Publishing: West Berlin, Germany, 2015; ISBN 978-3-319-17655-0. [Google Scholar]
  8. Chiu, T.C.; Shih, Y.Y.; Pang, A.C.; Jeng, J.Y.; Hsiu, P.C. Mobility-aware charger deployment for wireless rechargeable sensor networks. In Proceedings of the IEEE Network Operations and Management Symposium, Seoul, Korea, 25–27 September 2012; pp. 1–7. [Google Scholar] [CrossRef]
  9. Xie, L.; Shi, Y.; Hou, Y.T.; Lou, W. Bundling mobile base station and wireless energy transfer: Modeling and optimization. In Proceedings of the IEEE INFOCOM, Turin, Italy, 14–19 April 2013; pp. 1636–1644. [Google Scholar] [CrossRef]
  10. Lin, C.; Wu, G.; Xia, F.; Li, M.; Yao, L.; Pei, Z. Energy efficient ant colony algorithms for data aggregation in wireless sensor networks. J. Comput. Syst. Sci. 2012, 78, 1686–1702. [Google Scholar] [CrossRef]
  11. Luo, H.; Tao, H.; Ma, H.; Das, S.K. Data fusion with desired reliability in wireless sensor networks. IEEE Trans. Parallel Distrib. Syst. 2010, 22, 501–513. [Google Scholar] [CrossRef]
  12. Tan, R.; Xing, G.; Liu, B.; Wang, J.; Jia, X. Exploiting data fusion to improve the coverage of wireless sensor networks. IEEE/ACM Trans. Netw. 2012, 20, 450–462. [Google Scholar] [CrossRef]
  13. Liu, Y.; Xiong, N.; Zhao, Y.; Vasilakos, A.V. Multi-layer clustering routing algorithm for wireless vehicular sensor networks. IET Commun. 2010, 4, 810–816. [Google Scholar] [CrossRef]
  14. Wang, C.; Li, J.; Ye, F.; Yang, Y. Recharging schedules for wireless sensor networks with vehicle movement costs and capacity constraints. In Proceedings of the 2014 Eleventh Annual IEEE International Conference on Sensing, Communication, and Networking (SECON), Singapore, 30 June–3 July 2014; pp. 468–476. [Google Scholar] [CrossRef]
  15. Zhao, M.; Li, J.; Yang, Y. A framework of joint mobile energy replenishment and data gathering in wireless rechargeable sensor networks. IEEE Trans. Mob. Comput. 2014, 13, 2689–2705. [Google Scholar] [CrossRef]
  16. Wang, C.; Li, J.; Ye, F.; Yang, Y. A mobile data gathering framework for wireless rechargeable sensor networks with vehicle movement costs and capacity constraints. IEEE Trans. Comput. 2016, 65, 2411–2427. [Google Scholar] [CrossRef]
  17. Powercast Corp. Available online: http://www.powercastco.com (accessed on 15 August 2017).
  18. Peng, Y.; Li, Z.; Zhang, W.; Qiao, D. Prolonging Sensor Network Lifetime through Wireless Charging. IEEE Real-Time Syst. Symp. 2010, 41, 129–139. [Google Scholar] [CrossRef]
  19. Liu, R.S.; Sinha, P.; Koksal, C.E. Joint Energy Management and Resource Allocation in Rechargeable Sensor Networks. In Proceedings of the Conference on Information Communications, San Diego, CA, USA, 14–19 March 2010; Volume 29, pp. 902–910. [Google Scholar]
  20. Wang, C.; Li, J.; Ye, F.; Yang, Y. NETWRAP: An NDN based real-time wireless recharging framework for wireless sensor networks. IEEE Trans. Mob. Comput. 2014, 13, 1283–1297. [Google Scholar] [CrossRef]
  21. Shi, Y.; Xie, L.; Hou, Y.T.; Sherali, H.D. On renewable sensor networks with wireless energy transfer. In Proceedings of the IEEE INFOCOM, Shanghai, China, 10–15 April 2011; pp. 10–18. [Google Scholar] [CrossRef]
  22. Hu, C.; Wang, Y. Minimizing the number of mobile chargers to keep large-scale WRSNs working perpetually. In Proceedings of the 2015 IEEE Wireless Communications and Networking Conference (WCNC), New Orleans, LA, USA, 9–12 March 2015. [Google Scholar] [CrossRef]
  23. Xu, W.; Liang, W.; Lin, X.; Mao, G. Efficient scheduling of multiple mobile chargers for wireless sensor networks. IEEE Trans. Veh. Technol. 2016, 65, 7670–7683. [Google Scholar] [CrossRef]
  24. Wang, C.; Li, J.; Yang, Y.; Ye, F. A hybrid framework combining solar energy harvesting and wireless charging for wireless sensor networks. In Proceedings of the IEEE International Conference on Computer Communications, San Francisco, CA, USA, 10–14 April 2016; pp. 1–9. [Google Scholar] [CrossRef]
  25. Gao, S.; Zhang, H.; Das, S.K. Efficient data collection in wireless sensor networks with path-constrained mobile sinks. IEEE Trans. Mob. Comput. 2010, 10, 592–608. [Google Scholar] [CrossRef]
  26. Wang, C.; Guo, S.; Yang, Y. An optimization framework for mobile data collection in energy-harvesting wireless sensor networks. IEEE Trans. Mob. Comput. 2016, 15, 2969–2986. [Google Scholar] [CrossRef]
  27. Xiong, N.; Jia, X.; Yang, L.T.; Vasilakos, A.V.; Li, Y.; Pan, Y. A distributed efficient flow control scheme for multirate multicast networks. IEEE Trans. Parallel Distrib. Syst. 2010, 21, 1254–1266. [Google Scholar] [CrossRef]
  28. Liu, A.; Liu, X.; Wei, T.; Yang, L.T.; Rho, S.; Paul, A. Distributed multi-representative re-fusion approach for heterogeneous sensing data collection. ACM Trans. Embed. Comput. Syst. 2017, 16, 73. [Google Scholar] [CrossRef]
  29. Hollinger, G.A.; Choudhary, S.; Qarabaqi, P.; Murphy, C.; Mitra, U.; Sukhatme, G.S. Underwater data collection using robotic sensor networks. IEEE J. Sel. Areas Commun. 2012, 30, 899–911. [Google Scholar] [CrossRef]
  30. He, L.; Pan, J.; Xu, J. A progressive approach to reducing data collection latency in wireless sensor networks with mobile elements. IEEE Trans. Mob. Comput. 2013, 12, 1308–1320. [Google Scholar] [CrossRef]
  31. Zhao, M.; Yang, Y. Bounded relay hop mobile data gathering in wireless sensor networks. IEEE Trans. Comput. 2010, 61, 265–277. [Google Scholar] [CrossRef]
  32. Shi, Y.; Hou, Y.T. Some fundamental results on base station movement problem for wireless sensor networks. IEEE/ACM Trans. Netw. 2012, 20, 1054–1067. [Google Scholar] [CrossRef]
  33. Zhao, M.; Ma, M.; Yang, Y. Mobile Data Gathering with Space-Division Multiple Access in Wireless Sensor Networks. In Proceedings of the INFOCOM Conference on Computer Communications, Phoenix, AZ, USA, 13–18 April 2008; pp. 1283–1291. [Google Scholar] [CrossRef]
  34. Zhao, M.; Yang, Y. Optimization-based distributed algorithms for mobile data gathering in wireless sensor networks. IEEE Trans. Mob. Comput. 2012, 11, 1464–1477. [Google Scholar] [CrossRef]
  35. Ghaleb, M.; Subramaniam, S.; Othman, M.; Zukarnain, Z. Predetermined path of mobile data gathering in wireless sensor networks based on network layout. EURASIP J. Wirel. Commun. Netw. 2014, 51. [Google Scholar] [CrossRef]
  36. Lacuesta, R.; Gallardo, J.; Lloret, J.; Palacios, G. Integration of data from vehicular ad hoc networks using model-driven collaborative tools. Mob. Inf. Syst. 2016, 2016, 1–15. [Google Scholar] [CrossRef]
  37. Ahmed, S.H.; Bouk, S.H.; Yaqub, M.A.; Kim, D.; Song, H.; Lloret, J. CODIE: Controlled data and interest evaluation in vehicular named data networks. IEEE Trans. Veh. Technol. 2016, 65, 3954–3963. [Google Scholar] [CrossRef]
  38. Khan, F.A.; Khan, S.A.; Turgut, D.; Boloni, L. Optimizing Resurfacing Schedules to Maximize Value of Information in UWSNs. In Proceedings of the IEEE Global Communications Conference, Washington, DC, USA, 4–8 December 2016. [Google Scholar] [CrossRef]
  39. Chen, L.; Wang, J.; Peng, X.; Kui, X. An energy-efficient and relay hop bounded mobile data gathering algorithm in wireless sensor networks. Int. J. Distrib. Sens. Netw. 2015, 12. [Google Scholar] [CrossRef]
  40. Lin, H.; Bai, D.; Gao, D.; Liu, Y. Maximum data collection rate routing protocol based on topology control for rechargeable wireless sensor networks. Sensors 2016, 16, 1201. [Google Scholar] [CrossRef] [PubMed]
  41. Javaid, N.; Ilyas, N.; Ahmad, A.; Alrajeh, N.; Qasim, U.; Khan, Z.A. An efficient data-gathering routing protocol for underwater wireless sensor networks. Sensors 2015, 15, 29149–29181. [Google Scholar] [CrossRef] [PubMed]
  42. Ma, M.; Yang, Y. SenCar: An Energy-Efficient Data Gathering Mechanism for Large-Scale Multihop Sensor Networks. IEEE Trans. Parallel Distrib. Syst. 2007, 18, 1476–1488. [Google Scholar] [CrossRef]
  43. Izadi, D.; Ghanavati, S.; Abawajy, J.; Herawan, T. An alternative data collection scheduling scheme in wireless sensor networks. Computing 2016, 98, 1287–1304. [Google Scholar] [CrossRef]
  44. Zhao, M.; Ma, M.; Yang, Y. Efficient data gathering with mobile collectors and space-division multiple access technique in wireless sensor networks. Int. J. Eng. Trends Technol. 2014, 18, 400–417. [Google Scholar] [CrossRef]
  45. Ma, M.; Yang, Y.; Zhao, M. Tour planning for mobile data-gathering mechanisms in wireless sensor networks. IEEE Trans. Veh. Technol. 2013, 62, 1472–1483. [Google Scholar] [CrossRef]
  46. Liu, A.; Jin, X.; Cui, G.; Chen, Z. Deployment guidelines for achieving maximum lifetime and avoiding energy holes in sensor network. Inf. Sci. 2013, 230, 197–226. [Google Scholar] [CrossRef]
  47. Akyol, U.; Andrews, M.; Gupta, P.; Hobby, J. Joint Scheduling and Congestion Control in Mobile Ad-Hoc Networks. In Proceedings of the 27th Conference on Computer Communications INFOCOM, Phoenix, AZ, USA, 13–18 April 2008; pp. 619–627. [Google Scholar]
  48. Lin, C.; Wang, Z.; Han, D.; Wu, Y.; Yu, C.W.; Wu, G. TADP: Enabling temporal and distantial priority scheduling for on-demand charging architecture in wireless rechargeable sensor networks. J. Syst. Arch. 2016, 70, 26–38. [Google Scholar] [CrossRef]
Figure 1. Network model and components.
Figure 1. Network model and components.
Sensors 17 01881 g001
Figure 2. Network partition based on center points.
Figure 2. Network partition based on center points.
Sensors 17 01881 g002
Figure 3. An example of anchor selections with 130 nodes under different touring bound Lb: (a) the total distance is 251 m and 9 nodes are chosen to be anchors with threshold Lb = 250 m; and (b) there are 10 anchors and the shortest tour length is 250 m with threshold Lb = 300 m.
Figure 3. An example of anchor selections with 130 nodes under different touring bound Lb: (a) the total distance is 251 m and 9 nodes are chosen to be anchors with threshold Lb = 250 m; and (b) there are 10 anchors and the shortest tour length is 250 m with threshold Lb = 300 m.
Sensors 17 01881 g003
Figure 4. Data transmission model.
Figure 4. Data transmission model.
Sensors 17 01881 g004
Figure 5. Selection of Starting Point for Vehicles.
Figure 5. Selection of Starting Point for Vehicles.
Sensors 17 01881 g005
Figure 6. Convergence of data rates versus proximal t.
Figure 6. Convergence of data rates versus proximal t.
Sensors 17 01881 g006
Figure 7. Convergence of Lagrange multiplier versus proximal n.
Figure 7. Convergence of Lagrange multiplier versus proximal n.
Sensors 17 01881 g007
Figure 8. Impact of hop count on tour length.
Figure 8. Impact of hop count on tour length.
Sensors 17 01881 g008
Figure 9. Impact of sojourn time and vehicle speed on network utility.
Figure 9. Impact of sojourn time and vehicle speed on network utility.
Sensors 17 01881 g009
Figure 10. Impact of node weight on data rate.
Figure 10. Impact of node weight on data rate.
Sensors 17 01881 g010
Table 1. List of notations.
Table 1. List of notations.
NotationDefinition
NSet of sensor nodes in the whole network
nrSet of sensor nodes in a cell after network partition
ASet of anchors points in a cell
r i a Data rate of sensor i when DCV is at anchor point a
f i j a Link rate over (i, j) when DCV is at anchor point a
Pi,aSet of parent nodes of sensor i for anchor a
Ci,aSet of children nodes of sensor i for anchor a
τaSojourn time of DCV at anchor a in a migration tour
LbUpper bound of migration tour
LtspTour length in a migration tour
TData collection cycle
CbResidual energy of node
CvResidual energy of vehicle
CrMax energy of each vehicle
CsMax energy of node
et, erEnergy consumed for transmitting or receiving a unit flow
esEnergy consumed for generating and sensing a unit flow
vMoving velocity of the vehicle
Table 2. Parameter settings.
Table 2. Parameter settings.
ParameterValue
Cr10 J
Cs20 KJ
es0.05 mJ
er,et0.3 mJ
v3–5 m/s
π10 Kbits
Table 3. Proportions of distance priority α and routing hop priority β.
Table 3. Proportions of distance priority α and routing hop priority β.
α, βCoordinateα, βCoordinate
0.5,0.5(41,39)0.5,0.5(41,39)
0.6,0.4(34,35)0.4,0.6(41,39)
0.7,0.3(34,35)0.3,0.7(41,39)
0.8,0.2(34,35)0.2,0.8(41,39)
0.9,0.1(40,32)0.1,0.9(33,44)
1,0(40,32)0,1(33,44)

Share and Cite

MDPI and ACS Style

Zhong, P.; Li, Y.-T.; Liu, W.-R.; Duan, G.-H.; Chen, Y.-W.; Xiong, N. Joint Mobile Data Collection and Wireless Energy Transfer in Wireless Rechargeable Sensor Networks. Sensors 2017, 17, 1881. https://doi.org/10.3390/s17081881

AMA Style

Zhong P, Li Y-T, Liu W-R, Duan G-H, Chen Y-W, Xiong N. Joint Mobile Data Collection and Wireless Energy Transfer in Wireless Rechargeable Sensor Networks. Sensors. 2017; 17(8):1881. https://doi.org/10.3390/s17081881

Chicago/Turabian Style

Zhong, Ping, Ya-Ting Li, Wei-Rong Liu, Gui-Hua Duan, Ying-Wen Chen, and Neal Xiong. 2017. "Joint Mobile Data Collection and Wireless Energy Transfer in Wireless Rechargeable Sensor Networks" Sensors 17, no. 8: 1881. https://doi.org/10.3390/s17081881

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