I try to print the RSSI level but i couldn't do. I use nRF51 DK and soft device S130.
This is the line that i just write:
SEGGER_RTT_printf("RSSI: %d\n",p_gap_evt->params.rssi);
I try to print the RSSI level but i couldn't do. I use nRF51 DK and soft device S130.
This is the line that i just write:
SEGGER_RTT_printf("RSSI: %d\n",p_gap_evt->params.rssi);
@Pablo: Have you tried using the NRF_LOG_INFO()
Macro instead? Make sure that you have NRF_LOG_BACKEND_SERIAL_USES_RTT
checked in the sdk_config.h
configuration wizard.
@Pablo: Have you tried using the NRF_LOG_INFO()
Macro instead? Make sure that you have NRF_LOG_BACKEND_SERIAL_USES_RTT
checked in the sdk_config.h
configuration wizard.
Happy to help :) I would appreciate if you could mark the answer as correct( click the checkmark in the circle to the left of the answer).