Download Print this page
SeeedStudio Grove 101020033 Manual

SeeedStudio Grove 101020033 Manual

Ear-clip heart rate sensor

Advertisement

Quick Links

Grove - Ear-clip Heart Rate
Release date:
Version:
Wiki:
http://www.seeedstudio.com/wiki/Grove_-_Heart_rate_ear_clip_kit
Bazaar:
http://www.seeedstudio.com/depot/Grove-Earclip-Heart-Rate-Sensor-p-1116.html
Sensor
9/20/2015
1.0
1

Advertisement

loading
Need help?

Need help?

Do you have a question about the Grove 101020033 and is the answer not in the manual?

Questions and answers

Summary of Contents for SeeedStudio Grove 101020033

  • Page 1 Grove - Ear-clip Heart Rate Sensor Release date: 9/20/2015 Version: Wiki: http://www.seeedstudio.com/wiki/Grove_-_Heart_rate_ear_clip_kit Bazaar: http://www.seeedstudio.com/depot/Grove-Earclip-Heart-Rate-Sensor-p-1116.html...
  • Page 2 Document Revision History Revision Date Author Description Sep 21, 2015 Victor.He Create file...
  • Page 3: Table Of Contents

    Contents Document Revision History · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2 1.
  • Page 4 Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification.
  • Page 5: Introduction

    1. Introduction The Heart Rate Ear clip kit contains a ear clip and a receiver module. The heart rate measure kit can be used to monitor heart rate of patient and athlete. The result can be displayed on a screen via the serial port and can be saved for analysis.
  • Page 6: Features

    2. Features  Low power consumption  Convenient to use  High sensitivity  Fully RoHS compliant...
  • Page 7: Specifications

    3. Specifications Item Typical Unit Voltage 5.25 Work Current Length of ear clip wire Measures Range ≥30/min...
  • Page 8: Application Ideas

    4. Application Ideas  Heart rate monitor.
  • Page 9: Usage

    // Arduino IDE: Arduino-1.0 // Author: FrankieChu // Date: Jan 22, 2013 // Version: v1.0 // by www.seeedstudio.com #define LED 4//indicator, Grove - LED is connected with D4 of Arduino boolean led_state LOW;//state of LED, each time an external interrupt...
  • Page 10 //will change the state of LED unsigned char counter; unsigned long temp[21]; unsigned long sub; bool data_effect=true; unsigned int heart_rate;//the measurement result of heart rate const int max_heartpluse_duty 2000;//you can change it follow your system's request. //2000 meams 2 seconds. System return error //if the duty overtrip 2 second.
  • Page 11 switch(counter) case sub=temp[counter]-temp[20]; Serial.println(sub); break; default: sub=temp[counter]-temp[counter-1]; Serial.println(sub); break; if(sub>max_heartpluse_duty)//set 2 seconds as max heart pluse duty data_effect=0;//sign bit counter=0; Serial.println("Heart rate measure error,test will restart!" arrayInit(); (counter==20&&data_effect) counter=0; sum(); else if(counter!=20&&data_effect) counter++; else counter=0; data_effect=1; /*Function: Initialization for the array(temp)*/ void arrayInit() for(unsigned char...
  • Page 12  Make sure the sensor contacts your ear skin. This is the signal when we are measuring the heart rate: In the left of the figures which is a waveform diagram of the detected heartbeat, A high pulse comes when beating. Note: If the serial monitor return an error message, please change the position of the sensor.
  • Page 13: Resources

    6. Resources Grove - Ear-clip Heart Rate Sensor Demo code...
  • Page 14: Support

    7. Support If you have questions or other better design ideas, you can go to our forum wish to discuss.