This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

read the RSSI when peripheral sends a notification

Hi,

    I want to get the RSSI value when peripheral has sent a notification to center device. How could I do?

    Is there anything method to get the RSSI value?

    Thanks in advance.

  • Hello,

    Take a look at simpleBleCentral running on SmartRF board project.  This example will show RSSI on LCD after connecting and pressing the joystick down. The example uses a callback function which is called when RSSI is updated. To trigger RSSI updates, you need to set the RSSI read period - set the parameter GAPROLE_RSSI_READ_RATE.

    BR,

    -Greg

  • Hi,

        First, I am sorry to my incomplete description.

        My project is designed as a peripheral. so I can not use "GAPCentralRole_StartRssi()" function to read the RSSI value.

        Is there any function to be called in BLE stacks?   Thanks.