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

Bluetooth Low Energy Power Profile : Why the module advertises 3 times and why the RX radio is needed ?

Hello everyone,

I'm looking the power profile of the advertising event for the S140 stack but two points trouble me.

• Why the module advertises 3 times ? One of the new features of the Bluetooth 5 is that it doesn't need to send 3 advertising packets per event.

• Why the powered of the RX radio is needed since the packet is broadcasted over the air without acknowledgement packet ?

Thanks in advance,
Sylvain.

Parents
  • Hi,

    You can choose to turn off specific advertising channels by setting the channel_mask field of the ble_gap_adv_params_t when configuring advertising. You can refer to the advertising event power profile from the SoftDevice specification, bu this is for connectable advertising with the RX window. The profile is the same for each advertising channel, so you can derive the resulting profile for one channel by ignoring two of the peaks.

    The radio will be in RX for connectable and/or scannable advertising. You can ignore the RX part of the profile if you have a non-connectable non-scannable advertiser.

  • Hi,

    I am trying to browse through forums to get the appropriate answer for configuring scan channels configuration. Most of the posts are bit old. I am not able to create new post, hence the posted again!

    Is there a possibility to configure or select a scan channel on which the central should scan only on those specified channel(s)? The use case is something like - "the scan should be CONTINUOUS on a specific channel, no channel hop delay."

    Currently our production code is on SDK10 with nrf51x SoC. Would be great if someone help me to understand the supported SDKs and nRF SoCs, if there a provision/support available. 

    We are planning to move to nRF52, trying to explore possibilities to support existing products and new nRF52832 based product with this configurable option.

    Thanks,
    BLEBOT

  • Hi,

    It is better to create a new question instead of "hijacking" an older thread, as that makes browsing the forum more difficult. Why are you not able to create a new question? (But the short answer is that there are no SoftDevice for the nRF51 that allow you to specify a single channel for scanning, it will scan on all channels, one after the other).

Reply Children
No Data
Related