<?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>Command to send Beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68752/command-to-send-beacon</link><description>Hello, 
 I would like to program the NRF52840DK to send ZigBee beacon(not beacon request) to the end devices, but I cannot seem to find the API, etc. to do so. 
 Or perhaps is there any possible way to broadcast something to a network via PAN ID? 
 May</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Nov 2020 06:55:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68752/command-to-send-beacon" /><item><title>RE: Command to send Beacon</title><link>https://devzone.nordicsemi.com/thread/282185?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 06:55:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d38ade1-275d-4047-8e1d-615c5a682537</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Terence,&lt;/p&gt;
&lt;p&gt;Yes, when using the address 0xFFFF (or &lt;span&gt;ZB_NWK_BROADCAST_ALL_DEVICES in our SDK), it should be sent to all devices.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Command to send Beacon</title><link>https://devzone.nordicsemi.com/thread/282169?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 00:29:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:808faf51-8521-4ac4-b5a9-1cc5d814978b</guid><dc:creator>TerenceC</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;Correct me if I&amp;#39;m wrong. So by setting the the destination address of a command to 0xFFFF, it will send it to all devices?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Terence&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Command to send Beacon</title><link>https://devzone.nordicsemi.com/thread/282087?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 13:25:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:863f109b-1b79-4323-9af3-6bdf978200c7</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Terence&lt;/p&gt;
&lt;p&gt;It would help to know what you want to achieve with this. Why do you want the Zigbee device to send a beacon to the end device? Beacon requests and responses are used for network discovery, where the device that wants to connect to a network sends out a beacon request. This request is received by a Zigbee coordinator or by Zigbee routers, and these devices will then send a beacon response back to the&amp;nbsp;first device.&lt;/p&gt;
&lt;p&gt;Broadcasts are used to send messages to all devices in the Zigbee network. The transmission is sent once by the device that initiated the message, and is then repeated by&amp;nbsp;the coordinator and routers so that it propagates through the network. In order to broadcast a message you&amp;#39;ll have to use one of the broadcast addresses.&amp;nbsp;The different broadcast address options for our SDK, which can also be found&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/group__nwk__common__constants.html?cp=7_3_5_1_6_0_12#gafc06f5f43665ed2c5e5bd0bd61addf7d"&gt;here&lt;/a&gt;, are:&lt;/p&gt;
&lt;table height="172" width="484"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Enumerator&lt;/td&gt;
&lt;td&gt;Address&lt;/td&gt;
&lt;td&gt;Description&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span&gt;ZB_NWK_BROADCAST_ALL_DEVICES&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;0xFFFF&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;All&amp;nbsp;devices&amp;nbsp;in&amp;nbsp;PAN&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;ZB_NWK_BROADCAST_RX_ON_WHEN_IDLE&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;0xFFFD&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;macRxOnWhenIdle&amp;nbsp;=&amp;nbsp;TRUE (all non-sleeping devices)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;ZB_NWK_BROADCAST_ROUTER_COORDINATOR&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;0xFFFC&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;All&amp;nbsp;routers&amp;nbsp;and&amp;nbsp;coordinator&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;ZB_NWK_BROADCAST_LOW_POWER_ROUTER&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;0xFFFB&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;Low&amp;nbsp;power&amp;nbsp;routers&amp;nbsp;only&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;ZB_NWK_BROADCAST_RESERVED&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;0xFFF8&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;Reserved&amp;nbsp;value&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>