How To Use Ultrasonic Sensors with Arduino! + Project Idea!

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

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

  • @ExtravagantEthan
    @ExtravagantEthan 9 หลายเดือนก่อน +62

    The Editing makes this insanely easy to follow

  • @thejasj.635
    @thejasj.635 9 หลายเดือนก่อน +49

    Bruh we need more long videos like this bout various modules and ic 🔥🔥🔥🔥

    • @Robonyx
      @Robonyx  9 หลายเดือนก่อน +9

      Fo sho

  • @justaneric
    @justaneric 9 หลายเดือนก่อน +16

    This editing and explanation is nothing like I have ever found on TH-cam. Thank you so much and keep up the great work!

  • @nimeshkumar8508
    @nimeshkumar8508 9 หลายเดือนก่อน +5

    I really like the way you explain. Thankyou so much for this video

  • @Thisisnotaname-um8rh
    @Thisisnotaname-um8rh 9 หลายเดือนก่อน +57

    That pink one💀💀💀

  • @maazsarfaraz2269
    @maazsarfaraz2269 9 หลายเดือนก่อน +10

    Please make more Arduino projects 👏

  • @BlockyTheBlueBlock
    @BlockyTheBlueBlock 9 หลายเดือนก่อน +3

    Tysm for this I’ve been wanting to know how these work

  • @HeatingUpDuke
    @HeatingUpDuke 14 วันที่ผ่านมา

    As a newcomer these videos are incredible. Dont stop the great work.

  • @rhys6851
    @rhys6851 9 หลายเดือนก่อน +5

    Bro please cover some break beam sensors with some locking mechanism like a solenoid 🙌 love the videos, currently in my final year mechatronics and you’re much more enjoyable to watch than lecture slides

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

      which university bro

  • @nikhil_kapse_412
    @nikhil_kapse_412 9 หลายเดือนก่อน +4

    Once, I used a project for the Mini Project in sem 4 of Engineering (Electronics and Telecommunication). At the time of final review, our group got so awkward for showing such an easy project to the sir.
    It's my humble request to make a more complicated project on Embedded System and FGPA for my further reference.
    Currently, I am to start my 7th sem in june.

  • @gustavwagner7024
    @gustavwagner7024 9 หลายเดือนก่อน

    Loved your channel since you started Shorts. Your long-form content is amazing too!

  • @Cusgan8
    @Cusgan8 9 หลายเดือนก่อน +4

    now i can stay all night without worrying getting caught off guard💀💀

  • @zihero5127
    @zihero5127 9 หลายเดือนก่อน +1

    Please continue similar videos!

  • @Pixel-Pirates-f4b
    @Pixel-Pirates-f4b 29 วันที่ผ่านมา

    it was great and easy understanding of the -ULTRASONIC SENSOR-

  • @batmunkhbatbayar8586
    @batmunkhbatbayar8586 9 หลายเดือนก่อน +2

    can you make a tutorial on a line follower robot?

  • @tifanyjesus4306
    @tifanyjesus4306 8 หลายเดือนก่อน +9

    long duration;
    int distance;
    const int trigPin = 10;
    const int echoPin = 11;
    void setup() {
    pinMode(trigPin, OUTPUT);
    pinMode(echoPin, INPUT);
    Serial.begin(115200);
    }
    void loop() {
    digitalWrite(trigPin, LOW);
    delayMicroseconds(2);
    digitalWrite(trigPin, HIGH);
    delayMicroseconds(10);
    digitalWrite(trigPin, LOW);
    duration = pulseIn(echoPin, HIGH);
    distance = duration = 0,034 / 2:
    01/12 println() -> size_t
    Serial.print("Distance: ");
    Serial.println(distance);
    }
    The full code.

    • @reizenpro101
      @reizenpro101 3 หลายเดือนก่อน

      i love u

    • @Mandepgiai
      @Mandepgiai 2 หลายเดือนก่อน +3

      THE CORRECT CODE:
      long duration;
      int distance;
      const int trigPin = 10;
      const int echoPin = 11;
      void setup() {
      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);
      Serial.begin(115200);
      }
      void loop() {
      digitalWrite(trigPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      distance = duration * 0.034 / 2;
      Serial.print("Distance: ");
      Serial.println(distance);
      }

  • @chagd
    @chagd 9 หลายเดือนก่อน +4

    Robonyx : Better than most tutorial videos!

  • @hi12167pies
    @hi12167pies 9 หลายเดือนก่อน +1

    this looks awsome i might try it myself

  • @patchbyte6856
    @patchbyte6856 9 หลายเดือนก่อน +1

    Really good video and thank you for this idea!

  • @SatyajitMahapatra-ss3kp
    @SatyajitMahapatra-ss3kp 9 หลายเดือนก่อน +2

    Much love ❤❤❤

  • @Sudhanshu1029
    @Sudhanshu1029 9 หลายเดือนก่อน

    Please upload more videos like this
    It's really fun

  • @DarkDan76
    @DarkDan76 9 หลายเดือนก่อน +2

    awesome video and easy to understand. I'm glad I found your channel because of the shorts.

  • @uzairattique6214
    @uzairattique6214 9 หลายเดือนก่อน +2

    Very informative 👏

  • @mauwne
    @mauwne 14 วันที่ผ่านมา

    Thank you, this is really well explained. The one question I have is how did you do the radar interface?

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

    Next level video ,waiting for more long videos in the future

  • @fiffy6572
    @fiffy6572 9 หลายเดือนก่อน +1

    this videos are a must!

  • @bifmuf4179
    @bifmuf4179 9 หลายเดือนก่อน +1

    Greate video as always, thank you very much

  • @lukejijohn1476
    @lukejijohn1476 9 หลายเดือนก่อน +1

    awesome !! can the next vid be about pcb

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

    So glad to see this video! I m making my DIY ROV with an ESP32 DevKit Board these days. I m looking for an Ultrasonic Sensor which is watertight!

  • @Futuresolo-pl911ish
    @Futuresolo-pl911ish 8 วันที่ผ่านมา +1

    But how to get the "ultrasonic sensor" thing

  • @devonotwell
    @devonotwell 9 หลายเดือนก่อน

    Thank you for this video. Hopefully it helps me with the turret project my son wants me to help him build for his room.

  • @MARKELR
    @MARKELR 9 หลายเดือนก่อน +2

    your videos are gorgeous!!

  • @ezrakoper
    @ezrakoper 8 หลายเดือนก่อน +1

    Nice video. No need for the tricks and shows in the video. Just the info and you can spend more time on the technical things. Congrats with your new channel

  • @Samuel101
    @Samuel101 9 หลายเดือนก่อน +1

    Which software do you use to make these videos?

  • @ahmedbaig5707
    @ahmedbaig5707 9 หลายเดือนก่อน +1

    Plz start a series on Arduino coding plz

  • @matik09
    @matik09 9 หลายเดือนก่อน +1

    really like your videos!

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

    Can you make videos about the ov7670 camera too?

  • @surya20001
    @surya20001 9 หลายเดือนก่อน +1

    very nice as always

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

    hey @Robonyx which software do you use for editing?

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

    Can you make more videos on IR,PIR and LDR sensors with code? this video was great.

  • @Marc1999th
    @Marc1999th 9 หลายเดือนก่อน

    Please show us how you programmed the radar in Processing:)

  • @tahaboudrar-v5m
    @tahaboudrar-v5m หลายเดือนก่อน

    please add the code to copy paste because it doesnt work for me
    but btw very good editing and explanation, the best arduino video i have ever watched!!!!!

  • @picapaukrk
    @picapaukrk 9 หลายเดือนก่อน

    Can you make something like defence turret either with sprayer or electric airsoft gun?

  • @jemers1726
    @jemers1726 9 หลายเดือนก่อน

    Can you make a tutorial on esp now using esp 32 that has an ultrasonic sensor and another one that can receive data wirelessly?

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

    Nice video, thanks :)

  • @onyekaojei3654
    @onyekaojei3654 3 หลายเดือนก่อน

    What's the name of the second background song? The jazz one

  • @arhan_ai
    @arhan_ai 9 หลายเดือนก่อน

    Can you tell me what editing software you use.
    Only if you wanted to!

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

    pls make a full tutorial on all about rfid-rc522 and OV7670 camera module

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

    Can this one work in a car like while parking make a sign that u close to the car behind so u can stop, we were having ot in car and when i see this video i thought it work with same logic

  • @PrinceBoji
    @PrinceBoji 20 วันที่ผ่านมา

    this is so cool!

  • @kuldipbajwa_
    @kuldipbajwa_ 2 หลายเดือนก่อน

    What can I use to measure varying depths of a rough service?

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

    Best tutorial video.

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

    I have tried writing the code by hand where could I find the code?

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

    I from India I can buy on your store?

  • @V_Electronics
    @V_Electronics 9 หลายเดือนก่อน +1

    Love your video

  • @shobi_r0412
    @shobi_r0412 4 หลายเดือนก่อน

    can you make more like lights on/off bulb and can be control by android phone?
    also automated sliding mini gate, on/off ceiling fan, temperature detector like that
    in shorr home automation hehe

  • @年知ろはると
    @年知ろはると 4 หลายเดือนก่อน

    how do you only haave 200k subscriberS!!

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

    Bro can you bring longer videos of other shorts too. Please they will be a boom

  • @ThatUltimateTimmy
    @ThatUltimateTimmy 3 หลายเดือนก่อน

    how to get the design of the brackets?

  • @unofficialcut
    @unofficialcut 9 หลายเดือนก่อน +2

    Can you explain PID PLEASE..........

  • @giacomoturati9475
    @giacomoturati9475 9 หลายเดือนก่อน

    is it possible to have the stl to print?

  • @Abhijay-Krishna
    @Abhijay-Krishna 8 หลายเดือนก่อน

    Can you please make a video on Bluetooth module HC - 05

  • @ibrahimhersi5570
    @ibrahimhersi5570 2 หลายเดือนก่อน

    Could you drop the files for the 3d printed bracket

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

    hi bro i do this but your code doesn't work the code give me error that this is wrong Serial.println(distance);

  • @ShrivatsaKalkoti
    @ShrivatsaKalkoti 25 วันที่ผ่านมา

    Did u code it in python or C++

    • @saritamavuri6211
      @saritamavuri6211 3 วันที่ผ่านมา

      C++ bro that is Arduino IDE

  • @changed55555
    @changed55555 9 หลายเดือนก่อน

    Sir please explain other components as like this type of explanation
    Thank you

  • @ARLENZERITH
    @ARLENZERITH 2 หลายเดือนก่อน

    Which language use. In Arduino coding please reply

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

    i am just starting out with arduino, how can i see the output screen that you are seeing on 2:21 i don't know is its my code thats faulty or something but i uploaded the code and it said upload successful.

    • @capt4in1
      @capt4in1 4 หลายเดือนก่อน

      In the Arduino IDE, go to “tools” and select “Serial Monitor”

    • @catiru510
      @catiru510 4 หลายเดือนก่อน

      @@capt4in1 okay, thanks

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

    Can we make this esp8266 instead of Arduino uno?

  • @qwertio4626
    @qwertio4626 9 หลายเดือนก่อน

    Can you create more complex project for your next videos please

  • @ProJakob
    @ProJakob 9 หลายเดือนก่อน +1

    What is that board at 3:39?? xD
    Why is this a thing

    • @justaneric
      @justaneric 9 หลายเดือนก่อน

      It is called a Gyattduino or an RGBDuino :)

    • @ProJakob
      @ProJakob 9 หลายเดือนก่อน

      @@justaneric That print on it tho xD

    • @justaneric
      @justaneric 9 หลายเดือนก่อน

      @@ProJakob yeaoh xD

  • @sudipbhakat5489
    @sudipbhakat5489 14 วันที่ผ่านมา

    can i get the code over here pls pls pls

  • @Lakshwin35
    @Lakshwin35 3 หลายเดือนก่อน

    How to give an code for project

  • @-vascular
    @-vascular 3 หลายเดือนก่อน

    i cant find any tutorial that explain the code spesificly so can any one help me

  • @avigarg4636
    @avigarg4636 10 วันที่ผ่านมา

    can you give code in word doc

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

    pls a lab review
    im your 550th sub

  • @Ruqaya-y7g
    @Ruqaya-y7g 8 หลายเดือนก่อน

    Hii ,ur vid is amazing however can make tut for lcd 16x4

  • @ITden-Nova-Academy
    @ITden-Nova-Academy 8 หลายเดือนก่อน

    where is the stl file

  • @Lilis_Roblox-t6e
    @Lilis_Roblox-t6e หลายเดือนก่อน

    my code is not working pls help

    • @Lilis_Roblox-t6e
      @Lilis_Roblox-t6e หลายเดือนก่อน

      long duration;
      int distance;
      const int trigPin = 10;
      const int echoPin = 11;
      void setup() {
      // put your setup code here, to run once:
      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);
      Serial.begin(115200);
      }
      void loop() {
      // put your main code here, to run repeatedly:
      digitalWrite(tringPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      distance =duration * 0.034 / 2;
      Serial.print("distance: ");
      Serial.println(distance)
      }

  • @ChantalMukashyaka-w5t
    @ChantalMukashyaka-w5t 16 วันที่ผ่านมา

    Nice one

  • @romanreigns5667
    @romanreigns5667 23 วันที่ผ่านมา

    long duration;
    int distance;
    const int trigPin = 10;
    const int echoPin = 11;
    void setup() {
    pinMode(trigPin, OUTPUT);
    pinMode(echoPin, INPUT);
    Serial.begin(115200);
    }
    void loop() {
    digitalWrite(trigPin, LOW);
    delayMicroseconds(2);
    digitalWrite(trigPin, HIGH);
    delayMicroseconds(10);
    digitalWrite(trigPin, LOW);
    duration = pulseIn(echoPin, HIGH);
    distance = duration * 0.034 / 2;
    Serial.print("Distance: ");
    Serial.println(distance);
    }

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

    i think i fried mine bc when i first used it, it got really hot and now when i try to use it nothing happens

    • @shashwatpratap
      @shashwatpratap 3 หลายเดือนก่อน

      does the led turn on??

    • @Kecko0
      @Kecko0 3 หลายเดือนก่อน

      @@shashwatpratap the ultrasonic sensor? i didnt even know it had an led

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

    is anyone else getting all 0's in the serial monitor. Im wondering if i fried the ultrasonic sensor

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

      Make sure that in 0.034 there is a . Instead of a ,

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

    this can be used to make fish finder?

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

    Came here because video from nerdforge 😊

  • @Janezeng-v9z
    @Janezeng-v9z 6 หลายเดือนก่อน

    hey! do you need PCB supplier? i can help you.

  • @ARRoboTics
    @ARRoboTics 9 หลายเดือนก่อน

    ❤❤

  • @Bakulmali6954
    @Bakulmali6954 9 หลายเดือนก่อน

    Please make digital tachometer using ir sensor and arduino Nan please make

    • @AKElectroDIY
      @AKElectroDIY 9 หลายเดือนก่อน

      I will make it

  • @a.c.jinishaece845
    @a.c.jinishaece845 3 หลายเดือนก่อน +1

    please block code

  • @Hrozic
    @Hrozic 9 หลายเดือนก่อน +1

    good bro

  • @a.c.jinishaece845
    @a.c.jinishaece845 3 หลายเดือนก่อน +1

    hi

  • @abel11112
    @abel11112 9 หลายเดือนก่อน +3

    "Please create a fingerprint attendance system using ESP32, OLED display, SD card module, and an RTC (Real-Time Clock). It should operate on battery power, record working hours, and store today's attendance data on the SD card. I would appreciate additional features. Looking forward to your creation! Will you be able to make it? Please let me know as soon as possible.

    • @justaneric
      @justaneric 9 หลายเดือนก่อน +11

      This looks like your homework assignment.

  • @mayd3153
    @mayd3153 9 หลายเดือนก่อน

    Please make more videos

  • @jojozetapuss180
    @jojozetapuss180 9 หลายเดือนก่อน

    best content

  • @Godsloveisbetter
    @Godsloveisbetter 25 วันที่ผ่านมา

    PLEASE give me the STL

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

    The pink one is
    Jenny RGBduino, thank me later

  • @amiraelmaddah8798
    @amiraelmaddah8798 4 หลายเดือนก่อน

    Ayo 3:39

  • @yakibabyjakey9187
    @yakibabyjakey9187 9 หลายเดือนก่อน +1

    green fn.

  • @AKElectroDIY
    @AKElectroDIY 9 หลายเดือนก่อน +1

    3rd comment! Pin it or I will like the video!

  • @Bakulmali6954
    @Bakulmali6954 9 หลายเดือนก่อน

    Please make digital tachometer using ir sensor and arduino Nan please make

    • @AKElectroDIY
      @AKElectroDIY 9 หลายเดือนก่อน

      Yes ofcourse