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.
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.
Hi
For reference please have a look at the attached example. It adds RSSI measurements to the nRF51822 Evaluation kit HRS example, and changes the value of the evaluation kit LED based on the RSSI.
Best regards Torbjørn
As you can see in the code, this example does not transmit the RSSI over the air in any way, so you can not read it in Master Control Panel. Instead it outputs the RSSI value on the LEDs. Please see line 657 in main.c and onwards.
As you can see in the code, this example does not transmit the RSSI over the air in any way, so you can not read it in Master Control Panel. Instead it outputs the RSSI value on the LEDs. Please see line 657 in main.c and onwards.