<?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 can you adjust the channel using the Zigbee SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42166/how-can-you-adjust-the-channel-using-the-zigbee-sdk</link><description>I have been struggling to get a Zigbee end device talking to a SmartThings hub which is on channel 14. I have now discovered that regardless of the channel mask I give it the nRF52840 is using channel 16. I can see this by calling nrf_081541_channel_get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Jan 2019 14:54:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42166/how-can-you-adjust-the-channel-using-the-zigbee-sdk" /><item><title>RE: How can you adjust the channel using the Zigbee SDK</title><link>https://devzone.nordicsemi.com/thread/164319?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 14:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01109a74-8492-4d5a-9fa5-2a31e907e092</guid><dc:creator>IanAber</dc:creator><description>&lt;p&gt;It was the persistent config setting. The source code set the&amp;nbsp;&lt;span&gt;ERASE_PERSISTENT_CONFIG to ZB_FALSE and because I initially tested the three boards together in the light switch demo project the channel got fixed to 16. From then on it was picking it out of the configuration and ignoring anything I was giving it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A rookie mistake I suppose but then again I am just starting out with this!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Having changed the setting and putting the channel number to 14 the demo switch was found by my SmartThing hub so now I can make some progress.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Many thanks for your speedy reply and help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can you adjust the channel using the Zigbee SDK</title><link>https://devzone.nordicsemi.com/thread/164289?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 13:56:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:238c719d-a1de-4d2a-b99e-e316588e23c3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Are you sure you don&amp;#39;t have multiple definitions of IEEE_CHANNEL_MASK?&lt;/p&gt;
&lt;p&gt;Try to only change the #define ZIGBEE_CHANNEL 11 in sdk_config.h (SDK\examples\zigbee\light_control\light_switch\pca10056\blank\config). Also, make sure that you erase the chip, either by using nrfjprog -e before programming the DK, or by setting &amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ZB_TRUE&amp;quot; near the top of main.c.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know if it still doesn&amp;#39;t work, but I tested it here. I didn&amp;#39;t try to log anything, but the device was certainly not connecting to the network when it was using the wrong channel.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>