<?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>Matter; Chip controller and OTBR communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90428/matter-chip-controller-and-otbr-communication</link><description>Hi, I am very new to matter and I would like to query some doubts I had regarding the communication between the chip controller and OTBR. 
 
 What protocol is used? I know the chip controller and the OTBR are communicating through local WiFi/ethernet</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Aug 2022 13:37:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90428/matter-chip-controller-and-otbr-communication" /><item><title>RE: Matter; Chip controller and OTBR communication</title><link>https://devzone.nordicsemi.com/thread/379555?ContentTypeID=1</link><pubDate>Mon, 01 Aug 2022 13:37:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef1fe2fd-7fef-4c8f-bfb5-8658c2765238</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="alvin7"]Where do i get the matter specification?[/quote]
&lt;p&gt;You will have to be a member of the Matter Working Group to get access to the specification and I would recommend you ask the Connectivity Standard Alliance for which type of membership that would be (see&amp;nbsp;&lt;a href="https://csa-iot.org/"&gt;https://csa-iot.org/&lt;/a&gt;&amp;nbsp;for more).&lt;/p&gt;
[quote user="alvin7"]I want to control the matter device globally using MQTT in the border router, is there a sample code available or any documentation for said purpose?[/quote]
&lt;p&gt;Unfortunately we do not have any sample codes for that. As far as Matter and MQTT goes, they are unrelated tehcnologies so someone would need to implement a bridge device to combine those two.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter; Chip controller and OTBR communication</title><link>https://devzone.nordicsemi.com/thread/379424?ContentTypeID=1</link><pubDate>Mon, 01 Aug 2022 05:27:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:793275dd-29dc-4e9c-8280-11654ec7861d</guid><dc:creator>alvin7</dc:creator><description>&lt;p&gt;Hi, I apologize for the late reply. Thanks a lot for your response. I have a couple more queries to fill up&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Where do i get the matter specification?&lt;/li&gt;
&lt;li&gt;I want to control the matter device globally using MQTT in the border router, is there a sample code available or any documentation for said purpose?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter; Chip controller and OTBR communication</title><link>https://devzone.nordicsemi.com/thread/379134?ContentTypeID=1</link><pubDate>Thu, 28 Jul 2022 12:58:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4803fff-5a95-4216-b757-b1d233f7745a</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Hi,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;My colleagues in our Matter team explained it to me as follows:&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size:inherit;"&gt;The protocol stack used for sending Matter commands is: [15.4/WiFi/Ethernet] / IPv6 / UDP/ Matter Message&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size:inherit;"&gt;Communication between the controller and OTBR happens over WiFi/Etherhet and further within a Thread network over Thread/15.4.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:inherit;"&gt;Matter Message is a generic message format used for all communication initiated or received by a Matter node. For example, for messages used to establish a secure channel, and messages used to encode Matter commands.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:inherit;"&gt;Matter Message format is described in the Matter specification which we&amp;#39;re not allowed to distribute. If you have access to the specification we can point to the specific chapter. Note that Matter Message format is used for multiple purposes and sending ZCL commands is just one of them, i.e. they use a specific Message Type in the Matter Message. ZCL commands themselves are encoded using a Matter TLV encoding which is also described in the specification.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:inherit;"&gt;When you type &amp;quot;zcl&amp;quot; command a specific ZCL command (or &amp;quot;action&amp;quot; I should have said to use Matter&amp;#39;s nomenclature) is encoded using the Matter TLV format, then it put in a Matter Message and sent using a UDP socket. If this is the first communication with a given node, before the packet is actually sent the controller must find an IP/UDP address of the node using DNS-SD and establish a secure session with the node using Matter-specific Certificate-Authenticated Session Establishment protocol.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;I hope this answers your questions!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Kind regards,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;Andreas&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>