<?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>nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100338/nrf7002dk-nrf5340-power-consumption</link><description>We are currently testing the nRF7002dk with Zephyr 2.3.0. We have a application that sets up BLE and then sleeps forever in the main thread. 
 On our development board, we have shorted SB17 to allow us to measure the power consumed by the nrf5340 using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Oct 2023 11:08:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100338/nrf7002dk-nrf5340-power-consumption" /><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/451263?ContentTypeID=1</link><pubDate>Thu, 19 Oct 2023 11:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bd631b7-aec1-4518-9eeb-2c7a10da03ee</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am glad to hear that it solved the issue!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/451105?ContentTypeID=1</link><pubDate>Wed, 18 Oct 2023 14:51:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5bab715-10f8-43c0-ba85-8c986551785a</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I noticed this change had been merged into main, so I rebased and re-tested my project. I am happy to report that with this commit, the power consumption issues we have been experiencing appear to have been resolved.&amp;nbsp;Thank you for you help with this issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Once we have a stable NCS release with these changes included, we should be able to consider this issue resolved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/450973?ContentTypeID=1</link><pubDate>Wed, 18 Oct 2023 08:06:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38b66295-55c7-4e2f-bda8-598e9971d7d6</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF7002 does not directly configure NRF_GPIOTE0_S, but it might be an indirect dependency.&lt;/p&gt;
