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

How to read RSSI value on nrf_application or putty terminal

Hi,

I need to print the RSSI value to the nrf app or putty terminal to check the RSSI value.

I have gone the structures "ble_gap" file to get the RSSI value and calling it in the main function.

After calling it into the main and checking it into the putty terminal it show the fixed value it never changes.

So I need guidance for the same to develop my code ...

Thanks

Parents Reply
  • Hi Awneil,

    I have studied on the "sd" API's to the RSSI to get it. 

    They explained that we should have to start RSSI API before ADV starts and then get the RSSI value from the structures.

    Even from the online examples I have tried to call those structures to get the RSSI value and then transmit it to the NUS to mobile app.

    If you have some sample then please share it ... I need it urgently ...

    Looking for your solution ....

    Thanks

Children
Related