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

Unable to read logged files in nrf logger and nrf connect app

I want to collect data for analysis sent from peripheral(ble_app_uart example), I connected peripheral device to app(nrf connect) and enabled service, now the data is sent from peripheral to central, I collected the data of about 1MB. It takes lot of time to save it and when I try to open the saved file it says "Saving a new version of your file as Google Docs" , but the process never completes and at the end I am getting message " Upload/Conversion Error" - error occurred while trying to upload/convert your document.

How to save/read data of more than 1MB? Is there any changes in apps will help? or any other apps will help me to save/read data (I already tried with nRF Connect and nRF Logger).

Parents
  • Hi,

    The problem here is Google Docs. The log file is saved as a .txt file on your phone, but when you try to open the file in Google Docs it will try to upload the document to Google Drive. The file is typically located in the folder /sdcard/Nordic Semiconductor. You can try to use another text-editor app to open the file, or send the file to your email, or plug the phone into the computer and copy the log file to the computer.

Reply
  • Hi,

    The problem here is Google Docs. The log file is saved as a .txt file on your phone, but when you try to open the file in Google Docs it will try to upload the document to Google Drive. The file is typically located in the folder /sdcard/Nordic Semiconductor. You can try to use another text-editor app to open the file, or send the file to your email, or plug the phone into the computer and copy the log file to the computer.

Children
Related