DHT11 and DHT22 Sensor Using with Arduino

  Рет қаралды 76,903

Maker 101

Maker 101

Күн бұрын

Пікірлер: 58
@maker101io
@maker101io 3 жыл бұрын
Source Code: create.arduino.cc/editor/mertarduinotech/37dd464f-49b6-45ab-8f90-09915ea3b144/preview Recommended Items: Use Your Muscles in Project - amzn.to/3wdL45C​ 37 Sensor & Module Packages - amzn.to/3m66WeQ​ Try this Robot Arm - amzn.to/3fq8DCl​ Best Resin 3D Printer - amzn.to/39tY8KB​ Arduino Compatible Kits - bit.ly/2J2AFF7​ Banggood Spring Sale - bit.ly/3slMbOn​
@yem7446
@yem7446 4 жыл бұрын
Hello, that it a error message : "no matching function call to 'DHT::DHT()'
@PrashantSingh-un6yj
@PrashantSingh-un6yj Күн бұрын
no
@PrashantSingh-un6yj
@PrashantSingh-un6yj Күн бұрын
no
@ojastheai
@ojastheai 4 жыл бұрын
And please this DHT11:14:24: error: no matching function for call to 'DHT::DHT(int, const char [6])'
@sayantanmaiti2513
@sayantanmaiti2513 7 жыл бұрын
thanks Mr.Mert ,previously I have problems with this module, your video fixed it
@RochdaleBlue
@RochdaleBlue 6 жыл бұрын
Great tutorial any chance of a follow up showing how to add a fan controlled by this setup?
@priyarajchanda
@priyarajchanda 4 жыл бұрын
Where did you create the fritzing diagram?
@12x12
@12x12 6 жыл бұрын
Any idea how to get it to show Fahrenheit on the LCD?
@maanikyam1576
@maanikyam1576 6 жыл бұрын
Thank you so much. Your project helped me a lot. Keep doing Various Arduino based projects. :)
@sohamshah7638
@sohamshah7638 5 жыл бұрын
why does the data line need to be high? doesnt the module already get the power supply from the +5V pin?
@harishrajamani4922
@harishrajamani4922 6 жыл бұрын
do we have any other better product for accurate than dht 22 for audrino uno?
@method9706
@method9706 7 жыл бұрын
what software do you use for diagrams?
@cordellbrooks6365
@cordellbrooks6365 7 жыл бұрын
May you give me an example for a touch screen display, if you have time?
@fpt380
@fpt380 6 жыл бұрын
Hello . Thank you for your wonderful explanation. I have a question: Are the sensors like LM35 and DH11-22 accurate and reliable? Are it need to calibrate? thank you
@uijjuughuggyu2404
@uijjuughuggyu2404 6 жыл бұрын
what is the value of the resistor that have been used on the DHT11
@zookadie527
@zookadie527 6 жыл бұрын
10k
@joshuatimothy4236
@joshuatimothy4236 7 жыл бұрын
wow it's very helpfull thanks, btw what app do u use to draw that chart ?
@ojastheai
@ojastheai 4 жыл бұрын
Can you please help!!!!! Error saying - "DHT11 is not declared in the scope" Your efforts will be highly appreciated
@redahamrani7282
@redahamrani7282 7 жыл бұрын
thx for all your videos they helped me i lot and wanna ask for help "how can i send data sensor's to excel "
@adnanahmedsiddiqui2189
@adnanahmedsiddiqui2189 6 жыл бұрын
Very helpful video. I want to know 1 thing that, if i want to glow an LED when temperature goes above than 40 degree. Can you please send me the code for it?
@ahmedsaman3070
@ahmedsaman3070 8 жыл бұрын
❤️❤️❤️❤️good work ❤️❤️
@nighthawK246
@nighthawK246 7 жыл бұрын
brocum lcd ekrandan o pinleri hangi aparatla aldın bi söylersen
@kumak9890
@kumak9890 6 жыл бұрын
Can you create tutorial for temperature alarm?
@alizasmajljaj5452
@alizasmajljaj5452 6 жыл бұрын
HOW CAN I FIND THE DHT11 SENSORS IN TINKERCAD?
@koraybakar6233
@koraybakar6233 6 жыл бұрын
1.sorum direnç değeri nedir okuyamadım 2.sorum program internette yazdigin source codu ise ekranda tek çizgi çıkıyor
@srikrishnaagrawal3382
@srikrishnaagrawal3382 6 жыл бұрын
can u pls make a video using i2c and lcd and dth11 pls
@md.robinmridha2350
@md.robinmridha2350 6 жыл бұрын
i have a problem.....lcd display not showing in this value......why
@xoxnerd
@xoxnerd 5 ай бұрын
perfect videoo!!! thanks a lot!!
@rolasmat
@rolasmat 8 жыл бұрын
Me gusto mucho el vídeo, Saludos desde México
@AlexanderVeith
@AlexanderVeith 5 жыл бұрын
schade das der Link nicht funktioniert...
@cordellbrooks6365
@cordellbrooks6365 7 жыл бұрын
On the back of my LCD there is 4 pins GND, VCC, SDA, and SCL. do i just use the pins you showed in the video.
@peterwilhelmsson4168
@peterwilhelmsson4168 7 жыл бұрын
No. What you have is an "I2C"-interface on your LCD. Google it for info on how to connect and use it.
@prashantneopane1844
@prashantneopane1844 7 жыл бұрын
my lcd shows -999 for both the value. Whats wrong with it? i have already checked the connections. Can you help ? thank you
@garybuskirk9521
@garybuskirk9521 7 жыл бұрын
copy and paste "How to Set Up the DHT11 Humidity Sensor on the arduino" in your search and try Circuit Basics video and pin out, and sketch.
7 жыл бұрын
Hello, I am having a problem with my setup: I have connected a DHT11 to an Arduino Nano (properly, I think, resistor included. It actually worked the first day, so...). Anyway, I am getting zero values of temperature and humidity, no matter which library I use. The sensor is detected correctly, but the data is always zero. As I said, it worked the first day I tried, using Arduino's DHT example. Not any more. I don't think I have changed any library version. I tried with previous ones and it doesn't work either. Can anyone help? Thank you!
@felixcapel1893
@felixcapel1893 6 жыл бұрын
Every other time it shows -999 instead of temperature. What should I do?
@fatih.bayram45
@fatih.bayram45 7 жыл бұрын
Abi direnç değerini yazabilirmisin
@MrDarkness331
@MrDarkness331 7 жыл бұрын
Why this library doesnt work? i tryed like 2 weeks to run stupid humidity and temperature sensor and i am frustrated... No example works and i cant compile anything... please help... its like this library doest have any of these functions i tryed to find it on github but nothing... no trace of these funcions. and i am not the only one...
@MrDarkness331
@MrDarkness331 7 жыл бұрын
here is the error from example: Arduino: 1.6.12 (Windows 10), Vývojová doska:"Arduino/Genuino Uno" C:\Users\Majo\AppData\Local\Temp\ccNUwVrb.ltrans0.ltrans.o: In function `global constructors keyed to 65535_0_DHTtester.ino.cpp.o.1731': ccNUwVrb.ltrans0.o:(.text.startup+0x62): undefined reference to `DHT::DHT(unsigned char, unsigned char, unsigned char)' C:\Users\Majo\AppData\Local\Temp\ccNUwVrb.ltrans0.ltrans.o: In function `main': ccNUwVrb.ltrans0.o:(.text.startup+0x176): undefined reference to `DHT::begin()' ccNUwVrb.ltrans0.o:(.text.startup+0x1ce): undefined reference to `DHT::readHumidity(bool)' ccNUwVrb.ltrans0.o:(.text.startup+0x1de): undefined reference to `DHT::readTemperature(bool, bool)' ccNUwVrb.ltrans0.o:(.text.startup+0x1f2): undefined reference to `DHT::readTemperature(bool, bool)' ccNUwVrb.ltrans0.o:(.text.startup+0x244): undefined reference to `DHT::computeHeatIndex(float, float, bool)' ccNUwVrb.ltrans0.o:(.text.startup+0x262): undefined reference to `DHT::computeHeatIndex(float, float, bool)' collect2.exe: error: ld returned 1 exit status exit status 1
@MrDarkness331
@MrDarkness331 7 жыл бұрын
i tryed SimpleDHT library but its just for DHT11 but it works...
@NbaLoveTurkiye
@NbaLoveTurkiye 6 жыл бұрын
Source Code paylaşır mısnız
@splashillustrations3181
@splashillustrations3181 8 жыл бұрын
Can you please do an RFID tutorial
@splashillustrations3181
@splashillustrations3181 8 жыл бұрын
Thank you :-)
@yudinugroho3325
@yudinugroho3325 8 жыл бұрын
mantap tambah ilmu
@peterzhang2102
@peterzhang2102 4 жыл бұрын
fantastic
@koraybakar6233
@koraybakar6233 6 жыл бұрын
Üstadım çok güzel bir çalışma olmuş sorum olacaktı
@mahmoodshanaah6973
@mahmoodshanaah6973 5 жыл бұрын
Thanks so much I was so frustrated how to download this library thanks
@Sametbskk
@Sametbskk 6 жыл бұрын
kardeşim neden türkçe kaynak yapmıyorsun hem iyi bir kaynak olurdu ha illa yabancı da yapmak istersen ing alt yazı koyarsın
@just4making102
@just4making102 8 жыл бұрын
sang name pls 😊
@adityasidham1812
@adityasidham1812 8 жыл бұрын
nice
@nasergrshi7854
@nasergrshi7854 5 жыл бұрын
plaese code DHT22 Sensor Using with Arduino with fan
@LeoEmbury
@LeoEmbury 3 ай бұрын
tyyyyy
@yasintascioglu5672
@yasintascioglu5672 8 жыл бұрын
Abi sen türkmüsün
@temur4714
@temur4714 7 жыл бұрын
Abi bunun Türkçe halini yapar mısın kanalının kalitesi çok iyi abone oldum kanalında ayrıca her videonun türkçesini yaparsan abonen artacak 'BURALAR DEĞERLENİR' benden söylemesin .şimdiden teşekkürler
@just4making102
@just4making102 8 жыл бұрын
😊
@myazemmour9843
@myazemmour9843 8 жыл бұрын
first comment :D
@mkaberli
@mkaberli 5 жыл бұрын
Did you really need to have the music?
Measuring Temperature with Arduino - 5 Sensors
29:55
DroneBot Workshop
Рет қаралды 146 М.
ESP32: Temperature & Humidity Sensor with LCD Display
10:37
BaldGuyDIY
Рет қаралды 23 М.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
Using Servo Motors with Arduino
43:06
DroneBot Workshop
Рет қаралды 1,4 МЛН
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
The Best 20 Arduino Projects of the year 2024!
14:59
ToP Projects Compilation
Рет қаралды 112 М.
Arduino Communication with NRF24L01 Wireless Transceiver Module
7:20
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН