SparkFun_MAX3010x_Sensor_Library icon indicating copy to clipboard operation
SparkFun_MAX3010x_Sensor_Library copied to clipboard

An Arduino Library for the MAX3015 particle sensor and MAX30102 Pulse Ox sensor

Results 34 SparkFun_MAX3010x_Sensor_Library issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the code, it's really helpful Would you mind telling me where you got these filter coefficients? What's the format of the filters? How about sampling frequency, cutoff...

Is there a way to power down the sensor when not in use ? Im looking for a clean power down sequence Instead of just setting the brightness value to...

I am studying the SPO2 algorithm and I don't find out what is ratioAverage ?

what am I missing here? what do I have to adjust to get the right numbers? ![untitled](https://user-images.githubusercontent.com/35321883/43936658-70a244ee-9c51-11e8-9e28-f349843c4acf.jpg)

Hello, I was wondering how to modify the SpO2 algorithm to accommodate different sensor settings. For example, I lowered the brightness and increased sample rate and adc width.

I'm doing a project with MAX30102 to detect SPO2, heartbeat and temperature at the same time. In the example of lib if I run it separately it will run as...

An issue appears with the current version of Example8_SPO2.ino (SPO2 MAX30105) The code uploads but appears to do nothing on Leonardo or Pro Micro and it's clones. Fixes, 1) Missing...

https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/master/src/heartRate.cpp#L108 In multiple places, this strange use of bitwise AND is used: ``` src/heartRate.cpp:108:33: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if ((IR_AC_Max - IR_AC_Min) > 20...

When I compile the code for my MAX30102, with its .cpp and .h files, I get the following error: `In file included from C:\Users\USUARIO\Documents\Arduino\hr-spo2-max30102\hr-spo2-max30102.ino:6:0: MAX30105.h:52:7: error: redefinition of 'class MAX30105'...