<?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 add channel hopping in 802.15.4 example.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52890/how-to-add-channel-hopping-in-802-15-4-example</link><description>Hi, 
 I am a beginner in nRF52840. I want to add a channel hopping feature in the 802.15.4 example . 
 As per my understanding of source code, we can set the channel number by defining value for the &amp;quot;CONFIG_TEST_CHANNEL&amp;quot; macro in 802_15_4_config.h file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Oct 2019 07:37:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52890/how-to-add-channel-hopping-in-802-15-4-example" /><item><title>RE: How to add channel hopping in 802.15.4 example.</title><link>https://devzone.nordicsemi.com/thread/213318?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2019 07:37:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd205c36-2659-47b4-a001-cce8b5359172</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;The 802.15.4 MAC layer does not specify a channel hopping feature, that means that you will have to implement that yourself.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can change the channel a device&amp;#39;s radio operates on by calling&amp;nbsp;&lt;a title="nrf_802154_channel_set" href="https://infocenter.nordicsemi.com/topic/sdk_tz_v3.2.0/group__nrf__802154.html?cp=5_3_5_2_0_17#gadc60ad976f01c4548b92d9be8ea6927c"&gt;nrf_802154_channel_set&lt;/a&gt;. Since both sides of a link need to change at the same time you need to&amp;nbsp;synchronize the channel hopping sequence.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>