KY-039 Finger Detection Heartbeat Measuring Sensor Module
KY-039 Finger Detection Heartbeat Measuring Sensor Module
- Use IR LED and an optical transistor to detect pulsation in fingers
- Small and Compact module
- Easy to use.
- Description
Description
KY-039 Finger Detection Heartbeat Measuring Sensor Module
This KY-039 Finger Detection Heartbeat Measuring Sensor Module uses bright infrared (IR) LED and a phototransistor to detect the pulse of the finger, a red LED flashes with each pulse.
The LED is the light side of the finger, and the 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 slightly changed.
We chose a very high resistance resistor R1 because most of the light through the finger is absorbed, it is desirable that the phototransistor is 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.
Example Code:
// Pulse Monitor Test Script
int sensorPin = 0;
double alpha = 0.75;
int period = 100;
double change = 0.0;
double minval = 0.0;
void setup ()
{
Serial.begin (9600);
}
void loop ()
{
static double oldValue = 0;
static double oldChange = 0;int rawValue = analogRead (sensorPin);
double value = alpha * oldValue (1 – alpha) * rawValue;Serial.print (rawValue);
Serial.print (“,”);
Serial.println (value);
oldValue = value;delay (period);
}
Features :
- Use IR LED and an optical transistor to detect pulsation in fingers
- Small and Compact module
- Easy to use.
Package Includes :
1 x KY-039 Finger Detection Heartbeat Measuring Sensor Module
| Length (mm) | 20 |
| Width (mm) | 14 |
| Weight (gm) | 0.6 |
| Shipment Weight | 0.085 kg |
| Shipment Dimensions | 3 × 3 × 2 cm |
Related Products
R307 Optical Fingerprint Reader Sensor Module
MAX30100 Heart Rate Module Purple
Infrared Obstacle Avoidance IR Sensor Module (Active Low) HW-201A
HC-SR505 Mini Infrared PIR Motion Sensor Infrared Detector Module
TSOP JS-1838B Infrared Remote Receiver | 38kHz | High Noise Immunity
IR Infrared Obstacle Avoidance Sensor Module KY-032 4 pin
DY50 Fingerprint Reader Sensor Optical Fingerprint Module for Arduino
Line Follower Tracking Module 3 Channels
Photo Resistor Sensor LDR 5mm 5537
Products With Similar Tags
PIR Motion Sensor Detector Module HC-SR501
TCRT5000 Reflective IR sensor photoelectric switch
TCRT5000 Single Channel Line Tracking Sensor Module 3 pin
HC-SR505 Mini Infrared PIR Motion Sensor Infrared Detector Module
TCRT5000 Line Tracking sensor 4 pin HW-870
IR Infrared Obstacle Avoidance Sensor Module KY-032 4 pin
10mm Light Sensitive Photoresistor LDR
Line Follower Tracking Module 3 Channels
12mm GL12528 Light Sensitive Photoresistor LDR 1PCS
