Skip to content

Changing README.rst. to address know issues and product support #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jposada202020 Is it specific to the FeatherS2, or is it ESP32-S2 in general?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feather S2. this is the issue raised on the core after all the troubleshooting
adafruit/circuitpython#4368

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Metro ESP32S2 works fine

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, fair enough! Thanks!


Basics
-------
Expand Down