<?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>Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94268/enabling-nrf5-dcdc-using-ble-example</link><description>I&amp;#39;m looking at power consumption using nRF52 DK and PPK2. Using the example project ble_app_uart with S112 &amp;amp; Segger Embedded Studio. 
 Although I&amp;#39;ve enabled the DC/DC in the config file (I think!) I can&amp;#39;t see any change in the power profile: the current</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 04 Dec 2022 17:13:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94268/enabling-nrf5-dcdc-using-ble-example" /><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/398881?ContentTypeID=1</link><pubDate>Sun, 04 Dec 2022 17:13:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aef4cbb6-d1e0-4032-9d3d-f01d6354ccb0</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;OK that seems to be tha answer, thanks. Actually because of some vagarity with my sdk_config it wouldn&amp;#39;t compile in, but I don&amp;#39;t want to delve down that rabbit hole just at this moment. I looked at the source and from that just enabled the register for now &amp;amp; it works fine.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_POWER-&amp;gt;DCDCEN = true;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/398447?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2022 07:37:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56ddbe39-a5b0-4491-86ec-b8c1712eb14c</guid><dc:creator>mrono</dc:creator><description>[quote userid="78418" url="~/f/nordic-q-a/94268/enabling-nrf5-dcdc-using-ble-example/398407"]So I need at add the nrfx power driver and use that to enable the DCDC?[/quote]
&lt;p&gt;Yes, if you add nrfx_power to your project and call nrfx_power_init() then DCDC will be set according to those defines set in sdk_config.&lt;/p&gt;
&lt;p&gt;If you open nrfx_power.c and check how those defines are actually used, you&amp;#39;ll see that the only thing needed to enable DCDC is to call: void nrf_power_dcdcen_set(bool enable).&lt;/p&gt;
&lt;p&gt;So it is up to you to decide if you want to add nrfx_power or just call that one function without the full driver. Nrfx_power does have other power related features such as the power fail comparator, so check if those are useful to your project as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/398407?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 20:00:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86c70d1c-544f-4b04-ae84-8749de1bb2d4</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;(This may be a duplicate as my internet died just as I posted)&lt;/p&gt;
&lt;p&gt;As my OP I&amp;#39;m using PPK2 as a source: SB9 cut SB12 bridged and supply to nRF VDD.&lt;/p&gt;
&lt;p&gt;So I need at add the nrfx power driver and use that to enable the DCDC?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/398291?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 10:41:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ed6371c-c0d4-4549-b506-fa1888dfcde4</guid><dc:creator>mrono</dc:creator><description>[quote userid="75734" url="~/f/nordic-q-a/94268/enabling-nrf5-dcdc-using-ble-example/398287"]Enabling &lt;strong&gt;NRFX_POWER_CONFIG_DEFAULT_DCDCEN&amp;nbsp;&lt;/strong&gt;should indeed be sufficient.[/quote]
&lt;p&gt;But that config option is specifically for the nrfx_power -driver. I don&amp;#39;t think the ble_app_uart example uses nrfx_power.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/398287?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 10:25:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93f58b4b-27f3-41d7-98f1-28aba816d73d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Are you using the Power Profiler Kit (PPK or PPK2) to do current measurement or some other measurement tool? If using the PPK2, can you share some details on how you&amp;#39;ve set up the measurement, as the current should indeed decrease if you use the DCDC converter. Enabling &lt;strong&gt;NRFX_POWER_CONFIG_DEFAULT_DCDCEN&amp;nbsp;&lt;/strong&gt;should indeed be sufficient. the DCDCENHV is specific to the nRF52840 and nRF52833 that also have a High Voltage mode where they can be powered with up to 5.5V from I.E. the USB peripheral. There are two regulators on these chips and thus two DCDC regulator circuits.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/398193?ContentTypeID=1</link><pubDate>Tue, 29 Nov 2022 18:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f1d1b4f-ac5e-4591-83ac-b4a38d7adfb2</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;OK yes I was debugging, and the current was ~3.5mA which wasn&amp;#39;t changing as I changed the supply from 1.7 to 3V (I would expect the current to go down as the voltage increases if powering via a DC/DC converter)&lt;/p&gt;
&lt;p&gt;I enabled NRFX_POWER_CONFIG_DEFAULT_DCDCEN &amp;amp; NRFX_POWER_CONFIG_DEFAULT_DCDCENHV in sdkconfig.h. Is that enough to enable the DC/DC, or must it be set in code too?&lt;/p&gt;
&lt;p&gt;Also, what&amp;#39;s the difference between the two (what is the HV?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling nRF5 DCDC using BLE example</title><link>https://devzone.nordicsemi.com/thread/397848?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2022 11:58:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42302321-e02a-43ce-b9d1-c0835bc914fb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What configs exactly did you change to enable the DCDC? My guess is that the DCDC was enabled initially or that you have debugging/logging enabled, in which case the current consumption will be high and not very different no matter what converter you&amp;#39;re using. Can you share some details on what the measured current consumption is in your case?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>