Make a Smart glasses using ultrasonic Sensor and arduino nano || inspired award winning project 🥇

Поделиться
HTML-код
  • Опубликовано: 2 окт 2023
  • How to make a Smart glasses using ultrasonic Sensor and arduino neno
    Components used
    Arduino neno
    Buzzer
    Ultrasonic Sensor
    9v battery
    Battery clip
    Push button
    Glasses
    Jumper wires
    Code :
    drive.google.com/file/d/1pajX...

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

  • @SurajKumar-im3wo
    @SurajKumar-im3wo 8 месяцев назад +1

    Very nice 👍👍

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

    Nice ❤

  • @charlesokomadu573
    @charlesokomadu573 9 месяцев назад +4

    This is the best video I've seen on this so far! I don't know why it's not ranking number one on RUclips search

  • @vedu1505
    @vedu1505 4 месяца назад +1

    🎉Amazing, it helped me for my project. Keep it up bro😊

  • @farzanaferdoush1516
    @farzanaferdoush1516 5 месяцев назад +1

    What did you do with the button on Battery Wires. What are the wirings for the negative wire, how do I attach it?

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

    Hı friend. Thanx for the project. Can i use a mini vibration motor for this project?.. And can you send me the codes for the vibration motor?..

  • @navaneethbs1282
    @navaneethbs1282 6 месяцев назад +1

    The code is working bruh its super bruh

  • @Sujiunique
    @Sujiunique Месяц назад

    what did you do with the button on battery wires. what are the wirings for the negative wire, how do i attach it?
    please reply this comment

  • @Sujiunique
    @Sujiunique Месяц назад

    what did you do with the button on battery wires.

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

    Can someone help me why my ultrasonic sensor works only if the port is connected to the laptop and not actually works in switch/buttons (I already uploaded the code in adruino)

  • @status2brand392
    @status2brand392 7 месяцев назад +1

    What happens if battery got over

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

    Can you give me access to the code? I am only allowed to do so with your permission

  • @baburamdhakal3389
    @baburamdhakal3389 5 месяцев назад +4

    The code uploading takes for ever. Help me!

  • @CookwithSuma
    @CookwithSuma 3 месяца назад

    BRO IN GOOGLE DRIVE THE CODE LINK SHOWING NOT AVAILABLE

  • @user-tv1kj9yr2h
    @user-tv1kj9yr2h 6 месяцев назад +2

    Name

  • @Bryan-gj3wg
    @Bryan-gj3wg 7 месяцев назад

    Is the button normally closed or does it simply return to its position?

  • @shwetasahu2561
    @shwetasahu2561 Месяц назад

    Plz share the code

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

    hello pls help us this is the thesis by my dAughter the need the code pls

  • @EG_KILLER
    @EG_KILLER 5 месяцев назад

    I dont have header pins. Will aurdino nano work without it

  • @SKTK55555
    @SKTK55555 5 месяцев назад

    After connecting clip to the battery 11:21 what is that extra 2 wires connected at the end of the clip bro . Please reply fastttt broo

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      Bro its much simple you said when i attach the battery clip where i connect the 2 wires the negative one is connect to the gnd pin or arduino and positive is vin

  • @mohitgorheZ
    @mohitgorheZ 3 месяца назад +1

    bhai sab thikk chal raha hai but buzzer continuously baj raha hai so please give me solution fast

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

      Please make sure the buzzer wires is properly connected

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

      It's working now thnx ❤

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

    Hii can i use female-female wires for this??

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

    You must display a diagram for it!!

  • @Lost_Soul619
    @Lost_Soul619 7 месяцев назад +1

    Bro after disconnecting the arduino cable it's not working. Can you help me to solve this issue?

    • @funnyyt757
      @funnyyt757 3 месяца назад

      BRO I WANT THE CODE , IN THE LINK IT IS SHOWING THAT THE CODE IS NOT AVAILABLE

    • @Lost_Soul619
      @Lost_Soul619 3 месяца назад

      @@funnyyt757
      const int trigPin = 3;
      const int echoPin = 2;
      const int buzzer = 5;
      long duration;
      int distance;
      int safetyDistance;
      // Adjust this value to change the speed of sound for your environment
      const float speedOfSound = 0.0343; // 343 meters per second (default)
      void setup() {
      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);
      pinMode(buzzer, OUTPUT);
      Serial.begin(9600);
      }
      void loop() {
      digitalWrite(trigPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      // Calculate distance using the adjusted speed of sound value
      distance = (duration * speedOfSound) / 2;
      safetyDistance = distance;
      if (safetyDistance

  • @user-fz5me5wl1j
    @user-fz5me5wl1j 5 месяцев назад

    How to upload code link 🤔

  • @JavedaliJavedalvi
    @JavedaliJavedalvi Месяц назад

    Bhaiya coding bata do. Please help me 🥺

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

    Hello
    My sensor was not working and I have copy your code and same as you have said I have done but my sensor and buzzer was not working
    Please help me

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

      Check your sensor is it ok

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

      @@thewiredworldofqasim yes my sensor is ohk but still not working
      I have tried twice time but continuesly buzzer buj raha hai ya toh pura band ho ja Raha hai
      Please help me out

  • @tlidjatlidja7588
    @tlidjatlidja7588 7 месяцев назад +1

    hello I carried out the same project as you but mine does not work without the cable connecting the Arduino card to the PC, even after uploading the program.

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

      Same problem. Did you fixed that problem?

    • @Horlicks_dappa
      @Horlicks_dappa 6 месяцев назад

      ​@@Lost_Soul619did you fixed?

    • @Lost_Soul619
      @Lost_Soul619 6 месяцев назад

      @@Horlicks_dappa nope bro. Don't follow this video. There's lots of errors. He used 9v battery for arduino nano,which is too much. If you want to do this project you will need 2 lipo battery (3.7v) or you can use converter. Though i tried 2 lipo battery process and commoned them. Still it's not working properly. You will need 5-6v supply which is suitable. I tried it with dc power supply from lab. And it's working under 5-7v range. You can try at your own risk. First try with 5v converter.

    • @Horlicks_dappa
      @Horlicks_dappa 6 месяцев назад

      ​@@Lost_Soul619bro i actually brought all items in this video for my science project can i do this??

    • @Horlicks_dappa
      @Horlicks_dappa 6 месяцев назад

      ​​@@Lost_Soul619btw can you provide the link for 5v conventer??

  • @BiRaj_DhaKaL
    @BiRaj_DhaKaL 5 месяцев назад

    Hi, I dont know why but the code it taking forever. I had waited more then an hour but still says uploading. My internet speed is good enough too. Its more then 80 MBPS but still taking forever the sketch to upload. Bro help me!

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад +1

      Please configure the Arduino ide and make sure the Arduino port is correct attach

    • @BiRaj_DhaKaL
      @BiRaj_DhaKaL 5 месяцев назад

      @@thewiredworldofqasim THX

  • @varshitindla1227
    @varshitindla1227 5 месяцев назад

    Bro please send me the code link ,
    The link which you have provided in the comments we are not able to access it . please send the code libk bro

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk

  • @dhundirajdhakal3671
    @dhundirajdhakal3671 5 месяцев назад

    Code is not uploading! It says uploading but I waited more then 2 hours but it didn't work.

  • @itsbaizo4182
    @itsbaizo4182 3 месяца назад

    Same problem @CookwithSuma

  • @suyog_edit
    @suyog_edit 3 месяца назад

    What after battery over 😢
    How to recharge
    Please reply

  • @spmambayil
    @spmambayil 5 месяцев назад +1

    How can i send code in it 🤔

    • @yellavani
      @yellavani 5 месяцев назад

      In comment

  • @BalajiBalaji-jp2zs
    @BalajiBalaji-jp2zs 5 месяцев назад

    Which jumber wire used bro

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад +1

      About your requirement but i used female from one side and other side is join with soldering iron

    • @BalajiBalaji-jp2zs
      @BalajiBalaji-jp2zs 5 месяцев назад

      TQ bro

  • @Bhavishri_subash
    @Bhavishri_subash 6 месяцев назад

    Pls give Circuit diagram

    • @Bhavishri_subash
      @Bhavishri_subash 6 месяцев назад

      There is no prototype for this project

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

    Is this rechargeable

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

    Bro what is the cost of this whole project

  • @EG_KILLER
    @EG_KILLER 5 месяцев назад

    How to connect button to battery

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      Bro connect the wire to the battery then take the wire from one terminal of the battery and connect to the one side of button and then add more wire to the other side of the button the connect to either the gnd or vcc to the Arduino must choose one and after that the second wire of the battery is also connected to the remaining point of either gnd or vcc please choose one of those ( if you don't understand feel free to comment again) 💓💓

  • @SaigammingteluguSg
    @SaigammingteluguSg 5 месяцев назад

    Please send the code for my science day project

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk

    • @user-lj9sq1dt8n
      @user-lj9sq1dt8n 4 месяца назад

      Bro this code is not working

  • @shafiulchowdhury9753
    @shafiulchowdhury9753 5 месяцев назад +1

    Code link does not open.please send me this code.

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад +2

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk

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

      const int trigPin = 3;
      const int echoPin = 2;
      const int buzzer = 5;
      long duration;
      int distance;
      int safetyDistance;
      // Adjust this value to change the speed of sound for your environment
      const float speedOfSound = 0.0343; // 343 meters per second (default)
      void setup() {
      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);
      pinMode(buzzer, OUTPUT);
      Serial.begin(9600);
      }
      void loop() {
      digitalWrite(trigPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      // Calculate distance using the adjusted speed of sound value
      distance = (duration * speedOfSound) / 2;
      safetyDistance = distance;
      if (safetyDistance

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

      Bro this is the code

    • @DjChayan135
      @DjChayan135 15 дней назад

      int trigpin=12;
      int echopin=11;
      int traveltime;
      float pingtraveldistance;
      float targetdistance;
      int buzzer=9;
      void setup() {
      // put your setup code here, to run once:
      pinMode(trigpin,OUTPUT);
      pinMode(echopin,INPUT);
      pinMode(buzzer,OUTPUT);
      }
      void loop() {
      // put your main code here, to run repeatedly:
      digitalWrite(trigpin,LOW);
      delayMicroseconds(10);
      digitalWrite(trigpin,HIGH);
      delayMicroseconds(10);
      digitalWrite(trigpin,LOW);
      delayMicroseconds(25);
      traveltime=pulseIn(echopin,HIGH);
      targetdistance=(traveltime*0.034)/2;
      digitalWrite(buzzer,LOW);
      if (targetdistance

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

    BRO I AM UNABLE TO UPLOAD THE CODE PLEASE CAN YOU HELP ME

    • @thewiredworldofqasim
      @thewiredworldofqasim  4 месяца назад +1

      First open the code to Arduino ide then plug in the Arduino usb cable to systen the select the Arduino nano port after all upload the code i think it can help you!

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

    I can't access the code bro. Can i have another one? Reply asap. Tnx!

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

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk

  • @annalaljoseph178
    @annalaljoseph178 5 месяцев назад

    Please help by sharing product link

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      Brother i don't buy these products from online soo i don't have any links for these products ☹️☹️

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

    In which app the code will open

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

      There is Arduino ide software from google install the app then this code is opened

  • @user-ne1di5lb1k
    @user-ne1di5lb1k 5 месяцев назад

    Bhai mara code upload nahi ho raha ha please bata do kaise upload hoga please mara papa mugha marangha ma code upload kar raha hu per error dikha raha ha kliski ak alag sa veido bana do please nahi to ma apko badua dungha aur fir apka you tube channel band ho jhagya please please please please please please please please please

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      Ooh bhai simple ha sara kuch easliy code upload hoo jta haa video sai sa dkhoo

  • @user-fz5me5wl1j
    @user-fz5me5wl1j 5 месяцев назад +1

    How to upload code link

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      Simply copy the code from the link in the description than open the code in computer using Arduino ide and select the port and then upload it

  • @manitabeti7124
    @manitabeti7124 5 месяцев назад

    I will subscribe ,but u should send me the code

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

    kia os ko ye pehnang sy os ko meri feeling sens ho gi ?

    • @thewiredworldofqasim
      @thewiredworldofqasim  9 месяцев назад

      Us ka liya ma ik sensor tayar kar raha hoon kuch saal lag jayan ga muger possible ha ya karna 🤣🤣

    • @abdulwahabsaim4776
      @abdulwahabsaim4776 9 месяцев назад

      Han han ho jaye gi sense😂😂

    • @RoyalRohith-yb1ph
      @RoyalRohith-yb1ph 6 месяцев назад

      Sir please send smart glasses code sir 😢😢😢 please urgent sir 3/1/24 this date science day will be conducted sir😢😢

  • @fatimalol8470
    @fatimalol8470 5 месяцев назад

    Is the code still right?

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      Yes. There is a fully functional if you need i will send you

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk

  • @RaphaelSantiago-pn6ob
    @RaphaelSantiago-pn6ob 5 месяцев назад

    Where is the codee

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk

  • @EG_KILLER
    @EG_KILLER 5 месяцев назад

    Konsi battery theek rahegi 9 volt or Lithium polymer battery 3.7 volt
    Aur button dusra use kar sakte hai??
    And still didn't get the battery and butoon connection

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      G han ap koi sai bi battery use kar skty hoo or rahi baat button ki wo bi ap koi sa two terminals wla lga skty hoo baki connection sra sme hi rhy gaa

  • @shafiulchowdhury9753
    @shafiulchowdhury9753 5 месяцев назад

    This code is not

  • @rohansingh2810
    @rohansingh2810 6 месяцев назад

    Iska code kya hai

    • @thewiredworldofqasim
      @thewiredworldofqasim  5 месяцев назад

      drive.google.com/file/d/1pajXuIAFeWmo_LnfdEhKKf_ffazrYgYF/view?usp=drivesdk