thiswillbeyourgithub / sleep_tracker_pinetime_wasp-os

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

HRS3300 Sensor - Data Cleaning #12

Open GaryM0101 opened 4 days ago

GaryM0101 commented 4 days ago

Saw this post on the Pinetime Development channel. Thought it might be if interest. [D] <k​ostek90> I created a fork where, among other things, I implemented a Bluetooth service that exposes raw PPG data. Additionally, this fork includes the ability to configure the HRS3300 sensor, which is the hardware responsible for collecting the data. There are also Python notebooks—one allows data collection, while the other demonstrates basic data cleaning and visualization on a chart. The analysis is currently at the proof-of-concept (POC) stage, but it might already be of interest to someone.

https://github.com/marcinkosztolowicz/InfiniTime/blob/heart-rate-debug-tools/FORK_DOC.md https://cdn.discordapp.com/attachments/798613405950410762/1295836760135438548/image.png?ex=67101987&is=670ec807&hm=02c908a35a76a4bdd384497ff2057c84e6a6e1d8e272483fc9a1df45a49d72a1&

thiswillbeyourgithub commented 1 day ago

Hi, thanks a lot for taking the time to bring this to my attention.

Unfortunately the second link appears to be broken.

I'm not sure i understand the first link. It's a project that I can run on my computer that would read the PPG data from my pinetime if it was running infinitime, correct?