1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.57k stars 786 forks source link

NodeMCU/ESP8266 DHT Sensor Documentation Issue #146

Closed jeremyowens closed 6 years ago

jeremyowens commented 6 years ago

The documentation (wiki) for the NodeMCU/ESP8266 DHT Sensor has conflicting information. The documentation originally said to connect the DHT sensor to pin D5, however the code in config_dht.h is defined as pin D1.

Either the config_dht.h file needs to be updated to reference pin D5, or the picture in the wiki needs to be replaced with a picture that shows the wiring diagram connecting to pin D1.

I've updated the text documentation in the wiki to reference pin D1 for now, but have no way to update the picture.

_config_dht.h - https://github.com/1technophile/OpenMQTTGateway/blob/master/config_DHT.h DHT Wiki - https://github.com/1technophile/OpenMQTTGateway/wiki/ESP8266-DHT-Modules_

1technophile commented 6 years ago

thanks for pointing this. It is corrected.

Please note that the orginal fritzing files are on the img folder