&lt;p&gt;Can you try with this &lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/12744"&gt;https://github.com/nrfconnect/sdk-nrf/pull/12744&lt;/a&gt;? This disconnects the Wi-Fi GPIOs when the Wi-Fi interface is shut down.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/450777?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2023 09:13:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0810d5b-8893-4847-a54c-0b98a9d220d9</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have forwarded this to the developers, and I am waiting on a response from them. I will update you as soon as I know&amp;nbsp; more.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/449207?ContentTypeID=1</link><pubDate>Fri, 06 Oct 2023 14:33:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:629d3b11-e6df-4d59-abf2-302ddd49d901</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;I was able to determine what causes the increased power consumption using Ozone and the lbs_peripheral sample with and without the WiFi constants included in the build.&lt;/p&gt;
&lt;p&gt;The nrf7002 driver configures the following registers:&lt;/p&gt;
&lt;p&gt;NRF_GPIOTE0_S-&amp;gt;INTENSET&lt;br /&gt;NRF_GPIOTE0_S-&amp;gt;INTENCLR&lt;br /&gt;NRF_GPIOTE0_S-&amp;gt;CONFIG[7]&lt;/p&gt;
&lt;p&gt;If I read them without the WiFi driver compiled in, their values are:&lt;/p&gt;
&lt;p&gt;NRF_GPIOTE0_S-&amp;gt;INTENSET = 0x80000000;&lt;br /&gt; NRF_GPIOTE0_S-&amp;gt;INTENCLR = 0x80000080;&lt;br /&gt; NRF_GPIOTE0_S-&amp;gt;CONFIG[7] = 0x00000000;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I enable&amp;nbsp;WiFi support, and do nothing else in the &lt;span&gt;lbs_peripheral sample, the idle current draw is ~165uA. If I set the registers as specified above, the idle current draw is ~40mA, which is what I measure when not enabling WiFi support.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Obviously these registers need set when using WiFi, but I suspect the nrf7002 driver should reset these registers when the interface is shut down.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/448714?ContentTypeID=1</link><pubDate>Tue, 03 Oct 2023 20:13:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57310b7d-5068-42c8-946d-328130d0fc24</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Today, I started from the wifi/sta sample in the latest main branch. I disabled the console and serial logging. In the code, immediately following a successful connection, I added a call to the wifi_disconnect function that I posted above as well as a call to the net_if_down function as you recommended. I did not enable any Bluetooth functions for this test.&lt;/p&gt;
&lt;p&gt;After connecting, disconnecting and&amp;nbsp;shutting down the interface I see 165uA of current draw at 1.8v from the nrf5340.&lt;/p&gt;
&lt;p&gt;At this point the nrf5340 should be completely idle, the code &amp;quot;running&amp;quot; in the main loop is a k_sleep(K_FOREVER).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In non-WiFi tests of the&amp;nbsp;&lt;span&gt;nrf5340, the idle power consumption is significantly lower. Why is it so high when WiFi support is compiled in?&amp;nbsp;Is there anything I can manually turn off to reduce power consumption&amp;nbsp;which is&amp;nbsp;turned on by the WiFi driver?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/444097?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2023 12:24:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eec640e-2990-4148-802c-5a37095b5dd5</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="bcornell"]I have copied the wifi_disconnect function from the sr_coex sample:[/quote]
&lt;p&gt;With this you are disconnecting from the Wi-Fi network, but you are not actually shutting down the Wi-Fi interface. You can look at the code that runs when you shut down the interface with, for example, &lt;code&gt;net iface down 1&lt;/code&gt; in net_if_down() here: &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.3.99-ncs1/subsys/net/ip/net_if.c#L4229"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v3.3.99-ncs1/subsys/net/ip/net_if.c#L4229&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/443921?ContentTypeID=1</link><pubDate>Thu, 31 Aug 2023 12:46:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4a8d022-43fe-485a-95f9-494a697c6d88</guid><dc:creator>bcornell</dc:creator><description>[quote userid="92402" url="~/f/nordic-q-a/100338/nrf7002dk-nrf5340-power-consumption/443842"] What do you see if you compare the Peripheral LBS sample with Peripheral LBS sample where you have enabled Wi-Fi and nRF7002 and also shutdown Wi-Fi?[/quote]
&lt;p&gt;&lt;span&gt;I do not understand what you are asking. My understanding is that the&amp;nbsp;&amp;quot;wifi/sta&amp;quot; sample is the most basic example that demonstrates working WiFi. In order to add working WiFi to the&amp;nbsp;Peripheral LBS sample, wouldn&amp;#39;t I just be copying all the WiFi code from the WIFi/STA sample to the&amp;nbsp;Peripheral LBS sample? The resulting code would be exactly the same.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="92402" url="~/f/nordic-q-a/100338/nrf7002dk-nrf5340-power-consumption/443842"]How are you disconnecting the Wi-Fi?[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have copied the wifi_disconnect function from the sr_coex sample:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static int wifi_disconnect(void)
{
	struct net_if *iface = net_if_get_default();
	int status;

	context.disconnect_requested = true;

	status = net_mgmt(NET_REQUEST_WIFI_DISCONNECT, iface, NULL, 0);

	if (status) {
		context.disconnect_requested = false;

		if (status == -EALREADY) {
			LOG_INF(&amp;quot;Already disconnected&amp;quot;);
		} else {
			LOG_ERR(&amp;quot;Disconnect request failed&amp;quot;);
			return -ENOEXEC;
		}
	} else {
		LOG_INF(&amp;quot;Disconnect requested&amp;quot;);
	}

	return 0;
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I call&amp;nbsp;this function after successful connection, before sleeping the main thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/443842?ContentTypeID=1</link><pubDate>Thu, 31 Aug 2023 07:47:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03a8aa49-6d7d-4aa4-a4be-61e5ae95674b</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You are comparing two different samples, so there might be other parts increasing the power consumption as well. What do you see if you compare the Peripheral LBS sample with Peripheral LBS sample where you have enabled Wi-Fi and nRF7002 and also shutdown Wi-Fi?&lt;/p&gt;
[quote user="bcornell"]Why does the nrf5340 consume so much power when the nrf7002 wifi support is compiled in and disconnected as compared to compiled out?[/quote]
&lt;p&gt;How are you disconnecting the Wi-Fi?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/443581?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2023 13:59:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fb828c3-136a-46fe-afed-390482a194b2</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I did some further testing using the main branch&lt;span&gt;&amp;nbsp;instead of the released 2.4.0 version.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am powering the nrf5340 at 1.8v, separately from the nrf7002. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am using a modified copy of the &amp;quot;wifi/sta&amp;quot; sample which disconnects from WiFi and sleeps the main thread after successful&amp;nbsp;connection. It also contains large sections of the&amp;nbsp;&amp;quot;peripheral_lbs&amp;quot; code to enable BLE advertising. W&lt;/span&gt;&lt;span&gt;hen I build and run this code, the nrf5340 consumes about ~160uA. This is substantially&amp;nbsp;better than my original test with the released version of the SDK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;On the same development board, if I&amp;nbsp;build and run the &amp;quot;peripheral_lbs&amp;quot; code&amp;nbsp;&lt;/span&gt;&lt;span&gt;the nrf5340 only consumes about ~30uA.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Both applications are set with a significantly longer advertising interval than default to reduce power consumption. I have also disabled all logging.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Why does the nrf5340 consume so much power when the nrf7002 wifi support is compiled in and disconnected as compared to compiled out?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/439539?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2023 14:32:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bac34ac7-346b-4e58-a9b6-50fed2c2e72a</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We do not have documentation listing all configurations, but we have &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/test_and_optimize/optimizing/power_general.html"&gt;General power optimization recommendations&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/device_guides/working_with_nrf/nrf70/developing/powersave.html"&gt;Developing with nRF70 Series - Operating in power save modes&lt;/a&gt;.&lt;/p&gt;
[quote user="bcornell"]Can you provide an estimate as to when nRF Connect SDK 2.5.0 will be released?&amp;nbsp;[/quote]
&lt;p&gt;For questions about timeline and future releases, please contact our regional sales manager.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/439272?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 12:50:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f69feee-008d-4a6f-ad28-78c2ec588b7f</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I recently setup a development environment using the main branch instead of the released 2.4.0 version.&lt;/p&gt;
&lt;p&gt;By adding a disconnect before the sleep in the main loop of the &amp;quot;wifi/sta&amp;quot; example I was able to achieve ~275uA idle power draw.&lt;/p&gt;
&lt;p&gt;I was not able to achieve low idle current draw with the &amp;quot;peripheral_lbs&amp;quot; example code from the main branch. I disabled logging in the defconfig files and in the board dts files, exactly as I had done in version 2.4.0 and only managed to get the idle power consumption down to ~1.3mA.&lt;/p&gt;
&lt;p&gt;Do you have any documentation which lists all of the configuration/board files that need modified to ensure minimum power draw?&lt;/p&gt;
&lt;p&gt;Can you provide an estimate as to when nRF Connect SDK 2.5.0 will be released?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/436761?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2023 13:08:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae3f8eea-ca67-46c1-b400-f528546b93ee</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Powering off the nRF7002 when not in use has been fixed and merged into nRF Connect SDK. It is currently on the main branch. Shutting down the interface (e.g. using &lt;code&gt;net iface down 1&lt;/code&gt;) will shut off Wi-Fi so that it only draws ~2uA.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/435792?ContentTypeID=1</link><pubDate>Tue, 11 Jul 2023 15:31:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a3feec8-5ea4-49c8-ba01-ed3f90cfb6be</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Has there been any updates on a patch for the SDK?&lt;/p&gt;
&lt;p&gt;Our project has been halted while we wait for an update.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/432455?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 07:45:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1306f1d-f51d-48c6-ac49-182ae6b161bb</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am glad to hear that the patch reduced the current consumption, and I have forwarded your findings to the developers.&lt;/p&gt;
&lt;p&gt;They are still working on a patch for the SDK, but I will let you know if there are any updates.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/432096?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2023 15:22:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e94569c-9f1d-4467-8d94-c25562f296a6</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;I believe the fix the developers are working on to shut the WiFi interface down is exactly what we are looking for.&lt;/p&gt;
&lt;p&gt;I downloaded the patched QSPI driver, disabled logging, and built the included WiFi station code for the &lt;span&gt;nRF7002 DK.&amp;nbsp;The idle power consumption after disconnect with that sample is ~300uA. Significantly better, but not as good as if I compile out support for WiFi.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For our application we intend to connect to WiFi once every few hours and then disconnect and disable WiFi until it is time to connect again to ensure the longest battery life.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would be happy to test any patches related to shutting the WiFi down as soon as they are available.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/431920?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2023 09:13:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a4923ae-de4a-4bf2-874c-0fc456edc605</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a new update from the development team. &lt;br /&gt;First of all, this is non Wi-Fi mode and might need a fix at system level to power down QSPI properly. The developers are working on a fix where putting the Wi-Fi interface down should shut off the Wi-Fi chip (and QSPI as well), thus decreasing power consumption.&lt;/p&gt;
&lt;p&gt;I also got a response from someone who has patched the nRF7002 DK QSPI driver. When nRF5340 QSPI transaction is done, HFCLK192M Div4 setting is applied. I will upload the driver here.&lt;br /&gt;The zip file also has a modified version of the Wi-Fi Station sample if you want to have a look at that. It connects to an AP and disconnects. The HFCLK192M Div4 setting may lower the nRF5340 idle current by 1mA, depending on measurement conditions.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf_5F00_nrf7002_5F00_hfclk192m_5F00_div4_5F00_bf39293.zip"&gt;devzone.nordicsemi.com/.../nrf_5F00_nrf7002_5F00_hfclk192m_5F00_div4_5F00_bf39293.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/430298?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 19:26:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b2c30b1-f960-4012-a8e8-69bae4f0bf37</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;I noticed there was a newer nRF Connect SDK version available (v2.4.0). I setup a new installation directory and was able to reproduce my test with the latest version without any changes to the&amp;nbsp;&lt;span&gt;power consumption.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/430284?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 15:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65324402-b984-4bc7-ab3c-ad70c3683273</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Thanks for getting back to me.&lt;/p&gt;
&lt;p&gt;I downloaded the latest nrf_qspi_nor.c from that link on github. After replacing the driver in my environment&amp;nbsp;with the new one, I do not see any changes to&amp;nbsp;behavior&amp;nbsp;or power consumption.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/430198?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 11:05:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc5a5295-0263-4e16-b3c9-747099d38c0c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It could be related to this fix missing in the Wi-Fi QSPI handling:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.3.99-ncs1/drivers/flash/nrf_qspi_nor.c#L277"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v3.3.99-ncs1/drivers/flash/nrf_qspi_nor.c#L277&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;NRF_QSPI hardware module must be set in a lower clocked mode when in idle to achieve uA sleep range.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/430189?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 10:46:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fba6663-4538-43ac-a7a7-5ef7e2b2061d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have been out of the office.&lt;/p&gt;
&lt;p&gt;I have asked the development team about this issue, and I will update you when I get a response.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/429048?ContentTypeID=1</link><pubDate>Fri, 02 Jun 2023 14:50:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35d0f277-47fa-49f2-8867-ad7fabb4a7a8</guid><dc:creator>bcornell</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have added&amp;nbsp;CONFIG_NRF700X_QSPI_LOW_POWER=y to prj.conf for the peripheral_lbs sample and did not see any reduction in power consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/429043?ContentTypeID=1</link><pubDate>Fri, 02 Jun 2023 14:31:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6d7b492-dbfa-485b-bc2b-8d7ee2d4138e</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can enable low power mode for QSPI by setting&amp;nbsp;CONFIG_NRF700X_QSPI_LOW_POWER=y. This should reduce the consumption significantly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002dk nrf5340 Power Consumption</title><link>https://devzone.nordicsemi.com/thread/428783?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2023 13:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5574d7f-fc71-440b-9e8e-e014c7e6e297</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have started looking into this issue and will come back to you tomorrow.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>