Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 753 Bytes

This is the desktop-part of the heart rate monitor. The heart rate is measured via a light sensor and the differences in absorption of light by blood.

For additional information: documentation

The following libraries are required:

Note that with Qt5 qtserialport is already included.

Linux

Installation is straight forward. Follow the tutorials from the links.

Windows (Qt5)

  • Install MinGW and MSYS
  • Install Qt5 (with QtSerialPort addon)
  • Install Qwt
  • Compile FFTW (in MSYS environment)

Ensure all components are in the PATH variable.