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

RSSI

I want to get RSSI between PCA10001 and PCA10000. As you known, I have to make these two device connected first. If I write my code based on the example of UART, are these two device connected? What is more, if I want to get RSSI, I have to use sd_ble_gap_rssi_start() and BLE_GAP_EVT_RSSI_CHANGED. Can I use them directly or attacted some files like *.h/.c?

Many thanks.

Related