<?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>Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105983/reducing-nrf5340-power-consumption-during-nrf7002-twt-intervals</link><description>I am using the nRF7002DK development board, which features an nRF5340 as the Host MCU for the nRF7002 chip. I am testing the &amp;quot; Wi-Fi TWT Sample &amp;quot; sample project, which allows me to establish a Target Wake Time (TWT) session between the nRF7002 Wi-Fi module</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2024 12:19:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105983/reducing-nrf5340-power-consumption-during-nrf7002-twt-intervals" /><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/515472?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2024 12:19:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df7a8a88-689a-4374-b78e-c7375a4918ea</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I think then that this could just be the nRF5340. &lt;a href="https://docs.nordicsemi.com/bundle/errata_nRF5340_Rev1/page/ERR/nRF5340/Rev1/latest/anomaly_340_153.html"&gt;It might stem from something like this&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you seeing the same thing with just the blinky sample and&amp;nbsp;CONFIG_SERIAL=n?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/514335?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 16:05:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ff277ab-55c8-46d7-99a3-01103ba9c972</guid><dc:creator>simon belanger</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote userid="103347" url="~/f/nordic-q-a/105983/reducing-nrf5340-power-consumption-during-nrf7002-twt-intervals/513824"]That is interesting. I am not familiar with this myself. Are you then showing me the power consumption of just one of chips here?[/quote]
&lt;p&gt;No, that&amp;#39;s quite the opposite. In the default (stock) configuration, SB16 is closed and SB17 is open, which implies that the nRF5340 SoC is powered from the VDD net directly as show here:&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733841374755v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Current measurements at pin P22 in that solderbridge configuration &lt;strong&gt;won&amp;#39;t take into account consumption from the SoC&lt;/strong&gt;, only IOVDD for the nRF7002 because it is powered through the VDD_MEAS net as shown here:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733842068707v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;By reconfiguring solder bridges so that SB16 is open and SB17 is closed, both the current to the nRF5340 SoC and to the nRF7002 IC (IOVDD net) flows through the VDD_MEAS net and is thus measurable on pin P22. That is the configuration my board was in for the results I reported to you in my post, meaning that it corresponds to the combined consumption of both chips.&lt;/p&gt;
[quote userid="103347" url="~/f/nordic-q-a/105983/reducing-nrf5340-power-consumption-during-nrf7002-twt-intervals/513824"]&lt;span style="font-family:inherit;"&gt;&amp;nbsp;&lt;/span&gt;What does the log from your nRF7002 look like? Something about your power draw makes me think that you&amp;#39;re maybe not getting TWT.[/quote]
&lt;p&gt;Here is my log while doign the test&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;Logs UART

