<?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>studying Matter</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91802/studying-matter</link><description>Hi, 
 
 I am learning Matter. I have some questions: 
 
 Where can I get the resources, especially official resources, to study Matter? 
 What is the use of the Service discovery in Matter? Is there any service implemented in Matter itself? 
 What is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Sep 2022 11:29:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91802/studying-matter" /><item><title>RE: studying Matter</title><link>https://devzone.nordicsemi.com/thread/386611?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 11:29:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97086352-7092-4f48-afb3-ef2fd1135bda</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;div&gt;Yes, in such a setup (each) light bulb device needs to be provided with proper ACL which defines that this particular light switch (in given fabric, with given node ID) is allowed to control defined clusters. In general this is done with Matter controller, like chip-tool, which by default has admin privilege. This is described in light_switch docs:&lt;/div&gt;
&lt;div&gt;&lt;a title="https://developer.nordicsemi.com/nrf_connect_sdk/doc/2.0.0/nrf/samples/matter/light_switch/readme.html" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/samples/matter/light_switch/README.html" rel="noopener noreferrer" target="_blank"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/samples/matter/light_switch/README.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;i.e.:&lt;/div&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-tool accesscontrol write acl &amp;#39;[{&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;privilege&amp;quot;: 5, &amp;quot;authMode&amp;quot;: 2, &amp;quot;subjects&amp;quot;: [112233], &amp;quot;targets&amp;quot;: null}, {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;privilege&amp;quot;: 3, &amp;quot;authMode&amp;quot;: 2, &amp;quot;subjects&amp;quot;: [&amp;lt;light_switch_node_ID&amp;gt;], &amp;quot;targets&amp;quot;: [{&amp;quot;cluster&amp;quot;: 6, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;deviceType&amp;quot;: null}, {&amp;quot;cluster&amp;quot;: 8, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;deviceType&amp;quot;: null}]}]&amp;#39; &amp;lt;light_bulb_node_ID&amp;gt; 0&lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;will allow the light switch to manipulate clusters 6 and 8 (on/off and brightness) on the light bulb with provided node ID.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: studying Matter</title><link>https://devzone.nordicsemi.com/thread/385831?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 03:31:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74e74374-5117-455f-9f6c-90b19a1e5c68</guid><dc:creator>jhc</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your reply!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;for 3. As known, the Attribute of Binding Cluster is a list of binding targets, like below, SWITCH binds with BULB, so a binding target would be added to the binding list of the SWITCH:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1663039141158v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Should an ACL item be added to the list of Access Control Cluster of the BULB to&amp;nbsp;grant the&amp;nbsp;&lt;span&gt;SWITCH the&lt;/span&gt; corresponding permission (maybe Operate Privilege) ?&lt;/p&gt;
&lt;div id="phraseJoinewrskdfdswerhnyikyofd" data-v-app=""&gt;
&lt;div class="tap-to-translate-wsrfhedsoufheqiwrhew to-translate-icon-wsrfhedsoufheqiwrhew" style="left:114px;top:37px;" data-v-2a9a42c8=""&gt;logo&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: studying Matter</title><link>https://devzone.nordicsemi.com/thread/385657?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 08:56:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aaa5eede-cc92-4ee6-902c-d62fc1f7b9fe</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Here are the answers to the rest of your questions from our Matter team:&lt;/p&gt;
&lt;p&gt;3. They are completely unrelated clusters. Access Control cluster is used to grant privileges for accessing or configuring a given aspect of a node while Binding cluster is used to bind a client cluster on a node with a specific server cluster on another node (or group of nodes). A typical use case for the latter is binding a light switch to act upon a specific lighting device.&lt;/p&gt;
&lt;p&gt;4.No, subscription is a general mechanism of the Matter&amp;#39;s Interaction Model. Many attributes and events from different clusters can be subscribed to and Binding cluster is not involved in that process.&lt;/p&gt;
&lt;p&gt;5. Description of each cluster in the specification includes the &amp;quot;Access&amp;quot; column that states what privilege level is needed to read or write a given attribute or run a given command. From that you can conclude that to read bindings you need to have a View privilege, and to modify it - Manage privilege.&lt;/p&gt;
&lt;p&gt;6. The commissioner has by default Administer privilege level on all nodes it has commissioned.&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: studying Matter</title><link>https://devzone.nordicsemi.com/thread/385548?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 15:12:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:853d0c8c-132d-4cce-89a8-cc88ddba3bf6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Where can I get the resources, especially official resources, to study Matter?[/quote]
&lt;p&gt;To get access to the Matter specification, you should become a member of the Connectivity Standard Alliance (CSA). You can find the available documentation from Nordic in the nRF Connect SDK documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/ug_matter.html"&gt;Matter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/matter/index.html"&gt;Matter Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
[quote user=""]What is the use of the Service discovery in Matter? Is there any service implemented in Matter itself?[/quote]
&lt;p&gt;The Matter specification defines supported clusters, which&amp;nbsp;&lt;span&gt;representation of a single functionality within a Matter device, such as turning a device on and off. Each cluster contains attributes, commands, and events, which can be mandatory or optional.&lt;/span&gt;&lt;/p&gt;
[quote user=""]&lt;ul&gt;&lt;li&gt;What is the relationship and difference between the Access Control cluster and the Binding cluster in Endpoint 0?&lt;/li&gt;
&lt;li&gt;Is the S&lt;span&gt;ubscription&amp;nbsp;&lt;/span&gt;function implemented by Binding through the Binging cluster?&lt;/li&gt;
&lt;li&gt;Does the Binding process have to be carried out by the Admin node?&lt;/li&gt;
&lt;li&gt;Does the Admin of the network have a default permission to access the ACL of other Matter devices?&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;I will have to check with our Matter team regarding these questions.&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>