HOW TO make your own climate web server with an ESP32 and DHT11 or DHT22

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2023
  • In this video I will show you how to create your own climate webserver with a ESP32 and DHT11 or DHT22. The web server shows temperature and humidity measured whit the DHT11 or DHT22 sensor. For this project you only need a sensor for one or two euro's and of course an ESP32 for around 5 euro's. Prices in the US and Asia are even lower.
    Thanks to Random Nerd Tutorials for writing the code and all instructions (randomnerdtuto...!
    If you liked the project, please consider buying us a cup of coffee.🧡
    www.buymeacoff...
    Components used:
    ESP32 WROOM dev. kit 1
    DHT 11 sensor
    Breadboard (optional - not used in this video)
    Download Arduino IDE from:
    www.arduino.cc...
    URL to additional boards managers (put thid in the IDE preferences)
    raw.githubuser...
    Additional libraries:
    DHT Sensor Library
    github.com/ada...
    Rename the libray to "DHT_sensor"
    Adafruit Unified Sensor Driver library
    github.com/ada...
    Rename the library to "Adafruit_sensor"
    ESPAsyncWebServer library
    github.com/me-...
    Rename the library to "ESPAsyncWebServer"
    Async TCP Library for ESP32
    github.com/me-...
    Rename the library to "AsyncTCP"
    Download code from:
    randomnerdtuto...
  • НаукаНаука

Комментарии • 2

  • @BloxyLabs
    @BloxyLabs  7 месяцев назад

    Follow us on X: twitter.com/Bloxy_Labs
    Here you can see sneak peaks for upcoming videos and other cool stuff!

  • @Holger1084
    @Holger1084 8 месяцев назад +3

    Great!!!