Waterproof Temperature sensor DS18B20 Simulation with arduino Proteus

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • Learn to simulate Waterproof temperature sensor DS18B20 in proteus using arduino Uno. You can use this simulation to make temperature controlled fan, alarm system etc. Subcribe Now.
    Source code link:
    theelectronics...
    Music By: NoCopyrightSounds
    Thanks for Your support, keep learning.

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

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

    omg everyone is so doomed by the weird readings of -127C, and you can just erased it like that??
    GENIUS!!
    also yeah, why did the sensors picked up -127C? Does it have to do with the sensors or Dallas's library?

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว +2

      Its due to simulation delay so i put a delay on starting of loop.

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

      Im also have a problem like this?can u explain why this problem happen?

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

    Thank for the guide but I still meet a problem which it shows 'Logic contention(s) detected on net #00002.' Anyone know how to fix it? I already follow all the procedure in the video.

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

    Thanks a lot for this nice video! I just would like to know where from and how I should install libraries like OneWire and DallasTemperature. Kindly help.

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

      Hi, you can download it through Arduino library manager inside sketch menu. If you have more queries you can connect me on instagram @ioturtle . And please don't forget to subscribe. Thanks

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

      @@SatyamsinghYT There is no link to the source code in the article

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

    why my project has an error like this "External model DLL "D1WIO.DLL" not found. GLE=0x0000007E.
    " i dont know what happen, pls help me if someone know it

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

    hello sir i have some question, if imake time with millis why in teh serial monitor of proteus cant display ? thank for advance

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

      For that I have to understand full scenario

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

    Hey, Thanks for the guide.
    I followed all but i'm getting the error "Logic contention(s) detected on net #00000.
    " It is my first project with Proteus. How could I fix it? I use the same code and the Simulino UNO libraries. Thank you very much!

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

      Can you show me your connection? You can also send me message at @ioturtle on instagram

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

    Hi i am trying to run the code but getting error
    Arduino: 1.8.13 (Windows 7), Board: "Arduino Uno"
    sketch_jul02b:1:10: fatal error: OneWire.h: No such file or directory
    #include
    ^~~~~~~~~~~
    compilation terminated.
    exit status 1
    OneWire.h: No such file or directory
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
    please help me

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Install onewire library from sketch menu> library manager, inside arduino ide

    • @nishthagupta3204
      @nishthagupta3204 4 ปีที่แล้ว +1

      Tysm i did it earlier

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

      Please examples the code

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

      @@nishthagupta3204 i didn't get it , connect me on instagram @ioturtle

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

    Nice video, Satyam. Congrats!
    Could you share the source code?
    Would it be possible to use two or more sensors on the same bus?
    I have suffered trying to run this simulation, without success.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Yes it is, i will update link in few minutes. You can use multiple sensors as well .

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Link is available in description now.

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

      @@SatyamsinghYT I just saw your answer now.
      I had just solved the problem, but in a different way than yours.
      I use a program to read the address of each DS18B20, I copy that address to the main program where it deals with the temperatures of each sensor.
      I am also a teacher. This week, I will record a tutorial and send the link here. Thanks man! Keep up the good work!

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Yes, in case of one wire all devices communicate using an address.

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

    thank you