sparkfun / SparkFun_Bio_Sensor_Hub_Library

25 stars 33 forks source link

ARDUINO LIBRARY FOR MAX30101 VERSION D FOR MEASURING BLOOD PRESSURE #9

Closed parminder4499 closed 3 years ago

parminder4499 commented 4 years ago

I am using sparkfun's spo2 sensor board(MAX30101 version A) for measuring spo2 and heart rate. I want to measure blood pressure as well from MAX30101 version D which has firmware by MAXIM integrated for measuring BP. I hereby wanted to ask you if you can modify the Arduino library for MAX30101 version A, so that it can also measures Blood pressure when using version D of the sensor? If that library is build up then we can freely use MAX30101's different versions for making products using sparkfun's library. Thanks

santaimpersonator commented 4 years ago

Duplicate issue. See: https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library/issues/10

Also closing.

EDIT: I'll leave the issue open, but will note that we probably won't do any development as we don't utilize that version of the chip. Therefore, there is no incentive to pursue those features, let alone a way for us to verify any functionality of those features.

edspark commented 3 years ago

After looking through the datasheet, this could be done in an afternoon. I'll try to add it soon. I do not have one of these sensors available, so while I can add the functions that should theoretically work since they have the same write and read structure as teh other sensors, I would not be able to physically test it.

edspark commented 3 years ago

Added in latest pull request, I may have to do some additional tweaking but the functions are there.