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

Unwanted printing in the com port from a SDK app. "

Why does " app:" appear in my serial port when reading from ble_app_hrs_c from the SDK for nrf52dk. I was looking to remove this part sending to the com port but I cannot find where or why it prints this every line.


It looks like - "<info> app: Heart Rate = 210"

I need just - "Heart Rate=210"

I am using segger embedded studio to test the program. I am using this to eventually connect a real sensor to the peripheral and then read the output from a serial port, however I cant have <info> app: there as it is unnecessary to have, I cant find where it is located however.

Related