6 Matching Annotations
- May 2021
-
www.reddit.com www.reddit.com
-
You could use our algorithm and any PPG/ECG sensors to get the raw data .Ours can clean up noisy signals and gives you raw PPG/ECG data
Filtering PPG signal
-
-
developer.apple.com developer.apple.com
-
Third party apps do not have direct access to the heart rate sensor.
Thread that explains how to access heart rate data by simulating a workout... No direct way to access sensor
-
-
developer.apple.com developer.apple.com
-
You can use HealthKit and have your app request access to the Blood Oxygen data (HKQuantityTypeIdentifierOxygenSaturation)You can find out more about the HealthKit framework here: https://developer.apple.com/documentation/healthkit
Response from Apple employee when asked about retrieving raw PPG data.. Need to use HealthKit and can only get processed data
-
-
discussions.apple.com discussions.apple.com
-
as far as I know there is no way to access the raw PPG from the watch
No way to access raw PPG data from apple watch... this guy has an app that does some processing on the data from apple..
Tags
Annotators
URL
-
-
pub.dev pub.dev
-
A Flutter plugin to access the PPG sensor.
Assists with accessing PPG data for android watches
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
7 This answer is not useful Show activity on this post. I spent some time figuring out if it's feasible to get the raw PPG signal from android API, and contrary to what some may say, it is definitely possible to do that. And here is how to do it:
Ability to get raw PPG data from android watches
-