<?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>nrf52840 dongle  In the ZigBee CLI example obtaining the endpoint fails</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79710/nrf52840-dongle-in-the-zigbee-cli-example-obtaining-the-endpoint-fails</link><description>in \nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\zigbee\experimental\cli\cli_agent_router example , we use the nrf52840 dongle as the Coordinator, for joining the third zigbee device, we can get the short address, by zdo mgmt_lqi 0x0000 command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Sep 2021 07:26:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79710/nrf52840-dongle-in-the-zigbee-cli-example-obtaining-the-endpoint-fails" /><item><title>RE: nrf52840 dongle  In the ZigBee CLI example obtaining the endpoint fails</title><link>https://devzone.nordicsemi.com/thread/330164?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 07:26:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e877525d-42bc-444a-ae7d-b4b81dd92bfa</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;It seems like the cluster is implemented on the device, but it is not correctly added to the endpoint&amp;#39;s Simple Descriptor.&amp;nbsp;Please make sure that you declare the simple descriptor and endpoint correctly in the code. You can read about declaring endpoints and simple descriptor in&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/using_zigbee__z_c_l.html?cp=8_3_3_4_1_3#endpoint_dec"&gt;Implementing a Zigbee end product with ZCL&lt;/a&gt;&amp;nbsp;in our documentation. You can also look at similar examples, such as&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_sensor_example.html"&gt;Zigbee Multi Sensor Example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;2. The Zigbee CLI example&amp;nbsp;logs the reports instead of directly printing them. In order to see them, you must enable displaying of reports:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;log enable info zigbee.report&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It seems like the Multi Sensor example is similar to what you want to achieve, so you might find it helpful to look at that example. You can check out the &amp;quot;Testing&amp;quot; part of the the example&amp;#39;s documentation, which can be found in the link above, and at the code itself.&lt;/p&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><item><title>RE: nrf52840 dongle  In the ZigBee CLI example obtaining the endpoint fails</title><link>https://devzone.nordicsemi.com/thread/330118?ContentTypeID=1</link><pubDate>Sat, 18 Sep 2021 06:32:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25ca1796-eb23-47c9-a3f3-587ee3e59ab2</guid><dc:creator>fchen2006</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf52840_2D00_temp.pcapng"&gt;devzone.nordicsemi.com/.../nrf52840_2D00_temp.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Marte，&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Nice to see your reply，we check the test, again&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&amp;nbsp;now, we can get the endpoint, when we press the button of temperarue zigbee device for reporting the tempture value, then&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;run the &amp;nbsp;zdo active_ep 0xde3a cli command at ance ,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;but&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp;after a while, we couldn&amp;#39;t get the endpoint, &amp;nbsp;I don not know the reason,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1631946344988v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;At the same time, I have other puzzles ,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;1.&amp;nbsp; we can not find the temperature cluster id =0x0402, by the zdo simple_desc_req 0xDE3A 1 cli command, we find the cluser infor as belows:&lt;/div&gt;
&lt;div&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1631946398805v3.png" alt=" " /&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;but we can find the cluster infor 0x0402 , in the snifff capture data, &amp;nbsp;what is the reason，how to find the cluster id by cli command ?&amp;nbsp; the sniff data file at the top .&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1631946530442v5.png" alt=" " /&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp;2. &amp;nbsp;we can find the zigbee device report the temperture information, in the sniff captue data, &amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; how to get the information and display by the cli command?&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;thanks&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;fchen2006&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 dongle  In the ZigBee CLI example obtaining the endpoint fails</title><link>https://devzone.nordicsemi.com/thread/329940?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 07:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a340036-5609-4a9f-bd23-8532ac759b85</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is the other device always in range of the network?&amp;nbsp;Is&amp;nbsp;it a legacy device? I see that the device keeps leaving the network and rejoining again. Is this leave initiated by you, or does the device do it automatically? If you are not doing this, then this might be caused by the device being a legacy device. Try to issue the following command before the device joins the network:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;bdb legacy&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The coordinator is unable to get the endpoint of the device, as they are unable to reach the device at all. The device does not send link status commands, so the coordinator will mark it as a stale node in it&amp;#39;s neighbor table. Next time you tell the coordinator to send a command to the device,&amp;nbsp;it sends a route request to find a route to the device, but this route request does not seem to get answered.&lt;/p&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><item><title>RE: nrf52840 dongle  In the ZigBee CLI example obtaining the endpoint fails</title><link>https://devzone.nordicsemi.com/thread/329913?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 03:52:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79ce4ae2-c8fb-4842-a2d5-7a8e33d65762</guid><dc:creator>fchen2006</dc:creator><description>&lt;p&gt;attached the sniff data and&amp;nbsp; cli&amp;nbsp; info&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1631850521661v1.png" alt=" " /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf52840_2D00_1.pcapng"&gt;devzone.nordicsemi.com/.../nrf52840_2D00_1.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>