I'm using the nRF52805 BLE function to send senor data to my phone (Android). In nRF Connect App, the data updates at a quick speed, which is expected (see image 1). I would like to save and export the logging file to my PC. However, the logging function updates the data at a very slow rate. It only updates about 4-6 data every second (image 2).
1) Why the App logging speed is so slow? Is there any way to improve the logging speed?
2) Because the App logging speed is slow, does the App simply lose some data, or average the data?
3) Is there any other way to export BLE data to PC? (e.g. UART, what else?)
Thanks!