Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

How long could this device be expected to last before needing a new battery?

If that is too subjective, is there some kind of calculation that can be done from the given information (draw, battery capacity)? Approximation? Some real world device worth comparing to?

share|improve this question
No shift key on your keyboard? First word of a sentence starts with a capital. I fixed it for you. You're welcome – stevenvh Apr 9 '12 at 7:46
   
@stevevh, your name needs a Cap too. ;) – kenny Apr 9 '12 at 12:37
@stevenvh the SS called, I heard they are recruiting grammar nazis. but thanks for the edit I suppose – CQM Apr 9 '12 at 20:46

3 Answers

It's absolutely impossible for anybody to tell you how long the battery will last given the information you gave. We have no idea how much this device will be transmitting, receiving, or in sleep mode.

Further, you can't simply take the mAH rating of the battery, divide it by the power consumption, and arrive at how long the battery will last you. For the simple case this does somewhat work, but this isn't the simple case. You need to take into account the internal resistance of the battery itself and these coin cells tend to have a relatively high internal resistance. What this means is that under high current loads the battery will waste more energy than under low current loads. We don't know what battery you'll be using or, as I stated before, what the ratio of high vs. low current loads is.

share|improve this answer

I agree with David: impossible to say. You'll have to make a usage profile. How many hours of usage during a day? And when it's in use, does it transmit all the time?
Say you want to use it for fitness (one of the suggested usages), for instance to transmit heart rate. How long is that? 3 hours a day? Your update rate doesn't have to be high, once a second is enough. The device wakes up from low-power mode in a "few hundred microseconds" (that's a dangerous spec) and let's say you need 10 ms to transmit a new measurement. Then your duty cycle is

\$ d.c. = \dfrac{3}{24} \cdot \dfrac{10ms}{1s} = 0.125 \% \$

Then average current is

\$ I = 47mA \cdot 0.125\% = 58.75\mu A \$

That's 27mA for the transmitter, 20mA for the reciever (sic Josh, I didn't see that figure anywhere). We'll ignore standby current. (This is an estimation, you can't make exact calculations.)

Let's say an AAA NiMH battery has a capacity of 1000mAh, then the batteries should last two years. In practice that will be a lot less because of the battery's self-discharge, but you have an idea.

Bottom line: it depends on usage. Josh used it continuously, and his batteries were dead after a day. Make a usage profile.

share|improve this answer

You can estimate this by the known capacity of the battery. 2 AAA's will give you around 1000mAh - i.e. you can run it at 1 Amp for one hour or 0.5 Amps for two hours at 3V.

The device claims it draws 20mA when receiving (27mA when transmitting) and assuming you leave it on, it should operate for around 40 hours (approx 1000/25) before the battery dies. To be conservative, I'd guess ~25-30 hours from two AAAs?

share|improve this answer
well it comes with the battery detailed in the picture. okay, now the idea behind low energy bluetooth is that it isn't initialized very long. maybe just a few seconds per burst. how would you factor this in to the life span of the device before needing a new battery – CQM Apr 9 '12 at 2:25
1  
Physics grade: F. Two AAA in series will be only 1000 mAh combined. – Turbo J Apr 9 '12 at 2:29
Fair point, but the principle is the same - so you're only going to get 25 hours ish. – Josh Apr 9 '12 at 2:40
@CQM, there are cases where your capacity fluctuates with current draw in which case you have to deduct percentages, and cases where the current draw dependence also depends on life left, so you can get to the point where you need an ideal picture of use to measure, marketing would prefer you stuck to the best case. Short answer though, if your only on 10% of the time you can generally treat that as continuously on with 10% of the current if you sleep is negligible. – Kortuk Apr 9 '12 at 6:28
I am starting to get the general idea, this has all been helpful. If you are only one .1% of the time then.... – CQM Apr 9 '12 at 19:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.