<?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>Connecting of nRF52840DK board to ZigBee product</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67758/connecting-of-nrf52840dk-board-to-zigbee-product</link><description>Hello, 
 I am a student and I am trying to experiment using a nRF52840DK to replace a device in a ZigBee network but unable to do so with the available examples. 
 I do not really know how should I change the examples to suit my needs. 
 I was thinking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Nov 2020 09:39:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67758/connecting-of-nrf52840dk-board-to-zigbee-product" /><item><title>RE: Connecting of nRF52840DK board to ZigBee product</title><link>https://devzone.nordicsemi.com/thread/281987?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 09:39:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ec8a1c7-cc06-42e8-b726-cea19c3804fb</guid><dc:creator>TerenceC</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;Any comments?&amp;nbsp;&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: Connecting of nRF52840DK board to ZigBee product</title><link>https://devzone.nordicsemi.com/thread/280056?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 09:21:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d4e341f-fd74-46e9-bcf0-b32c50da2ca0</guid><dc:creator>TerenceC</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;Sorry I was away for 2 weeks. I&amp;#39;ve attached my .pcap file and a screenshot of the commands and logs of CLI window.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7167.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/capture.pcapng"&gt;devzone.nordicsemi.com/.../capture.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;May I know would it be possible for the nRF52840dk to connect to a ZigBee hub which is already connected to a device, probably as a router or another end device?&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: Connecting of nRF52840DK board to ZigBee product</title><link>https://devzone.nordicsemi.com/thread/278247?ContentTypeID=1</link><pubDate>Tue, 03 Nov 2020 11:25:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2bdf78f-9db2-41b7-b399-34bdbf0402a6</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Can you attach the commands and log responses from the CLI window? &lt;br /&gt;&lt;br /&gt;The &amp;quot;Unimplemented signal&amp;quot; is just the default response of the zigbee_default_signal_handler() on the example:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;        default:
            /* Unimplemented signal. For more information see: zb_zdo_app_signal_type_e and zb_ret_e. */
            NRF_LOG_INFO(&amp;quot;Unimplemented signal (signal: %d, status: %d)&amp;quot;, sig, status);
            break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I recommend you take a look at the sniffer trace to see what happened.&lt;/p&gt;
&lt;p&gt;Check that the simple descriptor request is being sent to a valid node and endpoint inside the network:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fzigbee_example_cli_reference.html&amp;amp;anchor=simple_desc_req"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fzigbee_example_cli_reference.html&amp;amp;anchor=simple_desc_req&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;You can optain the short address and endpoint of the sensor by looking at the response of the match descriptor request looking for the devices that implement the basic cluster for example, or by a sniffer log.&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><item><title>RE: Connecting of nRF52840DK board to ZigBee product</title><link>https://devzone.nordicsemi.com/thread/278178?ContentTypeID=1</link><pubDate>Tue, 03 Nov 2020 03:16:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:128ad135-880f-4cb9-8079-6d37194eb7ad</guid><dc:creator>TerenceC</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;I have been trying the CLI Agent example. I was able to connect the sensor to the nRF52840DK using the match descriptor command. But for commands like simple_desc_req,&amp;nbsp;active_ep attr read, attr write which all resulted to a &amp;quot;Unimplemented signal (Signal: 21, Status: 0). What does this mean?&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: Connecting of nRF52840DK board to ZigBee product</title><link>https://devzone.nordicsemi.com/thread/278037?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2020 11:26:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab9ed905-2b37-4c8d-b219-977748e50b1a</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Terence,&lt;/p&gt;
&lt;p&gt;If you are new with Zigbee I recommend starting out with the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_example_cli_agent.html"&gt;Zigbee CLI Agent example&lt;/a&gt;. This example can work as either a Zigbee router you can add to an existing zigbee network or as a coordinator to setup a new network. &lt;/p&gt;
&lt;p&gt;You should also setup a Zigbee sniffer, for instance you can use the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/nrf802154_sniffer.html"&gt;nRF Sniffer for 802.15.4&lt;/a&gt; with a nRF52840 dongle, which is an easy and cheap solution for sniffing. If you have questions while developing you can add sniffer traffic dumps to your tickets and it will be easier to get help.&lt;/p&gt;
&lt;p&gt;I recommend you familiarize yourself with both the BDB specification and the ZCL specification if you are planning to develop your own Zigbee products. You can download both of them from the Zigbee Alliance website. If you want to replicate a device you should first try to find out what clusters that device has implemented.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how far you have come in your development. To start out you can perhaps familiarize yourself on how to add a new Zigbee device to an existing Zigbee network. You can use the Zigbee CLI as a router or the Zigbee light bulb example for example. Check that the zigbee example is running on the same channel as your coordinator (sniffer gives the answer), check that the Zigbee network is opened (association permit in beacon packet is set to true, sniffer will also give you the answer here), and check if the coordinator replies to TC key rotation packets (request/verify key).&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>