Skip to main content

A framework for modeling and simulating energy harvesting WSN nodes with efficient power management policies

Abstract

Abstract

Wireless sensor networks (WSNs) require an extremely energy-efficient design. As sensor nodes have limited power sources, the problem of autonomy is crucial. Energy harvesting provides a potential solution to this problem. However, as current energy harvesters produce only a small amount of energy and their storage capacity is limited, efficient power management techniques must also be considered. In this article we address the problem of modeling and simulating energy harvesting WSN nodes with efficient power management policies. We propose furthermore a framework that permits to describe and simulate an energy harvesting sensor node by using a high level modeling approach based on power consumption and energy harvesting. The node architectural parameters as well as the on-line power management techniques will also be specified. Two new power management architectures will be introduced, taking into account energy-neutral and negative-energy conditions. Simulations results show that the throughput of a sensor node can be improved up to 50% when compared to a state of the art power management algorithm for solar harvesting WSN. The simulation framework is then used to find an efficient system sizing for a solar energy harvesting WSN node.

Introduction

Energy supply is still a limiting factor for embedded systems, such as Wireless sensor networks (WSNs). Recent technological progress has helped to decrease the power consumption of electronic devices. However, the gap between the energy that can be stored in current energy storage devices, such as batteries and supercapacitors, and the power consumption of the electronic circuitry limits the system’s lifespan. Moreover the lifespan of a WSN deployments depends on the type of events that are monitored. Published studies dealing with battery powered WSN deployments (e.g.,[1]) show that lifetimes can vary from a few days to several years. High data rate applications, like structural monitoring[2], can have a lifetime of few days. Environmental sensing applications, like tracking animal movements, forest fire or flood detection[3] (as well as several other applications) require lower data rate and can therefore achieve longer lifetimes for an equivalent energy budget.

Energy harvesting is a promising technology for lifetime extension and it has increasingly been explored in literature. Energy is available in the environment in the form of light (solar), wind, mechanical, or thermal sources. Energy harvesting is the process of capturing energy from one of these sources, converting it into electrical energy and eventually storing it for future use. Technological advances in the design and manufacturing of energy harvesters have made it possible to increase their efficiency and integration level, thus enabling their use in embedded systems such as WSN nodes. The benefit of this technology is invaluable for WSNs. As wireless sensor nodes are often deployed in harsh and inaccessible environments, battery replacing can sometimes be impossible. The only way to overcome this problem is to directly recharge the battery on-site using the energy available from the environment.

At a first glance, energy harvesting seems to be merely an additional feature of a WSN node. However, research has shown that several aspects of environmental energy sources make them fundamentally different from batteries[4]. A common objective in a battery-powered WSN is to maximize the lifetime of the network under a fixed available energy constraint. Power management algorithms try to satisfy application requirements while at the same minimizing power consumption along the network lifetime. On the other hand, energy-harvesting systems can experience a peak of energy availability. During these periods the system can provide a high quality of service (QoS) using only the energy coming from the environment. These periods, however, are interleaved with intervals where the environment provides a reduced amount of energy, or even nothing. When an energy-harvesting node operates purely on battery, the QoS must be adjusted to extend the lifetime of the node until sufficient energy is again provided by the environment.

From the situations outlined above, it becomes clear that different power management techniques can be used according to different environmental conditions. Let us consider, for example, the case where a sufficient amount of energy is harvested from the environment. The power manager can then decide to operate in energy neutrality, that is balancing the energy consumed (to perform the task) and the harvested energy.

The aim of our study is primarily to propose high level generic models that allow us to simulate an energy-harvesting node. Traditionally, the simulation of energy harvesting systems has focused on low-level details about the physical design of energy harvesters[5] or power supply architectures (power converters, rectifiers, etc.)[6]. However, the execution time for these types of simulations is too slow for an effective analysis of power management techniques and the level of details required limits high level design exploration. With our modeling approach, we eliminate low-level design complexity but, at the same time, we do not over-limit the design space, thus enabling early design exploration.

The resulting models are tested and validated on a recent solar energy harvesting sensor platform from Texas Instruments[7]. This platform is based on a low-power microcontroller and RF transceiver and it is very energy efficient. There are other types of WSNs, like Video wireless sensor networks (VSN), that uses more complex microprocessor and sensors and are thus more power consuming. Since our modeling approach is platforms independent, it can take into account both high-end power consuming and low-end platforms. These models are the basic blocks of our simulation framework where a strong emphasis is given to power management. In this article, we propose two new power management architectures, called open-loop and closed-loop energy neutral Power Managers. These power managers have been validated in simulation using a five-day energy harvesting scenario. The power manager presented in[8] has been adapted to our models and compared with our power managers.

Our framework is also used in the last section to determine an efficient system sizing for a solar energy harvesting WSN platform. We carry-out experiments in order to find the energy harvesting system setting that meets the required data throughput.

The rest of this article is organized as follows: the framework is presented in Section ‘Modeling and simulation framework’ as well as the models that compose the WSN node architecture. Relevant related studies are discussed in Section ‘Related study’. A thorough analysis of the power management strategies is developed in Section ‘Power management for energy harvesting WSN nodes’. Finally, a case study that demonstrates the relevance of our framework is presented in Section ‘Optimal system size for a solar harvesting WSN node’.

The main contributions of our article are:

  • A modeling framework for energy harvesting WSN, which uses a new high level modeling approach.

  • Two new system level power management techniques for energy harvesting wireless sensor nodes, OL-PM, and CL-PM.

  • An optimal system size for a solar harvesting WSN node.

Modeling and simulation framework

Our framework for modeling and simulating energy harvesting for wireless sensor nodes is presented in this section. The framework architecture is sketched in Figure1.

Figure 1
figure 1

Architectural exploration framework.

The system specification contains the user requirements for the sensor node. Specifications may be related to non-functional attributes, such as the quality of service or node reliability. Node reliability is defined in this context as the occurrence (or absence) of service interruptions. Critical applications may require the node to remain continually operational even under stringent energy constraints. However, many WSN applications do not need such stringent constraints. In this case, the node reliability can be specified as a minimum number of hours of service per day. Besides non-functional attributes, the initial specifications may also contain requirements concerning the size and technology of the energy storage element. The technology and type of the different subsystems that compose a node (such as the battery, the energy harvester and the radio front-end) can also be specified. The user can also indicate the performance constraints under the form of average, minimum and maximum data rate. For example, these specifications for a battery may indicate the maximal and minimal discharge capacity (expressed in Ah). The type and technology of the energy harvester can also be specified. It is important to observe that the initial choice of an energy harvester is not mandatory in our framework. However, specifying an energy harvesting technology will reduce the size of the design space, thus speeding up simulations.

The models of the different subsystems are provided in the models library. This library may include different models for energy harvesters (solar panel, piezoelectric, etc.) and different energy storage elements (batteries, supercapacitors, etc.). We start by providing a model for a solar panel and an integrated Li-Ion battery. A detailed description of these models is provided in Section ‘Models library for WSN node’.

The platform execution model is defined at task level. The number of tasks that a node can execute depends on the type of application. In practice it is common to have a limited number of tasks: one task for CPU computing, one for sensing, one for RF transmissions and, in multi-hop networks, a task for receiving and forwarding messages (routing). A value of power consumption is attached to each task. Details about the task level execution model is given in Section ‘A task level platform load model’.

