Versions Compared

Key

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

...

Create arduino based device to compare data for as much t/RH sensors as possible (without manual sensor switch)


Children Display

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.

...

Texas Instruments

3 Bosch Sensortecchildren

Versions

v1

  • Single multiplexer breadboard draft project with 26 Sensors

v2

  • Use less wires and more soldering and connectors

Plan

v2

  • Add more multiplexors to be able to include hdc1080 and Si7021, 
  • Add more SHT85 sensors to see results repitability (for most expensive sensor)
  • Add more columns to the screen

v3

  • Power one of  multiplexers by 5v to add DHT22 to test.
  • SD data logging and visualisation

v4

  • remove libraries (that is suppose to work with single sensor mostly) and create simple init and read functions for all sensor types
  • remove i2c scan every cycle, remember sensors from setup phase (need restart to change sensors but it is fine)
  • add non-i2c sensors like DHT11 and AM2302
  • make some additional screen modes and control buttons

v5 

  • got some kind of home-made "calibration" tests with resolutions
  • publish final electric scheme, sketch, results