Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 600 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 600 Bytes

Pulse Meter Chart

A simple project that reads data from pulse meter CMS50D+ in real time and displays it in a chart using Windows Forms.

Binary data received from serial port are parsed into meaningful information. Every time a packet arrives an event fires with the information received:

  • Heart Rate in BPM
  • Heart Waveform
  • Beat
  • If finger is in or out

alt tag

NOTE: You may have to change the serial port number from code to make it work depending on your computer and where the pulsemeter is connected.