The node power management strategy can be specified by selecting one of the power management algorithms provided in the library. As shown later in this article, the power management strategy has a strong impact on the overall performance of the system. We believe that having different on-line power management strategies can improve the efficiency of the overall design. A thorough description of the proposed power management algorithms is given in Section ‘Power management for energy harvesting WSN nodes’.

The core of the simulator is the WSN node architecture explorer. A functional model of a node is built using both the system specifications and the models library. Initial values are assigned to the different models based on the input specifications. A simulation is run for a given configuration. Then, based on one or more figures of merit, the parameters (e.g., the size of the energy storage element) can be repeatedly adjusted in order to converge towards an efficient design. This process has been manually done so far. An example of battery and solar panel sizing for a wireless sensor node is discussed in Section ‘Optimal system size for a solar harvesting WSN node’.

Related study

Energy harvesting systems

Many sources of energy and conversion devices have been considered for energy harvesting. Those systems can be classified based on the type of energy source. Photovoltaic (PV) cells[9] convert electromagnetic radiation in the visible part of the spectrum into electrical power. PV devices are typically low-cost and provide relatively high efficiency. Typical values of efficiency for PV cells range from 5% to more than 25% depending on the technology. For example, silicon multicrystalline solar cells have about 20% efficiency[10]. Emerging technologies such as organic polymer solar cells[11] have lower efficiency—in the order of 5%. Electromagnetic converters[12] which harvest radio frequency (RF) energy are typically used to power passive electronic devices such as RFID tags. However, ambient levels of RF energy are very low and spread over a wide spectrum. Harvesting a useful amount of energy using this kind of harvester for powering a typical WSN node would require large broadband antennas. Thermal-to-electricity converters[13] exploit a thermal gradient to extract energy from a thermal source. The conversion efficiency is limited by the difference in the absolute temperature from the cold side to the hot side. For example, using the human body heat as a source of energy and considering an ambient temperature of 20°C would give an approximated conversion efficiency of only 5.5%[14]. Mechanical energy sources can be classified in steady state, intermittent and vibration[15]. Steady state sources are based on fluid flow (such as wind and air currents) and water flow. This sources are mainly used for macro scale electrical power generation as in wind turbines and hydroelectric plants. Wind generators have also been adapted for WSN nodes[6]. For example Jointiff’s wind generator (Windlab Junior) can generate 500mW maximum at 2000 rpm[16]. Examples of intermittent mechanical sources are vehicles passing over an energy harvesting device or human activity such as walking or typing. Mechanical vibrations sources such as heating, ventilation, and air conditioning (HVAC) ducts, manufacturing and assembly equipment can be easily found in household and industrial environments. Piezoelectric generators (PEG) exploit the piezoelectric effect to harvest energy from such mechanical energy sources. It has been shown[5] that they can provide a non negligible amount of energy: about 250 μ W/cm3 at 120 Hz and 2.5 m/s2 for vibration based generators.

Table1 summarizes the main parameters for the energy sources and harvesters discussed above. Considering that the peak power consumption of a recent WSN node[7] is in the order of tens of mW, only the solar energy (outdoor conditions) can provide a sufficient amount of power to the platform. In reality the WSN node operates at a relatively low duty cycle. The average power consumption will then be lower than the peak value. A more precise analysis, as well as numerical examples, will be given in the following sections.

Table 1 Common harvesting energy sources[7]

Power management for energy harvesting WSN

Besides the problem of designing an energy harvesting system that effectively extracts and stores energy, an efficient power management policy must also be considered. Research on energy harvesting power management has recently gained lot of attention, especially in the field of WSNs[8, 1821]. One of the earliest studies on energy harvesting power management can be found in reference[22]. Duty-cycling is used to adjust the power consumption of a WSN node. During the initial phase the characteristics of the energy source are learned by the node. Then a fixed duty-cycle is applied. The effectiveness of this solution depends on the variability of the energy source. A more principled algorithm for dynamically adapting the duty-cycle of a sensor node is discussed in[8]. The authors assume that the energy source is periodic. A period is then divided into intervals of equal duration. An estimate of the energy input, that is assumed to be constant over the course of a single block, is computed from historical data. A duty-cycle is then set for each block based on an initial estimate. Online changes are applied if there is a mismatch between the actual energy received and the energy estimated by the model. The effectiveness of this power management solution, that is the ability to adapt to environmental variations, mainly depends on the initial choice of the size of the intervals. In[8], this duration was fixed to 30 min. The authors also present the notion of energy neutral operation, which is the ability to operate in a way that the energy used is always less or equal to the energy harvested. This concept is then used to develop the energy neutral power manager discussed above.

The energy neutral concept defined in[8] is extended in[19]. Here the authors use techniques from the adaptive control theory to increase the adaptivity of an energy harvesting power manager. This power manager relies solely on the current state of charge of the battery to make duty-cycling decisions. This approach is thus model-free with respect to the energy source. The effectiveness of the power manager is validated in simulation. Experimental results show that an average 16% performance improvement can be achieved when compared to the power manager proposed by[8].

Models library for WSN node

A task level platform load model

Figure2 represents a formalization of the platform load. As shown, the platform load is first characterized by a wake-up period represented by T wi . During this period, the platform is first active, then inactive. An active period may be composed of several activities that correspond to different levels of current consumption. A typical active period is composed of Sensor, CPU and RF activities. However, in order to get as general platform model as possible, different activities having their own individual period, sometimes differing from the wake-up period, can be defined.

Figure 2
figure 2

Formalization of the platform load.

For example, in Figure2 three different kinds of activities have been defined: sensing, transmission and forwarding.

The sensing activity is executed every wake-up period (Twi), the transmission occurs with a period TTx and the forwarding with a period Tfwd. For cooperative WSNs, each node in the network is in charge of forwarding messages they receive from other nodes in order to reach the sink. For this reason, we have also included a forwarding mode in our model. In this mode, the node first listens to the radio, and if a message from another node is received, it will forward it to the next hop in the network.

During the inactive period the system enters a sleep state for power saving. Qsense is the charge delivered by the battery when the sensing task is executed, which accounts for the current consumed by the microcontroller and the sensor.

When either the transmission or the reception task are also executed, there is an increase in the current consumption and the battery delivers a supplementary QTxor (QTx + QRX) Ampere-hour of charge compared to the previous case.

The rate at which the battery is discharged depends on the average discharge current. This parameter can be computed using our model and is represented by the α factor that is defined as follows:

α= Q T wi
(1)

α denotes the charge consumed by the platform over a wake-up period (Twi). In other words α is the average current delivered by the battery during a wake-up period. This parameter can be computed independently for each activity (e.g., sensing, RF transmission and RF reception) enabling a modular and accurate characterization of the application.

Energy harvesting and battery recharge circuit integrated model

The energy harvester and recharge circuit are modeled using a parameter, called β, which is a function of the energy that is available from the environment. For example, for a solar panel, β will be a function of light intensity. The β parameter models both the efficiency of the energy harvester and the efficiency of the voltage regulator, as well as the circuit used to recharge the battery. This parameter is expressed in Ampere and indicates the rate at which the energy harvester can recharge the battery under a fixed amount of energy available from the environment.

