MAX30102 library for ESP8266

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
kz3ko
Posts: 1
Joined: Sat Oct 10, 2020 6:00 pm

MAX30102 library for ESP8266

Post by kz3ko » Sat Oct 10, 2020 6:46 pm

Hi guys!

I've started my first project which includes heart rate and pulse oximetry measure. I was looking for any library made directly for this sensor and esp8266 board but didn't succeed. I tried to modify and use this one:

https://github.com/rafaelaroca/max30100

which is made for max30100 but register maps are bit different and i didn't manage to. I post a datasheet for each sensor down below.

https://datasheets.maximintegrated.com/ ... X30100.pdf
https://datasheets.maximintegrated.com/ ... X30102.pdf

I would be much grateful for any advices cause i've got stuck there for almost a week and i don't know what to do. :roll:

younes.ammari
Posts: 1
Joined: Sat May 01, 2021 7:01 am

Re: MAX30102 library for ESP8266

Post by younes.ammari » Sat May 01, 2021 7:04 am

I think this would be helpful for you
check it :
https://github.com/n-elia/MAX30102-MicroPython-driver

Post Reply