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

Save NRF_LOG_xxx into a file?

Hi!

I am developing a project where an NRF52840 DK is receiving data from the environment using BLE. I can observe the received data using NRF_LOG_xxx() command in my putty console. However, I need to save this data into my desktop for further offline processing. I believe saving the data using File handling approach of C programming language won't work here since it will create the file within the nrf board, not in my PC. Can anyone please tell me what is the best possible way to do this?

Thank you!

Parents Reply Children
No Data
Related