Heart beat Sensor
₹59.00 Original price was: ₹59.00.₹27.00Current price is: ₹27.00. (Excluding 18% GST)
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.
Note : HW-487 on module working remains same.
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
Weight | 0.085 kg |
---|---|
Dimensions | 3 × 3 × 2 cm |
Related products
-
AI HARDWARE
ESP32 38Pin Development Board WiFi+Bluetooth Ultra-Low Power Consumption Dual Core
Sale!₹479.00Original price was: ₹479.00.₹433.00Current price is: ₹433.00. (Excluding 18% GST)Add to cartESP-WROOM-32 ESP32 ESP-32S Development Board 2.4GHz Dual-Mode WiFi + Bluetooth Dual Cores Microcontroller. The ESP32 is integrated with Antenna switches, …
ESP32 38Pin Development Board WiFi+Bluetooth Ultra-Low Power Consumption Dual CoreRead More
-
ELECTRONIC MODULES & DISPLAYS
HC-SR04-Ultrasonic Range Finder
Sale!₹70.00Original price was: ₹70.00.₹49.00Current price is: ₹49.00. (Excluding 18% GST)Add to cartThis HC-SR04-Ultrasonic Range Finder is a very popular sensor that is found in many applications where it requires measuring distance and …
-
DEVELOPMENT BOARD
R305 Red Digital Persona Fingerprint Recognition Sensors with Cable 15cm
Sale!₹4,672.00Original price was: ₹4,672.00.₹2,121.00Current price is: ₹2,121.00. (Excluding 18% GST)Add to cartThis is an R305 Fingerprint Identification Module with a TTL UART interface for direct connections to microcontroller UART or to …
R305 Red Digital Persona Fingerprint Recognition Sensors with Cable 15cmRead More
-
Environmental Sensors
Finger Print GT-511c3 TTL
Sale!₹2,455.00Original price was: ₹2,455.00.₹1,949.00Current price is: ₹1,949.00. (Excluding 18% GST)Add to carthere are four types of fingerprint scanner: the optical scanner, the capacitance scanner, the ultrasonic scanner, and the thermal scanner. …
Reviews
There are no reviews yet.