Electronic – Battery lifetime about a fifth what it should be

batteriesesp8266

I have an esp8266-201 hooked up to an LM3671 buck converter breakout that is in turn connected to a 3x AAA battery pack.

The capacity of the battery pack should be at least 1200 mAh at 4.5 volts.

The apparatus draws about 100 mA while awake and about 0.175 mA while sleeping (taken with a multimeter), and it is programmed on a 60 s sleep, 3 s wake cycle. This corresponds to an average current draw should be 100*(3/63) + 0.175*(60/63) = ~5 mA.

The device only runs for approximately 2 days or about 48 hours meaning that it is registering an average current draw of 25 mA.

What is going on here?

EDIT:

I powered the device using batteries from the same pack as the ones that failed earlier. I made sure all the batteries had voltages of ~1.6 V before placing them in the pack. I loosely monitored the voltage of the battery pack over time.

N.B. I realized a flaw in my firmware was causing the ESP8266 to draw more power than needed for my application. I changed the settings and managed to about half the wake current to ~55 mA. The average current is now about 2.5 mA

enter image description here

Although I halved the wake current the device did not last twice as long. It ran exceptionally until about the 50 hour mark where it began to drop off quickly. Does this signify bad batteries or something else?

It seem like the batteries discharged in the manner that they should, they just exhibited a much lower mAh then they should. I am particularly perplexed that halving the current did not double the run time. What is happening here?

Best Answer

What makes you think you're actually draining the batteries?

The batteries are not going to provide you with 4.5V all through the 1200 mAh of charge. The voltage is going to drop. According to your measurement(s) the battery pack drops to below (I assume) ~3.3V after two days of discharge. At which point your buck doesn't have anything to buck and the rest of your system browns out.

Try using a buck/boost to get more out of your battery pack.

enter image description here