<?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 -&amp;gt; observing the joining proecedure of a device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39739/zigbee---observing-the-joining-proecedure-of-a-device</link><description>Hello, 
 I&amp;#180;ve got a corrdinator, which establishes my network. Also I&amp;#180;ve got an End-Device that joins the network successfully. 
 Is there any chance for me to observe the joining procedure, debugging the program for my router, and getting some information</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Nov 2018 14:09:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39739/zigbee---observing-the-joining-proecedure-of-a-device" /><item><title>RE: Zigbee -&gt; observing the joining proecedure of a device</title><link>https://devzone.nordicsemi.com/thread/157537?ContentTypeID=1</link><pubDate>Thu, 15 Nov 2018 14:09:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:605526bc-5bdd-47a9-91fb-86ff0587f5e7</guid><dc:creator>LKEPP</dc:creator><description>&lt;p&gt;Thank you, it finally worked&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee -&gt; observing the joining proecedure of a device</title><link>https://devzone.nordicsemi.com/thread/154697?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 14:06:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa36b9bd-28d2-46c6-8802-f50731a72b9b</guid><dc:creator>wbober</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;you haven&amp;#39;t put much details but what you describe should work. You need to handle ZB_ZDO_SIGNAL_DEVICE_ANNCE in zboss_signal_handler.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;case ZB_ZDO_SIGNAL_DEVICE_ANNCE:
{
    zb_zdo_signal_device_annce_params_t * dev_annce_params = ZB_ZDO_SIGNAL_GET_PARAMS(p_sg_p, zb_zdo_signal_device_annce_params_t);
    NRF_LOG_INFO(&amp;quot;Device with a short address %hx commissionned&amp;quot;, dev_annce_params-&amp;gt;device_short_addr);
}
break;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>