Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)

Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)
Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)Gravity: Analog Heart Rate Monitor Sensor (ECG) for Arduino (ของแท้จาก DFRobot)
รหัสสินค้า AS00378
หมวดหมู่ โมดูลเซ็นเซอร์ทางชีวภาพ Biometrics Sensor
ราคา 1,395.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

ดูรายละเอียดเพิ่มเติมการใช้งานและตัวอย่าง code ได้ที่

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 which will generate 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  PC!

Gravity: Arduino Heart Rate Monitor Sensor (ECG) -DFRobot

To ease the difficult of using this sensor,  a Gravity Interface is adapted to allow plug&play.  The IO expansion shield is the best match for this sound senor connecting to your Arduino. As this sensor can work at 3.3V which make it compatible with Raspberry Pi, intel edison, joule and curie. 

Analog sensor to monitor heart rate (ECG) with AD8232

 
Name Gravit: Analog ECG Heart Rate Sensor Gravit: Analog/Digital PPG Heart Rate Sensor
IC/Module AD8232 SON1303
Operation Voltage(VCC) 3.3 - 6V 3.3 - 6V
Output
Gravity: Analog
(Digital 0 - 3.3V)
Gravity: Analog/Digital 
(Analog 0 - VCC)
(Digital 0 - VCC)
Measurement Principle ECG (Electrocardiogram) PPG (Photo Plethysmo Graphy)
Average Power <10mA <10mA
Dimension
(PCB)
35*22 mm 28*24 mm
Features
1.ECG method, accurate and stable
2.Three electrodes
3.3.3V/5V compatible
1.PPG method, convenient and fast
2.Analog (pulse wave) & Digital(heart rate), configurable output
3.3.3V/5V compatible


SPECIFICATION

  • Input Voltage: 3.3-6V (5V recommended)
  • Output Voltage: 0-3.3V
  • Interface: Analog
  • Operating current: <10mA
  • imension: 35 x 22(mm), 1.378" x 0.866"(in)
  • Interface Type: PH2.0-3P

DOCUMENTS

SHIPPING LIST

  • Heart Rate Monitor Sensor x1
  • Sensor cable - Electrode Pads (3 connector) x1
  • Biomedical Sensor Pad x6
  • PH2.0-3P cable x1

Sample Code1


/*!
* @file HeartRateMonitor.ino
* @brief HeartRateMonitor.ino Sampling and ECG output
*
* Real-time sampling and ECG output
*
* @author linfeng(490289303@qq.com)
* @version V1.0
* @date 2016-4-5
*/
const int heartPin = A1;
void setup() {
Serial.begin(115200);
}
void loop() {
int heartValue = analogRead(heartPin);
Serial.println(heartValue);
delay(5);
}

Expected Result

  1. Open the Arduino IDE 1.6.6 (or above) "Serial Plotter";
    Open "Serial Plotter"

  2. 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.

Sample Code2

click to download the head file HeartSpeed


/*!
* @file heart_test.ino
* @copyright [DFRobot](https://www.dfrobot.com), 2016
* @copyright GNU Lesser General Public License
* @author [jianghao](hao.jiang@dfrobot.com)
* @version V1.0
* @date 20160-07-8
*/

/*!
* @brief Library for DFRobot's IR Position RAW_DATA
* @author [jianghao](hao.jiang@dfrobot.com)
*/
#include "HeartSpeed.h"

HeartSpeed heartspeed(A1); ///<The serial port for at observe pulse.
//HeartSpeed heartspeed(A1,RAW_DATA); ///<The serial port mapper, observation of ECG diagram.

/* Print the position result */
void mycb(uint8_t rawData, int value)
{
if(rawData){
Serial.println(value);
}else{
Serial.print("HeartRate Value = "); Serial.println(value);
}
}
void setup() {
Serial.begin(115200);
heartspeed.setCB(mycb); ///Callback function.
heartspeed.begin();///The pulse test.
}

void loop() {

}

/******************************************************************************
Copyright (C) <2016> <jianghao>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Contact: hao.jiang@dfrobot.com
******************************************************************************/

Expected Result

  1. Open the Arduino IDE 1.6.6 (or above) "Serial Port";

  2. Then you could see the output signal in BPM.

Sample output of this sensor

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1695]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2118
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,375,197 ครั้ง
ผู้ชมทั้งหมด5,878,275 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท5 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม