<?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>Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61096/communication-lost-with-zigbee</link><description>Hi to everybody, 
 I&amp;#39;m developing over nRF5 SDK v. 3.2.0 a Zigbee node in router role. In my network I&amp;#39;ve four of my nodes plus several commercial led light driver and a coordinator. 
 After random amount of time (from one day, to one week) some of my</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jun 2020 15:08:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61096/communication-lost-with-zigbee" /><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/253345?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2020 15:08:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b919134-f3e3-4fd7-a78f-90e6c6b55cde</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Maurizio,&lt;br /&gt;For enabling ZBOSS logging there are only a few changes you need to do in sdk_config.h:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set ZIGBEE_TRACE_LEVEL to 4 (debug)&lt;/li&gt;
&lt;li&gt;Set ZIGBEE_TRACE_MASK to the value which track all subsystems (TRACE_SUBSYSTEM_ZCL| TRACE_SUBSYSTEM_ZDO|TRACE_SUBSYSTEM_NWK) which will be 0x0058.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The log output would look quite cryptic, but can be decoded by our Zigbee developers.&lt;/p&gt;
&lt;p&gt;If the network is in another location, the best thing would be if you can try to recreate the issue with a minimal setup at your end using a DK and collect the log output from the DK.&lt;/p&gt;
[quote user="mau"]Instrument the network with a sniffer that perform traffic capture continuously.[/quote]
&lt;p&gt;What I mean is that for debugging purpuses you should set a continuous traffic capture of the network together with the ZBOSS trace logs. Not to implement the sniffer as a part of your network.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/253248?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2020 10:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f31898e8-fe88-46c3-b8e3-6a6d76b2299b</guid><dc:creator>mau</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/252976"]They would like you to experiment and try to figure out the smallest network size when this occurs. This is important to reduce the size of information we need to investigate the matter further.[/quote]
&lt;p&gt;We are already working to do this&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/252976"]Instrument the network with a sniffer that perform traffic capture continuously.[/quote]
&lt;p&gt;This is not a problem for the network we are making.&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/252976"]Take ZBOSS trace logs from nodes in question so that we can decode logs.[/quote]
&lt;p&gt;This is a little bit difficult for me because I&amp;#39;ve no experience with logger module and also our test network is physically in another location managed to the customer.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Maurizio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/252976?ContentTypeID=1</link><pubDate>Wed, 03 Jun 2020 11:30:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e59fe7c8-7ada-4d06-9804-a8328514c7d8</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Maurizio,&lt;/p&gt;
[quote user="mau"]Traces attached to the case was sniffed at approximately 2 meters from coordinator.[/quote]
&lt;p&gt;OK, thanks for the clarification.&lt;br /&gt;&lt;br /&gt;After consulting with R&amp;amp;D this is what they propose:&lt;/p&gt;
&lt;p&gt;They would like you to experiment and try to figure out the smallest network size when this occurs. This is important to reduce the size of information we need to investigate the matter further.&lt;br /&gt;&lt;br /&gt; While doing so you should:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Instrument the network with a sniffer that perform traffic capture continuously.&lt;/li&gt;
&lt;li&gt;Take ZBOSS trace logs from nodes in question so that we can decode logs.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This page should cover on how to implement ZBOSS debug tracing: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fzigbee_prog_principles.html&amp;amp;cp=7_3_3_3&amp;amp;anchor=zigbee_debugging"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fzigbee_prog_principles.html&amp;amp;cp=7_3_3_3&amp;amp;anchor=zigbee_debugging&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am sorry this has taken so long to figure out, but you see without more information we are a bit in the darkness here, specially when this is a larger network and the issue is not occuring with only ZBOSS devices.&lt;/p&gt;
&lt;p&gt;&lt;br /&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: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/252904?ContentTypeID=1</link><pubDate>Wed, 03 Jun 2020 07:11:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17bc97a6-bced-48c5-8605-58a69c691356</guid><dc:creator>mau</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;&lt;/span&gt;&lt;span&gt;Marjeris,&lt;/span&gt;&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/252775"]Just to update you here. I am waiting for some input from R&amp;amp;D for ideas on how to proceed here, but as I see it it looks like it would be difficult for us to recreate the issue when so many third party devices are involved.[/quote]
&lt;p&gt;&lt;span&gt;thank you.&lt;/span&gt;&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/252775"]I was thinking, what happens if the affected nodes are in proximity of the coordinator? Does the coordinator reply to the route request of the affected nodes then?[/quote]
&lt;p&gt;affected nodes are already in&amp;nbsp;direct communication with coordinator. Traces attached to the case was sniffed at approximately 2 meters from coordinator.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Maurizio&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/252775?ContentTypeID=1</link><pubDate>Tue, 02 Jun 2020 13:51:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e3b9316-fa58-438d-b2a5-92c7bfc01cd2</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Maurizio,&lt;/p&gt;
&lt;p&gt;Just to update you here. I am waiting for some input from R&amp;amp;D for ideas on how to proceed here, but as I see it it looks like it would be difficult for us to recreate the issue when so many third party devices are involved.&lt;/p&gt;
&lt;p&gt;I was thinking, what happens if the affected nodes are in proximity of the coordinator? Does the coordinator reply to the route request of the affected nodes then? The nodes need a route request reply in order to send reports, so that&amp;#39;s why they stop reporting. Maybe you can sniff the traffic between the coordinator and one of the affected nodes when the node is placed in proximity to the coordinator?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;BR,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/251841?ContentTypeID=1</link><pubDate>Wed, 27 May 2020 08:06:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15b01f27-1341-41df-a547-3b6de81c0443</guid><dc:creator>mau</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Marjeris,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;in our network there are Sunricher and Harward Zigbee led drivers in 1:10 ratio (1 our device for 10 third party nodes). The coordinator is based on ETRX357 Telegesis (now Silabs) module. Also&amp;nbsp;Harward&amp;nbsp;node is based on that module.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The role of our device is a motion sensor that turn on/off led drivers by sending&amp;nbsp;&lt;/span&gt;Move to level with On/Off command and occupancy attribute (0x0000) of occupancy sensing cluster (0x0406) is reported to the coordinator.&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/251620"]Could you try to figure out the smallest network which exposes this behavior?[/quote]
&lt;p&gt;&lt;span&gt;Our smallest network is composed of 4 our device, 40 third party nodes and 1 coordinator.&lt;/span&gt;&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/251620"]And does this issue also occurs when only ZBOSS nodes are on the network?[/quote]
&lt;p&gt;&lt;span&gt;The issue never&amp;nbsp;&lt;/span&gt;&lt;span&gt;occur&amp;nbsp;in a ZBOSS only network.&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;Maurizio&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/251620?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 08:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1deaf1a0-46cb-43b6-b2a0-faa134be0622</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Maurizio,&lt;/p&gt;
&lt;p&gt;Could you provide brand and model information on third party nodes?&lt;/p&gt;
&lt;p&gt;In the capture you send there are some nodes (e.g 0x5F7A) that are constantly requesting route to the coordinator. Since it doesn&amp;#39;t get any reply it can&amp;#39;t send any reports. So it might be that the nodes in question don&amp;#39;t have a route to the coordinator for some reason or devices along the route misbehave.&lt;br /&gt;&lt;br /&gt;We would need a better understanding of the network topology and information about stacks which are used on all nodes so we can have the whole picture.&lt;/p&gt;
&lt;p&gt;The best thing would be to get a more isolated and repeatable way to reproduce the issue. Could you try to figure out the smallest network which exposes this behavior? And does this issue also occurs when only ZBOSS nodes are on the network?&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: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/249600?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 06:55:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a32da93-5354-42a2-b75c-2ee9d363f359</guid><dc:creator>mau</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Marjeris,&lt;/span&gt;&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/61096/communication-lost-with-zigbee/249272"]How do you know they have lost communication with the coordinator?[/quote]
&lt;p&gt;The coordinator no longer receives any configured report or &amp;quot;device announce&amp;quot; message from affected nodes and when I try to read an attribute (I do it using CLI on coordinator) I see only a &amp;quot;route request&amp;quot; message from coordinator; there is no &amp;quot;route reply&amp;quot; from affected node and coordinator do not proceed to read the attribute.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;Maurizio&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication lost with Zigbee</title><link>https://devzone.nordicsemi.com/thread/249272?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 16:38:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36d86af6-4e62-456f-b734-dd83af3653f9</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply. I took a look at the traces but without really understanding what could be the reason behind the nodes leaving the network. How do you know they have lost communication with the coordinator? Do they send a Leave message or do they get unresponsive somehow?&lt;/p&gt;
&lt;p&gt;Anyways I have also forwarded this case to our Zigbee team to see if they may have any more insight about what could be happening.&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>