max30105-python icon indicating copy to clipboard operation
max30105-python copied to clipboard

Python library for the Pimoroni MAX30105 breakout

Results 3 max30105-python issues
Sort by recently updated
recently updated
newest added

It would be fantastic to have a code example for SPO2 readings in Python. An arduino example is here: https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/master/examples/Example8_SPO2/Example8_SPO2.ino

Title says all, there's a timeout condition on INT_STATUS_2 when attempting to read the temperature from device- something must be awry: ``` Traceback (most recent call last): File "get-temperature.py", line...

bug

# Testing If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so: ``` git clone https://github.com/pimoroni/max30105-python -b repackage cd max30105-python...