aromring / MAX30102_by_RF

Arduino C code for MAX30102 pulse oximetry sensor (MAXIM Integrated, Inc.)
166 stars 73 forks source link

Bug fix: incorrect heartbeat rates in some cases #15

Closed aromring closed 4 years ago

aromring commented 4 years ago

When the actual heart rate (HR) was at least twice higher than TYPICAL_HR, the algorithm was reporting only 50% of it. This is beacuse the second, not the first, autocorrelation peak was being chosen.

aromring commented 4 years ago

Hearing no complaints for 2 weeks, I am merging the HighHeartRate branch into the master one.