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
I searched for similar issues (including closed issues) and found none was relevant.
Introduce the issue
Hello,
I would like to ask if there's a way to retrieve raw PPG (Photoplethysmography) data from a Pinetime watch running the InfiniTime firmware. I am aware that it's possible to access such data using the wasp-os system, but I'm specifically interested in doing this with InfiniTime.
Is there any existing method, API, or workaround that allows for accessing the raw PPG data? If not, are there any plans to implement this feature in the future?
Thank you in advance for your help!
Preferred solution
Myabe some applicatoin that saves data heartrate data to file system.
Version
v1.14.0
The text was updated successfully, but these errors were encountered:
The Hrs3300::ReadHrs() method returns the current PPG reading. It probably makes more sense to edit the HeartRateTask though as that takes care of periodic acquisition for you
You'd have to implement a way to save it to the filesystem or make it available over BLE. Both are viable options, but BLE only makes sense for realtime transmission to a nearby device
Verification
Introduce the issue
Hello,
I would like to ask if there's a way to retrieve raw PPG (Photoplethysmography) data from a Pinetime watch running the InfiniTime firmware. I am aware that it's possible to access such data using the wasp-os system, but I'm specifically interested in doing this with InfiniTime.
Is there any existing method, API, or workaround that allows for accessing the raw PPG data? If not, are there any plans to implement this feature in the future?
Thank you in advance for your help!
Preferred solution
Myabe some applicatoin that saves data heartrate data to file system.
Version
v1.14.0
The text was updated successfully, but these errors were encountered: