estherjk / AndroidWearMotionSensors

Using the accelerometer and gyroscope on an Android Wear device
MIT License
107 stars 49 forks source link

Raw sensor values from the optical heart rate sensor #5

Open MADSOLSEN opened 7 years ago

MADSOLSEN commented 7 years ago

Hi there, Nice to see that you have gained access to the raw sensors on the smartwatch. Way too few people showing actual working examples in this area. I was wondering if you know if it is possible to access the optical heart rate sensor in the same manner as you have done with the gyroscope and accelerometer? I'm not looking for the beats pr. minute, but the actual raw PPG signal.

Best, Mads

estherjk commented 7 years ago

It looks like the Android API provides just the heart beat and rate.

However, this thread on Stack Overflow says it may be possible to get the raw values from a Samsung device using the Samsung Sensor Extension SDK. If you have a Samsung device, it may be worth checking out.

MADSOLSEN commented 7 years ago

Thanks for your reply. Hoped for an Android option, but seems like Tizen and Samsung is the way to go.