Puck.js HRM #7684
Replies: 1 comment
-
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.
-
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