Figure3 shows the β parameter as a function of light intensity (expressed in Lux) for a solar-harvesting system. The curve was extracted through experiments on a 2.25in × 2.25in solar panel and a 100 μ Ah Li-Ion battery[7]. More parameters can also be taken into account in order to refine the model, such as the type of light (fluorescent, incandescent, sun light) and its spectral characteristics, the quantum efficiency of the solar cell, etc.

Figure 3
figure 3

β for different light conditions.

Although simple, our model provides a good approximation of the energy that can be harvested by the system and helps define the application load requirements and power management policies. A detailed description of the procedure used to characterize the β parameter can be found in[23].

A battery state of charge model for periodic workload

Using the α and β parameters introduced in Sections ‘A task level platform load model’ and ‘Energy harvesting and battery recharge circuit integrated model’, the state of charge (SoC) of a battery for the next n wake-up periods (Twi) can be computed using Equation (2):

SoC ( t + n T wi ) = SoC ( t ) + [ β ( α s + α Tx T wi T Tx + + α fwd T wi T fwd ) ] n T wi K leak n T wi
(2)

In this equation, α s , αTx, and αfwd are the current consumption for sensing, transmission and forwarding (reception and transmission), respectively. Equation (2) is only true if the conditions (3), (4), and (5) are respected.

SoC ( t = 0 ) = SoC max
(3)
SoC min SoC ( t + n T wi ) SoC max
(4)
β , α s , α Tx and α fwd are constants on [ t , t + n T wi ]
(5)

SoCmaxrepresents the capacity of the battery. We consider that the battery is fully charged at t=0 (3). As the battery can neither store more charge than its capacity nor be discharged more than its limit, its SoC is bounded between SoCmaxand SoCmin(4). Finally, and for sake of simplicity, Equation (2) is true if the luminosity (β) and the average discharge current over a wake-up period (α) are constants (5). If these parameters fluctuate during this period, Equation (2) can be easily divided into smaller period intervals. The leakage current is modeled with the Kleakparameter. This parameter represents two effects: the battery self-discharge and the current drawn by the platform during inactive periods (e.g., the current consumption of the low-power mode).

Model validation using the TI EZ430 platform

We have conducted a series of tests in order to validate our SoC estimation approach. The Texas Instruments EZ430 solar energy harvesting platform[7] was used as experimental platform. Its solar panel is optimized for operating indoor under low-intensity fluorescent light. Figure4 demonstrates the power supply architecture of the EZ430 solar energy harvesting platform. The output of the 2.25in × 2.25in solar panel is connected to a boost converter that raises the voltage to the necessary level needed to recharge the battery, or power the system.

Figure 4
figure 4

EZ430 power supply architecture.

The charger circuit is controlled by a control circuit that can disconnect it from the boost converter if the output voltage falls below the level needed to recharge the battery. A protection circuit is placed at the output of the two Lithium thin-film 50 μ Ah rechargeable batteries, in order to protect them from fully discharging. Finally, a 1000 μ F capacitor is connected to the output of the batteries to mitigate the effect of the pulse discharge current. The application board is also equipped with an MSP430 microcontroller and a CC2500 RF transceiver. The board is programmed with an End Device (ED) application that periodically sends a packet through the air to a base station. During the idle period both the microcontroller and the radio chip are put into a sleep state. The platform load characterization is performed by measuring the current consumed for RF transmission tasks of an end-device. Measures of current levels are depicted in Figure5.

Figure 5
figure 5

Measured current for the EZ430 platform.

As shown, two activities are performed by the node for each individual wake-up period: an RF transmission and a CPU task. Equation (2) was used to predict the SoC, then the lifetime (LT) of the system under different light conditions. The estimated and measured lifetimes (LT) are compared for different wake-up periods. The results are shown in Table2.

Table 2 Validation of the SoC estimation technique (LT in minutes)

As can be observed, the model is accurate as the error always remains below 10% for 0 lux. It is interesting to note that with a Twiof 20 s the tests lasts for 10 h while the lifetime prediction error is only 2 min. The prediction error slightly increases for 200 and 700 lux, but the model still gives accurate results. In fact, during experiments the luminosity fluctuates around these values. This is why we observe a higher deviation of the model than without energy harvesting (β=0). At 200 lux (respectively, 700 lux) and for a Twi higher or equal to 4 s (respectively, 2 s) the energy harvested (β) is higher than the energy consumed (α), such that the system functions in energy neutral conditions. Therefore the LT is theoretically infinite (). In Spite of the fact that our model has been validated on the TI EZ430 platform, we believe it is applicable to a wide range of platforms.

Range of applicability of the models

We first analyze the platform load model (α) proposed in Section ‘A task level platform load model’. The power consumption usually changes according to the voltage supply. Current electronics systems can be powered with a wide voltage range. If a switching regulator (e.g., a buck regulator) is used to provide regulated power to the load, then the current that it draws from the battery will change according to its input and output voltage. In this case, the α parameter must be rescaled by a factor that takes into account the efficiency of the switching regulator. On the other hand, if a linear regulator is used, as in our case, it is reasonable to consider α to be independent from the battery voltage.

In Section ‘Energy harvesting and battery recharge circuit integrated model’, we proposed to model the battery recharge process with a β parameter, which is a function of the light intensity. The solar cell and recharge circuit are then modeled as a simple current generator. Some assumptions must be made in order for this model to be valid. Firstly, the operating point of a solar panel must be forced by a proper circuit (i.e., MPPT control circuit). Moreover, the efficiency of the recharge circuit will vary greatly depending on the output voltage of the solar cell. The capacity of the battery will also have a huge impact on the recharge process. In our model, all the variables having an impact on the efficiency of the recharge process are implicitly included in the β parameter.

Moreover, the energy harvesting and battery recharge model can also be extended to other energy harvesting systems. The characterization procedure described in Section ‘Energy harvesting and battery recharge circuit integrated model’, is not associated with a specific energy harvester. The function plotted in Figure3, represents the relation between the battery recharge current and the intensity of the external source (the light intensity in our case). If the same function would have to be computed for a thermoelectric harvester, then it will represent the relation between the temperature gradient and the β parameter.

Power management for energy harvesting WSN nodes

In this section, we consider the problem of adapting the performance and power consumption of the system to the available energy. Performance scaling is achieved by varying the wake-up period (Twi) of the sensor node. Duty-cycling between active and low power states is very effective for reducing the power consumption. Moreover, almost all of the WSN nodes features one or more low-power states.

A generic power management system is shown in Figure6. The system is composed of three main blocks: the energy harvesting sensor, one or more power management algorithms and a SoC predictor. An energy harvesting sensor is used to estimate the current level of harvested energy. This value is then used to compute the recharge rate (β) based on the battery recharge model. The harvesting sensor can be made into a current meter that measures the output current of the energy harvester. The power management algorithms are in charge of setting the Twiof the platform. Different algorithms can be used depending on the energy availability and the present state of charge of the battery. Three types of operations are considered:

  • Energy-neutral: the system works only with the energy coming from the environment. However a portion of the harvested energy can also be used to recharge the battery.

Figure 6
figure 6

A generic power management architecture.

  • Negative-energy: as soon as there is no energy to harvest, the operation is only supported by the energy stored in the battery.

  • Positive-energy: if the harvested energy exceeds the required energy to operate at peak performance, the recharge rate of the battery can be improved.

