Make an Obstacle Detector for Blind people using Ultrasonic Sensor Module with Arduino Nano

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • Welcome to Our Channel REES52
    In this project, we have used an ultrasonic sensor and buzzer with Arduino Nano to prevent blind people from being hit by an obstacle up in the air which cannot be detected by their stick.
    The circuit has been put into a box for demonstration purposes which shows it can be equipped on spectacles or a cap.
    📦📦📦This kit includes :📦📦📦
    Arduino Nano - 1
    Arduino Nano USB Cable - 1
    Ultrasonic Sensor Module HC-SR04 - 1
    9v Battery -1
    Battery snapper -1
    B20 Buzzer-1
    Jumper Wire (Male to Male) - 20 pcs
    Jumper wire (Male to Female) - 20 pcs
    Mini Rocker switch-1
    830 pt. Breadboard - 1
    You can purchase all these components from our website www.rees52.com
    💰💰💰Purchase Link💰💰💰
    rees52.com/diy...
    🧾🧾🧾User Manual🧾🧾🧾
    rees52.com/diy...
    🎁🎁🎁Discount🎁🎁🎁
    Get 5% discount on your first purchase, Use "FLAT5"
    📝📝📝Codes & Schematics📝📝📝
    drive.google.c...
    Subscribe our channel to get more videos
    / @rees5286

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

  • @AdamMafalany
    @AdamMafalany 11 дней назад

    the code is not uploading for me it says uploading error: exit status 1

  • @SS_STORY111
    @SS_STORY111 3 месяца назад +6

    #define TRIG_PIN 9
    #define ECHO_PIN 10
    void setup() {
    Serial.begin(9600); // Start the serial communication
    pinMode(TRIG_PIN, OUTPUT); // Set TRIG_PIN as an OUTPUT
    pinMode(ECHO_PIN, INPUT); // Set ECHO_PIN as an INPUT
    }
    void loop() {
    long duration, distance;
    // Clear the TRIG_PIN
    digitalWrite(TRIG_PIN, LOW);
    delayMicroseconds(2);
    // Set the TRIG_PIN high for 10 microseconds
    digitalWrite(TRIG_PIN, HIGH);
    delayMicroseconds(10);
    digitalWrite(TRIG_PIN, LOW);
    // Read the ECHO_PIN
    duration = pulseIn(ECHO_PIN, HIGH);
    // Calculate the distance in cm
    distance = duration * 0.034 / 2;
    // Print the distance to the Serial Monitor
    Serial.print("Distance: ");
    Serial.print(distance);
    Serial.println(" cm");
    // Check if the distance is 10 cm
    if (distance

  • @osamagamal-hf9ri
    @osamagamal-hf9ri 2 года назад +3

    if i change the buzzer did the buzzer make slow beeps , middle speed beeps , fast speed according to the distance ?

  • @osamagamal-hf9ri
    @osamagamal-hf9ri 2 года назад +3

    what the name of the app you use it in the laptop to programming the arduino ?

  • @VenuK-ff4rm
    @VenuK-ff4rm 7 месяцев назад

    Thank you so much sister 🎉

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

    Thank you for giving me the code

  • @sirishag528
    @sirishag528 10 месяцев назад +1

    What is outcomes of this

  • @Mesut_DURMUS
    @Mesut_DURMUS 11 месяцев назад +2

    Use a mini vibration motor. It will be better.

  • @christinareji8362
    @christinareji8362 7 месяцев назад

    Can i do it with IR sensor

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

    Very nice video I am a Bankar I am a visually impaired person I need a sensor gadget to find my opposite customer
    For example when the customer standing in front of me our gadget will give a signal I want this type of gadget for me thank you

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

    Buzzer of 9v will work

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

    How to uploaded code into arduino nano v3
    There was only arduino nano in the app how do you done it

  • @One.punchman
    @One.punchman Год назад +5

    THANK YOU SO MUCH MAM WORKED PERFECTLY THANK YOU ONCE AGAIN

  • @_JSN_189
    @_JSN_189 2 года назад +1

    How much of the cost arduino nano

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

      Around $4

    • @VarunPadhye
      @VarunPadhye 4 месяца назад

      ₹225 normal and ₹250 soldered (as shown in the video )

  • @Projectswithmani
    @Projectswithmani 3 года назад +3

    can we upload this into arduino uno?

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

    How to get code of Arduino nano

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

    it works,thanks alot!!!!!

  • @indoorfootballernivedharya1462
    @indoorfootballernivedharya1462 7 месяцев назад

    Nice project and a good idea. But it would be nice if you could send the code too. When I try to click on the link given for code it shows 'PREVIEW NOT AVAILABLE'.

  • @dpurple07
    @dpurple07 2 года назад +3

    Heyy! Can you just give us the link of code again actually we need this for our projects and the link u gave is not showing the code so if you can help it would be so kind of you!

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

      Yes plz give me 🙏If u get the code😒

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

      Plz share code for this ,the above link is not opening

  • @Mohan_4567
    @Mohan_4567 2 года назад +2

    Bro is this an electronic base mini project??? Pls tell me bro❤️

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

    please give the arduino code

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

    Can i use 12v batteey

  • @osamagamal-hf9ri
    @osamagamal-hf9ri 2 года назад

    if i have a LCD 16×2 display to see the distance where i put it ?
    i know it's for blind people , but i'm will use it when i be big in my trains

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

      maybe this help: technovade.pl/poradniki/zeszytprojektowyarduino/zpa-016.html

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

    hello..i need this all equipment

  • @osamagamal-hf9ri
    @osamagamal-hf9ri 2 года назад +6

    how to change the distance like kilometer , more , less , or according to it's distance ?

  • @yahoo7313
    @yahoo7313 2 года назад +1

    Failed load code update it plz kindly

  • @lifechanger957
    @lifechanger957 4 года назад +5

    From How much range it can detect a object

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

    Can you plz send the block diagram of this mini project..... Its important we need it

  • @ec-0614
    @ec-0614 2 года назад

    sister what the code u written in computer could u send it

  • @gettechyt126
    @gettechyt126 2 года назад +1

    If i want to add gps module in this project how can i compile the code for gps 😢😢😢 using blink app

  • @TurXDyt
    @TurXDyt 4 месяца назад

    can anyone kindly inform if the code is working or not.

  • @abhiaryan2616
    @abhiaryan2616 3 года назад +3

    The code is not opening can you check it once plz

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

    hi, I cannot seem to access the code. can someone pls help me with the code

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

    Thx

  • @yashbhootda5496
    @yashbhootda5496 3 года назад +3

    if using a arduino nano without switch , where should i connect the battery

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

    Can i get the code please

  • @ailzehshahofficial7759
    @ailzehshahofficial7759 4 года назад +2

    👍👍👌👌

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

    Plz give me code

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

    Can i get the source code? I need it so bad.

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

    thanks ma

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

    Thankyuo

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

    can anyone please give me the arduino uno code for this? thank you

  • @paolomagpulong7409
    @paolomagpulong7409 4 месяца назад

    The code please

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

    Can anyone give me the right code

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

    Plz give code ..
    Practical exam.is coming soon plz give circuit diagram
    my project exam is your yopic

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

    Programme

  • @sudhamsr2676
    @sudhamsr2676 3 года назад +2

    Not working 😑

  • @mscreation00100
    @mscreation00100 2 года назад +1

    Code bytes

  • @dipalirathod6289
    @dipalirathod6289 11 месяцев назад

    Code

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

    Nothing worked

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

    does this also work in Arduino uno

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

    How can we increase the distance

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

    can we use female connector instead of beard board ?
    please reply

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

      No, then what is the use of it then

  • @prof.6813
    @prof.6813 Год назад

    Getting access to your code is not easy. One will need permission. As a result, I wouldn't say I like your tutorials. It waist my time. Work on that if not I have to start avoiding your tutorials. OK

    • @rohitgadgil
      @rohitgadgil 9 месяцев назад +1

      Bro can u please send me code?

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

    Its the same project that we are building rn can you share the coding i am willing to pay budget amount since i am not that rich. plsss gmail me we need it

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

    How much of the cost arduino nano