max30100
max30100 copied to clipboard
How can Rpi read the MAX30100 Pulse Oximeter and Heart Rate Sensor with Raspberry Pi?
trafficstars
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 the flash sensor max30100 turns red. I activated I2C.max30100 device address 0x57 is detected. connection PINS GPIO and sensor max30100 (3.3V -VIN) (I2C SDA1 - SDA) (I2C SCL1 - SCL) (PIN7 - INT ) (GND - GND)
What is the reason for displaying zero(0) ?
Could you disconnect the INT pin and try?