<?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>nrf52832 idle current is not 2uA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69352/nrf52832-idle-current-is-not-2ua</link><description>I have programmed my device with ble_app_rscs available on nRF5_SDK_15.3.0_59ac345. I was expecting it the main loop 
 
 the device will only consume 2 uA however it is consuming 8 uA. Can you assist me on why is that the case? is there something I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Dec 2020 17:56:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69352/nrf52832-idle-current-is-not-2ua" /><item><title>RE: nrf52832 idle current is not 2uA</title><link>https://devzone.nordicsemi.com/thread/285907?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 17:56:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:743460ea-48af-42cc-b55d-f4bbea6479c5</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you checked that these parameters are actually accepted by the peripheral? I tested this with the ble_app_rscs_c example in SDK 15.3.0, and I&amp;#39;m seeing ~11uA average current, but also BLE events occur every 1 second. This would explain the increased current consumption.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-from-2020_2D00_12_2D00_18-18_2D00_53_2D00_05_5F00_crop.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 idle current is not 2uA</title><link>https://devzone.nordicsemi.com/thread/284852?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2020 15:47:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2611302b-8a36-4a71-a0d0-efc5d84f3f91</guid><dc:creator>Marshed</dc:creator><description>&lt;p&gt;Hei,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am testing it directly from the SDK with these changes in the main&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;int main(void)
{
    bool erase_bonds;

    // Initialize.
    //log_init();
    timers_init();
    //buttons_leds_init(&amp;amp;erase_bonds);
    power_management_init();
    ble_stack_init();
    gap_params_init();
    advertising_init();
    services_init();
    peer_manager_init();
    lpcomp_init();
    saadc_init();
    PWMinit();

    // Start execution.
    application_timers_start();
    advertising_start(erase_bonds);


    // Enter main loop.
    for (;;)
    {
        idle_state_handle();
    }
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In addition the Bluetooth connection on the central device was set this way&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static const struct bt_le_conn_param cp = {
		.interval_min = 100,
		.interval_max = 128,
		.latency = 98,
		.timeout = 3200,
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;so that the connection interval will be around 16s. Do I need to disable&amp;nbsp;&lt;span&gt;NRF_LOG module or not initializing it is enough? If yes tell me where should I disable it.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I have looked into&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/power/w/opp/2/online-power-profiler-for-ble"&gt;https://devzone.nordicsemi.com/nordic/power/w/opp/2/online-power-profiler-for-ble&lt;/a&gt;&amp;nbsp;and the ideal current is supposed to be 2 uA, mine is around 8 uA. Can you suggest what else I am forgetting to switch off?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 idle current is not 2uA</title><link>https://devzone.nordicsemi.com/thread/284533?ContentTypeID=1</link><pubDate>Fri, 11 Dec 2020 13:05:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63c41ab6-cea7-439c-9395-1545409b2624</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The sleep current will depend on which modules/resources are enabled in your application. Have you modified anything in the example, or are you testing it directly from the SDK?&lt;/p&gt;
&lt;p&gt;Have you disabled the softdevice and all running libraries/modules before entering sleep? Typical modules that are enabled is the NRF_LOG module, application timer, etc. If the softdevice is enabled, you can find expected current consumption for different configurations through our &lt;a href="https://devzone.nordicsemi.com/nordic/power/w/opp/2/online-power-profiler-for-ble"&gt;Online Power Profiler for BLE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>