Goal
Arduino device to compare data for as much t/RH sensors as possible without manual sensor switch
Preparation
Use of same sensor on i2c usually limited by 1 or 2 (using ALT i2c address) of same type. And SHT20, SHT21, SHT25, HTU21 is actually same type, so to be able to compare measurement there is need to use i2c multiplexer. In case of 8 line multiplexer there is possibility to have 8-16 sensor of same time to be connected with Arduino.
Sensor i2c addresses
Sensor | address | alt address | spec |
---|---|---|---|
Senserion SHT2x | |||
Senserion SHT3x | |||
Senserion SHT8x | |||
Meas(1) HTU21D | |||
Silicon Labs Si7021 | |||
Bosch BME280 | 0x76 | 0x77 | |
Bosch BME680 | 0x76 | 0x77 | |
Ti(2) HDC1080 | 0x40 | ||
AOSONG DHT12 | |||
AOSONG AM2320 | |||
1 Measurement Specialties
2 Texas Instruments
Line | SHT2x | SHT3x | HDC1080 | Si7021 | BMxx80 | DHTx2 |
---|---|---|---|---|---|---|
A | ||||||
B | ||||||
C | ||||||
D | ||||||
E | ||||||
F | ||||||
G | ||||||
H |