<?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>Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31058/higher-current-draw-in-system-on-low-power-mode-after-esb-ptx-than-after-esb-prx</link><description>Dear All, 
 while evaluating low-power options in the context of wireless sensors, I&amp;#39;ve stumbled upon a strange behavior with the nRF52832 using ESB from SDK 14.2. Here&amp;#39;s the outline of my test code: 
 #include &amp;quot;nrf_delay.h&amp;quot; #include &amp;quot;nrf_drv_clock.h</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 May 2018 13:19:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31058/higher-current-draw-in-system-on-low-power-mode-after-esb-ptx-than-after-esb-prx" /><item><title>RE: Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/thread/130820?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 13:19:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:853b3879-f643-4a4b-9d03-bd82228a9b06</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/thread/130809?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 12:28:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cc25833-631f-4eee-b9c6-a039ff12549a</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;The bugfix timer that was introduced in SDK14 also needs to be shut down before sleep in order to get lower consumption.&lt;/p&gt;
&lt;pre&gt;NRF_ESB_BUGFIX_TIMER-&amp;gt;TASKS_SHUTDOWN = 1;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/thread/123241?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 12:34:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75e64a8d-1b30-4ee5-85e1-2fd664f54b77</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;Dear Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;you&amp;#39;re right. I inserted the proposed line right after &lt;span style="color:#000080;"&gt;nrf_esb_disable();&lt;/span&gt; and my current draw dropped to 2.7 &amp;micro;A in &amp;quot;sleep&amp;quot; mode after using ESB in TX mode.&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;
&lt;p&gt;Tamas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/thread/123184?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 08:30:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d108645-6e63-48e6-98e5-dfc113f25a57</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Tamas&lt;/p&gt;
&lt;p&gt;It sounds to me like you have hit &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.Rev2.errata/dita/errata/nRF52832/Rev2/latest/anomaly_832_78.html?cp=2_1_1_0_1_18"&gt;product anomaly #78&lt;/a&gt;, which makes the timer module draw excessive current in sleep unless the SHUTDOWN task is triggered.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try to shut down the timer before entering sleep?&lt;/p&gt;
&lt;p&gt;Like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;NRF_ESB_SYS_TIMER-&amp;gt;TASKS_SHUTDOWN = 1;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/thread/123074?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 12:57:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8e380ba-4885-40fc-887e-a16c56befb30</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;In the meantime I repeated the test with the nRF52840 Preview DK (External 3V supply, nRF only setting). The problem DOES exist there, too. Current consumption after disabling ESB and calling nrf_pwr_mgmt_run() in a loop:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;17 &amp;micro;A if the ESB was previously initialized as PTX, and&lt;/li&gt;
&lt;li&gt;2.7 &amp;micro;A if the ESB was previously only initalized as PRX.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In &lt;em&gt;System Off&lt;/em&gt; mode the current consumption drops to 1.8 &amp;micro;A in both cases.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Higher current draw in System On low-power mode after ESB PTX than after ESB PRX</title><link>https://devzone.nordicsemi.com/thread/122941?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 07:25:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e06eba0b-1115-4502-81e6-ac4f3efd756c</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;The issue is still relevant. While 1.4 &amp;micro;A is lower than the &amp;quot;sleep&amp;quot; current of competing devices, 8 &amp;micro;A would rule out the Nordic chip in our intended scenario.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>