Skip to content

Commit 7c3c2a2

Browse files
authored
Merge pull request #71 from jposada202020/updating_readme
Changing README.rst. to address know issues and product support
2 parents 79f0bca + a6733e5 commit 7c3c2a2

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.rst

+20-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,26 @@ Usage Example
5858
Hardware Set-up
5959
----------------
6060

61-
The DHT11 and DHT22 devices both need a pull-resistor on the data signal wire.
62-
This resistor is in the range of 1k to 5k. Please check your device datasheet for the
63-
appropriate value.
61+
Designed specifically to work with the Adafruit DHT series sensors:
62+
63+
* Adafruit `DHT22 temperature-humidity sensor + extras <https://www.adafruit.com/products/385>`_
64+
* Adafruit `DHT11 temperature-humidity sensor + extras <https://www.adafruit.com/products/386>`_
65+
66+
.. note::
67+
DHT11 and DHT22 devices both need a pull-resistor on the data signal wire. This resistor is in the range of 1k to 5k
68+
69+
70+
* Please check the device datasheet for the appropriate value.
71+
* Be sure that you are running Buster Operating System.
72+
* Make sure that your user is part of the ``gpio`` group.
73+
74+
75+
Known Issues
76+
------------
77+
78+
* Library may or may not work in Linux 64-bit platforms
79+
* Raspberry PI-ZERO does not provide reliable readings
80+
* Readings in FeatherS2 does not work as expected.
6481

6582
Basics
6683
-------

0 commit comments

Comments
 (0)