Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Plotter and .csv File Export #5

Closed
aditydcp opened this issue Mar 20, 2023 · 2 comments
Closed

Implement Plotter and .csv File Export #5

aditydcp opened this issue Mar 20, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@aditydcp
Copy link
Owner

Attempting to create a graph plotter for better visualization of the data and to enable data export as .csv file.

@aditydcp aditydcp added the enhancement New feature or request label Mar 20, 2023
@aditydcp aditydcp self-assigned this Mar 20, 2023
@aditydcp
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant