This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to add channel hopping in 802.15.4 example.

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 "CONFIG_TEST_CHANNEL" macro in 802_15_4_config.h file.

#define CONFIG_TEST_CHANNEL 11
#define CONFIG_TEST_CHANNEL_MASK (1 << CONFIG_TEST_CHANNEL) 

Parents Reply Children
No Data
Related