I have a custom firmware developed on a nrf52832 SoC. I would like to know if i could see nrf logs such as nrf_log_info and nrf_log_debug via bluetooth? if this is possible how do i go about achieving this?
Thanks.
I have a custom firmware developed on a nrf52832 SoC. I would like to know if i could see nrf logs such as nrf_log_info and nrf_log_debug via bluetooth? if this is possible how do i go about achieving this?
Thanks.
Only if you wrote some code that forwarded them over the BLE link
Hi
As awneil says, you will have to write/edit some code in order to forward the NRF_LOGs to the BLE link somehow. A suggestion might be to look into the Nordic UART Service, where you can transmit UART data over BLE. By editing this project you should be able to forward I.E. the backend_UART logging to the service and transmitting it over BLE.
Best regards,
Simon