Hi,
I am using Celsius Temp sensor on Raspberry+Navio2. I hooked up it onto GPIO2 and GPIO3 (Raspi I2C-1 port) but then realized that it is using the same I2C address with Navio2 (0x77) and because of that cannot get healthy readings. I know there is possibility to change address of TSYS01 board, but need to break it. Is there any way to change address from SDA and SCL pins.
Thanks for answers.
You will need to check your kernel version, but it’s possible to use some gpios as I2C with raspberry, check it here, the clock is limited but you can use the lights with this one.
@jwalser Yes I am building a device and temp measurement and sensitivity is the most important part of it.
Now I am planning to use I2C device multiplexer and hook up sensors directly on it.