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

How to view the log

This is definitely a stupid question but the uart ble example is littered with the likes of " NRF_LOG_INFO("Connected");". Where is this printed and how can I view it? I can see things that are in printf statements but not this LOG. I am using segger embedded studio, nrf connect for desktop and termite. 

Thanks!

Parents
  • Connect your board to your PC, then in Windows open the Device Manager, under Ports you will see something like "J-link UART Port" on the end there will be a com port assigned to it in brackets, example (COM8)

    Start Termite and go in Settings, there as a Port set the com port that is assigned to your dev board, in Baud Rate select 115200 and click Ok. Restart your NRF dev board and you should see the output of the NRF_LOG_INFO in Termite now...

    You dont specially need to use Termite, you can use any serial communication software, i use Putty for example...

  • Thanks for your reply. That's what I have been doing but things inside the NRF_LOG_INFO statements are not appearing on the terminal. Only things inside printf's come up

Reply Children
Related