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 (https://randomnerdtutorials.com/)!
Interested in mining Bitcoin at home with small miners or just looking for cool Bitcoin merchandise? Check out BitcoinMerch.com. You will get a 5% discount by using the code BloxyLabs. Visit their website with the following link to support the channel: https://bitcoinmerch.com?aff=706
If you liked the project, please consider buying us a cup of coffee.🧡
https://www.buymeacoffee.com/bloxylabs
Components used:
ESP32 WROOM dev. kit 1
DHT 11 sensor
Breadboard (optional - not used in this video)
Download Arduino IDE from:
https://www.arduino.cc/en/software
URL to additional boards managers (put thid in the IDE preferences)
https://raw.githubusercontent.com/esp...
Additional libraries:
DHT Sensor Library
https://github.com/adafruit/DHT-senso...
Rename the libray to "DHT_sensor"
Adafruit Unified Sensor Driver library
https://github.com/adafruit/Adafruit_...
Rename the library to "Adafruit_sensor"
ESPAsyncWebServer library
https://github.com/me-no-dev/ESPAsync...
Rename the library to "ESPAsyncWebServer"
Async TCP Library for ESP32
https://github.com/me-no-dev/AsyncTCP...
Rename the library to "AsyncTCP"
Download code from:
https://randomnerdtutorials.com/esp32...