<?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>nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116176/nrf5340-dk-low-power-modes</link><description>Hello everyone, 
 I&amp;#39;m working with the nRF5340-DK, aiming to achieve the lowest possible power consumption. From what I have read in some posts, I understand that this board should be able to reach consumption levels around 3 to 5 mA. In my setup, I&amp;#39;m</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Nov 2024 13:57:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116176/nrf5340-dk-low-power-modes" /><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509907?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2024 13:57:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1400ece-f851-4043-80d3-be66d19a80ec</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no need for a private ticket for that, this is all public informaiton. The system off example was ment as a simple test to measure current consumption without focusing on your applicaiton. But it seems this is caused by your NFC reader (and the numrbers look sensible refering to it&amp;#39;s datasheet), and I expect you need to put this into a low power state. The manufacturer of that should be able to provide more advice on that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509829?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2024 09:28:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:960c025c-8167-43fd-856d-1d8f973c348b</guid><dc:creator>Portilha</dc:creator><description>&lt;p&gt;Hello, I will open a private ticket in order to get more information about low power modes. The system off is not suitable for our application, as this mode resets the CPU every time there is a wake up trigger.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509814?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2024 08:35:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9419b476-f61f-49da-9c76-99948392f5fa</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Portilha"]The in the previous images that I sent the system should be in idle for the first seconds as I invoke the k_msleep function in the main function:[/quote]
