รหัสสินค้า | AS00378 |
หมวดหมู่ | โมดูลเซ็นเซอร์ทางชีวภาพ Biometrics Sensor |
ราคา | 1,395.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
ดูรายละเอียดเพิ่มเติมการใช้งานและตัวอย่าง code ได้ที่
Introduction:
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
|
DOCUMENTS
/*!
* @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);
}
Open the Arduino IDE 1.6.6 (or above) "Serial Plotter";
Then you could see the output signal from the microcontroller - A1 port, the ECG.
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. |
---|
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
******************************************************************************/
Open the Arduino IDE 1.6.6 (or above) "Serial Port";
Then you could see the output signal in BPM.
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,375,197 ครั้ง |
ผู้ชมทั้งหมด | 5,878,275 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 5 ก.ย. 2568 |