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

How to get RSSI by nRF51822-EK

I am a freshman. And I am doing some research on BTLE by nRF51822-EK. I want to get RSSI. Could you please tell me if there is a reference code or project in SDK? Is there any book about development of BTLE? Please tell me. Many thanks.

Parents
  • To start receiving RSSI measurements with the S110 softdevice, you just call sd_ble_gap_rssi_start(). This will then give you BLE_GAP_EVT_RSSI_CHANGED events in which you can read the current RSSI level. Please note that this only works while in a connection.

  • But where should I write the code. As you known, the company just give a 'HEX' file. And another question is how I can find the special function which I need. Looking forward to your reply. Many thanks

Reply
  • But where should I write the code. As you known, the company just give a 'HEX' file. And another question is how I can find the special function which I need. Looking forward to your reply. Many thanks

Children
No Data