<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to measure battery life time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27247/how-to-measure-battery-life-time</link><description>Hi, 
 We have devloped PCB based on nrf52832 as beacon. 
 We have also developed firmware for that and it will advertise for some and than go to sleep mode and after some time it again advertise(To save battery consumption). 
 I have to measure how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Nov 2017 12:31:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27247/how-to-measure-battery-life-time" /><item><title>RE: How to measure battery life time</title><link>https://devzone.nordicsemi.com/thread/107556?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 12:31:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef8456e-4a67-48fe-8203-a88e44d7faf0</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;It is very difficult to measure a quickly changing current without using a very expensive multimeter. Do you have a nrf52dk at your disposal? If you do, you could upload the beacon FW to the nrf52dk &amp;amp; measure the current using a Nordic Power Profiling Kit. The beacon example code can be found in the SDK 14.1 under &amp;quot;examples/ble_peripheral/ble_app_beacon&amp;quot;. Then, the devkit and the beacon HW should consume the same amount of current. Just make sure that you turn logging off it is turned on. Logging consumes quite a bit of current.&lt;/p&gt;
&lt;p&gt;When you know the advertising current &amp;amp; the sleep current, you could average this out over a couple of minutes for example. Then, assuming that the rated coin cell battery capacity is correct, you could take the rated coin cell capacity in Ah/average current consumption in A. Then, you will get an estimate of the battery lifetime in hours.&lt;/p&gt;
&lt;p&gt;If I were you, I would look at the datasheet for the coin cell battery and see if it specifies what discharge current they used in the discharge test to find the rated battery capacity.&lt;/p&gt;
&lt;p&gt;For more information on discharge testing, you can look at these two devzone cases: &lt;a href="https://devzone.nordicsemi.com/question/177367/discovery-of-battery-service/"&gt;case 1&lt;/a&gt; &amp;amp; &lt;a href="https://devzone.nordicsemi.com/question/172878/how-to-calculate-battery-voltage-into-percentage-for-aa-2-batteries-without-fluctuations/#176745"&gt;case 2&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>