Battery life calculation

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dofl1234
 
Posts: 139
Joined: Thu Apr 13, 2017 12:39 pm

Battery life calculation

Post by dofl1234 »

I am working on a project using a battery. Two questions for battery life.

Q1. How can I measure total current draw and how can I calculate battery life from that? For example, I am using feather M0 + Buzz speaker + Ultrasonic distance sensor. How to measure total current using a multimeter?

Q2. how can I calculate battery life from current data like '2.2mA' in a product page?

User avatar
adafruit_support_bill
 
Posts: 88141
Joined: Sat Feb 07, 2009 10:11 am

Re: Battery life calculation

Post by adafruit_support_bill »

This guide explains how to measure current in your circuit: https://learn.adafruit.com/multimeters/current

Battery capacity is measured in milliamp-hours (mAh). 1 mAh is equivalent to 1 mA for 1 hour. To calculate battery requirements, multiply the current draw in mA by the expected run-time.

Note that the rated battery capacity assumes that you are not exceeding the 'standard' discharge rate or operating temperature range specified in the datasheet for the cell. Also note that battery capacity will degrade over the lifetime of a cell. So if your runtime requirements are critical, be sure to add in a 'safety factor'.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”