Puck.js HRM #7684
Replies: 2 comments 1 reply
-
We do actually have JS modules to handle interfacing to heart rate sensors already - which are more readily available): The MAX30102 one even has a link to ebay where you can buy the modules on breakout boards, which you could wire to the Puck. Having said that, those modules only give your raw IR data and the algorithm is up to you. You could:
There are other concerns though - you need to package the sensor up so you don't get light bleed, have a way to hold the puck onto your wrist (there is a 3d printable case for this) and then battery usage could also be an issue. All told IMO you'd have to have a very good reason to want to use a Puck over a Bangle.js which does it all for you :) |
Beta Was this translation helpful? Give feedback.
-
This would be ideal for my use-case tbh. given that what I'm looking for is a passive/zero-interaction/screenless data collector that can be compiled into reports later. Thanks for the links.
Curious about this in contrast to Bangle.js - my instinct would've been that the screen would be a decent % of usage normally (even on standby). & it also bundles other components that this would omit. Aware I may be misjudging consumption of a lot of aspects though.
My main motivation is form factor & not wanting "it all". What I'm essentially thinking about is an open / hackable alternative to things like the Polar OH1+ or the Oura. All that said, I do realise puck.js is not significantly smaller than bangle.js (36mm x 36mm x 12.5mm -vs- 36mm x 43mm x 12mm) so the benefits here are likely to be pretty marginal. |
Beta Was this translation helpful? Give feedback.
-
I've been reading this thread on Bangle.js HRM support. Given all the info I've read there, & that the support for VC31B + blobs is in Espruino (in a relatively non-Bangle.js-specific way - e.g.
hrm_get_hrm_info
) - I'm trying to get a sense of how viable would it be to put together a sort of "Puck.js HRM" with the VC31B.I understand VCare is a Vietnamese manufacturer that doesn't seem to sell through consumer-facing channels, so sourcing hardware may be difficult.
Thoughts/questions
Am I missing anything here or incorrect on any assumptions?
Beta Was this translation helpful? Give feedback.
All reactions