File tree 1 file changed +20
-3
lines changed
1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,26 @@ Usage Example
58
58
Hardware Set-up
59
59
----------------
60
60
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.
64
81
65
82
Basics
66
83
-------
You can’t perform that action at this time.
0 commit comments