Microduino Heart rate sensor usage

来自Microduino Wikipedia
Pkj讨论 | 贡献2014年4月25日 (五) 02:39的版本 Debug
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
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