*** Using Zephyr OS v3.6.99-100befc70c74 ***
[00:00:00.463,928] &amp;lt;inf&amp;gt; net_config: Initializing network
[00:00:00.463,958] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x20000eb0) to be up...
[00:00:00.464,111] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.99
[00:00:00.464,141] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...
[00:00:00.464,447] &amp;lt;inf&amp;gt; twt: Starting nrf7002dk with CPU frequency: 64 MHz
[00:00:01.464,569] &amp;lt;inf&amp;gt; twt: Static IP address (overridable): 192.168.1.99/255.255.255.0 -&amp;gt; 192.168.1.1
[00:00:03.018,951] &amp;lt;inf&amp;gt; wifi_mgmt_ext: Connection requested
[00:00:03.019,012] &amp;lt;inf&amp;gt; twt: Connection requested
[00:00:03.019,042] &amp;lt;inf&amp;gt; twt: ==================
[00:00:03.019,073] &amp;lt;inf&amp;gt; twt: State: SCANNING
...
[00:00:07.521,697] &amp;lt;inf&amp;gt; twt: State: SCANNING
[00:00:07.821,838] &amp;lt;inf&amp;gt; twt: ==================
[00:00:07.821,868] &amp;lt;inf&amp;gt; twt: State: AUTHENTICATING
[00:00:07.956,298] &amp;lt;inf&amp;gt; twt: Connected
[00:00:07.988,494] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.0.100
[00:00:07.988,677] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.0.100
[00:00:07.988,677] &amp;lt;inf&amp;gt; net_config: Lease time: 86400 seconds
[00:00:07.988,708] &amp;lt;inf&amp;gt; net_config: Subnet: 255.255.255.0
[00:00:07.988,739] &amp;lt;inf&amp;gt; net_config: Router: 192.168.0.1
[00:00:07.988,861] &amp;lt;inf&amp;gt; twt: DHCP IP address: 192.168.0.100
[00:00:08.133,483] &amp;lt;inf&amp;gt; twt: ==================
[00:00:08.133,514] &amp;lt;inf&amp;gt; twt: State: COMPLETED
[00:00:08.133,544] &amp;lt;inf&amp;gt; twt: Interface Mode: STATION
[00:00:08.133,575] &amp;lt;inf&amp;gt; twt: Link Mode: WIFI 6 (802.11ax/HE)
[00:00:08.133,575] &amp;lt;inf&amp;gt; twt: SSID: dlink-76B9
[00:00:08.133,605] &amp;lt;inf&amp;gt; twt: BSSID: 34:0A:33:86:76:BE
[00:00:08.133,636] &amp;lt;inf&amp;gt; twt: Band: 5GHz
[00:00:08.133,636] &amp;lt;inf&amp;gt; twt: Channel: 161
[00:00:08.133,666] &amp;lt;inf&amp;gt; twt: Security: WPA2-PSK
[00:00:08.133,697] &amp;lt;inf&amp;gt; twt: MFP: Optional
[00:00:08.133,697] &amp;lt;inf&amp;gt; twt: RSSI: -51
[00:00:08.133,728] &amp;lt;inf&amp;gt; twt: TWT: Supported
[00:00:10.133,789] &amp;lt;inf&amp;gt; twt: AP is TWT capable, establishing TWT
[00:00:10.151,123] &amp;lt;inf&amp;gt; twt: TWT setup requested
[00:00:10.179,687] &amp;lt;inf&amp;gt; twt: TWT response: TWT accept
[00:00:10.179,687] &amp;lt;inf&amp;gt; twt: == TWT negotiated parameters ==
[00:00:10.179,718] &amp;lt;inf&amp;gt; twt: TWT Dialog token: 1
[00:00:10.179,718] &amp;lt;inf&amp;gt; twt: TWT flow ID: 1
[00:00:10.179,748] &amp;lt;inf&amp;gt; twt: TWT negotiation type: TWT individual negotiation
[00:00:10.179,748] &amp;lt;inf&amp;gt; twt: TWT responder: true
[00:00:10.179,779] &amp;lt;inf&amp;gt; twt: TWT implicit: true
[00:00:10.179,809] &amp;lt;inf&amp;gt; twt: TWT announce: false
[00:00:10.179,840] &amp;lt;inf&amp;gt; twt: TWT trigger: false
[00:00:10.179,840] &amp;lt;inf&amp;gt; twt: TWT wake interval: 57344 us
[00:00:10.179,840] &amp;lt;inf&amp;gt; twt: TWT interval: 524000 us
[00:00:10.179,870] &amp;lt;inf&amp;gt; twt: ========================
[00:00:10.451,232] &amp;lt;inf&amp;gt; twt: TWT Setup success
[00:00:19.067,810] &amp;lt;inf&amp;gt; traffic_gen: Sending TCP uplink Traffic
[00:00:51.677,215] &amp;lt;inf&amp;gt; traffic_gen: Sent TCP uplink traffic for 30 sec
[00:00:57.340,148] &amp;lt;inf&amp;gt; traffic_gen: Server Report:
[00:00:57.340,179] &amp;lt;inf&amp;gt; traffic_gen:    Total Bytes Received  : 1410636        
[00:00:57.340,179] &amp;lt;inf&amp;gt; traffic_gen:    Total Packets Received: 1708           
[00:00:57.340,179] &amp;lt;inf&amp;gt; traffic_gen:    Elapsed Time          : 33             
[00:00:57.340,179] &amp;lt;inf&amp;gt; traffic_gen:    Throughput (Kbps)     : 333            
[00:00:57.340,209] &amp;lt;inf&amp;gt; traffic_gen:    Average Jitter (ms)   : 0              
[00:00:57.340,209] &amp;lt;inf&amp;gt; traffic_gen: Client Report:
[00:00:57.340,209] &amp;lt;inf&amp;gt; traffic_gen:    Total Bytes Received  : 1283855616     
[00:00:57.340,209] &amp;lt;inf&amp;gt; traffic_gen:    Total Packets Received: 2886074368     
[00:00:57.340,240] &amp;lt;inf&amp;gt; traffic_gen:    Elapsed Time          : 553648128      
[00:00:57.340,240] &amp;lt;inf&amp;gt; traffic_gen:    Throughput (Kbps)     : 1291911168     
[00:00:57.340,240] &amp;lt;inf&amp;gt; traffic_gen:    Average Jitter (ms)   : 0              
[00:00:59.962,554] &amp;lt;inf&amp;gt; twt: TWT teardown success received for flow ID 1

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;As you can see, TWT is established and we get a TWT setup success. My TWT interval and TWT wake interval is different from yours because I am working with default parameters from the sample&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/twt/README.html"&gt;Wi-Fi: TWT&lt;/a&gt;&amp;nbsp;and you are referring to results from&amp;nbsp;&lt;a href="https://github.com/martelmy/NCS_examples/tree/main/wifi/twt_provisioning_demo"&gt;NCS_examples/wifi/twt_provisioning_demo at main &amp;middot; martelmy/NCS_examples &amp;middot; GitHub&lt;/a&gt;. In my sample, those values are 65 ms for the wake interval and 524 ms for the TWT interval, which makes sense with the negotiated values and also with what I measure on the VBAT net of my board (pin P23, see the following image). In your case, the TWT interval was set to 10 s.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733846275482v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also, I might add that my issue is with consumption from the nRF5340 host and not from the companion IC nRF7002. Therefore, measurements at VDD (pin P22) would be preferable over measurements at VBAT (pin P23). If you find the time to test the consumption at VDD and report it here I would be very grateful.&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/513824?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 13:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40c6b895-8930-4a1b-b22c-2d5f06a47c02</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="simon belanger"]&lt;p&gt;- Solder bridges SB16 is open and SB17 is short in order for the nRF5340 to be powered by net VDD_MEAS, as described in&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/nRF5340_nRF7002_measure_current.html"&gt;Using two PPK2s to measure component current consumption&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;That is interesting. I am not familiar with this myself. Are you then showing me the power consumption of just one of chips here?&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Here is a &lt;/span&gt;&lt;a style="font-family:inherit;" href="https://github.com/martelmy/NCS_examples/blob/main/wifi/twt_provisioning_demo/pictures/ppk_twt_ping.png"&gt;screenshot &lt;/a&gt;&lt;span style="font-family:inherit;"&gt;of the test, and here is one comparing legacy PS and TWT.&amp;nbsp;&lt;/span&gt;What does the log from your nRF7002 look like? Something about your power draw makes me think that you&amp;#39;re maybe not getting TWT.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733489230132v2.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1733489219809v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll find a way to test this myself next week, but I don&amp;#39;t have access to a router that supports TWT right now.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/511178?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 19:39:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12c344a4-9cc6-40fa-9007-74dc865a4a10</guid><dc:creator>simon belanger</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there any update on this issue? I am having the same problem while running sample Wi-Fi: TWT on the nRF7002DK where current consumption for the Host MCU (nRF5340) is in the 120 uA range. However, as mentionned previously by a member of your team, it should be around 18 uA.&lt;/p&gt;
[quote userid="2116" url="~/f/nordic-q-a/105983/reducing-nrf5340-power-consumption-during-nrf7002-twt-intervals/457316"]The current draw of the nRF5340 host should be around 18uA in between TWT events, not as high as 158uA.&amp;nbsp;[/quote]
&lt;p&gt;The measurement setup is as such:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/IMG_5F00_0378.JPEG" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;- Input voltage at pin P21 using an external 5V power source;&lt;/p&gt;
&lt;p&gt;- Current measured between nets VDD and VDD_MEAS at pin P22 using the PPK2 in ampere meter mode;&lt;/p&gt;
&lt;p&gt;- IMCU is disabled using switch SW6;&lt;/p&gt;
&lt;p&gt;- Solder bridges SB16 is open and SB17 is short in order for the nRF5340 to be powered by net VDD_MEAS, as described in&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/nRF5340_nRF7002_measure_current.html"&gt;Using two PPK2s to measure component current consumption&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- There is a red jumper wire between VDDH and VDD_MEAS from a previous test, but it should not cause any issue.&lt;/p&gt;
&lt;p&gt;The firmware I used to flash is the sample Wi-Fi : TWT which I configured by adding my wifi crendentials statically and the IP for the traffic generator. I also disabled logging and serial through&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SERIAL=n
CONFIG_LOG=n&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I did not make any changes other than these and I am measuring 116 uA for the nRF5340 SoC&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/twt_5F00_consumption.png" alt=" " /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Since this is a sample from NCS that is pretty much tested as is, without any special configuration, could you validate that you can indeed measure 18 uA while running that sample.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best regards.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/460837?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 13:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0be5994f-1f9a-4604-b540-759d399d9ee9</guid><dc:creator>Elfving</dc:creator><description>[quote user="HolmanB"]According to the reference manual[/quote]
&lt;p&gt;The manual of the nRF5340 that is?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are several tips and tricks on how to generally reduce the power consumption of our SoCs. &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/test_and_optimize/optimizing/power.html#app-power-opt"&gt;For instance see here.&lt;/a&gt;&amp;nbsp;There is an additional challenge to the nRF5340 though, as you would need to put the relevant configurations on the netcore config file as well.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/460172?ContentTypeID=1</link><pubDate>Wed, 13 Dec 2023 14:32:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5800e450-5e1f-4a83-8793-ec3254a83c38</guid><dc:creator>HolmanB</dc:creator><description>&lt;p&gt;Hello Elfving,&lt;/p&gt;
&lt;p&gt;Thank you for your response. Unfortunately, there hasn&amp;#39;t been any progress in this case yet. The primary issue revolves around the power consumption of the Host MCU nRF5340 between Target Wake Time (TWT) intervals.&lt;/p&gt;
&lt;p&gt;The nRF7002 Companion IC has a power consumption of 18uA, which aligns with the reference manual for this chip, and there are no issues with it.&lt;/p&gt;
&lt;p&gt;However, in my project, I require the Host MCU (nRF5340) to have reduced power consumption as well. Currently, the nRF5340 has a power consumption of 158uA between TWT intervals, but I need this figure to be lower. According to the reference manual, I understand that the nRF5340 in sleep mode could achieve a consumption in the tens of uA range. Is there any way to reduce the power consumption of the nRF5340 between TWT intervals?&lt;/p&gt;
&lt;p&gt;Thank you and Best Regards.&lt;/p&gt;
&lt;p&gt;Holman.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/460162?ContentTypeID=1</link><pubDate>Wed, 13 Dec 2023 14:08:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98c7655c-cea6-4120-a047-57b5744a46a2</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello Holman, and sorry about the delay. Torbjørn is currently OOO, and I&amp;#39;ll be taking over this case.&lt;/p&gt;
&lt;p&gt;Is there any development to this case, or are you still trying to get the consumption down? If I am understanding this case correctly, you are currently getting&amp;nbsp;&lt;span&gt;158uA and trying to get it down to&amp;nbsp;18uA between the TWT intervals?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Elfving&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/459398?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2023 14:50:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b26d3a25-66fe-45e7-9038-23799358d90f</guid><dc:creator>HolmanB</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn,&lt;br /&gt;&lt;br /&gt;Could you give some&amp;nbsp;update for this case please?&amp;nbsp;I would appreciate any help you can provide.&lt;br /&gt;&lt;br /&gt;Thank you!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Holman.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/458371?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2023 16:00:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:543108d1-df21-49b4-b85e-1864ca7c3c48</guid><dc:creator>HolmanB</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I forgot to mention that I applied the following configuration&amp;nbsp;in the prj.conf to disable the logging through the VCOM, according to the recommendations &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/test_and_optimize/optimizing/power_general.html#disable-serial-logging"&gt;here&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SERIAL=n&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It reduces the current consumption on the nRF5340 MCU.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/458312?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2023 13:39:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:636c1f7f-5c14-4e96-bdbc-89986eb45907</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Holman&lt;/p&gt;
&lt;p&gt;I am trying to reproduce your findings, but in my case the average currents seem to be quite a bit higher. Did you make any significant changes to the project configuration before running your tests, other than to set the TWT wake interval to 5 seconds?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/457964?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 19:41:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0184dfc8-f53e-4c08-9083-f0522253e715</guid><dc:creator>HolmanB</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Based on the link you cited, I have tested it applying all the steps of that webpage with no other modifications. But applying the link steps, I&amp;nbsp;measured the current of the nRF7002 Companion IC instead of the nRF5340 current. However, the obtained measurements with the link indications are near of 20uA&amp;nbsp;as you say, and it corresponds to the following picture:&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/8255.drawing_5F00_7002.png" /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The issue is related to the nRF5340 current measurement, where the current between TWT events is near of 150uA. To measure the current only in the nRF5340 MCU, I applied the steps given &lt;a title="nRF5340-nRF7002 measurement" href="https://infocenter.nordicsemi.com/topic/ug_nrf7002_dk/UG/nrf7002_DK/nRF5340_nRF7002_measure_current.html"&gt;here&lt;/a&gt;&amp;nbsp;with the difference that I didn&amp;#39;t connect the &amp;quot;Second PPK2&amp;quot; because I only have one Power Profiler Kit. Instead of using the &amp;quot;second PPK2&amp;quot;, the Jumper cap is connected in P23 because I don&amp;#39;t need to measure the current on the nRF7002 companion IC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/457807?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 11:18:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca2dc061-7f17-4945-906e-46468445fa62</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Holman&lt;/p&gt;
&lt;p&gt;Sorry for the slow response.&lt;/p&gt;
&lt;p&gt;Myself I have only run tests as described &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf7002_dk/UG/nrf7002_DK/prepare_board.html?cp=3_0_3_5_0"&gt;here&lt;/a&gt; using P23. Without TWT enabled I typically get average currents in the tens of milliamps, and once TWT is enabled the base current drops to less than 20uA.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tested yourself using this method, with no other modifications to the DK?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/457390?ContentTypeID=1</link><pubDate>Fri, 24 Nov 2023 20:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec1899d8-e53f-4f43-ab62-de889df0050b</guid><dc:creator>HolmanB</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;The PPK2 is connected to a nRF7002-DK such that I only can measure the nRF5340 consumption connecting the pin PPK2 VOUT (red wire) to the &amp;quot;-&amp;gt;&amp;quot; pin of P22 terminal of the DK, while the PPK2 VIN (brown wire) is connected to the &amp;quot;&amp;lt;-&amp;quot; pin of P22. The PPK2 is configured as &amp;quot;Ampere Meter&amp;quot; to take the measurements. The DK USB terminal is connected to an USB port of my PC, and the same for the USB port of the PPK2. Additionally, the SW6 switch of the DK is set to &amp;quot;DISABLE&amp;quot;.&lt;/p&gt;
&lt;p&gt;Finally, the PPK2 GND (black wire) is connected to the &amp;quot;-&amp;quot; terminal of P21.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Remark: I am using the nrf7002-DK PCA10143 version.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt="Measurement Setup" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Case2_5F00_Measurements.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Thank you and best regards.&lt;br /&gt;&lt;br /&gt;Holman.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reducing nRF5340 Power Consumption during nRF7002 TWT Intervals</title><link>https://devzone.nordicsemi.com/thread/457316?ContentTypeID=1</link><pubDate>Fri, 24 Nov 2023 12:31:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b640ac1-396c-49de-ba5a-577e1a01a4ba</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Holman&lt;/p&gt;
&lt;p&gt;What kind of setup are you using for the measurements?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you share a diagram or picture showing how the PPK2 is connected?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The current draw of the nRF5340 host should be around 18uA in between TWT events, not as high as 158uA.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>