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)
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
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