<?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</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91888/zigbee</link><description>HI 
 After the connection between the light-bulb and the Zigbee-Coordinator is completed, it is observed from Sniffer that both parties will broadcast regularly (as shown in the screenshot below), and there are some questions: 1. Is there a way to describe</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Oct 2022 09:09:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91888/zigbee" /><item><title>RE: zigbee</title><link>https://devzone.nordicsemi.com/thread/390586?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2022 09:09:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd009155-0ae3-4152-b3ec-ca3b593c67e3</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="SkyC"]1. In this example, where in the source code is the Zigbee (RF) packet received for parsing?[/quote]
&lt;p&gt;This depends on the packet type. The reception of packets are handled inside the ZBOSS stack, which is only available as a linkable library. Relevant application packages are provided to the configured callbacks. The raw RF packages are not available to the application.&lt;/p&gt;
[quote user="SkyC"]2. In this example, when executing as Coordinator, what are the corresponding clusters that can be processed?[/quote]
&lt;p&gt;Since the CLI agent example works with clusters through cluster IDs directly, it should be able to process any clusters defined in the ZCL specification.&lt;/p&gt;
[quote user="SkyC"]3. In this example, where in the source code is the place to distinguish RF packet attributes (profile/cluster/attribute/command...)?[/quote]
&lt;p&gt;Not sure I understand this question. Like I said in 1., the packets are passed to the relevant callbacks in the application. Please have a look at the documentation in&amp;nbsp;&lt;a title="Zigbee stack API overview" href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.2.0/using_zigbee__z_c_l.html?cp=8_3_3_4"&gt;Zigbee stack API overview&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zigbee</title><link>https://devzone.nordicsemi.com/thread/389105?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 05:38:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:122f6eaa-270d-409c-81b6-ca9bddfa2b07</guid><dc:creator>SkyC</dc:creator><description>&lt;p&gt;HI&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a few questions about zigbee_cli_agent (PCA10056) clusters:&lt;br /&gt;1. In this example, where in the source code is the Zigbee (RF) packet received for parsing?&lt;br /&gt;2. In this example, when executing as Coordinator, what are the corresponding clusters that can be processed?&lt;br /&gt;3. In this example, where in the source code is the place to distinguish RF packet attributes (profile/cluster/attribute/command...)?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zigbee</title><link>https://devzone.nordicsemi.com/thread/387168?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 20:02:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:734aaa5c-6517-4f64-943b-d9a3045f9fae</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It looks like your Wireshark is not properly setup to dissect the Zigbee protocol/packets.&lt;/p&gt;
&lt;p&gt;When I open your attached sniffer trace, I see this in Wireshark:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/sniffer_5F00_trace_5F00_88.png" /&gt;&lt;/p&gt;
&lt;p&gt;Frame 46 is a &amp;quot;Extended address request&amp;quot;.&lt;/p&gt;
&lt;p&gt;The state change command can be seen in frame 55/60: &amp;quot;ZCL OnOff Toggle&amp;quot;.&lt;/p&gt;
&lt;p&gt;Please make sure you follow the instructions in&amp;nbsp;&lt;a title="Configuring Wireshark for Zigbee" href="https://infocenter.nordicsemi.com/topic/ug_sniffer_802154/UG/sniffer_802154/configuring_sniffer_802154_zigbee.html?cp=10_4_2_1"&gt;Configuring Wireshark for Zigbee&lt;/a&gt;&amp;nbsp;closely.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zigbee</title><link>https://devzone.nordicsemi.com/thread/386976?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 02:05:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00ae2f94-0c5f-423c-863a-7244c2a9ac64</guid><dc:creator>SkyC</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;Any updates?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zigbee</title><link>https://devzone.nordicsemi.com/thread/386273?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2022 01:28:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e7f710d-d188-4108-8302-fa0395242148</guid><dc:creator>SkyC</dc:creator><description>&lt;p&gt;HI&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Execute the following command in the console of ZC to toggle the LED light on the light-bulb&lt;br /&gt; zdo match_desc 0xfffd 0xfffd 0x0104 1 0 0&lt;br /&gt; zdo ieee_addr 0x5B28&lt;br /&gt; zcl cmd f4ce3682f9e8f132 10 0x0006 -p 0x0104 0x02&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;1.How to interpret the content of this payload 13 bytes?&lt;br /&gt;2.where can it be seen that it is doing an on-off toggle command?&lt;/p&gt;
&lt;p&gt;3.Is there a packet for the light bulb to actively update the state?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/65434.png" /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/88.pcapng"&gt;devzone.nordicsemi.com/.../88.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: zigbee</title><link>https://devzone.nordicsemi.com/thread/386040?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 15:26:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27d10394-1a53-4cf7-a86d-219a156e823d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. If you start the sniffer before the router is commissioned by the commissioner, the sniffer will capture the transport key that is exchanged on-air during commissioning process. You will then be able to see much more details about the packets and content in Wireshark. I have attached an example:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/zigbee_5F00_sniffer.png" /&gt;&lt;/p&gt;
&lt;p&gt;2. The broadcast packets you see are &amp;quot;Link Status&amp;quot; messages sent by the stack with information about the node&amp;#39;s neighbors and incoming/outgoing link cost. You can read more about this in the Zigbee Network specifications (Link Status Messages).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>