Heart meter
Making a simple wrist heart meter as a present for a friend, figured I would ask if anyone here might be interested in buying one, since I have to buy parts anyways.
I still need to test everything, but I'll probably be ordering parts soon. Basic design is an IR reflectance pulse meter (it does spo2 as well) with an mcu that blinks an LED with your heart beat. Nothing too fancy. If I've done the math right it should work for 50 hours or so between charges. Everything open-source.
Parts come out to around $20 give or take, give me $20 and s/h plus whatever you think my time putting it together is worth and I'll send you one.
Here's a picture of the PCB with dimensions in inches. The battery is small as well. Production time is variable, if everything I designed works first try, I'll have these out in a few weeks, but if there are issues it'll take a bit longer to make revisions.

I still need to test everything, but I'll probably be ordering parts soon. Basic design is an IR reflectance pulse meter (it does spo2 as well) with an mcu that blinks an LED with your heart beat. Nothing too fancy. If I've done the math right it should work for 50 hours or so between charges. Everything open-source.
Parts come out to around $20 give or take, give me $20 and s/h plus whatever you think my time putting it together is worth and I'll send you one.
Here's a picture of the PCB with dimensions in inches. The battery is small as well. Production time is variable, if everything I designed works first try, I'll have these out in a few weeks, but if there are issues it'll take a bit longer to make revisions.

Tagged:
Comments
It could be held to the skin, but ideally a layer of transparent material would go underneath.
@TheGreyKnight I'm making an enclosure for the one I'm using out of thermoplastic and thinner clear plastic, but whatever your enclosure is is up to you.
So far I've modified my landing pattern twice after making boards with pads that were just unworkable after milling.
I'll definitely share whatever code I make as well as board files etc, I really don't like to leave things closed source.
Library is posted on github if anyone is interested.
Those pictures are a visualization of the standard deviation squared.
This is just the basic library outputting raw data.
You need to call readSensor() and then you can use HR to get access the datapoint.