Closed Surbyte closed 2 years ago
It seems to be an issue specific to the compiler version/options used for these platforms. I can reproduce this for the Arduino Due as well. I'll look into it and update the library.
I submitted some fixes that solve the problem for me. Can you check if that fixes it for you by manually installing the attached Library (unzip it and copy it to your Arduino/libraries
folder). If so I will release a new library version and publish it to the Arduino and the Platform IO repository.
The sketch works Ok. I am trying to understand outputs comparing with Sparkfun examples. Thanks!!.
Glad I could help. If you need more information on how to use the library or how to detect heart beats and do pulse oximetry, you might find it helpful to read the corresponding tutorial series:
Please note, that not all sensors support all LEDs. The MAX30105PulseoximeterMultiLED example you tried is for the MAX30105. The MAX30102 e.g. has no green LED. It is so similar that it will still work, however, the last two values will contain garbage. Just replace MAX30105 with MAX30102 to write code specific for this sensor.
Hi, I just recently found this library (only one that worked for my MAX30101!)/issue and wanted to test out the example code in part 4 but I was unable to get the code for the filters.h
file as the button your website (tested with Firefox and Chrome) doesn't seem to work, also are there any plans to include the examples from your blog into the examples that are shipped with the Arduino library (mainly for detecting heart rate and SpO2 values)?
I opened a separate issue for this. The website should work now.
Awesome, thank you so much!
I try to compile each examples on ESP8266 but i receive this error. ESP32 similar problem. Works fine with Arduino UNO/NANO/MEGA. I am using IDE 1.8.14 or PlatformIO.
Any suggestion will be appreciatte!