user login

Sensors for Arduino , Finger Heartbeat Measurement Module With Demo Code

Place of Origin: Guangdong

Company Profile

Location: Shenzhen, Guangdong, China (Mainland)
Business Type: Manufacturer
Main Products: Arduino Starter Kits

Product Detail

Model No.: Finger heartbeat measurement module

Product Description

 

Sensors for Arduino , Finger Heartbeat Measurement Module With Demo Code

 

Specifications:

 

Finger heartbeat measurement  module

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);
}

 

 

Competitive Advantage:

 

1. Convenient & Friendly Customer Service
2. Low Prices Direct From Factory Suppliers
3. Fast Delivery Around the World. 
4. High Quality With Global Standards. 
5. 1 Year Factory Warranty
6. Safe Shipping Way and Payment

 

 

Post Buying Request