thiswillbeyourgithub / SleepTk_pinetime_sleep_tracker

SleepTk: sleep tracker with smart alarm for the pinetime on wasp-os
GNU General Public License v3.0
57 stars 3 forks source link

Heart tracking for daytime monitoring #10

Closed GaryM0101 closed 1 year ago

GaryM0101 commented 1 year ago

Could sleeptk have the ability to track heart rate only? In any case this ability would be good for long term logging during the daylight hours.

thiswillbeyourgithub commented 1 year ago

Hi! So you should go to this repo and take a look at this function :https://github.com/thiswillbeyourgithub/wasp-os/blob/authors_version/wasp/wasp.py#L701

IIRC it was working okay but I stopped working on it when I noticed that the measurements were off.

You need to look at the settings app too that allows to tweak the periodicity.

Good luck reimplementing this!