<?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 template: how to get FTD?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113922/matter-template-how-to-get-ftd</link><description>Hello, 
 when I play around with the matter template example, I always get a thread child device. How to get a full thread device with routing etc? 
 Thanks, Edi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Aug 2024 11:01:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113922/matter-template-how-to-get-ftd" /><item><title>RE: Matter template: how to get FTD?</title><link>https://devzone.nordicsemi.com/thread/498436?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 11:01:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4e756f8-eeff-4b1e-a922-81563698f77f</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The samples need some extra configurations set for FTD to work, which &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD"&gt;CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD&lt;/a&gt; sets. Without these configurations, the build will fail.&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: Matter template: how to get FTD?</title><link>https://devzone.nordicsemi.com/thread/498430?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 10:23:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a81fbb22-a0bc-446a-90d9-71f054d89353</guid><dc:creator>Eduard Iten</dc:creator><description>&lt;p&gt;Ah, thanks, I missed the second line and got compile error! Will try it next time in the lab and report back.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter template: how to get FTD?</title><link>https://devzone.nordicsemi.com/thread/498311?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2024 14:06:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3eac3ae-2550-4dac-ac9c-95836767274b</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Edi,&lt;/p&gt;
&lt;p&gt;The default device type is set to Minimal Thread Device (MTD) in the Matter samples, as you can see in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.7.0/samples/matter/template/Kconfig#L15-L17"&gt;template/Kconfig#L15-L17&lt;/a&gt;. MTDs can only be child devices.&lt;/p&gt;
&lt;p&gt;You can change the device type to Full Thread Device (FTD) by adding the following Kconfig options in prj.conf:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_OPENTHREAD_FTD=y&lt;/code&gt;&lt;br /&gt;&lt;code&gt;CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD=y&lt;/code&gt;&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></channel></rss>