Microduino Heart rate sensor usage

From Microduino Wiki
Revision as of 02:38, 25 April 2014 by Pkj (talk) (Created page with "{{Language | Microduino 脉搏心率传感器}} {| style="width: 800px;" |- | ==Objective== This tutorail will use the microduino pulse measuring instrument's code to get the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文

Objective

This tutorail will use the microduino pulse measuring instrument's code to get the heart rate data and display in processing.

Equipment

Program

https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Sensor/pulseHeartRateToProcessing

Debug

Step 1: Download the pulse measuring instrument's code.

Step 2:Use the processing to open the heartRateToProcessing.pde, need change the com port to your own port.

Step 3:Run processing。

Result

The heart rate data will be displayed in processing. A circular will display in screen and it becoms big with the hear rate increases.

Video