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

nRF52 DK Logging to USB

I have an nRF52 DK and have compiled (with gcc) and flashed an example that contains the line

NRF_LOG_PRINTF("SPI example\r\n");

I get the appropriate LED flashing that indicates that the example is running.

I want to use screen (on OSX) to view the USB port (the same one that's powering the board).

screen /dev/tty.usbmodem2641

Nothing is getting logged.

What do I need to do to see this log output?

Related