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