&lt;p&gt;I see. Assuming you have disabled UART that should give you a fre micro amps. And in any case, the nRF itself will never consume 20 mA (except via GPIOs), so I strongly suspect other parts on the board.&lt;/p&gt;
[quote user="Portilha"]I am connecting my SMU to the Li-Po terminals [/quote]
&lt;p&gt;I am sorry, I did not spot this before. This should give fairly good results, but the&amp;nbsp;simplest way to measure current on the DK without and get accurate results is to cut SB40 and measure (not supply) via the current measurement header (see &lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf5340_dk/page/UG/dk/hw_measure_current.html"&gt;Current measurement&lt;/a&gt;).&lt;/p&gt;
[quote user="Portilha"]I have checked the System Off demo, and for what I have understood it basically initializes an NFC[/quote]
&lt;p&gt;There are two system OFF demos. The one I had on my mind is the one under&amp;nbsp;zephyr/samples/boards/nrf/system_off/. This is generic and does not use the NFC tag peripheral.&lt;/p&gt;
[quote user="Portilha"]without any external hardware connected I got currents between few micro amps until 500uA (the graph has a lot of noise) which seems a great improvement.[/quote]
&lt;p&gt;This is more in line with what I would epxect and it points to the additional current draw coming from the external cuircuitry (which as mentionne dbefore it ahs to be, becasue it is difficult to get the nRF to consume 20 mA unless you are really trying).&lt;/p&gt;
[quote user="Portilha"]I am using the ST X-NUCLEO-NFC08A1 reader,[/quote]
&lt;p&gt;Looking at it&amp;#39;s datasheet I see that it can consume a significant amount of current so depending on which mode it is configure din I would look at this first. Which mode is it in right after the nRF is reset? Is it in one of the modes that consume a lot of current?&lt;/p&gt;
[quote user="Portilha"]I can open a private ticket, if it easier for you to provide more support. I will leave the results.[/quote]
&lt;p&gt;Yes, you cna do that. Note that you will need to contact ST regardign power optimization of the NFC reader you are using (which I suspect is where you can gain the most).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509727?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 17:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50c7a83b-897c-45d4-a9fc-e4a86c84af51</guid><dc:creator>Portilha</dc:creator><description>&lt;p&gt;Hello, sorry for the late response.&lt;/p&gt;
&lt;p&gt;The in the previous images that I sent the system should be in idle for the first seconds as I invoke the k_msleep function in the main function:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;int&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;main&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;void&lt;/span&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; // Set main clock at the correct frequency&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; (&lt;/span&gt;&lt;span&gt;void&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;span&gt;SetInternalClock128&lt;/span&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; // Initialize services and hardware modules&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;k_msleep&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;5000&lt;/span&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;...&lt;/span&gt;&lt;/div&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;Additionaly, in my proj.conf I have commented out the following options to disable logs:&lt;br /&gt;#CONFIG_LOG=y&lt;br /&gt;#CONFIG_LOG_PRINTK=y&lt;br /&gt;&lt;br /&gt;As for the measuring procedure, as I have explained, I am connecting my SMU to the Li-Po terminals and supplying 5V. I have SW9 in the &amp;#39;Li-Po&amp;#39; position, SW10 in the &amp;#39;OFF&amp;#39; position and SW6 in the &amp;#39;nRF only mode&amp;#39;, allowing to disconnect the MCU interface, thus reducing power consumption.&lt;br /&gt;&lt;br /&gt;I have checked the System Off demo, and for what I have understood it basically initializes an NFC tag and if no activity is detected in the first 3 seconds the system &amp;quot;shuts down&amp;quot;, waiting for some activity to be detected to restart. This principle seems interesting and I think it could be applied to my application, however I am using an NFC reader (instead of an NFC tag).&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 have performed the tests you have required and I goit the following results: without any external hardware connected I got currents between few micro amps until 500uA (the graph has a lot of noise) which seems a great improvement. With the hardware connected I got around 6mA which seems also acceptable. I am using the ST X-NUCLEO-NFC08A1 reader, if it is useful for you.&amp;nbsp;&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 can open a private ticket, if it easier for you to provide more support. I will leave the results.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;img style="height:236px;max-height:236px;max-width:355px;" alt=" " height="236" src="https://devzone.nordicsemi.com/resized-image/__size/710x472/__key/communityserver-discussions-components-files/4/Screenshot-2024_2D00_11_2D00_08-172348.png" width="355" /&gt;&amp;nbsp;&lt;img style="height:236px;" alt=" " height="358" src="https://devzone.nordicsemi.com/resized-image/__size/710x472/__key/communityserver-discussions-components-files/4/Screenshot-2024_2D00_11_2D00_08-165526.png" width="355" /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509645?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 10:08:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4e41fc3-34cf-46ac-b8fc-c16232855412</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Do you have a measurement when the device is in idle/sleep and with UART logging disabled? Also, and important: can you share details how you rea measuring? And to get a good reference, can you make a measurement with all external&amp;nbsp;components connected where you test the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.99-cs2/page/zephyr/samples/boards/nrf/system_off/README.html"&gt;nRF5x System Off demo&lt;/a&gt;&amp;nbsp;and share the current consumption pattern here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509635?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 09:48:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9130d176-9b2c-4167-a119-fc0969888b7c</guid><dc:creator>Portilha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;As mentioned, I am using the nRF5340-DK development kit, so all hardware information (such as schematics and technical details) is available in the board documentation on Nordic&amp;#39;s website. In addition, I have connected an NFC shield and a CAN module to the setup.&lt;/p&gt;
&lt;p&gt;For measuring current, I am using an SMU to simultaneously power the board and measure the current draw. Since the NFC shield requires a 5V input, I am connecting the SMU to the Li-Po terminals. I&amp;#39;ve configured SW9 to the Li-Po position, set SW6 to nRF mode only (to reduce MCU interface power consumption), and left SW10 in the OFF position.&lt;/p&gt;
&lt;p&gt;Today, I ran the same test with both the NFC and CAN modules disconnected to see if there would be any difference. Here are the results: the current draw was approximately 3 mA before system initialization and around 9 mA when threads were running.&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/Screenshot-2024_2D00_11_2D00_08-092753.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509611?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 08:15:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a97afef2-bdef-4b59-bd03-a8371db0668f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;These are extremely high numbers for idle and I suspect there is either somethign else on your board drawing power (or a measurement issue), so we need to get an overview first.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Can you share details about your hardware (scematics, layout and description)? You can do so in a private ticket and refer to this if you do not want to share it in a public thread.&lt;/li&gt;
&lt;li&gt;Can you show and explain how you are mesuring the current consumption?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509511?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 16:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65747f8a-3547-4e64-82e0-d185f8bfb84d</guid><dc:creator>Portilha</dc:creator><description>&lt;p&gt;Hello, yes I was talking about idle current. In the image attached it is possiblle to visualize the current consumption chart. Before any thread or pheripheral initialization I put the system to sleep for 5 seconds (using k_msleep function) and the idle current is about 8.8mA. Then a thread starts running, for another 5 seconds, where the consumption rises and after that the system goes go sleep for 5 more seconds, where the idle consumption is about 13.5mA.&lt;/p&gt;
&lt;p&gt;Is there any way to improve this? I really don&amp;acute;t get how to achieve such low currents in the order of micro amps (uA) as you are saying.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&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/Screenshot-2024_2D00_11_2D00_07-160104.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK Low Power Modes</title><link>https://devzone.nordicsemi.com/thread/509455?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 12:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37916373-607a-4e86-8305-9ec90b18ce7d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are we talking about idle current consumption here? If so, I assume you mean uA (micro ampere) where you write mA? If so, 20 uA is a high idle current consumption number, but it is about what I woudl expect if you have a GPIOTE interrupt pin enabled. Could that be the case? If that is the case, you can reduce power consumption by using GPIOTE PORT event as described in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/115638/regarding-current-consumption-when-configuring-interrupts/506822"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>