Tinkercad Arduino Project: Door Buzzer Using Ultrasonic Sensor

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ค. 2020
  • This video provide the interfacing of Ultrasonic sensor with Arduino UNO to develop a Door Buzzer system using online virtual tool tinkercad.com
    www.tinkercad.com/
    For the source code please visit the link..
    github.com/TechnicalUpdate/ti...
    Like, share, and subscribe to watch more videos on the related topic.
    Thanks.
    _______________________________________________________________________
    #TinkercadArduinoTutorialsDoorBuzzerUsingUltrasonicSensor
    #UltrasonicSensorinterfacingintinkercad
    #DoorBuzzerUsingUltrasonicSensor
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thanks for useful information

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

    It is working thank u so much

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

    Thankyou so much sir it works 💕😭

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

    Wowww very good 😁😀😀😀😀

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

    Nice working.

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

    I don't know why he is having 18k views he deserves millions of views on this video

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

      Thanks a lot for such wonderful comment

    • @MahmudulHasan-mv8iu
      @MahmudulHasan-mv8iu 2 ปีที่แล้ว +1

      give me this code plzzzz bro

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

      // Door Alarm Using Arduino UNO and Ultrasonic Sensor
      // Code to be used in the Text sub-window of tinkercad.com circuit page
      int trigger_pin = 2;
      int echo_pin = 3;
      int buzzer_pin = 10;
      int time;
      int distance;
      void setup()
      {
      Serial.begin (9600);
      pinMode (trigger_pin, OUTPUT);
      pinMode (echo_pin, INPUT);
      pinMode (buzzer_pin, OUTPUT);
      }
      void loop()
      {
      digitalWrite (trigger_pin, HIGH);
      delayMicroseconds (10);
      digitalWrite (trigger_pin, LOW);
      time = pulseIn (echo_pin, HIGH);
      distance = (time * 0.034) / 2;
      if (distance

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

      @@mokshitgarg1036 thank you

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

    Nice

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

    thank you indian man

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

    I want the buzzer to stop when the distance is greater than 20 cm for example,
    but it just keeps on,

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

    This is really helpful

  • @cringelord511
    @cringelord511 2 ปีที่แล้ว +5

    how is this code being implemented as a door buzzer?
    can u explain the logic behind using 10 as distance?

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

    Thanks for program 👍

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

      Keep watching. Plz do subscribe for the kind support and motivation.

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

    Can you do it in a code block

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

    Plz Like, Subscribe and Comment to suggest to make different applications. Thanks

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

      Please send the code...
      Its not clear

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

    Display the distance of the object located from the sensor on the LCD and warn with buzzer if the object is located less than 25cm from the sensor without breadboard. Can you help me to solve this sir?

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

      You can download the code from the link given in the description. Modify the code and copy and paste in the text area and run. Thanks for the interest shown.. Plz do subscribe.

  • @user-xf4ep4vl9q
    @user-xf4ep4vl9q 7 หลายเดือนก่อน

    where is the code

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

    But how to explain this in viva ?

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

    can i get the code
    ?

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

    thank you for the coding but why it is not working?

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

      Thanks for the interest. Plz check the code what you ve made/copied.

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

    Sir description wala coding text mai simulate nhi ho rha hai

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

      Plzz reply sir

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

      I hope it ll work. PLz make sure the pin connection to arduino from ultrasonic sensor are correctly configured in the code as well.

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

    Can you do this project coding using block?

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

      you can create it easily, just add the block of ultrasonic sensor and do the necessary connection and simple coding.

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

    When your system will have problems?

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

    can you please make coding using blocks

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

      Thank you for the interest. plz watch other videos within this channel. there are 4 more videos using only block programming.

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

    What is the difference between those two ultrasonic distance sensor?

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

      I ve not used the other one. I ll used it in my next video to check the difference. Plz do subscribe.

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

    I try this but buzzer not start beeping

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

      Your buzzer was the problem. Mine were working good.

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

    hi, i cant paste the code in the tinkercad. Can you help me?

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

      Thanks for the interest shown. You can not paste the code in Block+Text coding. But yes you can copy and paste after selecting the Text mode only. Plz do like, share, and subscribe.

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

    Give me this code

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

      Thanks for the interest shown. The ultrasonic code you can find easily online. You can just connect and test it. To make the experiment using the Text+block coding you can watch the latest video.
      th-cam.com/video/SXAh4gliRE8/w-d-xo.html

  • @MahmudulHasan-mv8iu
    @MahmudulHasan-mv8iu 2 ปีที่แล้ว

    give me this code plzzzz