8000 GitHub - coelner/HTU2xD_SHT2x_Si70xx: About This is an Arduino library for HTU2xD, Si70xx and SHT2x Digital Humidity & Temperature Sensor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

About This is an Arduino library for HTU2xD, Si70xx and SHT2x Digital Humidity & Temperature Sensor

License

Notifications You must be signed in to change notification settings

coelner/HTU2xD_SHT2x_Si70xx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license-badge version stars hit-count github-issues

HTU2xD/SHT2x/Si70xx

This is an Arduino library for TE Connectivity HTU20D/HTU21D, Sensirion SHT20/SHT21/SHT25, Silicone Labs Si7006/Si7013/Si7020/Si7021 Digital Humidity & Temperature Sensor

  • HTU2xD +1.5v..+3.6v, SHT2x +2.1v..+3.6v, Si70xx +1.9v..+3.6v
  • HTU2xD 0.14uA..0.500uA, SHT2x 0.04uA..0.330uA, Si70xx 0.6uA..180uA
  • integrated resistive heater HTU2xD/SHT2x 1.83mA, Si70xx 3.1mA..94.2mA (4)
  • temperature range HTU2xD/SHT2x -40C..+125C, Si702x (G-grade) -40C..+80C
  • humidity range 0%..100% (1)
  • typical accuracy T +-0.3C at 14-bits, RH +-2% at 12-bits
  • typical resolution T 0.01C at 14-bits, RH 0.04% at 12-bits
  • maximum T measurement time Si70xx 11msec, HTU2xD 50ms, HTU2xD 85ms
  • maximum RH measurement time Si70xx 12msec, HTU2xD 16ms, HTU2xD 25ms
  • I2C bus speed 100KHz..400KHz
  • response time 8..30sec (2)
  • recommended to route VDD or GND between I2C lines to reduce crosstalk between SCL & SDA
  • power supply pins must be decoupled with 100nF capacitor

Supports all sensors features:

  • read humidity (3)
  • read temperature (3)
  • soft reset
  • enable/disable heater (4)
  • set heater level, for Si70xx only
  • set resolution
  • read low voltage alarm
  • read ID
  • read FW
  • CRC calculation (3)

Tested on:

  • Arduino AVR
  • Arduino ESP8266
  • Arduino ESP32
  • Arduino STM32

(1) Prolonged exposure for 60 hours at humidity > 80% can lead to a temporary drift of the signal +3%. Sensor slowly returns to the calibrated state at normal operating conditions.
(2) Measurement with high frequency leads to heating of the sensor, must be >= 0.5 seconds apart to keep self-heating below 0.1C
(3) Library returns 255 if a communication error occurs or CRC doesn't match.
(4) To remove dew from the sensor or to return the sensor to a calibrated state after prolonged exposure to humidity > 80%.

About

About This is an Arduino library for HTU2xD, Si70xx and SHT2x Digital Humidity & Temperature Sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
0