Long life powering of remote Xbee

  • Thread starter Thread starter DanielMRV
  • Start date Start date
  • Tags Tags
    Life
AI Thread Summary
The discussion revolves around powering a remote Xbee sensor for long-term operation while minimizing battery consumption. Key strategies include utilizing sleep modes to reduce power draw, with suggestions to implement a micropower oscillator that can significantly lower current usage. Research into the Xbee's sleep current, which is reportedly in the microamp range, is recommended to enhance efficiency. Additionally, using a switching DC-DC power supply is advised for better energy extraction from batteries compared to linear regulators. The conversation emphasizes the importance of optimizing power management to extend battery life for the wireless sensor application.
DanielMRV
Messages
3
Reaction score
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
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:
 
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.
 
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.
 
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
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top