Those algorithms are detailed in Sections ‘An open-loop energy neutral power manager (OL-PM)’ and ‘Closed-loop energy neutral power manager’.

An open-loop energy neutral power manager (OL-PM)

Figure7 shows the architecture of our Open-loop power manager (OL-PM). We use the term open-loop to underline the fact that the decision of the power manager is based solely on the current value of β. As a result, the power manager does not use the SoC prediction to compute the current value of Twi. The system is composed of four main blocks:

Figure 7
figure 7

Open-loop power manager architecture.

Power manager software timer: The power manager is periodically executed, with a period that is a multiple of the wake-up period Twi. Every time Twi changes, the power manager wake-up period (Tpm) is set to n times Twi.

T pm =n T wi
(6)

Limiting the execution of the power manager reduces its CPU overhead but limits its reactiveness. The trade-off between overhead and reactivity can be tuned by adjusting the n parameter.

Energy harvesting sensor and battery recharge model: this block estimates the recharge rate of the battery (β).

System parameters database (AppDB): different values for the wake-up period Twi as well as the task level platform loads (α i ) are stored in a database.

Energy neutral power manager: this block implements the power management strategy. By balancing the harvested and consumed energy (i.e., α and β), the system works only with the energy coming from the environment. As a results, the SoC of the battery should remain constant over the time. Its value relies on the way the system has functioned, i.e., how much time the system has worked in both negative and positive energy conditions. Using Equation (2) the condition for energy neutrality for the next n Twiperiods can be expressed as follows:

SoC(t)=SoC(t+n T wi ) Q pm ,
(7)

where Qpm is the charge consumed by the power manager. Replacing SoC(t + n Twi) using Equation (2) gives:

(βα)n T wi K leak n T wi Q pm =0
(8)

By replacing α with Equation (1), the energy neutral wake-up period can then be expressed as a function of the following parameters:

T wi = Q + Q pm / n β K leak
(9)

As Twi is an integer, the result of Equation (9) is approximated (the decimal part is removed). The ceil function returns the smallest integer not less than its argument. So Equation (9) is used to round toward the nearest energy neutral. Note that returning the nearest integer value (i.e., rounding function) can also be used. However, with the ceil operation the Twi will always be greater than the real energy neutral value. The residual energy that is not consumed is used to recharge the battery. Using the ceil function is therefore equivalent to operate the system in positive-energy condition.

Closed-loop energy neutral power manager

The architecture of our Closed-Loop power manager (CL-PM) is depicted in Figure8. The CL-PM is composed of same building blocks as the OL-PM, plus the negative-energy power manager, the zero-energy-interval (ZEI) predictor and the SoC predictor. As a result, two power management strategies are available: the energy-neutral and the negative-energy technique. The name closed-loop is used to emphasize the fact that an output signal (SoC(t + n Twi)) is fed back into the input of the negative-energy power manager block. The Zero-Energy-Interval or ZEI, defines the periods during which the energy harvested from the environment is approximatively nil. As the duration of those periods is generally unknown, the power manager uses a predictor to estimate the ZEIs durations. A simplified block diagram of the ZEI predictor is shown in Figure9.

Figure 8
figure 8

Closed-loop power manager architecture.

Figure 9
figure 9

The zero-energy-interval predictor.

When the harvested energy drops under a given threshold (β th ) a ZEI flag is set to indicate to the power manager that an energyless period has begun. As soon as this flag is set, a timer is started. This timer is stopped when the harvested energy rises up again the same threshold. The ZEI predictor provides two output signals:

  • ZEI: a boolean that indicates if the incoming β is lower than β th . An hysteresis comparator is used to prevent oscillation.

  • DZEI: an integer value expressed in seconds used to estimate the ZEI duration. As shown in Figure9, this value is computed as the average of the last four measured DZEI. If less than four measures are available, a default value of 14 h (50400 s) is used.

Figure9 shows the behavior of the ZEI predictor during five days for a solar energy harvesting system. The hysteresis of the comparator prevents undesired oscillation of the ZEI signal and thus provides an accurate estimation of the ZEI duration.

Negative-Energy strategy: During a ZEI, β is under the threshold β th , so the energy-neutral power management can not respect the equality given in Equation (7). Another strategy must be used in order to find a Twi period that prevents a complete discharge of the battery. If we call tthe start of a ZEI, the condition that must be respected is:

SoC( t )+α D ZEI K leak D ZEI SoC min +M,
(10)

where SoC(t) is the state of charge of the battery at the beginning of the ZEI, DZEIis an estimation of the duration of the ZEI and M is the battery discharge margin. This safety margin M is used to counterbalance the inaccuracies in the SoC and DZEI estimations. By replacing α with Equation (1), the constraint for Twican be expressed as follows:

T wi Q D ZEI SoC ( t ) K leak D ZEI ( SoC min + M )
(11)

As we can see the Twi is inversely proportional to SoC(t). Therefore the more the charge stored in the battery the lower the Twiand thus the higher the data-rate during the energy-less period. The power consumption (Q) and the leakage (Kleak) act in the opposite sense increasing the constraint on the wake-up period, and thus lowering the data-rate. Simulation results presented in Section ‘Effect of the safety margin (M) on the CL-PM performance’ will show that a 5% margin of the discharge capacity of the battery is a good system trade-off.

Simulation results for a solar energy harvesting WSN platform

In this section, we will present a case study used to validate our power management strategies. This case study is based on the TI EZ430[7] solar energy harvesting platform equipped with 2.25in × 2.25in solar panel and a 100 μ Ah Li-Ion battery. The OL-PM and CL-PM are compared with the power manager presented in[8]. Note that this power manager has been adapted to the α and β models discussed in Section ‘Models library for WSN node’. We simulated these three power managers using a five-day solar energy data set. The battery and solar panel models as well as the power managers are implemented in Matlab. We ran the simulations on a laptop PC equipped with an Intel Core-i5 CPU cadenced at 2.5 GHz and 3.8 GB of RAM. The duration for simulating five days of node operation is about 2 min. Therefore, many simulations can be run for different types of power managers and system parameters, thus allowing a comprehensive exploration of the design space in a reduced amount of time. The following section presents the simulation setup.

Simulation setup and energy data set profile

The values for the platform power consumption model (α parameters) were measured for the TI EZ430 platform. The corresponding measured current consumption for a sensing and an RF transmission is shown in Figure5. The values of the α parameter for different wake-up periods are reported in Table2.

In order to get realistic values for the harvested energy (β parameter), we measured the light intensity in an office close to a window, i.e., with a direct light source. We connected a luxmeter to a PC and measured the light intensity with an interval of 5 s during five days. We repeated the same procedure to obtain the two data-set, that are shown in Figure10. The data-set 1, is composed of measures collected during autumn, while the measures of data-set 2 were collected during spring. The values for the β parameter were then computed using the function given in Figure3. The statistical informations about the two data-set are shown in Table3.

Figure 10
figure 10

The values of β during five days in an office.

Table 3 β statistical informations

The system parameters are detailed in Table4. The wake-up period Twigoes from 1 to 120 s within a 1 s interval. The power management execution overhead (Qpm) has been considered equivalent to the charge consumed by a sensing task followed by a RF transmission. Given the low complexity of our power managers, this overhead can be considered as a worst case scenario.

Table 4 System parameters

