- 描述
- 評價 (0)
描述
描述
DFRobot 微型心率血氧飽和值感測器 Heart Rate Sensor 類比/數位雙輸出
DFRobot正式推出 DFRobot 微型心率血氧飽和值感測器 ,採用光電容積脈搏波描記法(PhotoPlethysmoGraphy,PPG),通過測量血液中血紅蛋白隨心臟跳動而對氧氣吸收的變化量來測量人體心率參數。該方法擁有響應性快,性能穩定,適應性強等特點。模塊擁有方波和脈搏波兩種信號輸出模式,可以通過板載開關去自由切換輸出信號。脈搏波將輸出一個連續的心率波形,而方波將根據心率的變化輸出對應的方波。
DFRobot 微型心率血氧飽和值感測器 體積只有拇指大小,可以佩戴於手指、手腕、耳垂等皮膚裸露處。另外,板載的Gravity 3-Pin接口也可直接兼容Arduino I/O擴展板,使用簡單,平台兼容性好,可廣泛應用於手環,腕帶等可穿戴飾品的DIY製作。
注意:
1.此為靜態心率傳感器,測量時請勿隨意移動,也勿按壓過緊。
2.本品並非專業醫療儀器,不能作為輔助配件參與診斷和治療。
DFRobot 微型心率血氧飽和值感測器 產品參數
- 供電電壓:3.3 – 6V,推薦5V
- 輸出電壓:模擬量(0 – VCC)/ 數字量(0 / VCC)
- 工作電流:< 10mA
- 尺寸:28mm x 24mm
引腳說明
模式開關: “A”:脈搏波:模塊將根據心率變化輸出連續的脈搏波 “D”:方波:根據心率的變化輸出對應的方波信號 |
DFRobot 微型心率血氧飽和值感測器 安裝方式
模塊可以安放在手指,手腕,耳垂等皮膚直接接觸處:
-
鬆緊帶
-
手指
-
手腕
-
手腕背部
接線圖
使用Arduino板測試血氧飽和度值,輸出心率值。可以把傳感器直接放在手指、手腕等地方。
1 |
注:此例程需要把傳感器上的開關撥向“D”檔 |
準備
- 硬件
- ONE x1
- 心率傳感器x1
- 杜邦線若干
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
/*! * @file DFRobot_Heartrate.h * @brief DFRobot_Heartrate.h detailed description for Heartrate.cpp * * This is written for the heart rate sensor the company library. Mainly used for real * time measurement of blood oxygen saturation, based on measured values calculate heart rate values. * * @author linfeng(Musk.lin@dfrobot.com) * @version V1.1 * @date 2016-8-16 * @version V1.0 * @date 2015-12-24 */ #define heartratePin A1 #include "DFRobot_Heartrate.h" DFRobot_Heartrate heartrate(DIGITAL_MODE); ///< ANALOG_MODE or DIGITAL_MODE void setup() { Serial.begin(115200); } void loop() { uint8_t rateValue; heartrate.getValue(heartratePin); ///< A1 foot sampled values rateValue = heartrate.getRate(); ///< Get heart rate value if(rateValue) { Serial.println(rateValue); } delay(20); } /****************************************************************************** Copyright (C) <2015> <linfeng> 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: Musk.lin@dfrobot.com ******************************************************************************/ |
結果
通過串口打印心率值。
教程2
使用Arduino板測試血氧飽和度值,打印心率波形。可以把傳感器直接放在手指、手腕等地方。選擇樣例代碼DFRobot_Heartrate_Analog_Mode
1 |
注:此例程需要把傳感器上的開關撥向“A”檔 |
準備
- 硬件
- ONE x1
- 心率傳感器x1
- 杜邦線若干
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
/*! * @file HeartMap.ino * @brief Print heart rate value * * This is Print heart rate value * @author linfeng(Musk.lin@dfrobot.com) * @version V1.0 * @date 2016-8-16 */ #define heartPin A1 void setup() { Serial.begin(115200); } void loop() { int heartValue = analogRead(heartPin); Serial.println(heartValue); delay(20); } /****************************************************************************** Copyright (C) <2015> <linfeng> 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: Musk.lin@dfrobot.com ******************************************************************************/ |
結果
使用Arduino1.6.5以上版本,菜單欄中選擇Tools -> Serial Plotter,通過串口繪圖器觀察,可以看到血氧波形。 擴展閱讀:心電圖
Heart Rate Sensor
The DFRobot heart rate sensor is a thumb-sized heart rate monitor designed for Arduino microcontrollers. It includes a Gravity interface, for easy plug-and-play connectivity.
This sensor is a pulse sensor which is developed based on PPG (PhotoPlethysmoGraphy) techniques. This is a simple and low-cost optical technique that can be used to detect blood volume changing in the microvascular bed of tissues. It is relatively easy to detect the pulsatile component of the cardiac cycle according to this theory.
The sensor has two holes that you can use to attach to your belt. You can wrap on your finger, wrist, earlobe or other areas where it has contact with skin.
The heart sensor has two kinds of signal output mode: analog pulse mode and digital square wave mode. You can change its output mode using the dial switch. There are many user scenarios, including education, sport or maker/interactive projects!
Specification
- Input Voltage (Vin): 3.3 – 6V (5V recommended)
- Output Voltage: 0 – Vin (Analog), 0/ Vin (Digital)
- Operating current: <10mA
- Dimension: 28 x 24(mm), 1.102″ x 0.945″(in)
- Interface Type: PH2.0-3P
Board Overview
評價 (0)
相關商品
-
生物識別技術
Grove – Fingerprint Sensor 指紋掃描模組
0 out of 5NT$1,930原始價格:NT$1,930。NT$1,860目前價格:NT$1,860。 (未稅) -
生物識別技術
Grove – PIR Motion Sensor(BISS0001)人體偵測感測器
0 out of 5NT$294原始價格:NT$294。NT$280目前價格:NT$280。 (未稅)加入購物車產品速覽 -
生物識別技術
Microwave 微波雷達紅外感應開關模組 110-220v 超靈敏超遠距離 內建光敏感測, 具備夜間模式偵測功能
0 out of 5NT$350原始價格:NT$350。NT$280目前價格:NT$280。 (未稅)加入購物車產品速覽 -
生物識別技術
Grove – Finger-clip Heart Rate Sensor 手夾式心跳感測器
0 out of 5NT$800原始價格:NT$800。NT$720目前價格:NT$720。 (未稅)
商品評價
目前沒有評價。