You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having issues with acquiring a quality signal using this library and found out that calibration was set to enabled by default. This will in fact worsen the behaviour of the ECG sensor and is therefore recommended to be set to disabled on the MAX30003 datasheet. You can either adjust the CNFG_CAL register to set it to disabled or simply take out the line that sets it to enabled in the source file. Specifically, you need to change the max30003Begin() function in the source file to:
I've been having issues with acquiring a quality signal using this library and found out that calibration was set to enabled by default. This will in fact worsen the behaviour of the ECG sensor and is therefore recommended to be set to disabled on the MAX30003 datasheet. You can either adjust the
CNFG_CAL
register to set it to disabled or simply take out the line that sets it to enabled in the source file. Specifically, you need to change themax30003Begin()
function in the source file to:The text was updated successfully, but these errors were encountered: