Show HN: Aidlab – Health Data for Devs
11–20 of 20 posts
Re: Show HN: Aidlab – Health Data for Devs
#12Any information on how comfortable the strap is? I am wearing a Garmin HRM Pro for one hour a day during workouts and it is not very comfy. I know a lot of athletes are moving to way less precise optical hand straps just because of the comfort issues with chest straps. I would not wear a chest strap for longer periods of time, unless I absolutely had to.
Re: Show HN: Aidlab – Health Data for Devs
#13I've been dealing with some cardiac issues that were brought on / exasperated by a covid infection, and it's been challenging finding solutions that let me monitor my own biometrics while hiking without sending anything to the cloud. It's shocking that it's a non-trivial endeavor to pair a medical grade wearable with a smartphone and get differentiated granular alarms / alerts for user defined events (BPM within user defined bands, blood oxygen levels below a certain threshhold, etc..)
If your python SDKs work wirelessly, I'd seriously consider creating a RPI based system to do those things and be able to leave the smartphone at home while I hike.
Re: Show HN: Aidlab – Health Data for Devs
#14Are you using Movesense as the chest movement sensor per chance? I've been looking into breathing rate lately, but haven't made the jump just yet.
Re: Show HN: Aidlab – Health Data for Devs
#15By any chance, were you able to talk with him so he can measure it?
Re: Show HN: Aidlab – Health Data for Devs
#16I watch "Quantified Scientist" ( https://www.robterhorst.com/ ), in which Rob compares various watches and smartbands on how they measure sleep and heart rate - against golden standards. By any chance, were you able to talk with him so he can measure it?
We haven’t spoken with Rob yet but that is a great suggestion. Thanks for the tip!
Re: Show HN: Aidlab – Health Data for Devs
#17Very commendable approach! Are you using Movesense as the chest movement sensor per chance? I've been looking into breathing rate lately, but haven't made the jump just yet.
Re: Show HN: Aidlab – Health Data for Devs
#18> Now we're doing everything we can to move computation to the edge. In an ideal world, the cloud wouldn't store or process anything - just receive already-analyzed, privacy-preserving results straight from the device. I appreciate moving away from cloud for personal health data like this. Can you clarify why the ideal world you hint at would have the device sending any data to you?
Devices sending data that is anonymized, encrypted, and signed by the device is a must-have for some medical studies. For example, imagine a medical study that looks at heart rate variability versus an intervention. The data analysts won't need to know each patient's name or email address, but will need to know each patient's heart rate variability when you're having the intervention. The study may span many physical…
Re: Show HN: Aidlab – Health Data for Devs
#19I thoroughly applaud your approach. I've been dealing with some cardiac issues that were brought on / exasperated by a covid infection, and it's been challenging finding solutions that let me monitor my own biometrics while hiking without sending anything to the cloud. It's shocking that it's a non-trivial endeavor to pair a medical grade wearable with a smartphone and get differentiated granular alarms / alerts for…