<?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>Power consumption of Matter template example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96873/power-consumption-of-matter-template-example</link><description>Helo, 
 I flashed a nrf52840 dk with Matter template example supplemented with a temperature sensor ( this tutorial , v2.0.2) and changed minimal end device to sleepy end device. The temperature is read and transmitted over Thread every 10 seconds. The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Feb 2023 09:43:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96873/power-consumption-of-matter-template-example" /><item><title>RE: Power consumption of Matter template example</title><link>https://devzone.nordicsemi.com/thread/411880?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 09:43:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d8972a8-034b-4fb0-874e-a7a857c21352</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The child polls its parent for data. During sleep, the SED&amp;#39;s radio is turned off, and the device is not listening for packets. If packets are sent to the SED, the parent will keep the packet until the child polls for them.&lt;/p&gt;
&lt;p&gt;You can find more information about the polling interval&amp;#39;s maximum values and other possible parameters in the Thread specification.&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: Power consumption of Matter template example</title><link>https://devzone.nordicsemi.com/thread/411842?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 08:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb1c14a8-31e3-455a-ad33-a81f343f1cfd</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried to setup&amp;nbsp;&lt;span&gt;CONFIG_CHIP_SED_IDLE_INTERVAL to higher value and it works, thank you. It changes the interval of the spikes in the current consumption. What&amp;#39;s the purpose of these polls? Is it for pinging the server to notify that the device is still alive? What is the maximum value I can set? Is there any overview of all parameters which can be set?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption of Matter template example</title><link>https://devzone.nordicsemi.com/thread/411408?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 14:24:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0cdec18-7b2c-4845-acb2-577245934a68</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you have not configured CONFIG_CHIP_SED_IDLE_INTERVAL and CONFIG_CHIP_SED_ACTIVE_INTERVAL in prj.conf yourself, then they will be set to their default values of 1000 ms. Thus, the SED wakes every second to poll data, which might be causing the spikes you see in the current consumption. Try increasing the intervals by setting them to a value larger than 1000 ms in your prj.conf and see if that affects the spikes.&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: Power consumption of Matter template example</title><link>https://devzone.nordicsemi.com/thread/411278?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 08:54:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1b8cb48-2275-4607-bafe-85db91e0b877</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;Sorry for causing confusion, I&amp;#39;m using&amp;nbsp;SDK v2.2.0.&lt;/p&gt;
&lt;p&gt;Where should I look for the&amp;nbsp;&lt;span&gt;CONFIG_CHIP_SED_IDLE_INTERVAL and&amp;nbsp;CONFIG_CHIP_SED_ACTIVE_INTERVAL values, please? I searched through the whole project and I didn&amp;#39;t find any occurrence of these parameters. I expect they should be in Kconfig or matter.template.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can&amp;#39;t use SSED because my version of OTBR does not support that. (And I always thought SSED has to have higher power consumption due to synchronization procedure)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption of Matter template example</title><link>https://devzone.nordicsemi.com/thread/411106?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 12:34:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4af5d8cb-5578-46b4-a025-e2f7c1a24ed5</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You say you are using v2.0.2, but the documentation you link to is for v2.2.0. Can you verify whether you are using v2.0.2 or v2.2.0?&lt;/p&gt;
&lt;p&gt;What are CONFIG_CHIP_SED_IDLE_INTERVAL and CONFIG_CHIP_SED_ACTIVE_INTERVAL set to, and do you see any difference when changing these? &lt;br /&gt;Have you tried using Synchronized Sleepy End Device (SSED) instead of regular SED? You can enable this with CONFIG_CHIP_THREAD_SSED=y.&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>