<?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 debugging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46421/zigbee-debugging</link><description>Hi, 
 I&amp;#39;m using the NRF52840 with the &amp;quot;nRF5_SDK_for_Thread_and_Zigbee_2.0.0&amp;quot;. 
 I tested the zigbee light_bulb example and zigbee light_bulb + ble. It works fine so my next step was to do combination with my own ble service in a existing project. In my</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 May 2019 10:54:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46421/zigbee-debugging" /><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/185142?ContentTypeID=1</link><pubDate>Fri, 03 May 2019 10:54:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:895716ba-dcf7-4e87-a9a9-ee46873a09d1</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It seems we have solved the problem.&amp;nbsp; Our systick timer was using TIMER_1, which is also used by the radio driver.&lt;/p&gt;
&lt;p&gt;I see the APS packets coming and Alexa recognizes our device.&lt;/p&gt;
&lt;p&gt;Thanks for your help anyway.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184843?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 11:15:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0cf1545-8461-45a4-a5af-75781f848d5f</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;Thanks for the suggestion, but I&amp;#39;m afraid it doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;I have erased the chip with nrfjprog and programmed my project.&lt;br /&gt;My project and &amp;#39;eddystone&amp;#39; both running on same zigbee channel (25)&lt;/p&gt;
&lt;p&gt;The &amp;#39;eddystone&amp;#39; connects with Alexa immediately again.&lt;br /&gt;My project doesn&amp;#39;t connect with Alexa.&lt;/p&gt;
&lt;p&gt;The difference I see in the packet sniffer is that, for the eddystone project, a APS packet is send after the successful association.&amp;nbsp; While in my project, this packet is never send.&amp;nbsp; The source of that packet is 0x0000 (this packet is probably coming from Alexa) - The destination is 0x0f2c (probably the address of my development board ?)&lt;/p&gt;
&lt;p&gt;It might be that Alexa rejects the connection from my project for some reason ?&lt;/p&gt;
&lt;p&gt;edit:&lt;/p&gt;
&lt;p&gt;Another difference is that in my project I always get 4x an association response.&amp;nbsp; While in the eddystone example, there is only 1 association response:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1556800879708v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184804?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 09:03:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc5b5a59-ec89-4e08-b827-a62605445f33</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have forwarded your logs for decryption. Maybe they can give some more hints on what&amp;#39;s going on.&lt;/p&gt;
&lt;p&gt;You have the same network settings in your application as it was in the unmodified eddystone example? Same zigbee channel?&lt;/p&gt;
&lt;p&gt;It may be if you are running the examples on the same board that your device thinks it is already commisioned, if the flash is not erased properly. Can you make sure that you erase all the flash before you try to run your custom example? You can use &amp;quot;nrfjprog -e&amp;quot; if you have the Nordic&amp;#39;s command line tools installed. Then try to flash your application.&lt;/p&gt;
&lt;p&gt;If the board thinks it is commissioned, and tries to join the network as another device, Alexa may reject it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try to erase the chip, run your application, and let me know if that makes any difference?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184766?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 07:29:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ef10416-7d8a-480d-89aa-b458261cdcf5</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;Further investigation from my part reveils that in my project, the call to &lt;strong&gt;zboss_signal_handler(zb_uint8_t param) &lt;/strong&gt;for signal ZB_BDB_SIGNAL_DEVICE_REBOOT, the &lt;strong&gt;param &lt;/strong&gt; argument is 0x0B.&amp;nbsp; The status becomes RET_ERROR.&lt;/p&gt;
&lt;p&gt;While in the example project, the param argument is 0x0A and the status becomes RET_OK.&lt;/p&gt;
&lt;p&gt;Maybe this information helps to give some support from the Nordic engineers ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;The screenshot below shows my current call stack, cpu registers and coe dissambly&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1556782257276v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184604?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 13:32:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89c00b57-e481-400f-b7e7-a0649667fef7</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;Could it be possible that the commissioning is failing ? This could explain why I don&amp;#39;t see the APS packets in my project, while I do see some APS packets in the &amp;quot;eddystone&amp;quot; example.&lt;/p&gt;
&lt;p&gt;But how can I figure out what is going wrong now ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184510?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 09:40:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab94c983-6e35-4e42-82d7-c239ca59b127</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;This is a Zboss log of a successful connection with the eddystone to Alexa:&lt;/p&gt;
&lt;p&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 0B 00 00 00 FF FF FF FF|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; app: Failed to join network. Status: -1&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 05 00 00 00 DE AD 1E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 49 08 3C 00 AA 01 A0 01|I.&amp;lt;.....&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 01 00 00 00 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 DE AD 12 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 59 0A 3D 00 2B 08 73 05|Y.=.+.s.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 01 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 59 0A 3E 00|....Y.&amp;gt;.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 45 01 1D 01 5C D3 00 00|E...\...&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 19 00 00 00 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 1A 02 79 0A 3F 00|....y.?.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 2B 08 2E 07 00 00 00 00|+.......&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 19 21 00 00 19 00 00 00|.!......&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 DE AD 12 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 79 0A 40 00 2B 08 2F 07|y.@.+./.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DA DD B1 0B 1D 53 CF 95|.....S..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 1A 02 80 0A 43 00|......C.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 44 01 49 00 00 00 00 00|D.I.....&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 7A 0A 41 00 7A 6E 08 03|z.A.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 05 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 7A 0A 42 00 7A 6E 08 03|z.B.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 05 00 00 00 DE AD 16 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; AC 0A 45 00 2B 08 FA 03|..E.+...&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 0D 00 00 00 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 05 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; A4 0A 44 00 7A 6E 75 02|..D.znu.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; app: Joined network successfully&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 02 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 5C 0B 46 00 2F 08 6B 01|\.F./.k.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 02 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 12 13 4D 00 2F 08 8C 01|..M./...&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 0A 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 41 0D 47 00 7A 6E 08 03|A.G.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 52 0D 48 00 7A 6E 08 03|R.H.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 67 0D 49 00 7A 6E 08 03|g.I.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 7A 0D 4A 00 7A 6E 08 03|z.J.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 3F 0E 4B 00 7A 6E 08 03|?.K.zn..&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 DE AD 0E 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; A8 12 4C 00 7A 6E 08 03|..L.zn..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184508?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 09:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca4f6abe-711e-484e-8d30-3f57b5e5f83e</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/sniffer_5F00_ourproject_5F00_zigbee_5F00_alexa_5F00_fail.pcapng"&gt;devzone.nordicsemi.com/.../sniffer_5F00_ourproject_5F00_zigbee_5F00_alexa_5F00_fail.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Packet sniffing while connecting to Alexa over zigbee - no connection happened&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/sniffer_5F00_eddystone_5F00_zigbee_5F00_alexa_5F00_success.pcapng"&gt;devzone.nordicsemi.com/.../sniffer_5F00_eddystone_5F00_zigbee_5F00_alexa_5F00_success.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a packet sniffing with the eddystone example - connection successfull.&lt;/p&gt;
&lt;p&gt;The MAC of our nRF52840 DK is 40 02 2B A8 6A 0E 01 0B&lt;/p&gt;
&lt;p&gt;The MAC of Alexa is &lt;span class="main-text  "&gt;5C:41:5A:E4:F0:D7&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/184502?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 09:22:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44183a75-deec-4698-b31c-433036e8635f</guid><dc:creator>Dimitri G</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;We are still unable to connect with zigbee using &amp;quot;nRF5_SDK_for_Thread_and_Zigbee_&lt;strong&gt;3.0.0&amp;quot;.&lt;/strong&gt;&amp;nbsp; However, with the &amp;quot;eddystone&amp;quot; example (multiprotocol / zigbee / ble), we see that the NRF52840 DK almost immediately a zigbee-connection can be made with our Amazon Alexa.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When we use the SDK for our own project, also BLE+zigbee, the BLE stack is up and running and advertising.&amp;nbsp; The zigbee stack also is up and running, but we always get the message &amp;quot;Failed to join network. Status: -1&amp;quot;.&amp;nbsp; Our own project is derived from the &amp;quot;eddystone&amp;quot; example.&lt;/p&gt;
&lt;p&gt;This is wat we have tried:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- We stripped the eddystone example from cryptography, pwm and the eddystone functionality itself.&amp;nbsp; What remains is the BLE stack init, scheduler init and zigbee init.&amp;nbsp; Zigbee connection still works.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- Our project uses exact the same sdk_config.h file&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- Our project uses exact the same &amp;quot;system_nrf52840.c&amp;quot; file.&amp;nbsp; We also use the &amp;quot;multiprotocol_802451_config.h&amp;quot; file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- Our Zigbee initialisation is exact the same as in the eddystone example.&amp;nbsp; The stack runs because the &amp;quot;zboss_signal_handler&amp;quot; is periodically called.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- Beacon requests are send too.&amp;nbsp; The &amp;quot;zb_set_network_router_role&amp;quot; is set to ZB_TRANSCEIVER_ALL_CHANNELS_MASK.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- I have enable the Zboss logging.&amp;nbsp; This is what we get out from it.&amp;nbsp; I hope you can help us in some way.&amp;nbsp; If you need some other info / code fragments,... , please ask.&lt;/p&gt;
&lt;p&gt;&amp;lt;info&amp;gt; app: Stack init done&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; app: StartAdvPublic&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0E 02 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 7A 00 00 0F 00 F8 FF 07|z.......&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 00 00 01 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 47 01 6F 00 DE AD 0A 02|G.o.....&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 02 00 47 01 99 00|....G...&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 00 00 03 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 47 01 F1 00 DE AD 0A 02|G.......&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 04 00 48 01 36 00|....H.6.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 00 00 05 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; B9 08 83 00 DE AD 0A 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 06 00 B9 08 86 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 00 00 07 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; B9 08 8A 00 DE AD 0A 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 08 00 B9 08 8D 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 00 00 09 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 47 01 94 00 DE AD 0A 02|G.......&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 0A 00 69 00 5C 00|....i.\.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 0B 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 69 00 77 00 0C 00 00 00|i.w.....&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 8A 02 00 00 C3 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 00 00 0C 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 69 00 79 00 DE AD 0E 02|i.y.....&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 0D 00 2B 08 96 00|....+...&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 01 00 00 00 DE AD 0A 02|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 0E 00 90 0C DD 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 0F 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 00 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 10 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 01 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 01 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 11 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 02 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 02 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 12 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 03 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 13 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 04 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 04 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 14 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 05 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 05 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 15 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 06 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 06 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 16 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C A8 00 1F 80 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 07 00 00 00 08 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 17 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C B6 00 00 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 09 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 18 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C B6 00 01 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 01 00 00 00 09 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 19 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C B6 00 02 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 02 00 00 00 09 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 1A 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 90 0C B6 00 03 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 03 00 00 00 09 00 00 00|........&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 16 02 00 00 1B 00|........&lt;br /&gt;&lt;br /&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/25ab.svg" title="White small square"&gt;&amp;#x25ab;&lt;/span&gt;[1;31mLogs dropped (162)&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/25ab.svg" title="White small square"&gt;&amp;#x25ab;&lt;/span&gt;[0m&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; BC 08 22 01 DE AD 0A 02|..&amp;quot;.....&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; 41 00 66 00 B9 08 23 04|A.f...#.&lt;br /&gt;&lt;br /&gt;&amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 41 00 67 00|....A.g.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/183784?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 12:00:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e6d85ff-a157-42c7-b000-7e18ed51c2f7</guid><dc:creator>mathiasvanbelle</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/capture-zigbee.pcapng"&gt;devzone.nordicsemi.com/.../capture-zigbee.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thx for looking. I hope you find something.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/183672?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 08:04:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3dc3045-5fb0-49b7-a8b0-4526e76d888f</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;Can you send the sniffer trace? The .pcapng file that the screenshot is from?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/183413?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 11:14:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86b2dca6-87fc-48f1-acfe-d9e051c136b8</guid><dc:creator>mathiasvanbelle</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Ok, we will start to update the SDK.&lt;/p&gt;
&lt;p&gt;We looked at the&amp;nbsp;&lt;span&gt;multiprotocol examples with SKD 2.0.0 and they worked.&lt;br /&gt;But when i port the code to my my project only the BLE part works.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;mmmm strange, if i init the clock before i init S140 stack in don&amp;#39;t get zigbee messages.&amp;nbsp;&lt;br /&gt;If i don&amp;#39;t init the clock i get my beacon request. Are there other thing i need to be aware of?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I want to connect to my echo plus (amazon alexa). But i don&amp;#39;t get&amp;nbsp;&amp;quot;Joined network successfully&amp;quot;&lt;br /&gt;Any ideas on this. I see communication with my sniffer. See image below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thx&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2019_2D00_04_2D00_24-13_5F00_10_5F00_04_2D00_.png" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee debugging</title><link>https://devzone.nordicsemi.com/thread/183180?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2019 14:41:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a1834fa-e997-40f7-8cfd-e726fb99fde5</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Mathias,&lt;/p&gt;
&lt;p&gt;I suggest that you port to the nRF5_SDK_for_Thread_and_Zigbee_3.0.0, which was recently released. In addition to bugfixes, there are more examples, and more documentation in this SDK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you want to look at how to set up the Zigbee + BLE project, I suggest that you look at one of the examples from the SDK\examples\multiprotocol\ble_zigbee folder. Perharps the ble_zigbee_light_bulb_eddystone or the ble_zigbee_light_switch_nus is a good starting point from your application?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>