DS18B20 Temperature Sensor with ESP32 ( A Complete Tutorial)

Поделиться
HTML-код
  • Опубликовано: 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 RUclips 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 2 года назад

    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 8 месяцев назад

    the only one works, thanks!

    • @Robocraze
      @Robocraze  8 месяцев назад

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

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

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

    • @Robocraze
      @Robocraze  2 месяца назад

      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 7 месяцев назад

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

    • @Robocraze
      @Robocraze  2 месяца назад

      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  3 года назад

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

  • @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?

  • @taher786...
    @taher786... 3 месяца назад

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

    • @Robocraze
      @Robocraze  2 месяца назад

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

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

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

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

      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 Год назад +1

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

  • @hridaikrishnametla8241
    @hridaikrishnametla8241 10 месяцев назад

    Hey, can i do this on esp32?

    • @Robocraze
      @Robocraze  9 месяцев назад

      Hello,
      Yes, this is done with an 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

  • @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