oxullo / Arduino-MAX30100

Arduino library for MAX30100, integrated oximeter and heart rate sensor
GNU General Public License v3.0
191 stars 134 forks source link

Changed to support MAX30102, exposed new functions that it offers #85

Open thewiseguyshivam opened 3 years ago

thewiseguyshivam commented 3 years ago

I was working with the MAX30102 and was hardly able to find any usable libraries, until I came across this one, but this did not offer support for the newer MAX30102 as mentioned by the original author. I explored the Photoplethysmography algorithms used by the original author and found them quite well designed, and decided to adapt this library for the 30102.

Because of the cheap sensors I was using, I'm not able to test the effectiveness and working of this library as such. I'm a beginner in working on libraries and would appreciate anyone helping out with testing and improvements.