Тёмный

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

REES52
Подписаться 4,1 тыс.
Просмотров 70 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 74   
@osamagamal-hf9ri
@osamagamal-hf9ri 2 года назад
if i change the buzzer did the buzzer make slow beeps , middle speed beeps , fast speed according to the distance ?
@DUFUR_GAMING
@DUFUR_GAMING 18 дней назад
#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 года назад
what the name of the app you use it in the laptop to programming the arduino ?
@havilablessy7944
@havilablessy7944 2 года назад
Aurdino IDE
@indoorfootballernivedharya1462
@indoorfootballernivedharya1462 4 месяца назад
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'.
@VenuK-ff4rm
@VenuK-ff4rm 4 месяца назад
Thank you so much sister 🎉
@sirishag528
@sirishag528 7 месяцев назад
What is outcomes of this
@22-23-0-ABHADAVE
@22-23-0-ABHADAVE Год назад
amazinggg video keep working hard
@sivakrishna6134
@sivakrishna6134 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
@One.punchman
@One.punchman Год назад
THANK YOU SO MUCH MAM WORKED PERFECTLY THANK YOU ONCE AGAIN
@sriniharika6433
@sriniharika6433 Год назад
But how does a person carry all of that?
@lifechanger957
@lifechanger957 4 года назад
From How much range it can detect a object
@maknunheesan9593
@maknunheesan9593 3 года назад
Idk
@Mohan_4567
@Mohan_4567 2 года назад
Bro is this an electronic base mini project??? Pls tell me bro❤️
@osamagamal-hf9ri
@osamagamal-hf9ri 2 года назад
how to change the distance like kilometer , more , less , or according to it's distance ?
@christinareji8362
@christinareji8362 4 месяца назад
Can i do it with IR sensor
@selmasscoronprabhakaran4484
@selmasscoronprabhakaran4484 11 месяцев назад
Thank you for giving me the code
@vanshagarwal6362
@vanshagarwal6362 11 месяцев назад
I also want code
@vanshagarwal6362
@vanshagarwal6362 11 месяцев назад
Can you pls provide me
@krishnamawasthi8889
@krishnamawasthi8889 11 месяцев назад
Bro can you send me the code too
@PalugulaDhana
@PalugulaDhana 2 месяца назад
Code
@Projectswithmani
@Projectswithmani 3 года назад
can we upload this into arduino uno?
@madhusmitapatanaik6925
@madhusmitapatanaik6925 Год назад
Yes u can
@dpurple07
@dpurple07 2 года назад
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
@gettechyt126
@gettechyt126 2 года назад
If i want to add gps module in this project how can i compile the code for gps 😢😢😢 using blink app
@Mesut_DURMUS
@Mesut_DURMUS 7 месяцев назад
Use a mini vibration motor. It will be better.
@mnikshith6207
@mnikshith6207 Год назад
How to uploaded code into arduino nano v3 There was only arduino nano in the app how do you done it
@abdulmuthar5485
@abdulmuthar5485 Год назад
Can you plz send the block diagram of this mini project..... Its important we need it
@GamingRegulationsCome
@GamingRegulationsCome Год назад
How to get code of Arduino nano
@yashbhootda5496
@yashbhootda5496 3 года назад
if using a arduino nano without switch , where should i connect the battery
@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
@_JSN_189
@_JSN_189 2 года назад
How much of the cost arduino nano
@abhiaryan2616
@abhiaryan2616 2 года назад
The code is not opening can you check it once plz
@yahoo7313
@yahoo7313 Год назад
Failed load code update it plz kindly
@kaiming553
@kaiming553 4 месяца назад
it works,thanks alot!!!!!
@kantadevijangid2288
@kantadevijangid2288 3 года назад
Can i use 12v batteey
@sgay2009
@sgay2009 3 года назад
please give the arduino code
@meenalmaheshkore7847
@meenalmaheshkore7847 3 года назад
did you got the code?
@ec-0614
@ec-0614 2 года назад
sister what the code u written in computer could u send it
@TurXDyt
@TurXDyt 28 дней назад
can anyone kindly inform if the code is working or not.
@jessicamelody6891
@jessicamelody6891 2 года назад
hi, I cannot seem to access the code. can someone pls help me with the code
@joemilmusni556
@joemilmusni556 Год назад
Can i get the source code? I need it so bad.
@nandinivatsya3616
@nandinivatsya3616 2 года назад
Can i get the code please
@paolomagpulong7409
@paolomagpulong7409 21 день назад
The code please
@luisamaemamburao275
@luisamaemamburao275 2 года назад
can anyone please give me the arduino uno code for this? thank you
@technindramuni9965
@technindramuni9965 2 года назад
thanks ma
@technicaleducation422
@technicaleducation422 2 года назад
Plz give me code
@rkkrishna3264
@rkkrishna3264 Год назад
Thankyuo
@saritaameria7314
@saritaameria7314 2 года назад
Thx
@yahoo7313
@yahoo7313 Год назад
Plz give code .. Practical exam.is coming soon plz give circuit diagram my project exam is your yopic
@ailzehshahofficial7759
@ailzehshahofficial7759 3 года назад
👍👍👌👌
@Triontech01
@Triontech01 2 года назад
Can anyone give me the right code
@sudhamsr2676
@sudhamsr2676 3 года назад
Not working 😑
@sreekanthneelam5268
@sreekanthneelam5268 Год назад
Programme
@aashishudp8474
@aashishudp8474 Год назад
Nothing worked
@dipalirathod6289
@dipalirathod6289 8 месяцев назад
Code
@harshittyagi8221
@harshittyagi8221 4 года назад
does this also work in Arduino uno
@buthnilasubasingha5912
@buthnilasubasingha5912 4 года назад
Yes ,
@bharathchaudhary9091
@bharathchaudhary9091 3 года назад
yes
@mgamer00100
@mgamer00100 2 года назад
Code bytes
@lifechanger957
@lifechanger957 4 года назад
How can we increase the distance
@buthnilasubasingha5912
@buthnilasubasingha5912 4 года назад
Change distance part of the cord.
@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 6 месяцев назад
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
@aashishudp8474
@aashishudp8474 Год назад
Around $4
@VarunPadhye
@VarunPadhye Месяц назад
₹225 normal and ₹250 soldered (as shown in the video )
Далее
DEMONS ARE ATTACKING BRAWL STARS!!!
09:08
Просмотров 14 млн
Ванька пошел!!!! 🥰
00:18
Просмотров 1,3 млн
DEMONS ARE ATTACKING BRAWL STARS!!!
09:08
Просмотров 14 млн