on the log of nRF Master Control (mobile version) I can see DEBUG
VERBOSE
APP
WARNING
. I want to know if there is a directive on SDK 10 (functions) to send those kind of messages to nRF Master Control to debug
on the log of nRF Master Control (mobile version) I can see DEBUG
VERBOSE
APP
WARNING
. I want to know if there is a directive on SDK 10 (functions) to send those kind of messages to nRF Master Control to debug
I take it you are looking for a way to send debug printouts over air? There is now straight forward way of just enabling logging that makes the debug messages appear in the MCP. The logging library that in the SDK is only for logging locally via a debugger. However, you can use Noric's UART over BLE, as is demonstrated in the UART/Serial Port Emulation over BLE example.