Issues with bh1750fvi light intensity sensor

April 5, 2024, 14:02

wow8009

The sensor is connected to my raspberry Pi 4 breadboard through the following pins: Sensor > Breadboard GND > GND SDA > SDA1 SCL > SCL1 VCC > 3.3V The I2C interface is enabled. Whenever I run the i2cdetect -y 1 command in terminal the grid is returned empty and not detecting the sensor. Would appreciate if anyone knows how I could fix this issue. Thanks.

oops.se

If it cant be detected. - Not working. You have got a dead device. - Wiring is incorrect. - I2C isn't enabled in the Pi, sudo raspi-config

k9t33n

Maybe a picture of the wiring and a link to the sensor could help