SEN0213

SEN0213 Datasheet


Heart Rate Monitor Sensor SKU SEN0213

Part Datasheet
SEN0213 SEN0213 SEN0213 (pdf)
PDF Datasheet Preview
Heart Rate Monitor Sensor SKU SEN0213

From Robot Wiki

Heart Rate Monitor Sensor SKU SEN0213

Contents
• 1 Introduction
• 2 Specification
• 3 Board Overview
• 4 Tutorial
o Requirements o Connection Diagram o Sample Code o Expected Result

Introduction

The DFRobot Heart Rate Monitor Sensor is used to measure the electrical activity of the heart. This electrical activity can be charted as an ECG and output as an analog reading. An ECG signal can be extremely noisy so we have included an AD8232 chip on the PCB which will provide a clear signal from the PR and QT Intervals. Using the Arduino IDE "Serial Plotter" feature you are also able to view plotted ECG output on your PC!

Please Note This product is NOT a medical device and is not intended to be used as such or as an accessory to such nor diagnose or treat any conditions.

Specification
• Input Voltage 6V 5V recommended
• Output Voltage 0 3.3V
• Operating current <10mA
• Dimension 35 x 22 mm , x 0.866" in
• Interface Type:

Board Overview

Tutorial

Requirements
• Hardware
o DFRduino UNO or similar x 1
o Heart Rate Monitor Sensor x 1
o Sensor cable Electrode Pads 3 connectors x 1
o Biomedical Sensor Pad x 1
o Jumper wires
• Software
o Arduino IDE V1.6.6 or above, Click to Download Arduino IDE from

Connection Diagram

NOTE An ECG signal can be quite noisy because of muscle activity. The further sensor pads are from the heart, the more muscle noise you will see. To improve the signal quality, follow these simple tips:
• Keep sensor pads as close to the heart as you can
• Make sure the RA and LA sensor pads are on correct sides of the heart
• Try not to move too much while taking a measurement
• Try to use fresh pads for each measurement. The pads loose the ability to pass
signals with multiple applications
• Prepare and clean the area you plan to stick pads. This will help make a good
connection hair is not a good conductor
• You may have to adjust sensor placement for different individuals

Sample Code
1 /*! 2 * HeartRateMonitor.ino 3 * HeartRateMonitor.ino Sampling and ECG output 4*
5 * Real-time sampling and ECG output 6* 7 * 8 * V1.0 9 * 2016-4-5 10 */ 11 const int heartPin = A1 12 void setup 13 Serial.begin 115200 14 15 void loop 16 int heartValue = analogRead heartPin 17 Serial.println heartValue 18 delay 5 19

Expected Result

Open the Arduino IDE or above "Serial Plotter";

Open "Serial Plotter"

Then you could see the output signal from the microcontroller A1 port, the ECG.

Sample output of this sensor

NOTE If you found there was a lot of jamming waveforms, they may come from the body's static electricity. Touch something metal to discharge any static electricity. More read on WikiHow.

Powered By DFRobot 2008-2017
More datasheets: APA501-60-006 | APA501-80-003 | APA501-80-007 | APA501-60-003 | APA501-80-002 | APA501-80-001 | APA501-60-005 | APA501-60-002 | APA501-80-006 | B64290L0618X027


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived SEN0213 Datasheet file may be downloaded here without warranties.

Datasheet ID: SEN0213 509113