Skip to content

Commit

Permalink
Document hardware bug on Wemos DHT shield (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er authored Sep 9, 2020
1 parent 1a0fece commit 26aec89
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/Plugin/P005_DHT11_DHT22.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@ Rules examples
.. .. include:: P005_commands.repl
How to patch Wemos DHT shield
-----------------------------

The Wemos DHT shield uses a pin which is also toggled at boot disrupting the connected DHT22 sensor.

This causes the sensor to become unresponsive after a reboot.

The DHT sensor needs to be connected to a configurable GPIO on the ESP module.
In case you have a simple ESP-01 module, it's best to use the GPIO-2 pin.

See this `elaborate post on GitHub <https://github.com/letscontrolit/ESPEasy/issues/2569#issuecomment-688901549>`_
describing the problem and how to patch the board to make it work like it should.


Where to buy
------------

Expand Down

0 comments on commit 26aec89

Please sign in to comment.