mfitzp / max30100

A Python library for the MAX30100 HR/Oximetry sensor.
46 stars 26 forks source link

How can Rpi read the MAX30100 Pulse Oximeter and Heart Rate Sensor with Raspberry Pi? #2

Open amin13742020 opened 4 years ago

amin13742020 commented 4 years ago

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) ?

rajeshpanda commented 3 years ago

Could you disconnect the INT pin and try?