Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.83 KB

README.md

File metadata and controls

82 lines (52 loc) · 2.83 KB

download Version status Platform Language Standard License

Yet another DHT library

An Arduino library for reading the DHT family of temperature and humidity sensors.

License

dht library is distributed under BSD 3-Clause "New" License

Status

Current revision: 2.0

Status of current revision is: "development started"

Platforms

The library is tested as well on Arduino-Uno

Features

  • Support for DHT11 and DHT22, AM2302, RHT03
  • Auto detect sensor model
  • Determine heat index
  • Determine dewpoint
  • Determine thermal comfort:
    • Empiric comfort function based on comfort profiles (parametric lines)
    • Multiple comfort profiles possible
    • Determine if it's too cold, hot, humid, dry, based on current comfort profile
  • Determine human perception based on humidity, temperature and dew point

API

dht API description is available as a separate document.

References

Contributors

Original written by Mark Ruys

Forked from beegee-tokyo/DHTesp

Added code and ideas from many developers:

Preparation

IDE & OS

dht library is developed using:

dht library was successfully checked using:

  • Arduino 1.8.5 (Windows)

Dependencies

dht library does not depend on additional libraries.

Applications

Hello. The Basic scenario.

Use the code: Examples\dhtTest\dhtTest.ino