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

I need to print the RSSI level in RTT but i couldn't do. Somebody can help me?

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);
Parents
  • @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.

Reply
  • @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.

Children