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

What defines the RSSI update rate for nRF51 devices?

I'm working on a project based on the ble_app_uart_c central example in SDK 12.1. I'm polling the RSSI of a Nordic beacon using sd_ble_gap_rssi_get(), and the fastest update in RSSI I can get is between 60 and 75 ms. I can poll faster, but I just get the same RSSI value.

What drives the RSSI update rate and is there an easy way to adjust it? I would like to poll at 25 ms, if possible.

Related