5v Measuring Heartbeat Sensor Detector Module By Finger For Arduino New Hot

US $1.50

  • Hong Kong, Hong Kong
  • Jan 29th
a¦aЂ“a°a?a»a?a§a 1/2 aЂ~a©a?aµ 6 New 5V Measuring Heartbeat Sensor Detector Module By Finger For Arduino Description: 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. We chose 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. Module: Heartbeat Sensor Compatible with Arduino Size:1.9 x 1.5cm Quantity:1pc Test procedure: 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); }

Directions

Similar products from Other Electronic Monitoring Devices & Assemblies

People who viewed this item also vieved

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.

Accept All Cookies