<?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 Door Lock Controller example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124848/matter-door-lock-controller-example</link><description>We are considering to develop an embedded device that can control Matter door locks. So it should act as a Matter Door Lock client. Unfortunately it is impossible to find any examples doing this, all the available examples are based on Matter Door Lock</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Oct 2025 15:33:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124848/matter-door-lock-controller-example" /><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/551307?ContentTypeID=1</link><pubDate>Mon, 13 Oct 2025 15:33:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76750b8a-af19-4b8e-973c-76c4868d4981</guid><dc:creator>BertL</dc:creator><description>&lt;p&gt;Thanks, that&amp;#39;s useful information. We indeed want to use commercial Matter ecosystems, but it is no problem to create a custom app to support this. I also see that Home Assistant already merged support for creating the bindings:&lt;br /&gt;&lt;br /&gt;&lt;a id="" href="https://github.com/matter-js/python-matter-server/pull/1155"&gt;https://github.com/matter-js/python-matter-server/pull/1155&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then the main concern is still the lack of samples. I&amp;#39;m familiar with the template sample and the zap-tool to enable the clusters I need. However just enabling the&amp;nbsp;Door Lock client cluster, doesn&amp;#39;t give me the functions I need to send an unlock command somewhere.&lt;/p&gt;
&lt;p&gt;Is there any information available somewhere?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/551276?ContentTypeID=1</link><pubDate>Mon, 13 Oct 2025 12:45:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae2a4f3e-417d-444f-ba0f-4f0f32eb3f24</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;Do you want to use both the Matter Door Lock and Matter Door Lock controller with the commercial ecosystem?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If yes, then it’s the controller that must bind the Matter Door Lock to the Matter Door Lock controller. Currently, this is possible on both Android and iOS, but only if you create a custom app. Neither the Apple Home app nor the Google Home app supports binding by default.&lt;/p&gt;
&lt;p&gt;Here is an interesting blog post from Eve: &lt;a title="https://matter-smarthome.de/en/products/matter-bindings-in-action-eve-thermo-control/" href="https://matter-smarthome.de/en/products/matter-bindings-in-action-eve-thermo-control/" rel="noopener noreferrer" target="_blank"&gt;https://matter-smarthome.de/en/products/matter-bindings-in-action-eve-thermo-control/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Node IDs are allocated randomly during the commissioning process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/551079?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2025 06:58:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7d1c6e3-292e-4455-b0aa-cc9c0b32445e</guid><dc:creator>BertL</dc:creator><description>&lt;p&gt;Thanks Amanda for your response! An example use case would be a fully matter enabled keypad, that can send unlock-door commands with a pin-code to configured node ids.&lt;br /&gt;&lt;br /&gt;How to configure these node ids is indeed not clear yet, it seems that the Matter Documentation about a Door Lock Controller doesn&amp;#39;t say anything about it. That&amp;#39;s why I&amp;#39;m looking for examples ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/551037?ContentTypeID=1</link><pubDate>Thu, 09 Oct 2025 16:17:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5141acd0-9f5e-48fb-b707-52621114b466</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately, &lt;span&gt;we do not have the out-of-the-box example. You&amp;nbsp;&lt;/span&gt;would need to use the Template sample and enable the Door Lock client cluster by yourself.&lt;/p&gt;
&lt;p&gt;One challenge might be to find the proper Device ID of the Door Lock, which can be solved in a few ways. Could you elaborate on more details of your use case?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/550923?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 13:57:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e86e05ea-63b0-48b3-85f6-c69e97f4db60</guid><dc:creator>BertL</dc:creator><description>&lt;p&gt;I know, but I want to develop&amp;nbsp;a device that is commissioned to a Matter-over-thread network and then will send (un)lock commands to other Matter devices (no BLE). Of course this can be done using a raspberry pi + python, but I need this device to be small, cheap and battery operated. So I hope it is possible to do this with a Nordic MCU&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/550920?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 13:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35f3b3e3-9081-4ba2-80a4-11ba94728f17</guid><dc:creator>ADM1N</dc:creator><description>&lt;p&gt;Now you can use custom commands to control lock. For example BLE connection (Nordic BLE UART example). It isn&amp;#39;t correct but it can be solution while we don&amp;#39;t have example of controller&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/550918?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 13:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edd2f749-45ff-4cdd-b088-0053bbb5a575</guid><dc:creator>BertL</dc:creator><description>&lt;p&gt;Thanks for your input! I am familiar with the door lock examples. The issue is that I don&amp;#39;t want to create a door lock device, but want to create a device that can &lt;strong&gt;control&lt;/strong&gt; a Matter door lock. There is a certifiable Matter device type for such devices, called a &amp;quot;&lt;strong&gt;Door Lock Controller&lt;/strong&gt;&amp;quot; (device type ID: 0x000B), as can be seen here:&lt;br /&gt;&lt;br /&gt;&lt;a id="" href="https://github.com/project-chip/connectedhomeip/blob/master/docs/ids_and_codes/spec_device_types.md"&gt;https://github.com/project-chip/connectedhomeip/blob/master/docs/ids_and_codes/spec_device_types.md&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The problem is that I cannot find a single example project for such a device. There is a million &amp;quot;door lock&amp;quot; examples, but no &amp;quot;door lock controller&amp;quot; examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/550916?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 13:39:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c89ecfe2-5d16-44b5-b074-bd786b90c1c1</guid><dc:creator>ADM1N</dc:creator><description>&lt;p&gt;Nordic docs about Door Lock:&amp;nbsp;&lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/matter/lock/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/matter/lock/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also official demonstration using Linux and nRF 52/53 DK:&amp;nbsp;&lt;a href="https://youtu.be/9Ar13rMxGIk?t=1047&amp;amp;si=vZXx4lyhdcJcozUl"&gt;https://youtu.be/9Ar13rMxGIk?t=1047&amp;amp;si=vZXx4lyhdcJcozUl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;By the way don&amp;rsquo;t use Project-Chip documentation because it much harder to repeat. Use vs code + ncs&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As console for logs I recommend to use nRF Connect for Desktop &amp;gt; Serial Terminal &amp;gt; VCOM1(it&amp;rsquo;s serial port)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/550914?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 13:34:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6445f955-4489-4d0d-ad8a-c08d641acec9</guid><dc:creator>ADM1N</dc:creator><description>&lt;p&gt;Example on GitHub:&amp;nbsp;&lt;a id="" href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/matter/lock"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/samples/matter/lock&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to start Hello World (the same you can start and flash Matter Lock):&amp;nbsp;&lt;a href="https://youtu.be/zRA5W-L4Rfg?si=PxP7aosn2CbbC_ud"&gt;youtu.be/zRA5W-L4Rfg&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Door Lock Controller example</title><link>https://devzone.nordicsemi.com/thread/550911?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 13:29:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cb23464-b030-4a28-990e-ef6442a405e1</guid><dc:creator>ADM1N</dc:creator><description>&lt;p&gt;You can run example in NCS (Nordic Connect SDK).&amp;nbsp;&lt;br /&gt;1. install VS Code&lt;br /&gt;2. install nRF Connect Desktop&amp;nbsp;&lt;br /&gt;3. install add-on nRF Connect for VS Code&lt;br /&gt;4. Install SDK and Toolchain&lt;br /&gt;5. Create Application &amp;gt; Copy Example &amp;gt; Matter Lock&lt;br /&gt;6. Setup Built configuration&lt;br /&gt;7. First Build&lt;br /&gt;8. Flash using ui or west flash -d&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/124815/nrf54l15-dk-matter-over-thread-start"&gt;nRF54L15-DK Matter Over Thread start&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;if you want I can make video how to start this example&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>