README.md

DHT

ESP8266 project:

  • Connecting one DHT11 sensor to the ESP
  • Connection to MQTT broker
  • Webserver
  • Print Temperature & Humidity on OLED screen
  • OTA support

Configuration

  • my_wifi.h : Add your WiFi credentials
  • my_mqtt.h : Add you broker details (ip, username, password)

Dependencies

  • PubSubClient by Nick O'Leary (v2.7.0+)
  • DHT sensor library by Adafruit (v1.3.8)

Board tested