The battery parameters are reported in Table5. The depth of discharge of the battery is limited by SoCmin, which is imposed by the protection circuit discussed in Section ‘Model validation using the TI EZ430 platform’. As a result, the effective battery discharge capacity C d is 63 μ Ah, thus lower than the SoCmax.

Table 5 Battery parameters

Evaluation metrics

Here are the metrics used to evaluate the performance of the different power managers:

  • Average data-Rate (〈Rd〉): It is defined as the ratio between the size of a packet that is sent (a payload of 33 bytes is used) and the wake-up period, Twi. The average throughput is computed over the five days, including the periods of time where the battery is fully discharged (in this case the data-rate is null).

  • Maximum and minimum data-rate (R dmax, R dmin): These metrics give an indication of the peak and minimal achievable performance of a node using a given power manager.

  • Average SoC (〈SoC〉): This metric is used to assess if the power management algorithm drifts away from an energy-neutral condition. In other words, the average SoC is used to determine how far the decisions of the power manager stray from the energy neutral condition (Equation (7)).

  • Battery failures (B f ) : This metric gives a measure of the correctness and reliability of the power manager’s choices. A value of ‘zero’ means that the battery is never fully discharged and the node is always operational.

Performance comparison

Simulation results for the power managers (for the energy data set shown in Table3) are reported in Table6.

Table 6 Performance comparison between the Kansal algorithm [[8]], the OL-PM and the CL-PM

Data-set 1 (D1)

As can be observed, both the OL-PM and the CL-PM improve the average data-rate (〈Rd〉) by more than 50% compared to the algorithm proposed in[8], using the data-set 1. The CL-PM produces a better Rd compared to the OL-PM. This slight difference is caused by the fact that during zero energy intervals (ZEIs) the CL-PM uses the negative-energy strategy while the OL-PM uses a fixed Twi(Twi,max). It can therefore better exploit the energy stored in the battery to produce a higher data-rate. As an example, from Figure11 it can be observed that from the 25th to the 38th hour the OL-PM produces a constant data-rate of 2.2 bits/s even if, at the beginning, its battery is fully charged. During the same period, the CL-PM uses an estimate of both the SoC and the duration of the ZEI to control the data-rate. As a result, it can increase the data-rate to about 10 bits/s, thus improving the quality of service. At the end of the ZEI (i.e., the 38th hour) the battery is more discharged (about 45 μ Ah) compared to the OL-PM case (80 μ Ah). This can also be observed by comparing the SoC slopes of the two power managers (the CL-PM has a steeper slope). However, as shown, the CL-PM can partially recharge the battery during the next few days and once again provide a better data-rate during the following ZEIs.

Figure 11
figure 11

Execution traces of the OL-PM ( n = 10) and CL-PM ( n = 10, M = 3.15 μ Ah) during four days of the data-set 1.

The improvement in the average data-rate 〈Rd〉 compared to[8] can be mainly explained by the fact that the energy harvested has a high variability as it can be observed from Table3. Both the OL-PM and the CL-PM are able to exploit this variability thanks to their reactivity which can be efficiently tuned using the n parameter. The activation period of those power managers falls in the order of tens of seconds. So, as shown in Figure11, both the OL-PM and the CL-PM can effectively control the data-rate in order to follow the β energy harvested profile. The algorithm proposed by[8] takes a different approach. It samples the energy source every 30 min and it also uses an EWMA filter to predict the energy availability for the next 24 h. However, this algorithm excessively filters the data from the energy harvester (β). As a result, the power manager cannot exploit the peak of energy availability to increase the data-rate (Rd). Moreover, the Rd produced by the Kansal algorithm has a higher variance compared to both the OL-PM and the CL-PM. These behaviors can be easily observed in Figure12 during the second, third and fourth days. Data-rate stability may be an important feature in applications such as event monitoring. Those types of applications can thus benefit from power managers such as OL-PM and CL-PM that produce a stable data-rate.

Figure 12
figure 12

Execution traces of the Kansal power manager during four days of the data-set 1.

R dmax is the same for all three algorithms, as it is dependent upon the peak energy harvested by the solar panel, which is the same in all cases. Nevertheless, the differences in reactivity also account for the fact that the battery is never fully discharged for the OL-PM and the CL-PM (B f = 0), while it happens nine times in five days for Kansal. As shown in Figure12, the node stops sending data (i.e., R dmin = 0) for a variable amount of time, on average two times a day.

The R dminof the OL-PM is bounded by the maximum value of the wake-up period (Twi,max = 120 s) defined in Table4. This corresponds to a 2.2 bits/s data-rate as shown in Table6 and in Figure11. The CL-PM has an unbounded maximum wake-up period. Its R dmincan therefore approach lower values depending on the SoC of the battery during the ZEIs. It is interesting to note that the goal of both the OL-PM and the power manager proposed in[8] is to operate the system in energy neutrality. In perfect conditions the average SoC of the battery should be equal to the initial SoC (in our case SoCmax). Inaccuracies in β estimation and lack of reactivity cause a SoC drift. The SoC drift is defined as the difference between the SoCmax and the average SoC (〈SoC〉). As it can be observed from Table6, the drift is only 11.2 μ Ah, otherwise stated 17.7% of the discharge capacity (C d ) for the OL-PM. It can accurately track the variation of β and it can operate the system to an almost energy-neutral state. In the meantime, the Kansal algorithm produces a drift of 34.19 μ Ah, which is 54% of the discharge capacity C d . This is due to the assumption made by the authors that the energy harvested is constant over a period of 30 min. However this assumption is violated many times within our data set. We can therefore conclude that considering the harvested energy constant over a long period (e.g., 30 min) can lead to inaccuracies and performance degradation. The goal of the CL-PM is to maximize the efficiency of the energy utilization during ZEIs. It uses the negative-energy technique that draws the energy from the battery to increase the Rd. This behavior can be observed in Figure11. During ZEIs (β=0), the CL-PM adapts the data-rate according to the energy stored in the battery while the OL-PM produces a constant Rd. As a result, the battery is better exploited by the CL-PM, which explains its lower average SoC.

Data-set 2 (D2)

As can be observed from Table6, the three power managers have about the same performance using the data-set 2. The average energy available in the data-set 2 is lower compared to the energy available in the data-set 1, this explains why the average data-rate for the three power managers is lower compared to the data-set 1. Moreover, as the data-set 2 has a lower variance, the Kansal power manager, which is accurate for consistent weather conditions, produces about the same data-rate compared to both the CL-PM and the OL-PM. In the previous section, we observed that the prediction approach of Kansal do not work very well on a data-set that has a high variance, like the data-set 1. In the data-set 1, the OL-PM and the CL-PM, that do not use a predictive approach, can exploit the peak of energy availability to increase the data-rate (Rd). In conclusion, we have shown that our CL-PM and OL-PM power managers provide good performance both for constant and variable (cloudy and sunny days are mixed) weather conditions, while the Kansal approach is accurate only for constant or slow varying weather conditions.

Finally, in order to show the benefit of using an energy harvesting system, we compare the simulation results that we have obtained with our power managers to a battery powered system. We use the battery characteristics and platform power consumption shown in Tables5 and4, respectively, and we consider that the node uses a constant wake-up period. The worst-case scenario for the lifetime occurs when the node wakes-up with a period of 1 s, in this case the lifetime is 29 min. If a period of 120 s is used, the lifespan is extended to 58 h and 52 min, which is approximately two and half days.

