6 Matching Annotations
  1. May 2021
    1. 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

    1. 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

    1. 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

    1. 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..

    1. A Flutter plugin to access the PPG sensor.

      Assists with accessing PPG data for android watches

    1. 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