Close

Heart rate sensor testing

A project log for Minder

An open source smart watch built for anxiety and panic disorder.

austin-marandosAustin Marandos 04/23/2018 at 10:250 Comments

One of the main features and aims of the minder smart watch is to be able to detect a panic attack. One of the main symptoms of a panic attack is a sudden increase in heart rate. The positioning of the smart watch on the user's wrist meant that the only way to detect heart rate would be via readings from the user's wrist. In-order to calculate the accuracy of such a reading I tested heart rate readings from both the finger and wrist (since the Sparkfun sensor I used recommended readings from the finger over the wrist). I conducted the test using the  Sparkfun MAX30105 heart rate sensor.

The readings were taken from the Arduino IDE serial monitor:

MAX 30105 Test:

Trial 1: Heart rate reading on finger

Time (secs)BPM
1060
2077
3085
4087
5073
6086
7086

Trial 2: Heart rate reading on finger

Time (secs)BPM
1060
2078
3086
4087
5086
6079
7086

Graph:

Trial 1: Heart rate reading on wrist

Time (secs)BPM
1050
2023
3029
4032
5070
6072
7053

Trial 2: Heart rate reading on wrist

Time (secs)BPM
1023
2054
3043
4067
50100
6054
7030

Graph:

Clearly the heart rate readings from the wrist are very inaccurate as opposed to the finger readings. This is a major issue as it does not enable the watch to take accurate heart rate readings and subsequently alert the user of an upcoming panic attack. After doing some further research wrist heart rate readings appear to be very inaccurate even when used by some of the most advanced smart watches on the market (such as Apple watch and fitbit) and therefore I will need to further develop my own heart rate monitoring system.

Discussions