__dc_tracker


 

1Pcs 5V Heartbeat Sensor Senser Detector Module By Finger For Arduino

 

1.This project uses bright infrared (IR) LED and a phototransistor to detect the pulse of the finger, a red LED flashes with each pulse.Pulse monitor works as follows: The LED is the light side of the finger, and phototransistor on the other side of the finger, phototransistor used to obtain the flux emitted, when the blood pressure pulse by the finger when the resistance of the phototransistor will be slight changed.
2.Chosing a very high resistance resistor R1, because most of the light through the finger is absorbed,it is desirable phototransistor sensitive enough.Resistance can be selected by experiment to get the best results.The most important is to keep the shield stray light into the phototransistor. For home lighting that is particularly important because the lights at home mostly based 50HZ or 60HZ fluctuate, so faint heartbeat will add considerable noise.

Arduino Test Code
int ledPin=13;
int sensorPin=0;

double alpha=0.75;
int period=20;
double change=0.0;

void setup()
{
pinMode(ledPin,OUTPUT);
}

void loop()
{
static double oldValue=0;
static double oldChange=0;
int rawValue=analogRead(sensorPin);
double value=alpha*oldValue+(1-alpha)*rawValue;
change=value-oldValue;

digitalWrite(ledPin,(change<0.0&&oldChange>0.0));

oldValue=value;
oldChange=change;
delay(period);
}

 

1PCS

 
Shipping Policy

Delivery Time

We ship to worldwide, it usually takes 10-30 Business Days to delivery.

Shipping address

We ship to your PayPal address. Please, make sure to provide us with correct, precise, and detailed shipping Address.

Send Time

Items will be shipped within 1 to 3 business days upon payment received or cleared.

Note

If you don't receive items over 30 business days, please notify us via eBay message.

Return Policy
We appreciate your business and offer an instant 7 days return policy.(7 days after receive the item). The returned item has to be in its original condition. We are able to refund your money without shipping cost.  
Contact us
For anything about product, price, shipping or order status, please contact us via eBay message.
We love positive feedback and 5 scores DSR. We will leave it for everyone that leaves it for us.