max30100 icon indicating copy to clipboard operation
max30100 copied to clipboard

A Python library for the MAX30100 HR/Oximetry sensor.

Results 4 max30100 issues
Sort by recently updated
recently updated
newest added

Sorry for the noob question. 2 questions. Would it work with a GY-MAX30100? If it would, where should I connect the pins to a RaspberryPi 4?

I'm trying to read the sensor with Raspberry Pi 3.I'm trying to read the sensor with Raspberry Pi 3. When I run the code (test_max30100.py). It returns zero values and...

import max30100 does not work looked for it everywhere but couldn't find the module pip install max30100 returns url not found ![image](https://user-images.githubusercontent.com/43981681/111060430-d959e080-84c2-11eb-906e-d6081818e0b1.png)

When setting the pulse width, the value is passed as follows: https://github.com/mfitzp/max30100/blob/242c781a02c2571287687ae134487021d828e39c/max30100.py#L135 This value is in microseconds (1600 by default), instead of the corresponding LED_PW register value. I believe it...