stm32-max30102 icon indicating copy to clipboard operation
stm32-max30102 copied to clipboard

How to use max30102 with other sensors?and calculate spo2?

Open UfkuAcik opened this issue 2 years ago • 0 comments

Hello; I am planning to use this library with bme280 sensor,which has some delay functions in superloop.

But as I can see; This library needs to check max30102 interrupt flag continually inside superloop.

image

How can I use both sensors together?(Without RTOS preferably) //////////////////////////////////////////////////////////////////////////////////////// Also how can I calculate spo2 using this library?

Is just using someting like below is ok?

image

Or usage of an algorithm is needed,like below:

https://www.analog.com/en/technical-articles/guidelines-for-spo2-measurement--maxim-integrated.html

UfkuAcik avatar Apr 14 '23 13:04 UfkuAcik