<?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>Will adding a 1.8V buck converter extend the battery life of the beacon?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25919/will-adding-a-1-8v-buck-converter-extend-the-battery-life-of-the-beacon</link><description>Hi, there~~. The PCA20006, nRF51822 Bluetooth Smart Beacon Kit, is fascinating! 
 So I&amp;#39;m planning to create a custom beacon product of my own, 
 a 2-layered PCB with nRF52832 using Eddystone beacon and CR2032 battery. 
 The schematic of PCA20006, </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Oct 2017 10:47:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25919/will-adding-a-1-8v-buck-converter-extend-the-battery-life-of-the-beacon" /><item><title>RE: Will adding a 1.8V buck converter extend the battery life of the beacon?</title><link>https://devzone.nordicsemi.com/thread/102095?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2017 10:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:331a966b-5099-4e09-af8f-9febce2ea17b</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Answer to 1: see these links (&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=2_1_0_17_8_10#register.DCDCEN"&gt;link1&lt;/a&gt; &amp;amp; &lt;a href="https://devzone.nordicsemi.com/question/31245/dealing-the-dcdc-in-nrf51822/"&gt;link2&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Answer to 2: Yes, that is correct. Just make sure that the input voltage is within the supply voltage boundaries of the nrf52832.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Will adding a 1.8V buck converter extend the battery life of the beacon?</title><link>https://devzone.nordicsemi.com/thread/102094?ContentTypeID=1</link><pubDate>Mon, 16 Oct 2017 15:05:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:500691da-e7e2-4113-8c37-776f16a1bc7b</guid><dc:creator>Matthew K</dc:creator><description>&lt;p&gt;Wow! Great detailed answer, Bjørn!&lt;/p&gt;
&lt;p&gt;You got me; I&amp;#39;m not trying to give power to multiple things that require 1.8V, e.g. an accelerometer.&lt;/p&gt;
&lt;p&gt;I was trying to squeeze the last drop from the battery :D&lt;/p&gt;
&lt;p&gt;I checked the &lt;code&gt;Fig. 2, DC/DC regulator setup&lt;/code&gt; from your link and the schematic of PCA20014.&lt;/p&gt;
&lt;p&gt;The PCA20014 mounted &lt;code&gt;L2&lt;/code&gt; and &lt;code&gt;L3&lt;/code&gt; at the DCC pin, just like &lt;code&gt;Fig. 2&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;These are my final questions;&lt;/p&gt;
&lt;p&gt;1.How can I enable the DCDCEN register&lt;/p&gt;
&lt;p&gt;if the supply voltage (&lt;code&gt;VDD_nRF&lt;/code&gt;) is between 1.8~3.6V and inductors and capacitors are connected between DCC and DEC4&lt;/p&gt;
&lt;p&gt;to use the internal DC/DC regulator?&lt;/p&gt;
&lt;p&gt;While browsing various BLE peripheral examples, I don&amp;#39;t see any codes related to configuring the DCDCEN register.&lt;/p&gt;
&lt;p&gt;After getting your help, I will squeeze every last drop!&lt;/p&gt;
&lt;p&gt;2.Due to the internal DC-DC converter, I don&amp;#39;t have to care about the fluctuating supply voltage (&lt;code&gt;VDD_nRF&lt;/code&gt;), right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Will adding a 1.8V buck converter extend the battery life of the beacon?</title><link>https://devzone.nordicsemi.com/thread/102093?ContentTypeID=1</link><pubDate>Mon, 16 Oct 2017 11:27:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:900c1499-c55e-49c6-b280-9d2ed3a1529c</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The nrf52832 already has a &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=2_1_0_17#concept"&gt;built-in DC-DC converter&lt;/a&gt;. Therefore, using an extra DC-DC converter between the battery and the nrf52832 most likely will not lead to less current consumption. In addition, since the analogue parts of the nrf52832 (e.g. radio, etc.) require 1.3 V, you would need to use your DC-DC converter which converts the 3 V coin cell battery voltage down to 1.8 V plus the built-in DC-DC converter on the nrf52832. Using two DC-DC converters in series will most likely not lead to less current consumption.&lt;/p&gt;
&lt;p&gt;If I were you, I would either do some current calculations or ideally measure current on your custom board: one scenario that uses the 3 -&amp;gt; 1.8 V DC-DC converter and one that does not.  Most likely, adding a 3-&amp;gt;1.8 V DC-DC converter will not lead to less current consumption and therefore will not increase the coin cell battery life.&lt;/p&gt;
&lt;p&gt;In some situations, it can be useful to add a DC-DC converter in front of the nrf52 (e.g. giving power to multiple things that require 1.8, e.g. an accelerometer). But this is most likely not one of those cases unfortunately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>