<?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>Thread auto switch channel</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75104/thread-auto-switch-channel</link><description>Hello, 
 My name is Edward, I am trying to configure a net Thread with auto selection channel, do you have any example about this? 
 I have based my development on the simple_coap_server and simple_coap_client examples. 
 I had tried to call these functions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jan 2022 09:55:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75104/thread-auto-switch-channel" /><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/350377?ContentTypeID=1</link><pubDate>Mon, 31 Jan 2022 09:55:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bd95046-0bd3-4d03-a570-d197985b5313</guid><dc:creator>SimonEMB</dc:creator><description>&lt;p&gt;Hi everyone, &lt;br /&gt;&lt;br /&gt;Does anyone manage to solve this issue ? &lt;br /&gt;&lt;br /&gt;I am working with nRF5 SDK for Thread and Zigbee v4.1.0 on Keil, with only nRF52840 FTD devices with BLE/OpenThread running in the same time.&lt;br /&gt;In the channel-manager.h file we can find: &lt;br /&gt;&amp;quot;&amp;nbsp;*&amp;nbsp;&amp;nbsp; The functions in this module are available when Channel Manager feature&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp; (`OPENTHREAD_CONFIG_CHANNEL_MANAGER_ENABLE`) is enabled. Channel Manager is available only on an FTD build.&lt;br /&gt;&amp;nbsp;*&amp;quot;&lt;br /&gt;&lt;br /&gt;I have tried to add &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - OPENTHREAD_CONFIG_CHANNEL_MANAGER_ENABLE, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - OPENTHREAD_CONFIG_CHANNEL_MANAGER_ENABLE=y&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CONFIG_OPENTHREAD_CHANNEL_MONITOR=y&amp;nbsp;&lt;br /&gt; in the project C/C++ Define options, but it never compiles, I always get the following error message.&lt;br /&gt;&lt;br /&gt;.\_build\nrf_app.axf: Error: L6218E: Undefined symbol otChannelManagerSetAutoChannelSelectionEnabled (referred from thread_utils.o).&lt;br /&gt;.\_build\nrf_app.axf: Error: L6218E: Undefined symbol otChannelManagerSetAutoChannelSelectionInterval (referred from thread_utils.o).&lt;br /&gt;&lt;br /&gt;Any ideas ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/320762?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 15:11:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:514d0228-33bf-426a-9439-845a1589782c</guid><dc:creator>Hakon</dc:creator><description>[quote user="SoerenBirth"]May be there is another (additional) config?![/quote]
&lt;p&gt;&amp;nbsp;You can try&lt;/p&gt;
&lt;div style="font-family:Menlo, Monaco, Consolas, &amp;#39;Courier New&amp;#39;, Courier, monospace;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0;text-transform:none;white-space:normal;"&gt;CONFIG_OPENTHREAD_CHANNEL_MONITOR=y&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/320066?ContentTypeID=1</link><pubDate>Wed, 14 Jul 2021 14:07:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae9ab83a-c304-4a3e-a48e-8e23121741cd</guid><dc:creator>SoerenBirth</dc:creator><description>&lt;p&gt;I did it,&lt;br /&gt;&lt;br /&gt;it is really like the original post.&lt;br /&gt;&lt;br /&gt;May be there is another (additional) config?!&lt;br /&gt;&lt;br /&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/320059?ContentTypeID=1</link><pubDate>Wed, 14 Jul 2021 14:01:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad055006-c994-4ac1-9439-35a987ec6e47</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;You can try enabling&lt;/p&gt;
&lt;div style="font-family:Menlo, Monaco, Consolas, &amp;#39;Courier New&amp;#39;, Courier, monospace;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0;text-transform:none;white-space:normal;"&gt;CONFIG_OPENTHREAD_CHANNEL_MANAGER=y&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/320007?ContentTypeID=1</link><pubDate>Wed, 14 Jul 2021 12:18:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:488f1f65-7cb7-4a84-9156-e2cd7d4251bf</guid><dc:creator>SoerenBirth</dc:creator><description>&lt;p&gt;Hey Hakon,&lt;br /&gt;&lt;br /&gt;i&amp;#39;m using SDK v1.5.1.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried v1.6 but then even the example don&amp;#39;t compile....&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/319998?ContentTypeID=1</link><pubDate>Wed, 14 Jul 2021 12:01:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86ce6522-a932-4620-b51b-d18962891894</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;what SDK version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/319954?ContentTypeID=1</link><pubDate>Wed, 14 Jul 2021 08:38:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29f66bd3-5eab-4a8e-bc42-5f3df904382b</guid><dc:creator>SoerenBirth</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;i ran into the same problem, the undefined reference... The library is not included in the project and is not compiled at all!?&lt;br /&gt;&lt;br /&gt;Hopefully there will be an answer this time (Sorry but it is so frustrating running from one quirk/bug into an other and waiting and waiting for answers).&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;S&amp;ouml;ren&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread auto switch channel</title><link>https://devzone.nordicsemi.com/thread/309752?ContentTypeID=1</link><pubDate>Fri, 14 May 2021 11:17:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27570ba3-7677-460f-8434-599fb9e58c01</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;due to low staffing, you should expect some delay in response time until Tuesday. Thank you for your patience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>