how to make Smart Blind Stick using arduino uno | arduino project | funwithelectronicss | hindi..

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • how to make Smart Blind Stick using arduino uno | arduino project | funwithelectronicss | hindi..
    In this video I have made a project by name '' SMART BLIND STICK ''. this project will work as a third eye for blind people.
    My other video links:
    Blinking led by ultrasonic sensor and arduino uno:-
    • Glowing led using ultr...
    How to use multimeter:-
    • learn about multimeter...
    What is potentiometer:-
    • what is potentiometer ...
    How to use breadboard:-
    • what is breadboard? | ...
    arduino code:-
    int trig = 9;
    int echo = 8;
    int buzzer = 11;
    void setup() {
    pinMode(trig,OUTPUT);
    pinMode(echo,INPUT);
    pinMode(buzzer,OUTPUT);
    Serial.begin(9600);
    }
    void loop() {
    int duration,distance;
    digitalWrite(trig,HIGH);
    delay(1);
    digitalWrite(trig,LOW);
    duration = pulseIn(echo,HIGH);
    distance = (duration/2)/29.1;
    Serial.println("cm");
    Serial.print(distance);
    delay(10);
    if(distance=20) // angled bracket are not allowed in youtube discription, so make this as "distance is less than or equal to 20"
    {
    digitalWrite(buzzer,HIGH);
    }
    else
    {
    digitalWrite(buzzer,LOW);
    }
    }
    Support me, by subscribing my channel.
    Share this video to family and friends and like the video.
    Thanks for watching....
    #funwithelectronicss #arduinoproject #smartblindstick #arduino #electronic #education #jumperwires #smartblind #smartstick #projects #programming #project

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

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

    Sir program working sir thank you sir

  • @shubhgamingyt9129
    @shubhgamingyt9129 7 หลายเดือนก่อน +1

    Bhai vibrator lagainge to uske lea bhi code dalna padega kya

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

    Nice 👍

  • @waelalwaleed
    @waelalwaleed 7 หลายเดือนก่อน +2

    Sir pls tell me where u connect the buzzer in the arduino? And are u sure this wil be work

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

      Negative to the GND pin n positive to pin 11

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

    Hey Sir. The project is not working please response

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

      Did work rn?

  • @TopptheClass
    @TopptheClass 11 หลายเดือนก่อน +1

    how to give 9v battery current supply

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

    Bhi , Bina coding ka nhi Kam ara ga kya

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

    Apne arduino Kitne me Lia pls reply

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

    How to run the program and how to upload the program into device

  • @PrithviPandey7
    @PrithviPandey7 7 วันที่ผ่านมา

    Mene banaya tha aur Ye kam hi nhi kar rha

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

    Arduino ka code pc mai likhne ke lea konsa software lagega?

  • @ManishKumar-vx8lr
    @ManishKumar-vx8lr 10 หลายเดือนก่อน +2

    Hello, I need your help

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

    Bhai code thik se nahi dikra hai

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

      Bhai, maine description me code diya hua hai.
      Aap waha check kar sakte hai.

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

      Ok

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

      Agar video accha lage to channel ko please subscribe kar lena.

  • @YogeshDarunte-qq5fb
    @YogeshDarunte-qq5fb 8 หลายเดือนก่อน +2

    Hi