All of the sensors have SDA connected to UNO A4, SCL on A5, v5 and ground
The SI1145 has a fixed I2C address (0x60).
The TSL2591 has a default I2C address of 0x29 and cannot be changed!
I cannot find the I2C default address of the TCS34725 - where would I find it? (
Code: Select all
https://learn.adafruit.com/adafruit-color-sensors/assembly-and-wiring
I'm assuming the TSL2591 (Lux) and the TCS34725 (color) have the same I2C address, which is causing the conflict. The TSL2591 cannot be changed, per the Adafruit docs (https://learn.adafruit.com/adafruit-tsl ... g-and-test). So where do I find the TCS34725 I2C address and how to change the I2C address of a sensor.
Or is this even my conflict issue?
Thank you