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.