Calculating SPO2 and Heartrate #22
Replies: 3 comments
-
Hi, this library has the only scope of providing you an access to the MAX30102 sensor when using MicroPython. Therefore, you can only get the RAW data. To compute HR and SpO2, you have to code your own application. I left some hints about that here. There are some C++ implementations that could be ported in Python. Feel free to start a new discussion if you want to ask the community or to share your findings (greatly appreciated). Also, you may take a look or start a new thread on MicroPyhton forum. Bye, |
Beta Was this translation helpful? Give feedback.
-
Device Used: mh-et live max30102 Reading Sample No Finger Input:
Now we can say that the device is reading ... module configuration: given this data from function how can we compute the SpO2 and the Heart Rate? any ideas or sample? |
Beta Was this translation helpful? Give feedback.
-
Hi, I've just added a heart rate monitoring example to our MAX30102 MicroPython driver repo! |
Beta Was this translation helpful? Give feedback.
-
Hi there
I have successfully run the sample file however is it possible to compute
Heart Rate and SpO2 using this library?
Beta Was this translation helpful? Give feedback.
All reactions