You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Succesfully migrate KE.Net-ECG to this app along with some changes.
Major changes:
Allow recording data and plot for beyond 30 seconds. Although the Plot saving comes out a bit weird (possibly only print out the first 30 seconds), since it is not a main concern it will not be given further action
Update Polar SDK to ver4.0.0. This update brings timestamp on individual ECG sample reading which is essential.
Remove the "MruConnectedDevice", or as I call it Acknowledged Device preferences. That is essentially a feature to save once connected device so user can have easier time to connect again. This is causing some problem with the Gson on first launch when the acknowledged device is null. Removal is not a big problem since I intend to only use this with 1 Polar device anyway.
Migrate to Kotlin.
I also managed to adjust the view to fit future needs of this app.
Attempting to create a graph plotter for better visualization of the data and to enable data export as
.csv
file.The text was updated successfully, but these errors were encountered: