How to get the IR/RED LED Data from Pulse Oximeter and Heart Rate Sensor

Hello,

I really love the new Sparkfun heart rate sensor I have been using; however, right now all the biometric information is given to me without any analysis of my own. Specifically, I am using the following board:

https://www.sparkfun.com/products/15219

I have read/used the arduino sketches here (however, they do not show how to access the LED data):

https://github.com/sparkfun/SparkFun_Bi … r/examples

Sam

You can use the library that had been used in this old hook-up guide.

https://learn.sparkfun.com/tutorials/ma … no-library

This tutorial was based on max30105. But the library also supports max30101 too. With this library, you can access the LED data.

Thank you for your response. I also believe this should work, but I get the following error:

"MAX30105 was not found. Please check wiring/power. "

It appears it cannot be used interchangeably?