Hi! Are there any existing solutions to send the NRF_LOG output over BLE or to write it straight to a flash/SD-card? If not, would editing the macro's in nrf_log.h be an appropriate way of writing a custom handler for that?
Hi! Are there any existing solutions to send the NRF_LOG output over BLE or to write it straight to a flash/SD-card? If not, would editing the macro's in nrf_log.h be an appropriate way of writing a custom handler for that?
Hi
I would suggest taking a look at the Flash Data Storage Example in the SDK which provides a command-line interface that you can use to write and read data to/from the flash. If you combine this with one of the BLE examples that transfer data from one device to another one and use the FDS library to handle this data. I think this would be quite a bit easier than writing your own handler/driver.
Best regards,
Simon