How to use nrF52833 board output RSSI value (not read by mobile phone, or communication between boards)
How to use nrF52833 board output RSSI value (not read by mobile phone, or communication between boards)
How to use nrF52833 board output RSSI value (not read by mobile phone, communication between boards only)
I'm sorry I wrote that wrong
Hi
The RSSI is not something a board can output, as it is a "Received Signal Strength Indicator" and will have to be implemented in the receiving end. Please check out the SD_BLE_GAP_RSSI_START, _GET. and _STOP functions (described in ble_gap.h in our SDK).
Best regards,
Simon
But how should it be called
This is described in the RSSI_START, _STOP, _GET functions in the SDK API. What SDK version and SoftDevice are you using exactly?
Best regards,
Simon