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

Changing bluetooth range of nrf52840

Hi,

I have an application wherein I need to scan for beacons within a desired range(10m, 20m) using nrf52840.

I know of adjusting the transmit power using gap_ble_tx_power_set(int8  tx_power)  function in the library which can be used for beacons.

Will above setting work in case of a scanner?

Regards

Shariq

Related