Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

66%
+2 −0
Q&A Wearable device Battery life calculation

Working backwards from your devices to the input of the boost converter, your calculations seem correct. I am taking the current consumption of the individual blocks at face value as you show them...

posted 9mo ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2025-12-16T18:53:41Z (9 months ago)
Working backwards from your devices to the input of the boost converter, your calculations seem correct.  I am taking the current consumption of the individual blocks at face value as you show them.

Note that the input current you compute for the boost converter is based on the minimum battery voltage of 3 V.  That's OK as long as you realize that's pessimistic.  In reality, the battery voltage will vary from 3.7 to 3.0 V during that time.  When at the higher battery voltage, the buck converter will draw less current.

If a 340 mAh battery is not a burden, then you're fine.  If you want to trim that or extending run time would be useful, then there are some things you can do:<ul>

<li>Boosting to 4 V, then linearly dropping to 3.3 V is inefficient.  Consider a buck/boost directly to 3.3 V.

<li>You could boost to a lower voltage.  You should be able to find an LDO that works with only 200 to 300 mV headroom at 15 mA.  That's not a big ask.  Even boosting to the maximum battery voltage of 3.7 V gives you 400 mV headroom, but saves a continuous 4 mW.

<li>If you're going to stick with the LDO, then you don't really need a buck-boost converter, only a boost.  You should be able to find something with better than 82% efficiency.

<li>Look at batteries carefully.  3.0 V for an "empty" lithium-ion battery seems high.  There is a tradeoff between lowest voltage and lifetime, but 3.0 V still seems high.  If that really is the spec for your battery, look around at other options.

</ul>

I would seriously look into a buck/boost directly to 3.3 V.

I'm guessing that you are worried about noise to the supply of the A/D.  That can be filtered with a few series chip inductors and capacitors to ground.  Selecting a buck/boost with high switching frequency will make that easier.  Pretty much any competent modern buck/boost will switch at 100 kHz or higher.  That's not too hard to filter out.

The remaining digital chips can run directly off the 3.3 V switcher output.  They won't care about a few 10s of mV ripple.