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

Concurrent peripheral and advertising s110

Our nRF51822, S110 device uses concurrent advertising (iBeacons) when connected to the central. Our customer would like to have a variable tx power on the advertising packets only. Is there any way we could do this?

Parents
  • Have you tried to use radio_notification library/module and sd_ble_gap_tx_power_set SD API function call to set it for adv. only and then back? Just note that you will be getting radio notification events on both adv. slots and connection interval slots, you will probably need to run applicative timer and "shadow" both processes to distinguish both event types but it should work.

Reply
  • Have you tried to use radio_notification library/module and sd_ble_gap_tx_power_set SD API function call to set it for adv. only and then back? Just note that you will be getting radio notification events on both adv. slots and connection interval slots, you will probably need to run applicative timer and "shadow" both processes to distinguish both event types but it should work.

Children
No Data
Related