KY-039 Finger Detection Heartbeat Measuring Sensor Module

  • To detect the pulse in fingers, use an optical transistor and an infrared LED.
  • Compact & Tiny Module
  • Simple to operate.

IBOTS's 10th Anniversary Sale

Hurry and get discounts on all Raspberry Products up to 20%

IBOTS1000

49.00

  • Pick up from the IBOTS Store

Free

  • Delivery Charges: Tamil Nadu

₹75 for parcels below 1 Kg and ₹100 for parcels weighing between 1 Kg to 2 Kg.

2-3 Days

₹75

  • Delivery Charges: Other South India

₹125 for parcels below 1 Kg and ₹175 for parcels weighing between 1 Kg to 2 Kg.

2-3 Days

₹125

  • Delivery Charges: North India

₹250 for parcels below 1 Kg and ₹325 for parcels weighing between 1 Kg to 2 Kg.

2-3 Days

₹250

  • Courier delivery

Our courier will deliver to the specified address

2-3 Days

Rs. 99

  • Warranty 1 year
  • Free Returns Policy

Payment Methods:

1. Order the Product and Specify the Delivery Method

2. You Will Receive an Order Confirmation Message

3. Wait for Your Order to Arrive

4. Pick up Your Order at The Checkout Area

Description

Bright infrared (IR) LED and a phototransistor are used by the KY-039 Finger Detection Heartbeat Measuring Sensor Module to detect the finger’s pulse; each pulse causes a red LED to flash.

The phototransistor on the other side of the finger is used to obtain the flux emitted when the blood pressure pulses through the finger and causes a minor change in the phototransistor’s resistance. The LED represents the light side of the finger.

Since the phototransistor should be sufficiently sensitive because the majority of light passing through the finger is absorbed, we selected a very high resistance resistor, R1. To achieve the best outcomes, resistance can be chosen by experimentation. Maintaining the shield to prevent stray light from entering the phototransistor is crucial.

This is especially crucial for residential illumination since most lights there are based on 50 or 60 Hz fluctuations, which means that a slight heartbeat will produce a lot of noise.

Note: The HW-487 module continues to function as before.

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:

  • Detect finger pulse using an optical transistor and an infrared LED
  • Compact & Tiny Module
  • Simple to operate.

Customer Reviews

0 reviews
0
0
0
0
0

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.