ESP32 Tutorial - DHT11/DHT22 (Temperature and Humidity Sensor)

  Рет қаралды 67,037

Enjoy Mechatronics

Enjoy Mechatronics

Жыл бұрын

How to use a DHT sensor with an ESP32 board!
● Playlist Link: bit.ly/3TdXiq5
● Introduction to ESP32: • Introduction to ESP32 ...
● Serial Monitor( NEW Arduino IDE ): • ESP32 Tutorial - How t...
♥ Don't Click This! : bit.ly/3jvI8g6
--------------------------------------------------------------------
FOLLOW ME:
● TikTok :
/ enjoy_mechatronics
● Facebook: / enjoymechatronics
● Github: github.com/Enjoy-Mechatronics
--------------------------------------------------------------------
► All content by Enjoy Mechatronics is 100% free.
I believe that education should be freely available to everyone.

Пікірлер: 51
@random_guy_whith_random_name
@random_guy_whith_random_name 8 ай бұрын
Much better than my teacher, she asks us for projects in a short time and then leaves for a week without teaching us anything and expects us to know everything. You made it look so easy that I wonder how hard it was for him to explain it to us anyway.
@naodtesfalem6758
@naodtesfalem6758 7 ай бұрын
well explained, kudos!!
@brunofrancosentis5148
@brunofrancosentis5148 6 ай бұрын
Excellent, finally a good tutorial about this. Thanks.
@EnjoyMechatronics
@EnjoyMechatronics 6 ай бұрын
Glad it was helpful!
@nafisatasfia2993
@nafisatasfia2993 2 ай бұрын
THE BEST!!
@aXfranXa
@aXfranXa Ай бұрын
92% of humidity? xD great video!
@cabinfeverjack1925
@cabinfeverjack1925 Жыл бұрын
Very simple and well explained, Thank You
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
Glad it was helpful😊
@DanBurgaud
@DanBurgaud 4 ай бұрын
looks and sound simple to understand. thanks!
@EnjoyMechatronics
@EnjoyMechatronics 3 ай бұрын
You are welcome!
@yahyamedani3915
@yahyamedani3915 10 ай бұрын
Great video!! Helped me pass my prostate exam
@EnjoyMechatronics
@EnjoyMechatronics 10 ай бұрын
Glad it helped!
@irfanudinnoranwar3944
@irfanudinnoranwar3944 8 күн бұрын
i used dht 22 and managed to get the reading for my three sensor. But the last dht22 gave me nan celsius and ann humidity. How to solve this?
@sreeramramesh4634
@sreeramramesh4634 11 күн бұрын
Hro what app are u using to show dht11 commected to esp32?
@luisfelipeonellipini9124
@luisfelipeonellipini9124 7 ай бұрын
Hi, someone knows what is the maximum area i can use this sensor?
@fjz613
@fjz613 9 ай бұрын
Can you use shtc3?
@glen4cindy
@glen4cindy 6 ай бұрын
This is an awesome tutorial. I see you are not using a resistor on your signal pin. I have one of these working successfully with an ESP32 but when I tried using an ESP32-S2 it acts just like it's not present. I'm using a resistor on the signal pin.
@clerciomarchinhak4084
@clerciomarchinhak4084 2 ай бұрын
I'll try using your video, as I have an ESP32 S3 board and an INA219 current sensor and using PlatformIO in VSCode and I can't see the current values. It only says `Talk is running`, which means it is reading, executing but the current values do not appear on the terminal. If you can give me a tip I would appreciate it! Or if I had a video from someone even better?
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
♥ Don't Click This! : bit.ly/3jvI8g6
@renatorodriguezjr3537
@renatorodriguezjr3537 Жыл бұрын
Can I download the results?
@onelineurdu9483
@onelineurdu9483 Жыл бұрын
Osam its work 100% thanks bro
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
Great 👍
@floura_san5318
@floura_san5318 2 ай бұрын
جزاك الله كل خير 🥰🥰🥰🥰
@EnjoyMechatronics
@EnjoyMechatronics 2 ай бұрын
الله يبارك لك
@user-ck4kb7cc6f
@user-ck4kb7cc6f 4 ай бұрын
Iam struggling for 1 week for my temp project still I cannot manage
@2race66
@2race66 5 ай бұрын
#include DHT dht(26, DHT11); void setup() { dht.begin(); delay(2000); Serial.begin(115200); } void loop() { float temp = dht.readTemperature(); float humidity = dht.readHumidity(); Serial.print("Temp: "); Serial.print(temp); Serial.print(" C "); Serial.print("Humidity: "); Serial.print(humidity); Serial.println(" % "); delay(2000); }
@marypazmikomatala2702
@marypazmikomatala2702 Ай бұрын
thank you
@anyajoshi1069
@anyajoshi1069 Жыл бұрын
is this esp32 s2??
@ArmanManyata
@ArmanManyata 3 күн бұрын
thanks a lot
@EnjoyMechatronics
@EnjoyMechatronics Күн бұрын
Happy to help
@SAIRETANIMS
@SAIRETANIMS Жыл бұрын
Hello, thank you for video, but you don't show how to install driver for ESP32 and how you installed ESP32 in 'Broad Manager'
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
We've talked about that in this guide kzfaq.info/get/bejne/l7J1fsx4s8ysiqs.html
@SAIRETANIMS
@SAIRETANIMS Жыл бұрын
@@EnjoyMechatronics ty
@sanabouhaha6637
@sanabouhaha6637 Жыл бұрын
hello, when i compile it says failed uploading. i pressed the boot button and the enable one but still the same problem. what can i do please?
@anonymouscreator948
@anonymouscreator948 Жыл бұрын
You are 100% sure you didn't make a mistake in the code? Try pressing verify for compiler to check if the code is "doable" for your board. Of course it may not support all exceptions but it usually helps to notice a missing comma or dot. If it does compile you should make sure you have the exact board. For example just by looks Esp32 and Esp8266 look simmilar (build almost the same way, usually on the board type, and both cores are shielded) but are different inside.
@deoboligao5971
@deoboligao5971 Жыл бұрын
Hi, can you use mq2 sensor?
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
Of course kzfaq.info/get/bejne/pbCRYKWf29TNY4U.html
@lizexi7115
@lizexi7115 Жыл бұрын
why do i keep getting nan? i have arduino nano iot 33
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
There is a problem with the sensor
@brianandresaragonzabala8320
@brianandresaragonzabala8320 3 ай бұрын
deben instalar una libreria mas aparte de la que mencionan en el video la libreria es :Adafruit Unified Sensor
@HansGeorgHorzella
@HansGeorgHorzella Жыл бұрын
super
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
Thank you
@alaricshiran9189
@alaricshiran9189 Жыл бұрын
why am i get nanC as a result
@EnjoyMechatronics
@EnjoyMechatronics Жыл бұрын
Something went wrong with the sensor
@leadomingo4567
@leadomingo4567 Ай бұрын
Send code
@susmitadey9816
@susmitadey9816 5 ай бұрын
Why my output is like this? o/p: TEMP: nan C Humidity: nan% Please help me out.
@vlogerji
@vlogerji 5 ай бұрын
Same problem with me
@winstonacousticstudio445
@winstonacousticstudio445 4 ай бұрын
Calibrate ?
@kubermukherjee3801
@kubermukherjee3801 3 ай бұрын
It is because your dht is not properly connected or it is not working
@kubermukherjee3801
@kubermukherjee3801 3 ай бұрын
Check the pins
@hugocarloshuizaquinto3619
@hugocarloshuizaquinto3619 8 ай бұрын
HAY CODIGO HAY LIKE
ESP32 DHT Web Server Project
5:53
Enjoy Mechatronics
Рет қаралды 99 М.
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 51 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 3,9 МЛН
ESP32 DHT 11 Temperature and Humidity | 1.3' OLED Display
4:14
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Рет қаралды 242 М.
Connect ESP32 to WiFi - ESP32 Beginner's Guide
12:13
Enjoy Mechatronics
Рет қаралды 120 М.
When you have 32GB RAM in your PC
0:12
Deadrig Gaming
Рет қаралды 2,5 МЛН
Мой инст: denkiselef. Как забрать телефон через экран.
0:54
WATERPROOF RATED IP-69🌧️#oppo #oppof27pro#oppoindia
0:10
Fivestar Mobile
Рет қаралды 17 МЛН