Multiple SI7021 Sensors using i2c-gpio #285
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been trying to setup i2c-gpio with multiple SI7021 sensors but to no avail. For starters, when the sensor is plugged directly into the i2c pins it works great as expected.
To setup i followed this guide: https://www.instructables.com/id/Raspberry-PI-Multiple-I2c-Devices/
I added the following to /boot/config.txt
When running sudo i2cdetect -l I get the i2c adapters,
And the addresses show up on sudo i2cdetect -y 1, (note they are 45 and 38)
But when I use the addresses 45 and 38, I get very wrong temperatures in the UI (ignore the top two sensors, they are previous DHT11 sensors):