I have a RPi4 setup with Qwiic HAT connected to it that I am using to read 4xSHTC3 sensors.
I could only read one of the sensors sitting at 0x70. Can someone explain how can I read all 4 sensors in linux shell (using hwmon(s)) or a python script?
I can’t find a straight forward instructions for that.
Thanks for your response.
sorry I am a newbie. I am still having issues. I am not sure what do you mean by disabling pull-up resistors.
let me explain my setup.
I am using a RPI4, and a QT (pins to QT cable) to connect to MUX (it is on and LED is red).
then I use other QT-QT cables to connect to 4 different SHTC3 sensors.
I can see 0x70 enabled in i2cdetect. but I can’t enable the virtual addresses.
I am trying to do all this in python. so my goal is
to enable mux channels (which I can now using “import qwiic” and defining a TCA and enabling all channels).
read and print temperature/humidity on shtc3 sensors