<?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>Sleepy End Device in Zigbee polling parent to often</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47316/sleepy-end-device-in-zigbee-polling-parent-to-often</link><description>I have a custom built multimotion sensor that is using NRF52840 and is setup as a sleepy Zigbee end device, however I can not find a way for it to poll its parent less frequently than once every 5 seconds. 
 
 I currently have this line which should to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 May 2019 09:13:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47316/sleepy-end-device-in-zigbee-polling-parent-to-often" /><item><title>RE: Sleepy End Device in Zigbee polling parent to often</title><link>https://devzone.nordicsemi.com/thread/187469?ContentTypeID=1</link><pubDate>Thu, 16 May 2019 09:13:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2ddfda5-e916-44ec-b751-21235f6b2e78</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Darwand,&lt;/p&gt;
&lt;p&gt;The zb_set_keepalive_timeout is used to configure how often the keep alive messages are sent. The end device will sent a periodic keep alive message to their router parent to ensure they remain in the router&amp;#39;s neighbor table. This is configured independely from the data polling mechanism.&lt;/p&gt;
&lt;p&gt;To change the data polling intervall you need to use zb_zdo_pim_set_long_poll_interval(zb_time_t ms). The default value for long poll interval is 5 seconds. You need to change this value as well if you want your sleepy end device to poll less frecuently from his parent.&lt;/p&gt;
&lt;p&gt;So to summarize polling interval defines when to poll data from parent, while keep alive is used for mantaining the connection with the parent. More info in the infocenter &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v3.0.0%2Fzigbee_prog_principles.html&amp;amp;cp=5_3_3_1_3&amp;amp;anchor=zigbee_keep_alive_mechanism"&gt;here&lt;/a&gt; and &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v3.0.0%2Fzigbee_prog_principles.html&amp;amp;cp=5_3_3_1_4&amp;amp;anchor=zigbee_data_polling_mechanism"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>