Experimental results have shown that reactivity is an important feature of a power manager. For our two power managers the reactivity can be tuned by adjusting the n parameter. A value of 10 has been used for the experiments carried out in this section. However, other choices are possible and we will investigate their effects on the system performance in the following section.

Power manager’s reactivity analysis

We have conducted some experiments to investigate the impact of varying the reactivity of the power manager, the n parameter, on the overall performance of the OL-PM. Figure13 shows the average SoC, the average data rate and the lowest value of the SoC (SoC l ) obtained for different values of n.

Figure 13
figure 13

The effects of varying the power manager reactivity ( n ) on the SoC , SoC l and 〈Rd〉 using our OL-PM.

As previously discussed, the more the SoC diverges from the SoCmax the more the energy neutrality condition is violated. Experimental results show that for a n smaller than 10 the system tends to perform poorly for the 〈SoC〉 and SoC l . In reality, the gain induced by the increased reactivity is counterbalanced by the OL-PM overhead. The impact of the power management overhead is higher when β is lower (and even more when β is null). During those periods the system cannot actually work in energy neutrality even with the biggest value of Twi. As it can be seen from Figure13, the average SoC tends to become stable for a n between 10 and 20, while the best values for the average data-rate are between 6 and 20. For values greater than 20 the lack of reactivity of the power manager deteriorates the global performance.

Effect of the safety margin (M) on the CL-PM performance

The CL-PM behavior during ZEIs (where the negative-energy strategy is used) can be tuned through the adaptation of the safety margin (M) parameter. This parameter prevents the battery from fully discharging, thus avoiding battery failures. As discussed in Section ‘Closed-loop energy neutral power manager’, this parameter counterbalances the inaccuracies on the SoC and DZEIestimations. As it can be observed from Equation (11), the higher the value of M, the higher the wake-up period Twi during ZEI and thus a lower R d .

Experimental results are summarized in Table7. Four different values of the safety margin were considered for the experiments. Those values are expressed as a percentage of the discharge capacity (C d ) of the battery described in Table5. Values ranging from 3.17 to 20% of C d were used. We can see that M is more correlated to the average and minimum SoC (〈SoC〉 and SoC l , respectively) than to the average data-rate 〈Rd〉. Since M is used in the negative-energy strategy, only the data-rate during ZEIs is affected by this parameter. As it can be observed in Figure11, the data-rate resulting from the CL-PM during ZEIs (β=0) is almost ten times lower than the data-rate produced when energy is available from the environment (β > 0). This explains why a variation of 17% of M produces a variation of only 2.5% in the 〈Rd〉. In the meantime, the variation of the 〈SoC〉 and the SoC l are 12.2 and 17% of C d , respectively. Increasing M lowers the data-rate as well as the power consumption during ZEIs. As a results, the SoC decreases more slowly when M is higher, thus both the 〈SoC〉 and the SoC l tend to increase. For the input data set used in this study, the CL-PM does not experience battery failures even with a margin of 2 μ Ah (Table7). However, with this value of M the SoC l gets as close as 0.5 μ Ah from the SoCmin. Considering that secondary effects, like the battery discharge capacity fading[24, 25], can provoke variations on the SoCmin, a greater margin should be used. The margin M can therefore be adjusted depending on the battery technology, ambient conditions (temperature, humidity, etc.) and battery ageing.

Table 7 Effect of the safety margin (M) on the CL-PM performance

During these experiments the average data-rate obtained is about 45 bits/s for both the OL-PM and CL-PM. Let us imagine that the objective is to increase the data-rate up to 100 bits/s. To achieve this goal, we must either consider increasing the size of the energy harvester or the battery capacity. In the following section, we demonstrate the benefit of using our simulation framework to address the problem of finding the optimal system size for a solar harvesting WSN node.

Energy harvesting networks

Sensor networks are often cooperative, so that almost all the sensors do sense, transmit and relay (receive and forward packets). In this latter case, nodes send messages received by other nodes so that the information can reach the sink.

In real life cooperative sensor network scheme, nodes can spend a high percent of their energy for relaying packets from other nodes. We now consider a sensor network in which nodes have energy harvesting capabilities. Although nodes are equipped with the same energy harvesting hardware, they can have different wake-up periods (Twi) because the environmental energy is different at each location.

We consider the cluster-tree topology shown in Figure14. The cluster-tree topology is a special case of a mesh network where there is a single routing path between any pair of nodes and there is a distributed synchronization mechanism. In this kind of network there is a unique coordinator (i.e., the sink), and one router per cluster, the nodes C and N2, respectively, in the example shown in Figure14. The node N2(i.e., the router) provides synchronization services to its child nodes (N0 and N1). N2can send its own messages to the sink, but it can also forward messages coming from nodes N0 and N1.

Figure 14
figure 14

Cluster-tree network topology.

We base our study on an extension of the IEEE 802.15.4 protocol with beacon-enabled mode using slotted CSMA/CA medium access protocol[26]. In beacon-enabled mode, the coordinator C and the router N2periodically send beacons to synchronize nodes that are associated with them. Figure15 shows the timing diagram of the MAC algorithm for the network example of Figure14. In beacon-enabled mode, the coordinator defines a superframe structure which is characterized by a beacon interval (BI) and a superframe duration (SD). The BI defines the time between two consecutive beacons, while the SD defines the active portion of the BI. If BI > SD, there is an inactive period during which the node can enter a low power mode to save energy. In the IEEE 802.15.4 protocol, BI and SD are determined by two parameters, the beacon order (BO) and the superframe order (SO), as follows:

BI = aBaseSuperframeDuration · 2 BO SD = aBaseSuperframeDuration · 2 SO where 0 SO BO 14
(12)
Figure 15
figure 15

Timing diagram of the MAC algorithm.

The aBaseSuperframeDuration parameter defines the minimum active period duration and is equal to 15.36 ms for the 2.4 GHz physical layer at 250 kbps. During the active period (SD), nodes use CSMA/CA to access the medium. Since we consider low power nodes with limited energy storage capabilities, we choose a low duty-cycle configuration by setting SO=0. In this case the duration of the active period corresponds to 15.36 ms. Each node chooses its beacon interval (BI), based on the energy harvesting level, using the power managers presented in Sections ‘An open-loop energy neutral power manager (OL-PM)’ and ‘Closed-loop energy neutral power manager’. As a consequence we consider that BITwi. As the BO parameter belongs to the [0,14] interval, the wake-up period (or beacon interval) of the nodes can vary in the range [15.36 ms, 250 s]. In order to have the same configurations shown in Table4 for both power managers, we choose values greater or equal to six for the BO parameter. According to that, we thus have a wake-up period comprised in the [1 s, 250 s] interval.

