<?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>How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121663/how-does-the-device-receive-messages-from-the-parent-node-when-it-goes-into-low-power</link><description>Hi, the nordic team 
 I am working on thread protocol using SDK version 2.9.1. 
 I use the SED device,My poll is 1000 ms. How can I receive messages from my parent node when my SED device goes into low power? 
 Here is my code to get into low power:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 May 2025 00:33:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121663/how-does-the-device-receive-messages-from-the-parent-node-when-it-goes-into-low-power" /><item><title>RE: How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/thread/537259?ContentTypeID=1</link><pubDate>Wed, 28 May 2025 00:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f962941-aad0-4830-80c7-567a2254d666</guid><dc:creator>liisa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your reply,I will try.&lt;/p&gt;
&lt;p&gt;this is my config in prj.config:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Increase Settings storage size
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000


# Enable OpenThread CoAP support API
CONFIG_OPENTHREAD_COAP=y
CONFIG_COAP=y
CONFIG_COAP_UTILS=y
CONFIG_OPENTHREAD_COAP_OBSERVE=y

# Network sockets
CONFIG_NET_SOCKETS=y
CONFIG_POSIX_API=y
CONFIG_NET_SOCKETS_POLL_MAX=4

# Enable OpenThread features set
CONFIG_NET_L2_OPENTHREAD=y

# Generic networking options
CONFIG_NETWORKING=y

CONFIG_OPENTHREAD_JOINER=y

CONFIG_LOG=y

CONFIG_DK_LIBRARY=y

# Power Manager
CONFIG_PM_DEVICE=y

CONFIG_OPENTHREAD_MTD=y
CONFIG_OPENTHREAD_MTD_SED=y

CONFIG_OPENTHREAD_POLL_PERIOD=5000

CONFIG_RAM_POWER_DOWN_LIBRARY=y

#SHA
CONFIG_MBEDTLS_SHA1_C=n&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/thread/537214?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 14:01:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e88b2ac-7424-424b-a907-7707df824866</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Amanda is out of office, so I&amp;#39;m replying instead.&lt;/p&gt;
[quote user="liisa"]&amp;quot;send commands&amp;quot; is the leader send &amp;quot;coap get&amp;nbsp; &amp;nbsp;+ ipv6 address&amp;nbsp; + /lock/state&amp;quot;.the &amp;quot;process&amp;quot; is the SED receive the &amp;quot;send commands&amp;quot; to return the lock&amp;#39;s state.I mean, it doesn&amp;#39;t feel like the SED device is going to automatically fetch the parent&amp;nbsp; {&amp;quot;Data Poll&amp;quot; to its parent, and retrieves any buffered frames}.[/quote]
&lt;p&gt;&lt;span&gt;It&amp;nbsp;is automatic process - the SED device needs to be configured with given Polling Interval (e.g. 2 seconds). Internally OpenThread stack will wake up every e.g. 2 seconds and fetch the data from the parent. There is no need for application to do specific things. Of course, application needs to register proper application callbacks for CoAP or UDP Sockets to get notification about reception of IPv6 application packet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You may try to increase log&amp;#39;s verbosity and maybe sniff frames.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_OPENTHREAD_SOURCES=y&lt;br /&gt;CONFIG_OPENTHREAD_DEBUG=y&lt;br /&gt;CONFIG_OPENTHREAD_LOG_LEVEL_INFO=y&lt;br /&gt;CONFIG_OPENTHREAD_SHELL=y&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/thread/536854?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 03:34:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be32bee8-34c6-4575-bd95-dcf35cb87a11</guid><dc:creator>liisa</dc:creator><description>&lt;p&gt;Hi,Amanda H&lt;/p&gt;
&lt;p&gt;&amp;quot;send commands&amp;quot; is the leader send &amp;quot;coap get&amp;nbsp; &amp;nbsp;+ ipv6 address&amp;nbsp; + /lock/state&amp;quot;.the &amp;quot;process&amp;quot; is the SED receive the &amp;quot;send commands&amp;quot; to return the lock&amp;#39;s state.I mean, it doesn&amp;#39;t feel like the SED device is going to automatically fetch the parent&amp;nbsp; {&amp;quot;Data Poll&amp;quot; to its parent, and retrieves any buffered frames}.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;liisa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/thread/536813?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 15:35:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fedadce-1072-4ed1-a948-315754f21cf5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;We would need more details about what you mean by &amp;quot;send commands&amp;quot;, and what you expect to &amp;quot;process&amp;quot; from the SED side.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/thread/536693?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 06:05:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d86ad3d-ef26-4da6-b165-9a469eabe82d</guid><dc:creator>liisa</dc:creator><description>&lt;p&gt;Hi，&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the cli example as the leader. When my SED device goes into low power, my leader send commands to SED, but I don&amp;#39;t see any processing from the SED device.&lt;/p&gt;
&lt;p&gt;Regards，&lt;/p&gt;
&lt;p&gt;liisa.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the device receive messages from the parent node when it goes into low power?</title><link>https://devzone.nordicsemi.com/thread/536518?ContentTypeID=1</link><pubDate>Wed, 21 May 2025 20:54:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:355b078d-5274-45db-bab3-95292a40a2ba</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Not sure if I understand the question. When you configure OpenThread as a Sleepy End Device (SED), the stack automatically wakes up every Polling Interval, and sends a 802.15.4 “Data Poll” to its parent, and retrieves any buffered frames. Your application doesn’t need to do anything special&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would need to know more details about what you want to help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>