<?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>High Current Consumption in Thread/CLI example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61414/high-current-consumption-in-thread-cli-example</link><description>Hi, 
 
 I flashed example thread\cli\ftd\usb\pca10056\blank\ses contained into nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b and I measured current consumption by using Power Profiler. I followed all of steps written here https://infocenter.nordicsemi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 May 2020 12:50:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61414/high-current-consumption-in-thread-cli-example" /><item><title>RE: High Current Consumption in Thread/CLI example</title><link>https://devzone.nordicsemi.com/thread/250187?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 12:50:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:335d8d5d-0744-4d02-b7cd-9943db8cf632</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The CLI example may still operate as a Full Thread Device (FTD) with radio in RX while idle, even if it is in the child state. You can try to change the mode using the CLI command &amp;quot;&lt;a href="https://github.com/openthread/openthread/blob/master/src/cli/README.md#mode-rsdn"&gt;mode&lt;/a&gt;&amp;quot;. I do not have a PPK with me at the moment to test with, but I think &amp;quot;mode n&amp;quot; should lower the current consumption. Anyway, the CLI example is not optimized for current consumption measurements, and it may use additional peripherals that increase current consumption (UART, HFCLK, etc). I would recommend you to test with one of the Sleepy End Device examples in the latest SDK release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="MTD CoAP Client" href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_client_server_example.html?cp=7_3_2_10_4_2_5#thread_client_server_example_coap-mtd-client"&gt;MTD CoAP Client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Thread MQTT-SN Sleepy Nodes Example" href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_mqttsn_sleepy_example.html?cp=7_3_2_10_4_6"&gt;Thread MQTT-SN Sleepy Nodes Example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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><item><title>RE: High Current Consumption in Thread/CLI example</title><link>https://devzone.nordicsemi.com/thread/250101?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 08:19:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe6e2b52-6104-43bf-8c7d-12540aed168f</guid><dc:creator>Simone Lombardo</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks for your response.&amp;nbsp;&lt;br /&gt;Well, I also measured current consumption when DK is operating in Child role and&amp;nbsp;result is the same.&lt;br /&gt;I tried to fill in&amp;nbsp;NRF_POWER-&amp;gt;DCDCEN = 1 as you suggested but nothing changed.&lt;br /&gt;Do you have an idea how to set DK as Sleepy End Node (SED)?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks a lot,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Simone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High Current Consumption in Thread/CLI example</title><link>https://devzone.nordicsemi.com/thread/250044?ContentTypeID=1</link><pubDate>Thu, 14 May 2020 18:09:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18860af7-3499-4564-b921-8e60b5f928f6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have not measured current consumption for CLI example, but I have done for NCP, which shows nearly exactly the same numbers. The radio will be in receive mode most of the time when the Thread stack is operating in the Router/Leader role, giving you the current consumptions shown in the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/_tmp/graviton/autodita/CURRENT/parameters.i_radio.html"&gt;product specifications&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You should be able to reduce the currents quite a lot by enabling the DCDC regulator, if running on a DK or a board with the required components. Add this line to the start of main() in the example code:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_POWER-&amp;gt;DCDCEN = 1;&lt;/pre&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>