Figure15 shows the timing diagram of the MAC algorithm. At the beginning of the W 1 window, the coordinator (C) sends a beacon (B c ) containing information related to its superframe structure, including BI and SD parameters. Since the router N2 is synchronized with C, it receives the coordinator’s beacon. N2can send its own data (DN 2) to C using the CSMA/CA access technique. For that, two clear channel assessments (CCA) are first performed to check if the radio channel is free. In that case the two CCAs are followed by a transmission (Tx(DN 2) in Figure15). As the node N2 acts as a router, it periodically sends a beacon (BN 2) to synchronize its child. This beacon is sent during the inactive period of the coordinator in order to avoid collisions. Then, any end device (N0 or N1 in our case) that wants to transmit data to the router (N2) uses the CSMA/CA technique as well (W 2 window). In the next beacon interval (W 4 window), the node N2 first forwards the packet of N0(DN 0) and then sends its own data DN 2. This process is repeated every wake-up period.

As nodes can have different wake-up periods, the nodes having the shortest ones must buffer packets as long as the router is ready to receive. This would be the case for N0 in our example (e.g., W 3 window).

Although we do not simulate MAC protocols in our framework, we have performed a study based on the protocol described above. This study aims at evaluating the impact of forwarding packets on data-rate. For that, we analyzed the node N2behavior. Based on power consumption measures for the different activities (cf. Table8) we have simulated the CL-PM power manager.

Table 8 MAC power consumption parameters

The simulation results are shown in Table9.

Table 9 Impact of the forwarding activity on the data-rate

As it can be observed, the impact on the data-rate is about 80% compared to the results given in Table6. This decrease is due to synchronisation and listening activities of the router.

Optimal system size for a solar harvesting WSN node

System specifications

In this section, we consider the solar energy harvesting platform model discussed in Section ‘Model validation using the TI EZ430 platform’. In order to limit the design space explored, we only use the CL-PM power manager. In accordance with the assumptions made before, the parameters that can be tuned to find the optimal sizing are both the size of the battery and the solar panel. A range of values for the battery discharge capacity (C d ) and for the solar panel average output current (〈β〉) are fixed as follows:

  • Battery: 63μ Ah ≤ C d ≤ 1260μ Ah.

  • Solar panel: 26μ A ≤ 〈β〉 ≤ 78μ A.

The lowest values for the battery discharge capacity (C d ) and the solar panel parameters 〈β〉 are those of the EZ430 platform presented in Section ‘Model validation using the TI EZ430 platform’. For the discharge capacity, four values are considered, all of which are multiples of 63μ Ah: 63μ Ah, 315μ Ah, 630μ Ah, and 1260μ Ah. The maximum value of C d is twenty times higher than the minimum. This range of values is realistic for small size Lithium batteries[27, 28]. The same technology, thus the same efficiency, has been considered for the solar panels. The values of 〈β〉 are obtained by scaling the output of the 26 μ A solar panel. Three values are considered: 26 μ A, 52 μ A, and 78 μ A Since the light conditions are the same for all cases (e.g., Table3), the different values of 〈β〉 can be obtained by increasing the solar panel size. However, the representation of the relationship between 〈β〉 and the solar panel size is beyond the scope of this article.

Analysis of the throughput for different size system

Experimental results for the CL-PM, discussed in Section ‘Simulation results for a solar energy harvesting WSN platform’, have shown that an average data-rate of about 45 bits/s can be obtained using the configuration of the EZ430 platform. We can then run different simulations increasing both the battery size and the solar panel 〈β〉 parameter in order to find a configuration that satisfies a 100 bits/s requirement. The average data-rate as a function of both the battery and the solar panel size is shown in Figure16. These values were obtained in simulations that lasted about 30 min (2 min per configuration).

Figure 16
figure 16

The average data-rate ( 〈Rd〉 ) for different batteries and solar panels.

As can be observed, for large batteries (C d > 1000 μ Ah), increasing the solar panel size (then the 〈β〉) from the lowest to the highest value increases the data-rate from 58 to 138 bits/s (a ratio of 2.38). In the meantime, a compression effect on the data-rate appears for smaller batteries when the solar panel size exceeds a given threshold (〈β〉 > 50 μ A in our case). For a 63 μ Ah battery, the 〈Rd〉 varies from 45.87 to 94.4 bits/s (a ratio of 2). It is important to notice that using our CL-PM, the size of the battery only affects the data-rate during ZEIs. By looking at Equation (11), we see that the wake-up period during ZEI is inversely proportional to the SoC of the battery, namely SoC(t). The maximum value of SoC(t) is bounded by the battery SoCmax. So, the condition that must be fulfilled to maximize the data-rate during ZEIs can be expressed as follows:

SoC( t ) SoC max
(13)

Once this condition is met for a given battery-solar panel pair, the data-rate has reached its compression point. An optimal sized solar panel must thus provide a sufficient amount of energy (constrained by the light conditions) to completely recharge the battery at the end of the day. Even if further energy is harvested, it could not be stored in the battery. For instance, for a solar panel with a 〈β〉 of 26 μ A, increasing the battery 20 times its size (from 63 to 1260 μ Ah) will only boost the data-rate by a factor of 1.4 (from 45.8 to 64.86 bits/s). In more general terms, from Figure16 we can observe that increasing the solar panel size is more effective than increasing the battery size for improving the data-rate. Since the maximum data-rate is achieved when the energy is available from the environment (as it can be observed from Figure11) the harvesting capability (i.e., the solar panel size) has a major impact on performance.

In order to find an optimized battery/solar panel configuration from Figure16, we follow the curve along which the data-rate has a constant value (isoline) of 100 bits/s which is plotted in Figure17.

Figure 17
figure 17

Isoline for an average data-rate ( 〈Rd〉 ) of 100 bits/s.

As it can be observed with a battery of 63 μ Ah, we cannot achieve the requirement of 100 bits/s regardless the value of the 〈β〉 parameter of the solar panel. Similarly, with a 〈β〉 of 26 μ A there is no configuration that satisfies this data-rate constraint. To meet the requirement we must thus increase both the solar panel and the battery size. Moreover, in order to respect the data-rate constraint, the design must be located either onto or above the isoline. The battery/solar panel pairs that respect these conditions are marked with a triangle on Figure17. As we can see, there are four configurations above the isoline. Those configurations provide a data-rate higher than 100 bits/s and are thus oversized with respect to our requirement. Finally, the configuration {〈β〉,C d }={52 μ A,630 μ Ah} exactly matches the data-rate constraint. It is therefore the most efficient sizing for our system.

Conclusion

In this article, we presented a framework for modeling and simulating energy harvesting WSN nodes. We have presented a high level modeling approach, based on the α and β parameters, used to describe a generic energy harvesting system. The accuracy of the models have been validated through experiments carried out on real hardware.

Two novel power management architectures for on-line duty-cycle adaptation have been proposed. The OL-PM is centered on an energy-neutral approach while the objective of the CL-PM is to optimize system operation in both energy-neutral and negative-energy conditions. These power managers were evaluated in simulation using a real energy data set from a recent solar energy harvesting platform. The comparison with a state-of-the-art power management algorithm shows that our power managers provide a significant performance improvement (50%) as well as continuous operation. Further analysis has shown that an efficient setting of the power management tunable parameters, such as the reactivity and the safety margin, can improve the performance and the reliability of the system when using a solar energy harvester.

A case study of system sizing for a solar energy harvesting platform has thus been outlined in our article. We have shown that both the battery and the solar panel size impact the performance of the system, i.e., the data-rate. Using our simulation framework, we were able to rapidly find a configuration that exactly matches the data-rate constraint.

