<?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>current consumption of nRF52 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22086/current-consumption-of-nrf52-dk</link><description>Hi,
I want to reduce the current both in the TX mode
and in the system on idle mode as much as possible.
I measured the current consumption of nRF52DK with the original code of &amp;quot;nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\ble_app_beacon &amp;quot;.
THe</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 May 2017 02:44:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22086/current-consumption-of-nrf52-dk" /><item><title>RE: current consumption of nRF52 DK</title><link>https://devzone.nordicsemi.com/thread/86769?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 02:44:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37b7b0e4-e9f6-448e-ae84-ba56b902b001</guid><dc:creator>ALE</dc:creator><description>&lt;p&gt;Thank you very much. It really helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: current consumption of nRF52 DK</title><link>https://devzone.nordicsemi.com/thread/86771?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 12:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db24e348-f7ce-4fb3-a478-280b2f6e70e8</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;Are you following this tutorial to measure current?   &lt;a href="https://devzone.nordicsemi.com/tutorials/28/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: current consumption of nRF52 DK</title><link>https://devzone.nordicsemi.com/thread/86770?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 09:04:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c4005af-b29e-481c-be98-e29d52d40caa</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Try something like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;int main(void)
{
    // Initialize.
    log_init();
    timers_init();
    leds_init();
    ble_stack_init();
    sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);
    advertising_init();
    advertising_start();
    
    
    

    // Start execution.
    NRF_LOG_INFO(&amp;quot;Beacon example started.\r\n&amp;quot;);

    // Enter main loop.
    for (;; )
    {
        if (NRF_LOG_PROCESS() == false)
        {
            power_manage();
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>