Tinkercad Arduino Project: Door Buzzer Using Ultrasonic Sensor

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

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

  • @mansiyadav7847
    @mansiyadav7847 3 года назад +4

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

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

      Thanks a lot for such wonderful comment

    • @MahmudulHasan-mv8iu
      @MahmudulHasan-mv8iu 3 года назад +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 2 года назад

      @@mokshitgarg1036 thank you

  • @prayasbanda1687
    @prayasbanda1687 2 месяца назад +1

    Thank you.. For making this and helping me..

  • @cringelord511
    @cringelord511 3 года назад +5

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

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

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

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

    Can you do it in a code block

  • @awaishanegaonkar6127
    @awaishanegaonkar6127 4 года назад +4

    Thanks for useful information

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

    It is working thank u so much

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

      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.

  • @TechnicalUpdate2020
    @TechnicalUpdate2020  4 года назад +1

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

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

    When your system will have problems?

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

    Wowww very good 😁😀😀😀😀

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

    But how to explain this in viva ?

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

    where is 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.

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

    Thankyou so much sir it works 💕😭

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

    can i get the code
    ?

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

    thank you indian man

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

    I try this but buzzer not start beeping

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

      Your buzzer was the problem. Mine were working good.

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

    Can you do this project coding using block?

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

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

  • @adnanzain856
    @adnanzain856 4 года назад

    Nice

  • @eedmjcet8182
    @eedmjcet8182 4 года назад

    Nice working.

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

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

    What is the difference between those two ultrasonic distance sensor?

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

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

  • @vaishnavi_ch
    @vaishnavi_ch 4 года назад

    can you please make coding using blocks

    • @TechnicalUpdate2020
      @TechnicalUpdate2020  4 года назад

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

  • @yosangle
    @yosangle 4 года назад

    Thanks for program 👍

    • @TechnicalUpdate2020
      @TechnicalUpdate2020  4 года назад

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

  • @MahmudulHasan-mv8iu
    @MahmudulHasan-mv8iu 3 года назад

    give me this code plzzzz

  • @tanvirkabirrony4663
    @tanvirkabirrony4663 4 года назад

    Give me this code

    • @TechnicalUpdate2020
      @TechnicalUpdate2020  4 года назад

      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.
      ruclips.net/video/SXAh4gliRE8/видео.html