<?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>Testing power off current consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70527/testing-power-off-current-consumption</link><description>I&amp;#39;m trying to ensure my firmware goes into power off when it should, and that current consumption is as expected when in power off. However, using PPK2 to measure current on the nRF52 DK, I&amp;#39;m having difficulty getting a low power consumption even with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jan 2021 07:17:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70527/testing-power-off-current-consumption" /><item><title>RE: Testing power off current consumption</title><link>https://devzone.nordicsemi.com/thread/290397?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2021 07:17:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0de396f-ffc8-4daa-a5db-4317848642d6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry Nick, for the nRF52 DK the solder bridge used should be SB9. SB40 is the equivalent on the nRF52840 and nRF52833 DKs.&lt;/p&gt;
&lt;p&gt;Glad to hear you were able to do the current measurement as intended on your custom board.&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: Testing power off current consumption</title><link>https://devzone.nordicsemi.com/thread/290329?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2021 15:44:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77429d10-eb1d-42e5-acff-477dadc8bdba</guid><dc:creator>nrbrook</dc:creator><description>&lt;p&gt;Hi Simon, thanks.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think SB40 exists on the nRF52 DK? I tried using [External in -] and VDD_nRF on the shield debug connector, but the result is the same.&lt;/p&gt;
&lt;p&gt;Regardless, I fixed the problem with my code on my custom circuit so now I get &amp;lt;3uA on that board and don&amp;#39;t really need to test this on the DK.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing power off current consumption</title><link>https://devzone.nordicsemi.com/thread/289972?ContentTypeID=1</link><pubDate>Tue, 19 Jan 2021 10:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24f6ee64-0520-4d52-85e0-1f1ebc62ba0e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I discussed this with one of the PPK developers to get a better understanding of what&amp;#39;s going on here. First off, the DKs are not optimal to do current consumption measurements on, as the onboard debugger also draws power. ~700uA seems like a leak between the nRF and on-board debugger (OBD). The OBD state when the USB is disconnected is floating, which is not great when you want an exact current consumption. When measuring over the External IN on the DK it will also power (and measure the current draw) of the OBD as well as the nRF chip.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We recommend using SMU mode, with PPK2 [GND] to DK [External in -] and PPK [VOUT] to DK [nRF_VDD] which is the top pin on SB40 on the DK. That way, you&amp;#39;ll power nRF_VDD directly, and bypass everything else. This way you should get the most accurate current consumption of&amp;nbsp;&lt;strong&gt;just&amp;nbsp;&lt;/strong&gt;the nRF52.&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: Testing power off current consumption</title><link>https://devzone.nordicsemi.com/thread/289788?ContentTypeID=1</link><pubDate>Mon, 18 Jan 2021 14:16:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9625485-42b9-4595-8aa6-d5b6dafbb10e</guid><dc:creator>nrbrook</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;This doesn&amp;#39;t make any difference, current consumption is still the same at power off. It seems unplugging USB makes a big difference in power consumption, but it still only goes to about 600uA. Has the nRF52 DK actually been tested with this example and PPK2 to go to &amp;lt;1uA? If so, perhaps my DK is faulty.&lt;/p&gt;
&lt;p&gt;I tried adjusting APP_CFG_NON_CONN_ADV_TIMEOUT in the example to make it enter power off faster, but I see that definition is never actually used, only APP_ADV_DURATION is used, so that&amp;#39;s a bug in the example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing power off current consumption</title><link>https://devzone.nordicsemi.com/thread/289727?ContentTypeID=1</link><pubDate>Mon, 18 Jan 2021 12:58:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad9a0037-77b2-4dc2-9b61-1b76962f0c59</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Nick&lt;/p&gt;
&lt;p&gt;Most of our BLE examples in the SDK should support power OFF by the press of a button, but I would suggest checking out the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_pwr_mgmt.html"&gt;Power Profiling Application&lt;/a&gt;, which is intended for doing power profiling of your application, and should be able to enter both system OFF mode and other low power modes without any issues. Please give it a run and let me know if you still see this high current consumption.&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: Testing power off current consumption</title><link>https://devzone.nordicsemi.com/thread/289551?ContentTypeID=1</link><pubDate>Sat, 16 Jan 2021 12:05:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4201e58-3037-4167-a3b5-8c92ef75dcc0</guid><dc:creator>nrbrook</dc:creator><description>&lt;p&gt;I&amp;#39;ve tested this example project: &lt;a href="https://github.com/NordicPlayground/nrf51-powerdown-examples"&gt;https://github.com/NordicPlayground/nrf51-powerdown-examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and with USB disconnected and powered off, I get an average current of ~700uA on the nRF52 DK.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_01_2D00_16-at-12.09.38.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/IMG_5F00_7852.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;SB9 is open and so I&amp;#39;ve shorted the nRF current measurement header.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>