<?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>How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124138/how-to-config-endpoint-number-dynamically-in-matter-with-nrf54l15</link><description>We are trying to develop a smart controller based on the nRF54L15 that supports a dynamically configurable number of buttons. We want users to be able to select the number of buttons, and have them correctly mapped on the Matter controller. 
 Currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Nov 2025 12:55:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124138/how-to-config-endpoint-number-dynamically-in-matter-with-nrf54l15" /><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/553303?ContentTypeID=1</link><pubDate>Tue, 04 Nov 2025 12:55:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e9a101e-a789-48e7-aa2d-806f4f943982</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I don&amp;#39;t think we have a better suggestion that look again at the matter bridge example for guidance.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/552415?ContentTypeID=1</link><pubDate>Mon, 27 Oct 2025 07:10:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bddb977-f50b-40f4-b65d-41ea73d2dba7</guid><dc:creator>simon3panda</dc:creator><description>&lt;p&gt;Yes, I follow the recommendations by Marte. Not working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/548786?ContentTypeID=1</link><pubDate>Mon, 15 Sep 2025 16:22:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:196e0da4-3ea3-4c5a-9a5d-8860261afb8d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Marte is currently away, I don&amp;#39;t see a specific question here. Did you follow the recommendations by Marte?&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/548680?ContentTypeID=1</link><pubDate>Mon, 15 Sep 2025 02:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc56ed7a-2885-4922-9e0c-6ff6480298de</guid><dc:creator>simon3panda</dc:creator><description>&lt;p&gt;Hi Marte, any update on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/547908?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2025 12:23:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c252cf8-763b-4437-96e5-fde004292419</guid><dc:creator>simon3panda</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/dynamic_5F00_endpoints.cpp"&gt;devzone.nordicsemi.com/.../dynamic_5F00_endpoints.cpp&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/zap_2D00_generated.rar"&gt;devzone.nordicsemi.com/.../zap_2D00_generated.rar&lt;/a&gt;&lt;br /&gt;This is the generic switch dynamic.cpp and zap-generated zip created by zap file.&lt;br /&gt;I modify the light switch sample based on the adding_bridged_matter_device.rst&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/547848?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2025 07:08:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0abb8f0-33d9-46ca-a6c0-11540d1c6afc</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you declared the attributes as dynamic, like in&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.1.0/applications/matter_bridge/src/bridged_device_types/generic_switch.cpp"&gt;generic_switch.cpp&lt;/a&gt;&amp;nbsp;in the Matter Bridge application? I also recommend taking a look at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/applications/matter_bridge/doc/adding_bridged_matter_device.html"&gt;Matter Bridge - Adding support for a new Matter device type&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please be aware that when using dynamic endpoint allocation, you must enable one instance of each device type for testing and certification.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config endpoint number dynamically in Matter with nrf54l15?</title><link>https://devzone.nordicsemi.com/thread/547697?ContentTypeID=1</link><pubDate>Thu, 04 Sep 2025 01:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c7c9943-1d7c-4f45-b161-8f716433e358</guid><dc:creator>simon3panda</dc:creator><description>&lt;p&gt;Attach with endpoint_config.h that generated by zap file.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3731.endpoint_5F00_config.h"&gt;devzone.nordicsemi.com/.../3731.endpoint_5F00_config.h&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>