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

Mesh SDK : Light demo switch

Hi everyone !! I'm a beginner in ble mesh. I'm working with nRF 52840. I'm not being able to figure out how to see log messages. I want to know where will following line be printed?

__LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "Initializing and adding models\n")

Parents
  • I use JLink to see the log-output from a USB-connected development board.

    An installation guide can be found here.

    EDIT

    For Windows i would just plug in the development board and open the J-Link RTT Viewer application and use USB, my target device and SWD 4000 kHz.

    For Linux i open one terminal and executes these commands, one after each other:

    $ JLinkExe
    J-Link> connect
    J-Link> NRF51422_XXAC
    J-Link> S
    J-Link> 4000
    

    Then i open a second terminal and executes this command:

    $ JLinkRTTClient
    

    Hope this helps.

Reply
  • I use JLink to see the log-output from a USB-connected development board.

    An installation guide can be found here.

    EDIT

    For Windows i would just plug in the development board and open the J-Link RTT Viewer application and use USB, my target device and SWD 4000 kHz.

    For Linux i open one terminal and executes these commands, one after each other:

    $ JLinkExe
    J-Link> connect
    J-Link> NRF51422_XXAC
    J-Link> S
    J-Link> 4000
    

    Then i open a second terminal and executes this command:

    $ JLinkRTTClient
    

    Hope this helps.

Children
Related