<?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>Managing nRF52832 with a 3,7V Li-Po-battery</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22063/managing-nrf52832-with-a-3-7v-li-po-battery</link><description>Hello, 
 I am currently evaluating concepts on how I can power my nRF52832-custom-board with a LiPo-battery, in order to get a good tradeoff between lifetime and form-factor. 
 First of all, I came across this topic here , that states to never use a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Aug 2020 18:03:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22063/managing-nrf52832-with-a-3-7v-li-po-battery" /><item><title>RE: Managing nRF52832 with a 3,7V Li-Po-battery</title><link>https://devzone.nordicsemi.com/thread/265410?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 18:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7ebabe2-0419-4f94-9812-ac1ff00f5d16</guid><dc:creator>codebreaker176</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Even I am using the same,&lt;/p&gt;
&lt;p&gt;Can you please tell me how long does it take to charge this battery.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Managing nRF52832 with a 3,7V Li-Po-battery</title><link>https://devzone.nordicsemi.com/thread/86635?ContentTypeID=1</link><pubDate>Fri, 19 May 2017 09:21:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b1f848f-de03-4a35-94da-75395e48d140</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Hello Ray Breslin&lt;/p&gt;
&lt;p&gt;Please note the ADC&amp;#39;s of the nRF51 and nRF52 do differ in a few aspects, so be sure to read through the SAADC section of the nRF52832 product specification &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fsaadc.html&amp;amp;cp=2_2_0_36&amp;amp;anchor=saadc_frontpage"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can find a SAADC example in the SDK-&amp;gt;peripheral-&amp;gt;saadc folder (SDK11 and later).
The example you refer to is outdated as it was made for SDK 6, which was released several years ago. I recommend you look at the examples of newer versions of the SDK.&lt;/p&gt;
&lt;p&gt;For the resistor divider you will need to set the acquisition time (described in the PS linked above) to a suitable interval, based on the total source impedance of your divider.&lt;/p&gt;
&lt;p&gt;Another relevant read is &lt;a href="https://devzone.nordicsemi.com/blogs/943/measuring-lithium-battery-voltage-with-nrf52/"&gt;this blog post&lt;/a&gt; on battery voltage measurements with the nRF52&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jørn Frøysa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Managing nRF52832 with a 3,7V Li-Po-battery</title><link>https://devzone.nordicsemi.com/thread/86636?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 09:36:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d378ee9-d255-4c52-b574-b0c63874034b</guid><dc:creator>Ray Breslin</dc:creator><description>&lt;p&gt;One thing that I thought about is the usage of a 3V-step-up-/step-down-regulator in order to handle the voltage-regulation for the 3,7V-LiPo-battery in order to power the nRF52832 and optional sensor components.&lt;/p&gt;
&lt;p&gt;Question here is now wether it is possible to measure the actual voltage-level of the LiPo-battery by using a GPIO of the nRF52832 - considering that the voltage connected to that GPIO is reduced with a proper diode.&lt;/p&gt;
&lt;p&gt;Is that realistic?&lt;/p&gt;
&lt;p&gt;[Edit #1:] Seems like Turbo J already suggested the usage of a voltage-divider &lt;a href="https://devzone.nordicsemi.com/question/133400/adc-input-maximum-voltage/"&gt;here&lt;/a&gt; - now the only question that remains is on how to readout the voltage-level from that GPIO?&lt;/p&gt;
&lt;p&gt;[Edit #2:] Now after a quick check of all the other provided links for a designing a &lt;a href="https://devzone.nordicsemi.com/blogs/30/measuring-lithium-battery-voltage-with-nrf51/"&gt;voltage-divider-circuit&lt;/a&gt;, the &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.1.pdf"&gt;nRF51-manual&lt;/a&gt; (which should be pretty close to the nRF52-manual) and also some &lt;a href="https://github.com/NordicSemiconductor/nrf51-ADC-examples/tree/nRF51-SDK-6.1.0/rtc0_triggering_ADC_sample_from_GPIO_pin"&gt;code-example for ADC-measurements&lt;/a&gt; there are no more questions left so far! (Ill check back when I ran some tests with the hardware!)&lt;/p&gt;
&lt;p&gt;[Edit #3:] In order to have the ADC-example working, do I need explicitly need that nRF51 DK or nRF52 DK? Because I need to run it on my custom-board and I am not sure on how to handle the ADC-pins...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Managing nRF52832 with a 3,7V Li-Po-battery</title><link>https://devzone.nordicsemi.com/thread/86634?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 16:28:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2abf2e68-f510-412a-9bdf-46a2c8f67d1a</guid><dc:creator>Ray Breslin</dc:creator><description>&lt;p&gt;Oh thank you very much for that clarification... learned something new there. Then it is obviously even more essential to work on a proper voltage-regulation-concept!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Managing nRF52832 with a 3,7V Li-Po-battery</title><link>https://devzone.nordicsemi.com/thread/86633?ContentTypeID=1</link><pubDate>Mon, 15 May 2017 15:43:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:489b6950-ff65-4da8-b013-590dd9002323</guid><dc:creator>Turbo J</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;If you connect a component that draws current, then the voltage-level will immediatly drop from 4,2V to 3,7V while being in operation-state (open to corrections here!).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Nope:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/BATT_5F00_NRF52.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;As you can see, it can take may hours for a LiPo to reach its 3,7 volts. This is an NRF52 setup consuming about 20mA altogether, powered with an 1000mAh LiPo cell. It was already running for some hours before the recording started.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>