Hi,
I try to connect a BH1750 light sensor via I2C to my photon.
Wiring is:
3.3V -> VCC
GND -> GND
D1 -> SCL
D0 -> SDA
I used the I2C- Scanner and everything I see on Serial Monitor are fancy I2C -Adresses like:
Scanning...
I2C device found at address 0x5B !
done
Scanning...
No I2C devices found
Scanning...
I2C device found at address 0x12 !
done
Scanning...
I2C device found at address 0x64 !
I2C device found at address 0x69 !
done
Scanning...
No I2C devices found
Scanning...
I2C device found at address 0x40 !
done
I’d expected a detection of 0x23. I tested an alternative BH1750 and the same story here.
Feel lost at this point. Anybody who can help?