SEN0469 + SEN0466 Read sensors at the same time.
I want to connect these 2 sensors (SEN0469, SEN0466) via i2c to the same esp32 to read the values of NH3 and CO.
I have tried to put different i2c addresses and when I connect the 2 sensors, they are blocked. They interfere.
What would be the correct method to read more than one sensor through the same i2c port?.
Thanks.
Roberto Fernandez.
I think the address selection switch shown by Jenna will solve your problem. By assigning unique addresses to each sensor and connecting them in parallel to the same I2C bus, you should be able to read the values of NH3 and CO from both sensors without interference. Just make sure to properly configure and communicate with each sensor using its unique address during I2C communication.
bidrohini.bidrohini
Please note that after configuring the hardware I2C address, please power on the sensor again, in order for the settings to take effect.
jenna