Hi,
Im using a setup with RPI3B+ with Qwiic Shim and a BH1750 light sensor which i can’t get it work…
The i2cdetect -y 1 show the right device at 0x23 as expected but :
-
sudo i2cget -y 1 0x23 : Error: Read failed
-
Error with the adafruit circuit python for bh1750 : no I2C device at address : 23
I must also say that i have a bunch of sensor connected to a phat stack which are working without shim but when i plug it no i2c device can be reached (but i can see them with i2cdetect)…
Someone as a clue :?:
Thanks !