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

Advertising on a single channel with S132

Hi, we are trying to disable 2 of 3 advertising channels on nRF52832 SoC with the softdevice S132 (1.0.0-3.alpha) installed. The example project ble_app_beacon works well and is the code base for us. To disable the channel 37 and 38 we added following lines at the end of advertising_init().

m_adv_params.channel_mask.ch_37_off = 1;

m_adv_params.channel_mask.ch_38_off = 1;

But then it denies to send something on any advertising channel. Is there a bug in the alpha version of the softdevice or are further things to do for disabling one or two channels?

Thanks in advance!

Parents
  • Hi, we use the nRF51422 Sniffer v1.0.1_1111 and this does not show up the packages. I analyzed the energie consumption with a scope and realized that there is indeed one spike when it should send one advertisement packet. In other words the sniffer is the problem, although I already used the "h" option to set the hopping sequence.

Reply
  • Hi, we use the nRF51422 Sniffer v1.0.1_1111 and this does not show up the packages. I analyzed the energie consumption with a scope and realized that there is indeed one spike when it should send one advertisement packet. In other words the sniffer is the problem, although I already used the "h" option to set the hopping sequence.

Children
Related