In future studies we first plan to extend the models presented in this study to other types of energy harvesting systems and energy storage devices. For instance, we plan to add to our framework piezoelectric harvesting systems as well as supercapacitor models. The power manager architectures would also need to be improved to make them more adaptive and thus applicable to a wider range of energy harvesting systems. We will also focus on improving our simulation environment. Our main objective is to improve the automation of our tool to facilitate the exploration of different architectures.

References

  1. Akyildiz IF, Vuran MC: Wireless Sensor Networks. John Wiley & Sons, Inc., New York, NY, USA; 2010.

    Book  Google Scholar 

  2. Pakzad SN, Fenves GL, Kim S, Culler DE: Design and implementation of scalable wireless sensor network for structural monitoring. J. Infrastruct. Systs March 2008, 14: 89-101. 10.1061/(ASCE)1076-0342(2008)14:1(89)

    Article  Google Scholar 

  3. Basha E, Rus D: Design of early warning flood detection systems for developing countries. In Proceedings of the Conference on Information and Communication Technologies and Development. Bangalore, India; 2007.

    Google Scholar 

  4. Kansal A, Hsu J, Srivastava M, Raghunathan V: Harvesting aware power management for sensor networks. In Proceedings of the 43rd annual Design Automation Conference, DAC’06. ACM, New York; 2006.

    Google Scholar 

  5. Roundy S, Wright PK: A piezoelectric vibration based generator for wireless electronics. Smart Mater. Struct 2004, 13(5):1131-1142. 10.1088/0964-1726/13/5/018

    Article  Google Scholar 

  6. Park C, Chou P: Ambimax: Autonomous energy harvesting platform for multi-supply wireless sensor nodes. Reston, VA, USA; 2006.

    Google Scholar 

  7. T Instrument: eZ430-RF2500 Solar Energy Harvesting Kit. 2011.http://focus.ti.com/docs/toolsw/folders/print/ez430-rf2500-seh.html

    Google Scholar 

  8. Kansal A, Hsu J, Zahedi S, Srivastava M: Power management in energy harvesting sensor networks. ACM Trans. Embedded Comput. Systs (TECS) 2007, 6(4):32-es. 10.1145/1274858.1274870

    Article  Google Scholar 

  9. Nelson J: The Physics of Solar Cells. Imperial College Press, London; 2003.

    Book  Google Scholar 

  10. Green MA, Emery K, Hishikawa Y, Warta W: Solar cell efficiency tables (version 37). Prog. Photovolt: Res. Appl. 2011, 19: 84-92. 10.1002/pip.1088

    Article  Google Scholar 

  11. Li G, Shrotriya V, Huang J, Yao Y, Moriarty T, Emery K, Yang Y: High-efficiency solution processable polymer photovoltaic cells by self-organization of polymer blends. Nat. Mater 2005, 4(11):864-868. 10.1038/nmat1500

    Article  Google Scholar 

  12. Yi J, Ki W, Tsui C: Analysis and design strategy of UHF micro-power CMOS rectifiers for micro-sensor and RFID applications. IEEE Trans. Circ. Systs. I Regular Papers 2007, 54: 153-166.

    Article  Google Scholar 

  13. Toriyama T, Yajima M, Sugiyama S: Thermoelectric micro power generator utilizing self-standing polysilicon-metal thermopile. In The 14th IEEE International Conference on Micro Electro Mechanical Systems, 2001. MEMS vol. 1. Interlaken Switzerland; 2001.

    Google Scholar 

  14. Starner T, Rhodes B, Weaver J, Pentland A: Human-powered wearable computing. IBM Systs. J 1996, 35: 618-629.

    Article  Google Scholar 

  15. Gilbert J, Balouchi F: Comparison of energy harvesting systems for wireless sensor networks. Int. J. Autom. Comput 2008, 5(4):334-347. 10.1007/s11633-008-0334-2

    Article  Google Scholar 

  16. Jointiff: Windlab Junior. 2011.http://www.jointiff.com

    Google Scholar 

  17. Roundy S, Steingart D, Frechette L, Wright PK, Rabaey JM: Power sources for wireless sensor networks. In EWSN’04. Berlin, Germany; 2004.

    Google Scholar 

  18. Ferry N, Ducloyer S, Julien N, Jutel D: Power/energy estimator for designing WSN nodes with ambient energy harvesting feature. EURASIP J. Embedded Syst 2011, 2011: 1-17. Article No. 6

    Google Scholar 

  19. Vigorito C, Ganesan D, Barto A: Adaptive control of duty cycling in energy-harvesting wireless sensor networks. In 4th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks, 2007. SECON’07. San Diego, California, USA; 2007.

    Google Scholar 

  20. Moser C, Thiele L, Brunelli D, Benini L: Adaptive power management in energy harvesting systems. In 2007 IEEE Design, Automation & Test in Europe Conference & Exhibition. France, Nice; 2007.

    Google Scholar 

  21. Murthy C: Power management and data rate maximization in wireless energy harvesting sensors. Int. J. Wirel. Inf. Netws 2009, 16: 102-117. http://dx.doi.org/10.1007/s10776-009-0104-2 10.1007/s10776-009-0104-2

    Article  Google Scholar 

  22. Kansal A, Potter D, Srivastava MB: Performance aware tasking for environmentally powered sensor networks. SIGMETRICS Perform. Eval. Rev 2004, 32: 223-234. 10.1145/1012888.1005714

    Article  Google Scholar 

  23. Castagnetti A, Pegatoquet A, Belleudy C, Auguin M: An efficient state of charge prediction model for solar harvesting WSN platforms. In Proceedings of the IWSSIP Internation Conference on Systems, Signals and Image Processing. Vienna, Austria; 2012.

    Google Scholar 

  24. Ning G, Haran B, Popov B: Capacity fade study of lithium-ion batteries cycled at high discharge rates. J. Power Sources 2003, 117(1-2):160-169. 10.1016/S0378-7753(03)00029-6

    Article  Google Scholar 

  25. Rong P, Pedram M: An analytical model for predicting the remaining battery capacity of lithium-ion batteries. IEEE Trans. Very Large Scale Integrat. (VLSI) Systs 2006, 14(5):441-451.

    Article  Google Scholar 

  26. Koubâa A, Cunha A, Alves M, Tovar E: TDBS: a time division beacon scheduling mechanism for ZigBee cluster-tree wireless sensor networks. Real-Time Syst 2008, 40(3):321-354. 10.1007/s11241-008-9063-4

    Article  MATH  Google Scholar 

  27. C Corporation: Rechargeable Solid State Energy Storage Enerchip CBC050. 2011.http://www.cymbet.com

    Google Scholar 

  28. Patil A, Patil V, Shin DW, Choi JW, Paik DS, Yoon SJ: Issue and challenges facing rechargeable thin film lithium batteries. Mater. Res. Bull 2008, 43(8-9):1913-1942. 10.1016/j.materresbull.2007.08.031

    Article  Google Scholar 

Download references

Acknowledgment

This study was supported by the French National Research Agency (ANR) project GRECO bearing reference ANR-2010-SEGI-004-04.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Andrea Castagnetti.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Castagnetti, A., Pegatoquet, A., Belleudy, C. et al. A framework for modeling and simulating energy harvesting WSN nodes with efficient power management policies. J Embedded Systems 2012, 8 (2012). https://doi.org/10.1186/1687-3963-2012-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-3963-2012-8

Keywords