DS18B20 Temperature Sensor with ESP32 ( A Complete Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มิ.ย. 2024
  • Hello guys, Welcome to Robocraze! In this tutorial, we'll show you how to use the DS18B20 temperature sensor with the ESP32. We'll cover the basics of the sensor and how it works, then guide you through setting up the ESP32 and connecting it to the sensor. We'll also walk you through the code, including how to read temperature data and display it on the screen. With this tutorial, you'll be equipped to start creating your own temperature monitoring projects.
    If you enjoyed this video, please give it a thumbs up and hit the subscribe button for more content like this.
    Get the sensor here: www.robocraze.com/waterproof-...
    Get ESP32 here : robocraze.com/products/nodemc...
    Check out GETTING STARTED WITH ESP-NOW: • GETTING STARTED WITH E...
    Check out Ambient Light Intensity Sensor with LORA and ESP32 | DIY Lora Sensor | IoT : • Ambient Light Intensit...
    Check out How to make an ESP32 BLE Scanner - Easter Treasure Hunt #Tutorial : • How to make an ESP32 B...
    Check out Configuring ESP32 as a Web Server | IoT Project : • Configuring ESP32 as a...
    Read More: www.robocraze.com/blog/post/t...
    Check out our informative blogs about Popular Electronics: robocraze.com/blogs/post
    Check out our Website for awesome deals on a wide range of electronic products and collections: robocraze.com/collections
    Check out our TH-cam Channel for useful and amazing content: / @robocraze
    Check out our video playlist about a few amazing project videos: • Make Your Own Automati...
    Follow us on social media:
    Facebook: [ / robocrazeindia ]
    Instagram: [ / robocraze ]
    #DS18b20 #WaterproofTemperatureSensor #TemperatureSensor #Tutorial #Maker #Robotics #Temperature #Project #Robocraze
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 26

  • @AlistairMcKinnon
    @AlistairMcKinnon ปีที่แล้ว

    Thanks very much

  • @650_vrushabhzunjurkarzunju9
    @650_vrushabhzunjurkarzunju9 3 ปีที่แล้ว +1

    your cod work bro thaks you so much 😍😍😍

    • @Robocraze
      @Robocraze  3 ปีที่แล้ว

      We are glad this video helped you. Do not forget to like, subscribe and hit the bell icon for more such content.

  • @coveedboy
    @coveedboy 6 หลายเดือนก่อน

    the only one works, thanks!

    • @Robocraze
      @Robocraze  6 หลายเดือนก่อน

      Hello,
      Glad you liked our video! please subscribe to our channel for more interesting and innovative videos.

  • @abbynerry
    @abbynerry 2 ปีที่แล้ว +1

    What is the maximum length from sensor to nodemcu for it to work properly??

    • @Robocraze
      @Robocraze  11 วันที่ผ่านมา

      Hello,
      Longer cables experience voltage drop due to resistance. Ensure sufficient voltage at the sensor. So cable length can be tested by seeing if there is any voltage drops.

  • @faisalsaleh705
    @faisalsaleh705 5 หลายเดือนก่อน

    Please, how do you connect the DS18B20 sensor cable with the source cable?

    • @Robocraze
      @Robocraze  11 วันที่ผ่านมา

      Hello,
      DS18B20 ESP32
      -------------------------
      VCC (Red) -> 3.3V
      GND (Black) -> GND
      Data (Yellow) -> any gpio
      4.7k Ohm Resistor between Data (GPIO) and 3.3V
      Thank you!

  • @nithinsanthoshkumar3542
    @nithinsanthoshkumar3542 3 ปีที่แล้ว +1

    is it possible to get the code for the setup but we are using the arduino uno wifi r2

    • @Robocraze
      @Robocraze  2 ปีที่แล้ว

      Hi,
      The code is avaialble here: github.com/Robocraze/DS18B20

  • @taher786...
    @taher786... หลายเดือนก่อน

    At 5:40 can’t you use the 5v pin of the ESP32 Itself, rather than bringing a whole another microcontroller ?

    • @Robocraze
      @Robocraze  11 วันที่ผ่านมา

      Hello,
      The ESP-32 module does not have a dedicated 5V pin. Instead, it operates at 3.3V.

  • @saped
    @saped ปีที่แล้ว

    How to key in temperature on thingspeak and act on the set temperature?

    • @Robocraze
      @Robocraze  ปีที่แล้ว

      Could you please clarify? You want ThingSpeak to act on it, or the ESP32 itself?

  • @bharathlal4958
    @bharathlal4958 11 หลายเดือนก่อน

    Is it possible to not use Arduino Uno Board, just the esp32?

    • @Robocraze
      @Robocraze  10 หลายเดือนก่อน

      Yes, it is possible to use the ESP32 board without an Arduino Uno. The ESP32 is a standalone microcontroller board that can be programmed using the Arduino framework.

    • @sahil9146
      @sahil9146 10 หลายเดือนก่อน

      @@Robocraze yeah I'm confused, why did you connect an arduino to it instead of just using the ESP32 ?

  • @weedfreer
    @weedfreer 4 ปีที่แล้ว

    so how come you went to the Math website?
    What was it used for in this instance?

    • @Robocraze
      @Robocraze  4 ปีที่แล้ว +2

      Hi!
      ThingSpeak is an IoT platform built by MathWorks. We are using it to upload the values/readings from our Temperature Sensor to their Cloud.

    • @weedfreer
      @weedfreer 4 ปีที่แล้ว

      @@Robocraze I'm not sure it's integration was displayed within the video though

  • @hridaikrishnametla8241
    @hridaikrishnametla8241 8 หลายเดือนก่อน

    Hey, can i do this on esp32?

    • @Robocraze
      @Robocraze  7 หลายเดือนก่อน

      Hello,
      Yes, this is done with an ESP32.

  • @gemorn
    @gemorn 3 ปีที่แล้ว

    eska code do na

    • @Robocraze
      @Robocraze  3 ปีที่แล้ว

      You can find the code in our blog, link to which is given in the description. You can also find the code hosted on our github repo here: github.com/Robocraze/DS18B20