polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
447 stars 147 forks source link

How to make a permanent output of HR values to a text file online? #373

Open scherbatykh12 opened 1 year ago

scherbatykh12 commented 1 year ago

Platform your question concerns:

Device:

Is it not possible in android studio to make a permanent output of HR values to a text file online? To the internal storage of android studio or to the desktop? It is not possible to do this in the application presented here polar-sdk-android. Help please

samulimaa commented 8 months ago

Hello,

It is possible to write received HR samples to a file in the Android file system. You would need to save the received PolarHrData samples and then write them into a file. If you want to transfer this file to your desktop computer, you can use the Android Debug Bridge (ADB) pull command or the Android Studio Device File Explorer to retrieve the file from the Android device.