Long life powering of remote Xbee

  • Thread starter DanielMRV
  • Start date
  • Tags
    Life
In summary: Yes, using a switching DC-DC power supply will let you get most of the energy out of the battery, and will generally be more efficient than using a linear regulator. I'd recommend doing a boost regulator off of a 2-cell battery pack to make your 5V. You can use the 2-cell voltage directly (3.2V-1.6V over the life of an alkaline battery) to power the micropower oscillator+counter circuit, and only power up the 5V when the counter expires. (that's for if you are sleeping by powering everything else off)If you want to use sleep mode for the Xbee radios, you can use a power supply like this...
  • #1
DanielMRV
3
0
I am working on a wireless sensor application at my internship. The sensor network is working, and I am using two Xbee radios, one at the sensing end and the other at the receiving end which routes the information into a central MCU.
The issue is, the sensing radio needs to be standalone and thus will run off of a battery. As of right now, we are seeing about 30-40mA being drawn from the circuit, running off of a 5V power supply that I am acquiring from an Arduino for prototyping convenience. The device needs to be able to operate alone for a long period of time, as we would rather not force our clients to change the battery every couple of weeks.
I have very little knowledge of battery options out there. My question is, what is the best way to power a remote sensing circuit and allow for minimal power consumption so that it may be powered for as long as possible?
 
Engineering news on Phys.org
  • #2
DanielMRV said:
I am working on a wireless sensor application at my internship. The sensor network is working, and I am using two Xbee radios, one at the sensing end and the other at the receiving end which routes the information into a central MCU.
The issue is, the sensing radio needs to be standalone and thus will run off of a battery. As of right now, we are seeing about 30-40mA being drawn from the circuit, running off of a 5V power supply that I am acquiring from an Arduino for prototyping convenience. The device needs to be able to operate alone for a long period of time, as we would rather not force our clients to change the battery every couple of weeks.
I have very little knowledge of battery options out there. My question is, what is the best way to power a remote sensing circuit and allow for minimal power consumption so that it may be powered for as long as possible?

Welcome to the PF.

One approach is to "sleep" your sensor circuit for the majority of the time, and only "wake up" to do the sensing and transmit the data for a very short time. This works well if the data are not changing very quickly. What is your sleep current? Can you design the circuit to be off or asleep most of the time? What would be the wake-up time?

To do this, you use a micropower oscillator/counter, which trips the wake-up signal or powers up the circuit. I've built such a circuit that only draws about 1uA, which let's a small radio sensor device last for about a year on two AA batteries...

You can also Google micropower circuits to learn more... :smile:
 
  • #3
berkeman said:
Welcome to the PF.

One approach is to "sleep" your sensor circuit for the majority of the time, and only "wake up" to do the sensing and transmit the data for a very short time. This works well if the data are not changing very quickly. What is your sleep current? Can you design the circuit to be off or asleep most of the time? What would be the wake-up time?

To do this, you use a micropower oscillator/counter, which trips the wake-up signal or powers up the circuit. I've built such a circuit that only draws about 1uA, which let's a small radio sensor device last for about a year on two AA batteries...

You can also Google micropower circuits to learn more... :smile:
I am currently researching sleep modes for the Xbee series 2. Most people claim that it has a sleep current in the micro amp range. Should definitely help save power.

I also need to research efficiency on devices like this: https://www.sparkfun.com/products/8248
I am wondering if using a converter device such as that will have a significant impact on the life of the battery.
 
  • #4
DanielMRV said:
I am currently researching sleep modes for the Xbee series 2. Most people claim that it has a sleep current in the micro amp range. Should definitely help save power.

I also need to research efficiency on devices like this: https://www.sparkfun.com/products/8248
I am wondering if using a converter device such as that will have a significant impact on the life of the battery.

Yes, using a switching DC-DC power supply will let you get most of the energy out of the battery, and will generally be more efficient than using a linear regulator. I'd recommend doing a boost regulator off of a 2-cell battery pack to make your 5V. You can use the 2-cell voltage directly (3.2V-1.6V over the life of an alkaline battery) to power the micropower oscillator+counter circuit, and only power up the 5V when the counter expires. (that's for if you are sleeping by powering everything else off)

If you want to use sleep mode for the whole circuit instead, it's best to not run the DC-DC while stuff is asleep -- it just wastes power. In that case, you can stack more batteries and use a low dropout linear regulator, since you only draw your main power infrequently.
 
  • #5
I've used "Change-of-State" mode for radio telemetry remotes.

A huge time saving facility is when the system allows 'change of state' transmissions i.e. should an input change from off to on then only does a transmission take place.

Planning Transmission Rates

Are you using Change Detection Mode in your remote radio?

Change detection as the word itself says detects change of state. We can monitor one or more digital I/O pins for change of state. A sample is transmitted whenever this change of state occurs. In change detection sampling, a request is made to send a sample of data when ever there is a change in state at one or more digital I/O pins.

Sampling Data from XBee Radio in Change Detection Mode
 
  • #6

1. How long can a remote Xbee be powered for?

The length of time a remote Xbee can be powered for depends on various factors such as the capacity of the battery being used, the power consumption of the Xbee module, and the usage pattern. On average, a remote Xbee can be powered for several months to a year with a good quality battery.

2. What type of battery is recommended for long life powering of remote Xbee?

For optimal performance and longevity, it is recommended to use lithium batteries, specifically lithium-ion or lithium polymer batteries. These types of batteries have a higher energy density and can provide consistent power for a longer period of time compared to alkaline batteries.

3. What is the power consumption of a remote Xbee?

The power consumption of a remote Xbee varies depending on its operating mode. In sleep mode, the Xbee consumes very little power, typically less than 1mA. However, in transmit or receive mode, the power consumption can range from 30mA to 80mA. It is important to consider this when designing the power source for a remote Xbee.

4. Can solar panels be used to power a remote Xbee?

Yes, solar panels can be used to power a remote Xbee. However, the efficiency and power output of the solar panel should be carefully considered to ensure it can provide enough power to the Xbee module. It is also important to have a backup power source in case of low sunlight or cloudy days.

5. How can power consumption be reduced for long life powering of remote Xbee?

There are several ways to reduce power consumption for long life powering of remote Xbee. These include using low-power modes, optimizing the sleep and wake-up intervals, and minimizing the data transmission frequency. Additionally, using energy-efficient components and properly designing the power supply circuit can also help reduce power consumption.

Similar threads

  • Electrical Engineering
Replies
5
Views
769
  • Electrical Engineering
Replies
26
Views
2K
Replies
19
Views
4K
Replies
1
Views
2K
  • Electrical Engineering
Replies
10
Views
2K
  • Electrical Engineering
Replies
34
Views
4K
  • Electrical Engineering
Replies
6
Views
4K
  • Electrical Engineering
Replies
5
Views
2K
  • Electrical Engineering
Replies
12
Views
2K
  • Electrical Engineering
Replies
1
Views
1K
Back
Top