Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create Arduino based device to compare data for as much many t/RH sensors as possible (without manual sensor switch), optionally with data logging for further analysis.

...

Use of the same sensor on i2c usually limited by 1 or 2 (using ALT i2c address) of the same type. And SHT20, SHT21, SHT25, HTU21 is actually the same type, so to be able to compare measurement there is a need to use i2c multiplexer. In the case of 8 line multiplexer, there is a possibility to have 8-16 sensor of at the same time to be connected with Arduino.

...

Sensoraddressalt addressspecVmin-VmaxVtyp1.8v3.3v5v**
AOSONG AHT100x38 (62)0x39 (63)*pdf1.8-3.6v3.3v(question)(tick)(tick)(minus)(minus)
AOSONG AHT150x38 (62)
*pdf1.8-3.6v3.3v(question)(tick)(tick)(minus)(minus)
Senserion SHT2x0x40 (64)0x41 (65)20,21,252.1-3.6v3v(minus)(minus)(tick)(minus)
Senserion SHT3x0x44 (68)0x45 (69)SHT3x2.15-5.5v3.3v(minus)(minus)(tick)(tick)
Senserion SHT8x0x44 (68)
SHT852.15-5.5v
3.3v(minus)(minus)(tick)(tick)
Meas(1) HTU21D0x40 (64)
HTU21D1.5v-3.6v3v(tick)(tick)(tick)(minus)
Silicon Labs Si70210x40 (64)
pdf1.9v-3.6v-(minus)(minus)(tick)(minus)
Bosch(2) BMEx800x76 (118)0x77 (119)6801.71v-3.6v1.8v(tick)(tick)(tick)(minus)
Bosch(2) BME2800x76 (118)0x77 (119)2801.71v-3.6v1.8v(tick)(tick)(tick)(minus)
Ti(3) HDC10800x40 (64)
pdf2.7v-5.5v3v(minus)(minus)(tick)(tick)
Ti(3) HDC20800x40 (64)0x41 (65)pdf1.62v-3.6v-(tick)(tick)(tick)(tick)(minus)(minus)
AOSONG DHT120x5C (92)
*pdf2.7-5.5v5v(minus)(minus)(tick)(tick)
AOSONG AM23200x5C (92)
*pdf3.1-5.5v5v(minus)(minus)(minus)(tick)

1 TE Connectivity Measurement Specialties

...

  • AHT15 sensors (AHT10 code reuse)
  • HDC2080 sensors and code
  • connect and enable mux #6

v7 -

...

unstable

  • stable operation
  • hardware RTC clock
  • SD files with correct timestamps

v8 - unstable

  • Updated Power circuit
  • i2c voltage converter board and new wiring
  • SHTC1 and SHTC3 sensors added
  • mux #1 address changed (to solve i2c address conflict)
  • 2x BME680 removed (to solve i2c address conflict)
  • 1x BME280 removed (to solve i2c address conflict)
  • DHT12 sensors added instead of three BMEx80 (8a)
  • ChipCap Sensor added instead of DHT12 (8b)

v9 - current

v10 - abandoned

  • code optimization
  • trend visualization
  • hardware controls
  • menu options (like format SD card)
  • got some kind of home-made "calibration" tests with resolutions
  • fan
  • publish final electric scheme, sketch, results

v10-AHT

  • New small density sensor boar
  • AHT10, AHT20, AHT21, AHT25 sensors only
  • exclude voltage conversion (that is why AHT15 is missing)
  • a single sensor on one i2c multiplexer lane
  • Single read for temperature and humidity data for AHT
  • simplified code to support only AHT type of sensors