<?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>Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125715/identifying-power-draw-during-sleep-period-of-matter-icd-device-on-nrf54l15-dk</link><description>Hi, 
 I&amp;#39;m trying to reduce the power consumption of my Matter Temperature sensor code. 
 I&amp;#39;m averaging around 90&amp;#181;A of consumption, but I&amp;#39;m confident that can be reduced. 
 I have a timer setup that, when it fires, every 5 seconds, it will take two ADC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Feb 2026 13:09:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125715/identifying-power-draw-during-sleep-period-of-matter-icd-device-on-nrf54l15-dk" /><item><title>RE: Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/560126?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 13:09:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f50562ec-893d-405c-baad-f5f373dbbb90</guid><dc:creator>Tom McGuinness</dc:creator><description>&lt;p&gt;Thanks for the tip!&lt;/p&gt;
&lt;p&gt;My reset button doesn&amp;#39;t work at present due to a PCB flaw. I&amp;#39;ll be sure to check the EDGE_TO_ACTIVE behaviour.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/560123?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 13:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35cf7a75-bd5e-43d1-9587-23bce5e3929f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tomas,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m glad that you managed to drop the current. I agree that maybe there is something you can shave off from the 18uA idle current, but it might be that there is something else on the PCB that may draw current. And that&amp;#39;s expected.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regarding the fix you implemented, I got a tip from Vidar that by using&amp;nbsp;GPIO_INT_LEVEL_HIGH&amp;nbsp; you may get the event being triggered again if you keep the signal asserted. So if you press a button it may trigger the event several times. The solution is to use GPIO_INT_EDGE_TO_ACTIVE&amp;nbsp; and&amp;nbsp; use &amp;#39;sense-edge-mask&amp;#39; property in device tree. You can take a look here:&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114234/interrupt-energy-intensive/500368"&gt;RE: Interrupt energy intensive&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/560096?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 10:10:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a6fa4ab-27b6-4b48-aae6-1f547ede344d</guid><dc:creator>Tom McGuinness</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Thanks for that.&lt;/p&gt;
&lt;p&gt;It turns out the issue was related to interrupts. By switching the edge detection, the consumption dropped to around 18&amp;micro;A.&lt;/p&gt;
&lt;p&gt;There is probably room to shave more off, but this is sufficient for now.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve written up a post -&amp;nbsp;&lt;a id="" href="https://tomasmcguinness.com/2026/02/01/matter-dual-temperature-sensor-power-consumption-finally-at-20%c2%b5a/"&gt;https://tomasmcguinness.com/2026/02/01/matter-dual-temperature-sensor-power-consumption-finally-at-20%c2%b5a/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This might be helpful to anyone else.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/560086?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 08:48:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f5ff04b-006a-4220-8beb-5601eccbaaa4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tomas,&amp;nbsp;&lt;br /&gt;Could you check what doesn&amp;#39;t work ? Do you have a nRF54L15 DK to test ?&amp;nbsp;&lt;br /&gt; Have you tried to compile the sample for the DK and then flash on your board ?&amp;nbsp;&lt;br /&gt;Regarding _ns and non _ns , when you build with _ns there will be a separation between secure and non_secure partition of the chip. The application will be located at non secure area and the security API such as TF-M and PSA is located in the secure partition. You can read more about that here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security/tfm/processing_environments.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security/tfm/processing_environments.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would suggest to start the test with non _ns so that we don&amp;#39;t get TF-M and PSA involved to avoid&amp;nbsp;unnecessary current (for example for TF-M logging). You can start to use _ns after you have optimized the current consumption on the non _ns version.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/560038?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 17:19:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce3b4c37-87f3-4223-bdba-e069eaa3e82f</guid><dc:creator>Tom McGuinness</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That sample doesn&amp;#39;t appear to work on my custom PCB.&lt;/p&gt;
&lt;p&gt;I have tried the &amp;quot;system off&amp;quot; Zephyr sample and that shows around 5&amp;micro;A of current when it&amp;#39;s in deep sleep.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;what does the &amp;quot;_ns&amp;quot; board designation mean?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identifying power draw during sleep period of Matter ICD device on nRF54L15-DK</title><link>https://devzone.nordicsemi.com/thread/554900?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 13:11:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d924b1dd-fa88-4dc5-9d68-8d478e00b9f0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tomas,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is an online power profiler that you can use as the reference regarding the power consumption :&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/power/w/opp/16/online-power-profiler-for-matter-over-thread"&gt;Online Power Profiler for Matter over Thread&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;28/90uA as idle current is quite high. Could you try to test with the window_covering sample ? Please compile for non _ns board.&amp;nbsp;&lt;br /&gt;You should see a few ua in idle mode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In your test did you compile for _ns or non _ns board ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>