max30100
max30100 copied to clipboard
A Python library for the MAX30100 HR/Oximetry sensor.
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 
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...