<?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>[ZIGBEE] SLEEPY ZED CONFIG</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70860/zigbee-sleepy-zed-config</link><description>SDK: 14.1.0 
 CHIP: 52840 
 MULTI PROTOCOL 
 Hi, I want to know zed rf on off switching mechanism and configure on/off interval time. 
 I(current) - t(time) graph 
 
 What function I can setup rf on/off time? 
 
 What is the exact meaning of these functions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Jan 2021 09:59:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70860/zigbee-sleepy-zed-config" /><item><title>RE: [ZIGBEE] SLEEPY ZED CONFIG</title><link>https://devzone.nordicsemi.com/thread/291226?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2021 09:59:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36dc4247-176f-44b2-87a4-ea2fb2c7b2de</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;1 &amp;amp; 2. Please check out more information on End devices and the keep alive process &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.0.0%2Fzigbee_prog_principles.html&amp;amp;anchor=zigbee_keep_alive_mechanism"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;3. Check out more information on Power saving for Zigbee End devices here. When the scheduler detects that a device can be put in sleep mode, it will notify the application with a signal ZB_COMMON_SIGNAL_CAN_SLEEP. A device can not be put into sleep mode when the sleep interval is lower than this threshold. If the threshold is 0, it means that there is no threshold, and the application will be notified each time when the stack is ready to sleep, with no immediate callbacks in queue.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [ZIGBEE] SLEEPY ZED CONFIG</title><link>https://devzone.nordicsemi.com/thread/291153?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2021 00:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:497bf589-e513-4e50-8760-0118eea95dce</guid><dc:creator>_maibi</dc:creator><description>&lt;p&gt;Hi, Thanks for reply. I am newbie in zigbee stack.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have some questions for understanding zigbee world.&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/70860/zigbee-sleepy-zed-config/291060#291060"]&lt;strong&gt;zb_set_ed_timeout:&amp;nbsp;&lt;/strong&gt;Set the end device&amp;#39;s timeout. Use it on the end device to specify the End Device timeout period used in ED timeout requests.[/quote]
&lt;p&gt;What is&amp;nbsp;&lt;span&gt;the End Device timeout?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/70860/zigbee-sleepy-zed-config/291060#291060"]&lt;strong&gt;zb_set_keepalive_timeout:&amp;nbsp;&lt;/strong&gt;Used to set the keep alive timeout. You can specify how often a device should poll its parent.[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is this keepalive same to data request? My zed sends data request packet in every 5 seconds for now.&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/70860/zigbee-sleepy-zed-config/291060#291060"]&lt;strong&gt;zb_sleep_set_threshold:&amp;nbsp;&lt;/strong&gt;Used to get sleep threshold value from the stack (in milliseconds).[/quote]
&lt;p&gt;Is the threshold in this function whether rf on time or rf off time? I want to know it is during sleep time or woke time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [ZIGBEE] SLEEPY ZED CONFIG</title><link>https://devzone.nordicsemi.com/thread/291060?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2021 14:04:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fffd5dda-57eb-4a56-ab21-bb5d95becb6a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I would suggest checking out the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_example_light_control.html"&gt;Zigbee Light Control example&lt;/a&gt; in our our Thread &amp;amp; Zigbee SDK, and specifically the Sleepy End Device behavior that make the CPU enter sleep mode to conserve energy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for the functions you are referring to:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;zb_set_ed_timeout:&amp;nbsp;&lt;/strong&gt;Set the end device&amp;#39;s timeout. Use it on the end device to specify the End Device timeout period used in ED timeout requests.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;zb_set_keepalive_timeout:&amp;nbsp;&lt;/strong&gt;Used to set the keep alive timeout. You can specify how often a device should poll its parent.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;zb_sleep_set_threshold:&amp;nbsp;&lt;/strong&gt;Used to get sleep threshold value from the stack (in milliseconds).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>