How to use DHT11 DHT22 with NodeMCU ESP8266 to read temperature over WiFi - IoT

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

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

  • @caproni4863
    @caproni4863 5 лет назад

    I have tried several tutorials of how to get ESP8266 and DHT22 work together. No one has worked. But so did yours! Thank you!

    • @robojax
      @robojax  5 лет назад

      You are welcome. Good to know. Thank you.

    • @oGSniipezz12
      @oGSniipezz12 4 года назад

      did you use a resistor?

  • @ashutoshchoudhary1056
    @ashutoshchoudhary1056 Год назад

    What an excellent, simple and amazing explanation. Loved it really.

  • @canggihtechstore3290
    @canggihtechstore3290 4 года назад

    Thanks Robojax. Your code works on first try! I will expand it further to upload to google sheet later.

    • @robojax
      @robojax  4 года назад

      You are welcome. Good luck.

  • @alinemariamilagres7728
    @alinemariamilagres7728 4 года назад +1

    thank you from Brazil. Best one i've seen so far.

    • @robojax
      @robojax  4 года назад +1

      Wow, thanks! Just browse my channel. I've written tones of codes and make videos for both ESP32 and ESP8266 ruclips.net/user/robojaxTVvideos

    • @alinemariamilagres7728
      @alinemariamilagres7728 4 года назад

      @@robojax do you have any video teaching how to send this temperature to a website using database?

    • @robojax
      @robojax  4 года назад +1

      I am planning to make such videos. In the introduction of ESP8266 I've given example how to send it to the web. Once you receive it by the server, then it is easy to save it on database. saving on database is job of web server.

  • @dhanaballakshmanan6708
    @dhanaballakshmanan6708 2 года назад

    Sir, video is super clarity

  • @andrewmagdaleno5417
    @andrewmagdaleno5417 5 лет назад +3

    I'm saving this for later. I love your videos, so organized and concise! Thanks!

    • @robojax
      @robojax  5 лет назад

      You are welcome.

  • @vincentngiyimouh5279
    @vincentngiyimouh5279 5 лет назад +1

    This is so helpful and easy to apprehend thanks Robojax. Will so much appreciate if you can assist me on how to safe this data with date and time. The information here refreshes after 3 seconds no way to do data monitoring.

    • @robojax
      @robojax  5 лет назад +1

      You are welcome. I will have video about the SD card so you can save the data on SD card. Or you can save it on remote server. You can have local server or actual website. I will make video that too but no immediately.

    • @vincentngiyimouh5279
      @vincentngiyimouh5279 5 лет назад

      Ok i will be waiting thanks.

  • @youssefdirani
    @youssefdirani 4 года назад

    I had DHT11. The "DHT Library on GetHub" you linked to in your webpage, when I installed it, it failed to compile, asking that there is an include to adafruit that is not recognizable, something like that. But when I used the "DHT Library from Robojax.com" it compiled, AND WORKED LIKE A CHARM !!

    • @robojax
      @robojax  4 года назад

      Hi, please post the error here so I know exactly what the issue is.

    • @youssefdirani
      @youssefdirani 4 года назад

      @@robojax
      In file included from C:\Users\Dirani\Documents\Arduino\libraries\DHT-sensor-library-master\DHT_U.cpp:15:0:
      C:\Users\Dirani\Documents\Arduino\libraries\DHT-sensor-library-master\DHT_U.h:36:29: fatal error: Adafruit_Sensor.h: No such file or directory
      #include
      Do I have to add/install a certain library perhaps using the library manager ?

    • @robojax
      @robojax  4 года назад

      see it is very clear "No such file or directory" meaning you have not followed the instruction and have not added the library. Add the library and it will work.

  • @benjibeatsboy
    @benjibeatsboy 4 года назад

    Connecting DHT11 directly on your ESP8266 is dangerous no?? My teacher told me to connect the ESP to my arduino uno first

    • @robojax
      @robojax  4 года назад +1

      No. this can operate from 3.3V to 5V so if you connect it to 3.3V of ESP8266 there should not be any danger. see datasheet here www.mouser.com/datasheet/2/758/DHT11-Technical-Data-Sheet-Translated-Version-1143054.pdf

    • @benjibeatsboy
      @benjibeatsboy 4 года назад +1

      @@robojax I' m uploading the code but I get : Hard resetting via RTS pin...
      In my serial monitor: nan

  • @Codality
    @Codality 3 года назад

    A very well explained !
    Thx a lot for your time and effort
    I am getting nan, I don't know why
    I tried to fix a lot but still not working

    • @robojax
      @robojax  3 года назад

      I have shown why nAN is shown. Must have no connection. Check it or see how I. Show it in the video

  • @omarsherif7774
    @omarsherif7774 4 года назад +1

    helpful, thanks from Egypt

    • @robojax
      @robojax  4 года назад

      You are welcome. salaam. Ahmad. from Canada.

  • @insulinpumparabic1135
    @insulinpumparabic1135 Год назад

    Good Job..... Can I add deep sleep to this code?

  • @benjibeatsboy
    @benjibeatsboy 4 года назад

    My ESP8266 does not have D4, which one can I use instead?

    • @robojax
      @robojax  4 года назад

      Hi, yes. you can define any other Digital pin.

  • @m_zubair
    @m_zubair 4 года назад

    best explained man keep up the good work

    • @robojax
      @robojax  4 года назад +1

      Thank you.

  • @upendrah6776
    @upendrah6776 2 года назад +1

    Like no 786. Thank you for sharing valuable information.

    • @robojax
      @robojax  2 года назад

      Thanks for liking

  • @auclpg8176
    @auclpg8176 4 года назад +2

    Thx from germany.
    That was helpful for me.
    i like how Slow your speak and Show it
    Is ist possible to use more than one DHT11?
    Maybe you can help me?

    • @robojax
      @robojax  4 года назад +1

      You are welcome. I am glad you found it useful. I have had this on my list to make video, but you can learn from this video if you carefully watch it. ruclips.net/video/L6ekl2ABcuY/видео.html good luck

  • @avatarjaroaang
    @avatarjaroaang 4 года назад +4

    This is excellent! Really a lot of content in one video and it's explained fantastically.
    However I am getting an error using both a DHT11 and DHT22, both are displaying 'nan' in the console.
    I have tried using different libraries and powering from a different source, but nothing has fixed this.
    The sensors work with a different code; using blynk.
    Can you help?

    • @avatarjaroaang
      @avatarjaroaang 4 года назад

      I have just finally found a fix! It is totally random. forum.mysensors(dot)org/topic/9566/solved-mysensors-and-dht22-difficoulties-in-getting-started/4
      Just need to reconnect the ground, power and then data wire to the ESP8266. It's working perfectly now! Thanks.

    • @robojax
      @robojax  4 года назад

      I am glad you found it useful and also found the issue.

    • @titusgage85
      @titusgage85 3 года назад

      you prolly dont care but does someone know of a method to get back into an Instagram account..?
      I stupidly lost my login password. I love any tips you can give me

    • @malachinelson2622
      @malachinelson2622 3 года назад

      @Titus Gage instablaster :)

    • @titusgage85
      @titusgage85 3 года назад

      @Malachi Nelson Thanks so much for your reply. I found the site thru google and im in the hacking process atm.
      Takes a while so I will reply here later when my account password hopefully is recovered.

  • @tsetsefly4538
    @tsetsefly4538 2 года назад

    Hi @Robojax, is there a way to send multiple sensor data types, or do you repeat code using a different value with the float command?

    • @robojax
      @robojax  2 года назад

      Hi, it can be used with types of data.

  • @cerberusdarck
    @cerberusdarck 4 года назад

    I want to understant why use an resitor at DHT11 Pin1 and Pin2.... i've never used that (of course, not knowing why) but it's work (and why it's working?!?)
    Thanks for the tutorial

    • @robojax
      @robojax  4 года назад +1

      Hi, for serial communications when there is no signal, we want the pin to be HIGH or 5V and having resistor it will keep it HIGH but if we receive LOW signal that pin can change to LOW. if we don't have resistor it will be be in HIGH state which is needed for communications.

  • @midsfb
    @midsfb Год назад

    Thanks so much for the video! Got it working first try. I'm trying to get it to display the humidity also on the webpage. I got it to display on the serial monitor but wondering how I could also display humidity on the webpage?

    • @robojax
      @robojax  Год назад

      I have explained the code fully and showed how it is done. I am not providing code. I am teaching people so they can do more. so please watch, learn and change the code.

    • @midsfb
      @midsfb Год назад

      @@robojax great

    • @midsfb
      @midsfb Год назад

      I figured it out. Since robojax is no help i can explain it. place this after the tenperature part of the html page
      +="Humidity
      ";
      page +="";
      page += String(hValue, 2);
      page +="
      ";
      Then at the very bottom of the code where it says "Serial.println(f); tValue =f;" type "hValue =h;" right after it. Then lastly, at the very beginning of the code (line 50 float tValue;) place "float hValue;" on line 51 and it should work.

  • @benjibeatsboy
    @benjibeatsboy 4 года назад

    How can I put that temperature data in my website?

    • @robojax
      @robojax  4 года назад +1

      set it (dht11) as HTTP client. Create database on your web-hosting. Send data using ESP8266 to a php file on your website which records it in the database. Then make another php file that reads it on the website. I will make such videos. But good luck.

    • @benjibeatsboy
      @benjibeatsboy 4 года назад

      @@robojax thanks already. When will these videos come sir?

  • @geektechsupportservices9181
    @geektechsupportservices9181 3 года назад

    have to say, for a newbie, it took me some time to get this working but once i did i loved it. Just one question how do you get both settings to display in separate lines?

    • @robojax
      @robojax  3 года назад

      which both sittings? do you mean F and C? I have explained the code. simply repeat the same section.

  • @macinissa4133
    @macinissa4133 4 года назад

    Thank you for your prompt reply. It'd nice if you repeated this exercise with the ability to access the nodeMCU from anywhere in the country (or the world?).

    • @robojax
      @robojax  4 года назад

      You are welcome. that would make the video very long. Accessing home network involves setting up the router. There are 100s of types of routers and we need at least 5 to 10 videos to show them. So it would be very hard. You can search for video "accessing my home network from outside home" . snipboard.io/AHhRpV.jpg Thank you for not skipping the ads and keep watching it. This will help me a lot.

  • @jstagzsr
    @jstagzsr 5 лет назад

    i boughjt a node mcu board as an upgrade from an arduino uno.. i also bought a wifi breakout board for my arduino which actually tun=rned out to be a 8266 without the dev board. just the chip..
    my little chip says 8266 on it.. and my nodemcu says esp-12F on it.. NOT esp8266 like i see everyone elses having. and i cant find anything anywhere about what in the hell this 12F board is.. HELP!!!!!!!!
    how do i use this esp-12F board in the same way everyone else is using their 8266 boards? all i want is to build a simple temperature sketch but every time i do anything at all with this it gives me errors sending to board because theres no option in the arduino ida for a 12F board.. only 8266, generic8266, 12, 12E, etc.. no 12F.. i have no idea what im doing.
    what is the difference between the board i have and the 8266?

    • @robojax
      @robojax  5 лет назад +1

      Hi, ESP-12 module uses ESP8266 chip see it here snipboard.io/97FaKi.jpg
      full datasheet is here wiki.ai-thinker.com/_media/esp8266/a014ps01.pdf so don't worry and use it as ESP8266 and you will be fine.

  • @DrTRonik
    @DrTRonik 5 лет назад

    You are great! 👍✅ Thanks for sharing...

    • @robojax
      @robojax  5 лет назад

      So are you. You are welcome.

  • @habibbhiri1640
    @habibbhiri1640 3 года назад

    Assalamou Alaikom thanks for the add

    • @robojax
      @robojax  3 года назад

      Walaikum Salam, Ramadan Mubarak 🌙

    • @habibbhiri1640
      @habibbhiri1640 3 года назад

      @@robojax Ramadan Mubarak Allah Yahfadhak Wa Yaraak الله يحفظك و يرعاك

  • @ianmather7109
    @ianmather7109 3 года назад

    I have been trying to connect a ESPEP01 to a DHT22 for weeks, I know the sensor works I am connected to GPI02 but I receive no data. Any help gratefully received

  • @nourboukaily3737
    @nourboukaily3737 3 года назад

    Thank You!! working perfectly...but one question please i want to display data on webserver on a table already done with that but moreover i want new data to be printed not editing the current one on webserver.(each periode of time create new row on table and print value and keep the old one).. can you help me (sending any useful website...) thank you in advance !

  • @daveveautour4886
    @daveveautour4886 4 года назад

    After running the arduino sketch is the code then permanent on the esp8266, or do you need to always to have it connected to arduino?

    • @robojax
      @robojax  4 года назад

      Arduino IDE is just software to program it. once, done you can power it via any USB without computer.

    • @daveveautour4886
      @daveveautour4886 4 года назад

      @@robojax Thank you.

  • @davidmelendezsoto7528
    @davidmelendezsoto7528 5 лет назад +1

    hello @robojax i need help, and maybe if anyone can help me
    Im doing a Project and it basically is a DTH11 sensor that i need it to sense the temperature of a peltier cell and work like and AC it its too hot it shuts the cell down if its too cold it turns it on and i am connecting it with a node mcu
    however i am also using the node mcu to connect a sensor flex that depending on the serial values it sends a message to a google firebase database that i have created
    my problem is that I have this two as separate circuits, and i need to combine them so that they work together using the same node mcu, that the DHT11 works first for say ten minutes and then the sensor flex, depending on the serial values its going to hvae depending on the flexion of the sensor that it works for another 10
    like i said currently it works but i have to use two separate devices
    im using a node mcu for the flex since is the only one i need with a wifi conncetion to send the data, and for the DHT11 im using an Arduino
    i want to implement them in the same code on the same board and it has to be the node mcu because of its wifi capabilities
    Thanks in advanced to anyone that can help me

    • @robojax
      @robojax  5 лет назад

      Hi David, Your project needs some work and unfortunately I am busy with full time job and graduate course and got no time.

  • @mfrancachs
    @mfrancachs 3 года назад

    Hi, first of all, love your videos, always help me a lot.
    I managed to make it all work, but always, with many sensors, I have the result of NAN, not a value, always nan. where can I check what is wrong? Thanks in advance

    • @robojax
      @robojax  3 года назад

      Hello , thanks for the comment. I have specifically mentioned NAN and why. May be you have skipped.please watch it fully.

    • @dervxerox
      @dervxerox 2 года назад

      Restart the board.

  • @Darkman-is-here
    @Darkman-is-here 2 года назад

    Can the sensor still work if its blocked by objects like fabric

    • @robojax
      @robojax  2 года назад

      They measure the temperature in air. If fabric is allowing air to flow The yes

  • @marklilly9452
    @marklilly9452 2 года назад

    So you don't even need Arduino board, only the NodeMCU?

    • @robojax
      @robojax  2 года назад

      Arduino board is a microcontroller. NodeMcu which is ESP8266 is like Arduino is a microcontroller which is in/out pins plus it has WiFi built-in. Here is introduction to ESP8266 full video ruclips.net/video/pLvqh57T3s4/видео.html

  • @0xBerto
    @0xBerto 4 года назад

    I have been getting compile errors for 2 days now. I have tried everything. Removing and re-adding libraries, trying diff code. cannot get this to work.

    • @robojax
      @robojax  4 года назад

      this tutorial has 3 parts. 1-DHT 11/DHT22. make sure you can run it and read the temperature on serial monitor. 2-Make sure ESP8266 works and you can so simple webserver. Please watch introduction to ESP8266 and prepare your Arduino IDE. 3-then come to this and it will work. If you skip any step, it will not work.

  • @prakash52kar
    @prakash52kar 4 года назад

    I have DHT11 module with registor. It Works well with Arduino UNO but not with NodeMCU. I thought it might be issue of in-sufficient power. So powered DHT separately from Arduino 5V out (Ensured same ground for UNO and NodeMCU) but still not working. Kindly suggest the solution.

    • @robojax
      @robojax  4 года назад

      Hi, what is this example then? I've shown that it works.

    • @prakash52kar
      @prakash52kar 4 года назад

      @@robojax Thank you for your reply. And sorry to trouble you. There might be some error in PIN selection. I used another code. And it started working.

  • @macinissa4133
    @macinissa4133 4 года назад

    Great tutorial, thank you for sharing. You have verified the circuit by connecting with the IP address. Was that local or could you have read the temperature from anywhere (in th e world?) using that same IP address?

    • @robojax
      @robojax  4 года назад

      you are welcome. The IP range starting with 192.168.x.x are reserved local IPs. Thank you for not skipping the ads and keep watching it. This will help me a lot.

  • @AZ0al9
    @AZ0al9 4 года назад

    I am using an ESP8266-01, an arduino and a DHT22, but currently the sensor is giving me a temperature and humidity read of 2147483647, what can be causing this? I tested the dht to see if it works and it should work properly

    • @robojax
      @robojax  4 года назад

      it seems wiring is not correct. or module is bad. check it.

  • @rvn2k
    @rvn2k 4 года назад

    thanks awesome tutorial.. by the way your server apparently screwed up the code when you use ", had yo fix all those lines to compile it.

    • @robojax
      @robojax  4 года назад +1

      You are welcome. Yes I noticed this with most of the pages that has "web page" . I will try to fix it soon.

  • @user-qr2jk7tj6j
    @user-qr2jk7tj6j 5 лет назад

    im having the problem with the output at serial. its showing "nan".
    im using board esp8622 with dth22. pls help me!!! thanks

    • @robojax
      @robojax  5 лет назад

      I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊

  • @anaisdotis-georgiou6421
    @anaisdotis-georgiou6421 4 года назад

    Thank you for this tutorial, my sketch uploads successfully without errors but I just get ```????``` in my serial monitor. Any tips?

    • @robojax
      @robojax  4 года назад

      you are welcome. You have not set the Serial Monitor to to 115200 baud. See this photo snipboard.io/y3pKwG.jpg

  • @russellwalker8702
    @russellwalker8702 3 года назад

    I cant get this to compile I load the code you used change to my wifi load the DHT library from your site what am i doing wrong I have only one file under libraries and thats the DHT file.
    I have selected the board correctly. What have I missed ???

    • @robojax
      @robojax  3 года назад

      Hello, I assume you have watched the introduction video ruclips.net/video/pLvqh57T3s4/видео.html. then please test the sensor without wifi. make sure it prints the temperature on serial monitor. then come to this video to get temperature over WiFi

  • @christophervargasschebesta3752
    @christophervargasschebesta3752 5 лет назад

    Whish librery do you use

    • @robojax
      @robojax  5 лет назад

      I have explained it in video and also provided zip file and links. Make sure do not escape the video you will see it.

  • @nikosslz9699
    @nikosslz9699 4 года назад

    Can i upload this online ? I mean i want this variables be online so i can check th from phone from mb plz i need fast awnser

    • @robojax
      @robojax  4 года назад +1

      I am planning to launch such thing. You need a service provider as I mentioned DDAS.cc (not available yet) where the ESP8266 sends the temperature or other values to be recorded and you can read it using your phone or app.

    • @nikosslz9699
      @nikosslz9699 4 года назад

      @@robojax okay im gonna wait tutorial my friend

  • @memoryfiles8768
    @memoryfiles8768 4 года назад

    I got stuck at 'DHT22' was not declared in this scope , how can i fix that

    • @robojax
      @robojax  4 года назад

      You have skipped the video. Watch the video again and follow the instruction. I can assure you that you will find the problem.

    • @memoryfiles8768
      @memoryfiles8768 4 года назад

      @@robojaxim sure follows all the steps, but its like i try too many dht library before and make the program confuse . i try remove all of them and redo the step and its works now ,thanks!

    • @robojax
      @robojax  4 года назад

      you are welcome and good luck.

  • @anditrent8532
    @anditrent8532 3 года назад

    I had the dht 11 with 4pins and i didn't put a resistor ,and now i can't get the results has somathing gone wrong

    • @robojax
      @robojax  3 года назад

      if you have not changed the code, then check the wiring. have you watch the introduction video to DHT11? See this video ruclips.net/video/FjZBt6eU9b4/видео.html first

  • @electronicprojectspune3523
    @electronicprojectspune3523 4 года назад

    why it is not working at other net work
    while using same network ii showing temperature on brouser

    • @robojax
      @robojax  4 года назад

      because it is like your neighbor want to use your printer on WiFi. Each network is separated. Unless you facilitate that. Watch a video on "Remote desktop from outside home" search for it on RUclips.

    • @electronicprojectspune3523
      @electronicprojectspune3523 4 года назад

      ok sir got it
      do help me for my project

  • @ehsanulkarim
    @ehsanulkarim 3 года назад

    I am trying to connect dht22 to esp32. But esp32 gpio can only tolerate 3.3v whereas dht22 output is 5v. How do you solve it?

    • @robojax
      @robojax  3 года назад

      you have not watched the video. I have explained it. Just follow the instruction. If you want full details of DHT22 which is AM3302 please watch this video ruclips.net/video/oi_GPSLjgBY/видео.html

    • @ehsanulkarim
      @ehsanulkarim 3 года назад

      @@robojax thank you for your reply. I have actually watched the video. Sorry for asking again, but you asked to put a resistor between data and vdd, but even after that the output voltage is 4.83v,which esp32 can't tolerate. I hope you would explain

    • @ehsanulkarim
      @ehsanulkarim 3 года назад

      If I connect with 3.3v it is ok, but not with 5v

    • @robojax
      @robojax  3 года назад

      it seems you did not pay attention. I said in the video. this module work with 3.3V. so don't use 5V at all. just use 3.3V and connect the resistor to 3.3V.

  • @HarisMaulanaID
    @HarisMaulanaID 5 лет назад

    How to send data plot sensor DHT11 C and F to multi chart.js view

    • @robojax
      @robojax  5 лет назад

      I might have that in the future. this is very basic temperature display.

  • @russbyrer5620
    @russbyrer5620 4 года назад

    I get this error message. Missing terminating " character. Can you tell me what is wrong please?

    • @robojax
      @robojax  4 года назад

      it means you have missing the double quote " "

    • @russbyrer5620
      @russbyrer5620 4 года назад

      @@robojax It was downloaded directly form your site so why is it missing and where does the missing " go?

    • @robojax
      @robojax  4 года назад

      when you copy and paste, you have missed something. All double quotes are balanced. so check the line it say or line above it.

    • @russbyrer5620
      @russbyrer5620 4 года назад

      @@robojax I copied the entire sketch! You might try the same and see for yourself.

    • @robojax
      @robojax  4 года назад

      Thank you for letting me know. I just check it. I just changed the page. you can download the code.

  • @theodoreandoh8105
    @theodoreandoh8105 4 года назад

    Please i want someone to help with the right library for dht 11 on esp8266 nodemcu

    • @robojax
      @robojax  4 года назад

      I have provided datasheet and see what is minimum and maximum voltage and find a battery that is within the range.

  • @nakatanakora
    @nakatanakora 4 года назад

    Thanks!

  • @tamyboy1
    @tamyboy1 5 лет назад

    you are the best

    • @robojax
      @robojax  5 лет назад

      So are you. thank you.

  • @raviprayoga2549
    @raviprayoga2549 5 лет назад

    "error compiling for board Ganeric ESP8266Module" enyone can help me ?

    • @robojax
      @robojax  5 лет назад

      This is not enough. You gotta provide more. You have to watch ESP32 "getting started" video ruclips.net/user/robojaxTVsearch?query=esp32 and also make sure you can use DHT22 ruclips.net/user/robojaxTVsearch?query=DHT22 without any issue.

    • @chistysohailful
      @chistysohailful 4 года назад

      same here, but resolved after deleting current version of DHT sensor library folder, the folder in Arduino/library of DHT to be deleted, and installed old ver 1.2.3 from www.arduinolibraries.info/libraries/dht-sensor-library

  • @msingh9550
    @msingh9550 4 года назад

    Very helpful. Thanks.
    Is it possible to access this server or get its temp data into homeassistant.io.

    • @robojax
      @robojax  4 года назад

      you are welcome. never heard of it.

  • @nikki2345-d3t
    @nikki2345-d3t 2 года назад

    Iam getting nan in my output how to solve it

    • @robojax
      @robojax  2 года назад

      I have explained that in the video.

  • @Glass_Of_Tea
    @Glass_Of_Tea 4 года назад

    Why to I get nan for tempature

    • @robojax
      @robojax  4 года назад

      do you mean you are getting nothing? Impossible. Please post it here whatever is shown so I can help you.

    • @Glass_Of_Tea
      @Glass_Of_Tea 4 года назад

      @@robojax okay I fixed the problem it was showing nan repeatedly in the serial monitor the problem was the dht11 unit was bad replaced it with a new one and it is all working now thanks for your help everything works perfectly

  • @youssefdirani
    @youssefdirani 4 года назад

    19:34 it's 3 seconds delay...

    • @robojax
      @robojax  4 года назад

      is question or statement?

    • @youssefdirani
      @youssefdirani 4 года назад

      @@robojax statement so you fix it. But it's not a big deal. It's clear and obvious

  • @russellwalker8702
    @russellwalker8702 3 года назад

    I need a 0 to 5 volts analog to be displayed remotely.
    sounds like this should be capable anyone want to do this for money I will pay.

  • @cuihairu7461
    @cuihairu7461 4 года назад

    thank u somuch...but where is the zip file?

    • @robojax
      @robojax  4 года назад

      you are welcome. The link is in the description. I've mentioned in first 60 seconds of the video where to get the code too.

  • @ChristyleIllusion
    @ChristyleIllusion 4 года назад

    ❤️❤️❤️❤️❤️

    • @robojax
      @robojax  4 года назад

      Thanks. The best thank you for me is to not skipping ads and Subscribing 🔔 to my channel, and clinking 👍 the video. It is greatly appreciated. 🔔 😊.
      I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊 .

  • @whatislovebutonelonggame5406
    @whatislovebutonelonggame5406 5 лет назад

    ds18s20 has a much higher resolution and cheaper

    • @robojax
      @robojax  5 лет назад

      But it doesn't measure Humidity.

  • @BeWannaBe
    @BeWannaBe 2 года назад

    oh no the code is disappear :(

    • @robojax
      @robojax  2 года назад +1

      which code? the website? I am working to fix it. check in about 2 hours from now.

    • @BeWannaBe
      @BeWannaBe 2 года назад

      @@robojax oh I can see it now!
      THANKS A LOT!!

  • @DJDISCOFIRE
    @DJDISCOFIRE 5 лет назад

    he´s talking like lalalala blalalala hahahaha

    • @robojax
      @robojax  5 лет назад +2

      If you want to learn, then you have to listen. If not then get the code and run if you don't need the "blah blah".

    • @muratturel
      @muratturel 4 года назад

      so? what are you actually trying to say? what is your message? Should he change his pronanciation to please you?