Skip to content

Commit

Permalink
Merge pull request #71 from jposada202020/updating_readme
Browse files Browse the repository at this point in the history
Changing README.rst. to address know issues and product support
  • Loading branch information
kattni committed Apr 26, 2021
2 parents 79f0bca + a6733e5 commit 7c3c2a2
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,26 @@ Usage Example
Hardware Set-up
----------------

The DHT11 and DHT22 devices both need a pull-resistor on the data signal wire.
This resistor is in the range of 1k to 5k. Please check your device datasheet for the
appropriate value.
Designed specifically to work with the Adafruit DHT series sensors:

* Adafruit `DHT22 temperature-humidity sensor + extras <https://www.adafruit.com/products/385>`_
* Adafruit `DHT11 temperature-humidity sensor + extras <https://www.adafruit.com/products/386>`_

.. note::
DHT11 and DHT22 devices both need a pull-resistor on the data signal wire. This resistor is in the range of 1k to 5k


* Please check the device datasheet for the appropriate value.
* Be sure that you are running Buster Operating System.
* Make sure that your user is part of the ``gpio`` group.


Known Issues
------------

* Library may or may not work in Linux 64-bit platforms
* Raspberry PI-ZERO does not provide reliable readings
* Readings in FeatherS2 does not work as expected.

Basics
-------
Expand Down

0 comments on commit 7c3c2a2

Please sign in to comment.