DS18B20 Arduino Tutorial | One Wire Temperature Sensor | Dallas Temperature

Поделиться
HTML-код
  • Опубликовано: 7 июл 2020
  • #temperature #ds18b20 #waterproof #probe #arduino #onewire
    In this video, I have explained the interfacing of DS18B20 with Arduino. It is a one-wire digital temperature sensor.
    I hope you like it.!!
    You can visit our website for a detailed explanation and code here :
    github.com/Taher1322/Arduino_...
    -----------------------------------------------------------------------------------------------------------
    You can support my channel at-- Paytm: +91-8655761125
    Paypal: paypal.me/electrofunedu
    -----------------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------------
    Some of my other videos are:
    DHT22 Temperature and Humidity Interfacing with Arduino | Digital One wire sensor
    • DHT22 Temperature and ...
    Pull up and Pull-down Resistor Explained | Electronics | Micro-controller
    • Pull up and Pull down ...
    What is an Interrupt | Types of Interrupt | Applications of Interrupt
    • What is an Interrupt |...
    Arduino | Reading data from Serial Port | Serial Communication
    • Arduino | Reading data...
    Arduino Buzzer Interfacing
    • Arduino Buzzer Interfa...
    Arduino Introduction - Hardware, IDE setup and Led Interfacing
    • Arduino Introduction -...
    Keil Tutorial for 8051 Micro-Controller using hardware Complete Explanation.
    • Keil Tutorial for 8051...
    8051 Programming in Keil + hardware tutorial 2
    • 8051 Programming in ke...
    Bluetooth Control pick and place Robot with 3 DOF
    • Bluetooth Control pick...
    -----------------------------------------------------------------------------------------------------------c

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

  • @4920Alexandre
    @4920Alexandre Год назад

    Obrigado! Me ajudou.

  • @tayyabshaikh3138
    @tayyabshaikh3138 Год назад +1

    hey, can you do the same experiment with nodemcu instead of Arduino? Please it would be of great help.

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

      You can follow the same concept and idea to try it yourself. Thanks

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

    hi i would like to connect 2 sensors, one on pin2 and one on pin3 would that be done by making 2 onewire instances and how would i do that thanks

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

      Yes you can connect multiple sensors using multiple pull up resistor and for every sensor you will have one instance and will be done similarly the way done in the video. Variable names will be changed and pin connection as well to get the data from all the sensors. Hope this helps
      Thanks and stay tuned for more such upcoming videos

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

      @@electrofun5135 yes thank you very much i would love to see a video on humidity sensory, keep up the good content

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

      Sure, I have made a video on interfacing DHT22 and SHT21 sensor both provides humidity values. You can check them out if you want.
      Thanks

  • @shubhamthakur48
    @shubhamthakur48 3 года назад +1

    hi sir, i need some help sending the temperature data recieved via bluetooth module in proteus

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

      I have never worked with Proteus software. I don't have enough idea about it. Thanks

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

    Entendi Td

  • @Meeshow44
    @Meeshow44 Год назад +1

    How do you then control a relay?

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

      There is a video on my Arduino playlist that explains how you can control the relay. Please check that video
      Thanks

  • @pratiktanawade9217
    @pratiktanawade9217 3 года назад +2

    Sir I am getting wrong readings as -127 and -197.program and connections are correct

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

      If you get reading as -127 then there is definitely some issues with the connections or the pull up resistor. What value of resistor are you using ?
      Also are you sure if your sensor is working properly ?
      Please check all that. Hope this helps. Thanks

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

      @@electrofun5135 I am using 4.7kohm resistor and my sensor is working properly.i have checked using multimeter.

    • @pratiktanawade9217
      @pratiktanawade9217 3 года назад +1

      @@electrofun5135 And when I googled it,I saw many people are facing same problem

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

      Yes many people face the same problem. Reasons been some issues with the sensor or connections or programming. If you say your sensor works fine then there may be connection issues. You have to debug it step by step to detect the issue.