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

Gazell Availabel Channels

What are the allowed channel numbers for gazell?

In the gazell user manual it states, a possible 80 channels. While the nrf_gzll_set_channel_table () API reference says channels can be "0 <= channel <= 125, where the actual centre frequency is (2400 + channel)*".

But the ISM band only operates from 2.4GHz to 2.5GHz, so 2525 would be outside the band.

So are channels 0 to 100 only allowed?

  • From support,

    "Even though our radio is capable of setting those channels, you should not use the top 25 channels as this would go into the 2.5 GHz range. Also, it is not recommended that you use channel '0' and channel '99', just because you are at either edge of the 2.4 GHz spectrum and any clock jitter will put you outside of the 2.4 GHz range."

  • Hi

    If I am not mistaken the ISM band covers the range from 2400-2483.5MHz.

    Technically that means channels 0-83 are safe to use, but it is good practice not to use the lower and upper channels as you could get outside the band when you factor in the bandwidth of the signal (in particular this could be an issue when using the 2Mbps mode).

    To be 100% sure that you are inside the band regardless of the bitrate I would then recommend sticking to channels 2-81.

    Regards Torbjørn

Related