<?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>Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83241/some-questions-about-child-supervision</link><description>I am using nrf52833 to make a Thread end device as SED and RCP. All firmware versions use NCS V1.8.0. 
 The compilation options for OTBR is: CMAKE_OPTIONS += \ -DOT_THREAD_VERSION=&amp;quot;1.2&amp;quot; \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTING=OFF \ -DOT_READLINE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jan 2022 13:51:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83241/some-questions-about-child-supervision" /><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/348949?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 13:51:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaa4a3dd-4cb0-4e38-94ed-d4979bc0d3a3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;The thing with SEDs is that they are Sleeping, and while they are sleeping the radio is off. Hence, there is no way to reach the SED when it is sleeping. Therefore you need to make sure that the child wakes up more often than OPENTHREAD_CONFIG_CHILD_SUPERVISION_CHECK_TIMEOUT. To be sure, perhaps try to make it wake up twice every timeout interval.&amp;nbsp;&lt;/p&gt;
[quote user="Edvin Holmseth"]The poll_period is something you set when you enter the SED state. Perhaps you can show some snippets from where you are doing this?[/quote]
&lt;p&gt;Did you check this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/348860?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 08:54:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f57b4c1-06a1-42c7-8da5-5ae397988950</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;div&gt;&lt;span&gt;The documentation from openthread on:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="https://openthread.io/guides/build/features/child-supervision#on_the_parent"&gt;OPENTHREAD_CONFIG_CHILD_SUPERVISION_INTERVAL&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&amp;quot;If a parent router does not transmit to its child SED within the OPENTHREAD_CONFIG_CHILD_SUPERVISION_INTERVAL, &lt;/span&gt;&lt;span class="src"&gt;the parent router enqueues and sends a Child Supervision message to the child SED&amp;quot;&amp;nbsp;&lt;span&gt;It explains what the Router does in the Child Supervision function.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;You said&amp;nbsp;&amp;nbsp;if SED don&amp;#39;t wake up within the interval, then the parent can&amp;#39;t send a ping until it is awake again.It seems contradictory.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;&lt;span class="tgt"&gt;According to the description in the document, I understand that if the router doesn&amp;#39;t have a packet to send to SED within the OPENTHREAD_CONFIG_CHILD_SUPERVISION_INTERVAL, it will send a packet, regardless of whether SED accepts it or not, but I don&amp;#39;t see the message.&lt;/span&gt;&lt;span class="tgt"&gt; My confusion is that the Router did not send this packet.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;&lt;span class="tgt"&gt;Does the Router have to wait for the child to wake up and send a notification to the Router that it is awake? It seems that Child Supervision is not efficient.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="src"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/348057?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 13:44:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eee70054-ef78-48ee-b5cb-cfe1558d67ae</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Please see the documentation from openthread on:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://openthread.io/guides/build/features/child-supervision#on_the_child"&gt;OPENTHREAD_CONFIG_CHILD_SUPERVISION_CHECK_TIMEOUT&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the child&amp;#39;s way of knowing whether it is still connected or not, while the OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT is the parent/router&amp;#39;s way of knowing whether the child is alive. If more time than this passes, then the child is considered disconnected.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://openthread.io/guides/build/features/child-supervision?hl=nb"&gt;OPENTHREAD_CONFIG_CHILD_SUPERVISION_INTERVAL&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;is the interval of which the parent tries to ping the child.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So these are similar, but they have different uses.&amp;nbsp;&lt;/p&gt;
[quote user="winik"]When the router does not send a message to SED within this time, the router will send such a message to SED[/quote]
&lt;p&gt;I don&amp;#39;t understand exactly what you mean by this, but I guess you don&amp;#39;t see the messages in the sniffer trace. Do you see them if the node is&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;just a child, but&amp;nbsp;&lt;strong&gt;not an SED?&lt;/strong&gt; And again, What is the sleep/wake up interval of your SEDs? The reason I keep asking about this is that when an SED goes to sleep, the parent has no way of reaching it before it wakes up, so if you don&amp;#39;t wake up within the interval, then the parent can&amp;#39;t send a ping until it is awake again.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/347946?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 08:46:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc4e0c81-b0e1-422b-8dae-beef9e4768b7</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you for your reply.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;On the first question, I feel there is something wrong with the answer.The Child Supervision setup for timeouts should be this macro: &lt;strong&gt;OPENTHREAD_CONFIG_CHILD_SUPERVISION_CHECK_TIMEOUT&lt;/strong&gt;.&lt;br /&gt;&lt;strong&gt;OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT&lt;/strong&gt; works in connection timeouts with the router, such as age in the figure below.&lt;span&gt;I think the functions of the two are repetitive, so I want to know their relationship&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642408736649v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The second issue, when I say it doesn&amp;#39;t work, is that there&amp;#39;s a parameter &lt;strong&gt;OPENTHREAD_CONFIG_CHILD_SUPERVISION_INTERVAL&lt;/strong&gt; that doesn&amp;#39;t work. If I understand correctly, this is for the router. When the router does not send a message to SED within this time, the router will send such a message to SED. I did not see such a packet in the packet capture，the OTBR did not send a packet to SED after the time expired.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/347682?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 07:30:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31e95ec5-b641-43ea-bb64-7a62466f0e9e</guid><dc:creator>Edvin</dc:creator><description>[quote user=""]1.What is the relationship between child supervision and the OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT function? Is it a low-power alternative?[/quote]
&lt;p&gt;Child supervision&amp;nbsp;&lt;strong&gt;timeout&lt;/strong&gt; is the time it takes from radio silence until a child is considered lost in the network (disconnected). This is in case of the child runs out of battery, or comes out of range, or is turned off. This setting is set using &lt;span&gt;OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT.&lt;/span&gt;&lt;/p&gt;
[quote user=""]2.Why does the function of Child Supervision not take effect on OTBR and RCP? Could you please tell me which configuration items need to be enabled?[/quote]
&lt;p&gt;What do you mean by &amp;quot;not take effect on OTBR and RCP&amp;quot;? Do you mean that you set the OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT on your OTBR, and it doesn&amp;#39;t change the behavior on the SED? As mentioned in a previous reply, this setting doesn&amp;#39;t change how often the SED will wake up, but how long it takes until it is considered lost from the network.&lt;/p&gt;
[quote user=""]3.If the OPENTHREAD_CONFIG_CHILD_SUPERVISION_MSG_NO_ACK_REQUEST option is enabled, does that mean the SED is receiving the message from the OTBR and does not need to respond with an ACK?[/quote]
&lt;p&gt;Yes and no. All messages are ACKed on the 802.15.4 MAC layer, but this setting says that it doesn&amp;#39;t need to be ACKed by the application.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;As an example, if a light switch sends a message to a light bulb, and they are not within range, then the message will be sent via another node. Let us call light switch node A, middle node is node B, and light bulb is node C. A wants to send a message to C, without acking:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;A-&amp;gt;B payload&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;B-&amp;gt;A ack (MAC layer)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;B-&amp;gt;C payload&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;C-&amp;gt;B ack (MAC layer)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;However, if this message requires ACKs, then it would be:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;A-&amp;gt;B payload (C should turn on the light)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;B-&amp;gt;A ack (MAC layer)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;B-&amp;gt;C payload&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;C-&amp;gt;B ack (MAC layer)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;C-&amp;gt;B application ack (I have received the message and turned on the light)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;B-&amp;gt;C ack (MAC layer)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;B-&amp;gt;A application ack (I have received the message and turned on the light)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;A-&amp;gt;B ack (MAC layer).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;Edvin&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/347533?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 09:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3256420c-e16f-470d-8f7e-8cfe54009cbe</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span class="tgt"&gt;But I asked about the function of Child Supervision.&lt;/span&gt;&lt;span class="tgt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="tgt"&gt;&lt;span&gt;And my three additional questions haven&amp;#39;t been answered.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/347211?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 14:37:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22f0db31-6209-417d-b9b6-f51e38efd4dd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Ok. Does that mean that your questions were answered? If not, can you please clarify what you want to know at this point?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/347044?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 03:17:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bdd3494-084a-4257-867f-468d87db1f9d</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p class="tgt"&gt;&lt;span class="tgt"&gt;I&amp;#39;m sorry. I made a mistake.&lt;/span&gt;&lt;/p&gt;
&lt;p class="tgt"&gt;&lt;span class="tgt"&gt;Because of the need to control the power consumption of the device，when the device needs to communicate with the Internet, I set poll_period to 2000. When the device needs to sleep, I set poll_period to 64800000.&lt;/span&gt;&lt;/p&gt;
&lt;p class="tgt"&gt;&lt;span class="tgt"&gt;&lt;span&gt;I use otLinkSetPollPeriod()&amp;nbsp; to set poll_period.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/346970?ContentTypeID=1</link><pubDate>Mon, 10 Jan 2022 14:22:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d99f99b-e78e-42f8-b86b-856b0c456da8</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT 600&lt;/p&gt;
&lt;p&gt;doesn&amp;#39;t set the sleep interval of the child. It decides how long a child has to be &amp;quot;radio silent&amp;quot; before it is considered lost for the network. The poll_period is something you set when you enter the SED state. Perhaps you can show some snippets from where you are doing this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/346910?ContentTypeID=1</link><pubDate>Mon, 10 Jan 2022 11:41:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beb1c820-51d2-41d6-bfa9-325dd457cab2</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;I use the following two options to make the device SED:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_OPENTHREAD_MTD&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_OPENTHREAD_MTD_SED&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;sleep interval option:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#ifndef OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT&lt;br /&gt;#define OPENTHREAD_CONFIG_MLE_CHILD_TIMEOUT_DEFAULT&amp;nbsp;600&lt;br /&gt;#endif&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some questions about Child Supervision</title><link>https://devzone.nordicsemi.com/thread/345641?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 11:46:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:984a64db-a092-4d66-8618-0725dc3373da</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Your Sleepy End Device, is that something that you are developing as well, or is it an off the shelf product?&lt;/p&gt;
&lt;p&gt;If it is something you are developing, how did you set it up to be an SED? Do you know what sleep interval you are using on the SED?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>