Tell me how was this video? & also share your ideas for the next video? Video related Useful Links:- (Affiliate Links) Arduino Code: drive.google.com/file/d/1Grs3TJkn0RY1P3sYcJeYqyrAWkmg8R2i/view Circuit Diagram: drive.google.com/file/d/14dh78tUCPt10PxC_lGs2LubOJu4PFY1P/view Complete Arduino Starter Kit: www.banggood.com/custlink/GvGmq4yGcC Cheap Arduino Starter Kit: www.banggood.com/custlink/vKDGkeRGp5 All Sensors & Module Kit: www.banggood.com/custlink/KvKmz6hDWO
@rohith865 жыл бұрын
I can't get code
@sk64965 жыл бұрын
Sir plz give me the cord I need it very much
@Aksar_Ojha4 жыл бұрын
It does not show code ..plz send
@IdeasTv4 жыл бұрын
// defines pins numbers const int trigPin = 9; const int echoPin = 10; const int buzzer = 11; const int ledPin = 13; // defines variables long duration; int distance; int safetyDistance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echoPin as an Input pinMode(buzzer, OUTPUT); pinMode(ledPin, OUTPUT); Serial.begin(9600); // Starts the serial communication } void loop() { // Clears the trigPin digitalWrite(trigPin, LOW); delayMicroseconds(2); // Sets the trigPin on HIGH state for 10 micro seconds digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); // Reads the echoPin, returns the sound wave travel time in microseconds duration = pulseIn(echoPin, HIGH); // Calculating the distance distance= duration*0.034/2; safetyDistance = distance; if (safetyDistance
@raghavnagpal87974 жыл бұрын
Good , you can also add IR sensor's at the bottom of the stick , which will help to detect any chasm (khaee) in the way. You can use auton shield for better performance.
@JaneDoe-bq9sw Жыл бұрын
It's always a good idea when making videos with the blind in mind to make it something that they could view. This videos lack of spoken instruction eliminates the ability for a blind person to construct the project for themselves. which isn't too much of a problem as this project really isn't something very many blind people would ever use. Its more ideal to just stick to a classic white cane and one's ears.
@jaydeep_121410 ай бұрын
Mera inspired award Mein selection Ho Gaya maine bhi yah stick Banai thi thank you sir❤
@hibagn83072 жыл бұрын
Thank you so much for this tutorial.. we've made this stick and it works... from diagram to code.. every shared thing is 100% authetic!
@prantikamandal56002 жыл бұрын
Hey l need help with this project. Can you help me ?
@IdeasTv2 жыл бұрын
Thanks!
@unknownuser4203 Жыл бұрын
@@prantikamandal5600 did it work for u?
@X_TOXIC.NILESH Жыл бұрын
Can you give me a cod
@EbrahAnsari2 ай бұрын
Can u plz tell me the code is perfectly working?
@mohametabdulkadir1597 Жыл бұрын
Thank you sir, the project you prepared helped me to finish my university or final project. which I took the same title you watched in this video. Thanks again.
@IdeasTv Жыл бұрын
Great
@raghavnagpal87974 жыл бұрын
Good , you can also add IR sensor's at the bottom of the stick , which will help to detect any chasm (khaee) in the way. You can use auton shield for better performance.
@IdeasTv4 жыл бұрын
Yup, great idea!
@nadine71423 жыл бұрын
what's the code for that
@introvideo50642 жыл бұрын
I was also thinking about this. Thank you for answering Raghav bro ❤️
@kristinejoyylagan94792 жыл бұрын
How IR sensor works?
@manu_mehrotra Жыл бұрын
Hello sir ,can u guide our team to start working on a project named accident alertt system
@iHeartLuki Жыл бұрын
thank you so much. i started to build less with my arduino cause none of the projects i tried worked and started losing motivation, but thanks to you and your simple tutorial, i was able to easily remake this project and it worked! i am now more motivated to do more stuff with my arduino thanks to your video😁
@IdeasTv Жыл бұрын
Great to hear!
@IdeasTv Жыл бұрын
Visit my channel, you can find more real arduino projects on this channel.
@pawanphulari8791 Жыл бұрын
Give your credentials (how should I contact you) Insta I'd or something please I'm working on same project
@unknownuser4203 Жыл бұрын
we did this project in class and we succeed! thank you
@IdeasTv Жыл бұрын
Great job!
@TNStastic Жыл бұрын
Hey can you tell me how much was the expense made (approx)?
@MitchBertos Жыл бұрын
How to code?
@4khxilllll4 ай бұрын
Thank you bro I made it successfully ❤
@whitedevil52565 күн бұрын
Really?
@PriyaVigneshkumar Жыл бұрын
Thanks brother...its worked🎉🎉🎉
@IdeasTv Жыл бұрын
Welcome 👍
@jasminfarhanafarhana2223 Жыл бұрын
I am in need of to do this project. For my school experiments..
@koramutlasrinivasulu93862 жыл бұрын
Thank you sir this project selected in school level
@IdeasTv2 жыл бұрын
good
@idk12829 Жыл бұрын
Thank youuuu
@IdeasTv Жыл бұрын
You're welcome, glad it helped you
@waelalwaleed10 ай бұрын
Where can i find the buzzer@@IdeasTv
@saisathvikamulukutla91572 жыл бұрын
Tnq for ur video I have done my project easily with this keep more videos 😁
@IdeasTv2 жыл бұрын
Great 👍
@sandrabaiju65202 жыл бұрын
What kind of jumper wires are you using. Male or female? Please reply. Its for a project.
@vinayakv10872 жыл бұрын
Male-female
@princejustinmamelic97134 жыл бұрын
excuse me sir. what if i use a vibration motor module instead of led and buzzer, would the idea still be the same when the ultrasonic sensor detects an object?
@IdeasTv4 жыл бұрын
yes absolutely.
@avenaash50272 жыл бұрын
For vibration code?
@themovieman57614 жыл бұрын
Thank you for the circuit diagram bro. Other channels won't give the diagram , I think they only make the videos for views, but you are great bro
@IdeasTv4 жыл бұрын
You're welcome
@wahabnoor57143 жыл бұрын
Plz share with me circuit diagram
@poojachoudhary98332 жыл бұрын
Plz share me circuit diagram
@sakthikumark74782 жыл бұрын
thanks bro.we succed your project in 10 mins
@IdeasTv2 жыл бұрын
Great 👍
@yvanfeudjeu97883 жыл бұрын
Thank you very. Because I am defending soon, I was looking for a project which can help really be useful for the society. Thanks to you, I got what I wanted. It is left for me to tune it .
@IdeasTv3 жыл бұрын
Glad it was helpful!
@kristinejoyylagan47422 жыл бұрын
what do you think is the possible additional features of this project?
@miyutakahiro91373 жыл бұрын
Can I use a piezo buzzer instead of the active buzzer or are they the same thing? I need this for a school project so it would be great if you could answer :>
@IdeasTv3 жыл бұрын
why you want to use piezo buzzer ?
@Dustbbin_KOP4 ай бұрын
Agar sensor ke vcc port ko arduino ke 5v port par connect kare to kunch hoga aur buzzer kitne volt tak ka hona chaiye ?
@WatchButterCup Жыл бұрын
Because of this project my group won first place in Robotech!!
@IdeasTv Жыл бұрын
Great congratulations
@ajaypratapsingh60562 жыл бұрын
I like project but basic material you have given in description it's necessary or we can do with list of the material you mentioned
@Charlie-yx2ov3 жыл бұрын
I get error code "avrdude: stk500_recv(): programmer is not responding" when I try to upload the code do you know how to fix this?
@abhisheksiddu798 Жыл бұрын
Me too same error
@Cricketlover0410Ай бұрын
Want to put coding ah
@Nayana121062 жыл бұрын
Good exeperiment 👏👏👏👏
@IdeasTv2 жыл бұрын
Thank you 🤗
@Nayana121062 жыл бұрын
@@IdeasTv welcome❤😇
@unknownuser4203 Жыл бұрын
is the buzzer 3V or 5V? please answer
@IdeasTv Жыл бұрын
can work on both
@allanblandon82844 жыл бұрын
Awesome, thank you for this video!
@IdeasTv4 жыл бұрын
You're welcome :)
@manishasinha41225 жыл бұрын
Which jumper wires used in this video. Male to male or male to female
@IdeasTv5 жыл бұрын
male to female
@veraadrianadeleon89192 жыл бұрын
What can I use instead of a 3V DC Buzzer if I don't have one?
@keshavkanda26842 жыл бұрын
Hello sir , sir kya hum isme voice ka kuj add kr skte hai like sensor ke sahmne koi obstacle ata hai toh Buzzer ki jgah voice aye turn left or right something aise agr Ho skta hai toh plz btado ...
@IdeasTv2 жыл бұрын
yes but it needs much more upgradation
@tuanferoze84013 жыл бұрын
I was searching a video like this
@IdeasTv3 жыл бұрын
:)
@redwhiz11485 жыл бұрын
Awesome project!! I made a 3D engine using arduino, would you look at it?
@IdeasTv5 жыл бұрын
Ok :)
@mansisharma74904 жыл бұрын
Yashua Evans, can you tell me where do we have to code ? I mean we have to download any specific application or what ? I'd be pleased if you help me🥺
@ibers32833 жыл бұрын
@@mansisharma7490 download arduino uno app from google
@marieantoinetteperocho25423 жыл бұрын
Are we just going to copy paste the provided code in the arduino IDE software? (Looking forward for your fast response)
@IdeasTv3 жыл бұрын
yes, just copy the code and paste it into the Arduino IDE software, and upload it.
@marieantoinetteperocho25423 жыл бұрын
@@IdeasTv is it okay to use non rechargable batteries?
@riyacreations6780Ай бұрын
Codeakka
@navyajada28872 жыл бұрын
We are doing same but led glows when we connect battery nd we don't getting the result like what is the problem with my project
@vinayakagrawal41712 жыл бұрын
Hey I too encounter a problem my buzzer keep beeping in low while there is no obstacles
@aryanshuvlogs Жыл бұрын
I also faced the same , try to connect the arduino with a charger or with a laptop / power bank you will get the results
@pratimabhandarkar2341 Жыл бұрын
I think you kept the negative to wrong pin
@sajibanwar9390 Жыл бұрын
Correct the code!
@jk_kookie_03 Жыл бұрын
Same
@unknownuser4203 Жыл бұрын
what can i use instead of buzzer pls answer
@IdeasTv Жыл бұрын
nothing, you'll need a buzzer
@pupcafe23386 ай бұрын
What are the things in the "basic tools" used for?
@L.Sbeats5 ай бұрын
Bhaiya arduino code jo aapne description m diye h usse kaise use krna plzzz explain kr dijiye plzz maine sab ready kr liya h bs ye sabse main step bacha h
@williamkakooza46036 ай бұрын
Well done Engneer
@wanihafiz51764 жыл бұрын
can i use 5v buzzer?
@IdeasTv4 жыл бұрын
yes
@wanihafiz51764 жыл бұрын
@@IdeasTv thanks for replying..do need to change code?? and which arduino uno should i use, in the video or in the circuit diagram ???
@turbogaming430511 ай бұрын
Sir I have used five vibration motor which is not able to work with uno pins sir please tell me a cod from which I can able to control motor from more digital pins
@Mr.Vikas.Maddheshiya_0973 жыл бұрын
You should try to add a potentiometer So that reading distance can be changed even without uploading a new code each time. Please reply me. By the way it's very helpful.☺️
@IdeasTv3 жыл бұрын
thanks
@cashcarti5868 Жыл бұрын
how do you change the reading distance of sensor?? i want to make it 1 feet
@nazneenparween31724 жыл бұрын
It's very good
@DarthVader-jm7xt4 жыл бұрын
What kind of buzzer can I use instead of 3v Dc buzzer? Will it change the Arduino code if I use a different buzzer?
@IdeasTv4 жыл бұрын
you can use 3V to 9V DC buzzer. no code changes needed.
@DarthVader-jm7xt4 жыл бұрын
Ideas Tv what if it’s 3-24 V DC buzzer
@tamanjasa4 жыл бұрын
@@IdeasTv If 3V to 24V DC Buzzer also can?
@chandhurus76192 жыл бұрын
Bro it will work on different sensor? Or particularly this sensor only?
@IdeasTv2 жыл бұрын
for this only
@souparnikaks3115 жыл бұрын
Can we use IR sensor instead of ultrasonic sensor. So what will be the difference in coding
@harsh....89935 жыл бұрын
Drastic difference
@chirra.srilaxmisrilaxmi13004 жыл бұрын
What are the wires we have to use male to female or female to male or both male or both female
@Malar_ilai5 жыл бұрын
Thanks anna ithu super work aguthu
@mea29153 жыл бұрын
You are truly amazing!🙌
@IdeasTv3 жыл бұрын
Thank you so much 😀
@christianarcega54842 жыл бұрын
I am doing same project like yours but I want to add some feature like voice assistant using bluetooth earphone. Is it possible?
@uzawmyoaung69446 ай бұрын
Is it okay to use 5V buzzer?
@anumodhskumar61062 жыл бұрын
Can we install any vibration at the end as an modification.... If yes can you please suggest the method and code to install....!!
@IdeasTv2 жыл бұрын
sure
@deivymurillo52294 жыл бұрын
What a great video. excuse a question do you think you can place a small speaker instead of a buzzer and say words such as "object in sight"
@IdeasTv4 жыл бұрын
yes
@dhaneshchittibomma2752 жыл бұрын
For this mini project code is there or not
@christianarcega54842 жыл бұрын
@@IdeasTv how
@noumanqureshi27863 жыл бұрын
i want to use vibrator instead of beam and led, so what will be the connections and code for that? thanks
@IdeasTv3 жыл бұрын
you can use a vibration module for arduino instead of LED
@pawanpareek30443 жыл бұрын
Ine of the greatest projects I had seen 👀
@IdeasTv3 жыл бұрын
thanks
@pawanpareek30443 жыл бұрын
@@IdeasTvI had tried all the codes and watched KZbin videos but you're awesome hope you'll take more videos on projects of arduino uno
@jameeramikaelaguiriba43907 ай бұрын
how long should the jumper wire be?
@kunalpatil9206 Жыл бұрын
Arduino: 1.8.16 (Windows 10), Board: "Arduino Uno" Sketch uses 3046 bytes (9%) of program storage space. Maximum is 32256 bytes. Global variables use 200 bytes (9%) of dynamic memory, leaving 1848 bytes for local variables. Maximum is 2048 bytes. An error occurred while uploading the sketch avrdude: ser_open(): can't open device "\\.\COM3": The system cannot find the file specified. this kind of error is coming This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@NirmlaRathor-x6v Жыл бұрын
Try with other pc I had same problem
@poojabaadkar38532 жыл бұрын
Hii... Which software do u recommend to run the code?
@IdeasTv2 жыл бұрын
Arduino IDE
@areeshafaisal19658 ай бұрын
Will it work without battery And led?
@nuqleus55524 жыл бұрын
Hey,can the distance change a little bit further?If can,what do I need to change???
@IdeasTv4 жыл бұрын
yes, change distance in code
@nuqleus55524 жыл бұрын
@@IdeasTv Ok,but which one?😅Can you just write the code and change here,because I don't know the right things.And what is the maximum of the distance?
@hdghjbhfhkk88034 жыл бұрын
How do i chnage the distance? Do i change the code? And if so, what exactly should i change in the code? Thank you
@IdeasTv4 жыл бұрын
change in code, // Calculating the distance distance= duration*0.034/2; safetyDistance = distance; if (safetyDistance
@hdghjbhfhkk88034 жыл бұрын
Hey! Thank you very much for your time , the video was very helpful. I have another question regrading coding, Can i possibly set the buzzer to buzz when the sensor dettects a sudden increase in the distance to a particular object?
@nuqleus55524 жыл бұрын
@@IdeasTv But this is actually the same.How to change distance a little bit further?
@CalKiruya Жыл бұрын
Sir can i ask if its possible to use Arduino Nano than Uno? or is it preferrable to use Uno? cause Nano is smaller and i think fits better on the project but can it handle the overall project?
@IdeasTv Жыл бұрын
Yes you can use
@purvisugandhi98022 жыл бұрын
We really liked your idea ....we want to make this project for science day...but the material links for Ali express is not working....can you please tell us from where we can get this materials..it would be a great help🙏🙏
@robinsingh59342 жыл бұрын
which collage
@IdeasTv2 жыл бұрын
you can get the materials for any electronics components shop
@annurawat84595 жыл бұрын
Can I use the vibration motor on the place of buzzer
@IdeasTv5 жыл бұрын
Yes, great idea!
@Eijnk5 жыл бұрын
@@IdeasTv how can i add both buzzer and vibration motor?? helppp
@Eijnk5 жыл бұрын
@@IdeasTv where do i put them
@technicalsubham28183 жыл бұрын
Bhai aurdino uno me 9v power dene se kya aurdino kharab hoga kya??😭
@IdeasTv3 жыл бұрын
no
@121.ayushimishra23 жыл бұрын
Do we need to put code also without putting can't this stick wrk ?? Plz reply plz
@IdeasTv3 жыл бұрын
yes code is obviously required
@janinecleofferubia61903 ай бұрын
are there any alternative for the camera? because a friend of mine said that it can only detect up to 5 inches.
@ManojDas-ry6yiАй бұрын
INCREASE THE SAFTY DISTANCE IN CODING
@annurawat84595 жыл бұрын
Sir buzzer ke jgha vibration motor use krte h to code main Kya changing krni hogi
@IdeasTv5 жыл бұрын
no need to change in code, just connect a 5V relay instead of buzzer and run the vibration motor through relay.
@chitrarao82303 ай бұрын
Sir We need that kit ,to do same project,,,, how much it is?
@MA-ee7ky3 жыл бұрын
Thank you very much ❤️❤️❤️
@IdeasTv3 жыл бұрын
You're welcome 😊
@arokiajenitha1063 жыл бұрын
Can you explain the process of uploading my code to the Arduino board?
@IdeasTv3 жыл бұрын
have already explained in many videos.
@mrunmaikokateey3 жыл бұрын
Can u plz give the link of those videos here? Plz
@DarthVader-jm7xt4 жыл бұрын
Why did you add the LED light?
@amala8321 Жыл бұрын
Nice Video very useful 🎉
@IdeasTv Жыл бұрын
Glad you liked it
@msaadayaz52993 жыл бұрын
Only arduino program is required or the uv sensor program also
@IdeasTv3 жыл бұрын
code is available in video description
@juliusparker30395 жыл бұрын
How to use Arduino Nano with it, please
@rakeshgoud456211 ай бұрын
Bro how to increase the buzzer frequency?
@mukeshthakur6445 жыл бұрын
Please arudino kaha se liya aapne please btaiye na
@IdeasTv5 жыл бұрын
from electronics shop or online
@Aryan_Studios4 жыл бұрын
@@IdeasTv sir want ur help. Sir distance kaise change karenge. Please boliye. Konsa jaga mai change karne padega
@MonkeyDLuffy-cy8bs10 ай бұрын
Hello, can you code an arduino code where it tells you that something is on the way or vibrates instead?
@sharanv356111 ай бұрын
Hi can i use piezo buzzer instead of 3v buzzer?
@IdeasTv10 ай бұрын
No
@DeepakDeepak-jh7hw3 жыл бұрын
I tried this blind stick it's working.
@IdeasTv3 жыл бұрын
re-check you connections and code
@DeepakDeepak-jh7hw3 жыл бұрын
Why bro
@DeepakDeepak-jh7hw3 жыл бұрын
I already re checked
@DeepakDeepak-jh7hw3 жыл бұрын
I tried this blind stick it's really working
@siddharthraj45133 жыл бұрын
Bro it's not working can U help me in this?
@mohammadalrasis19002 жыл бұрын
Hello dear, I connected this circuit very well and tested on the computer after i upload the code ,but when it come to connect the 9v battery the circuit it is not function please can you inform me about the solution
@TamilSelvan-ux1bn Жыл бұрын
Will this code and project be suitable for arduino nano?
@IdeasTv Жыл бұрын
Yes
@cricketloversteluguchannel202026 күн бұрын
At the end of the code put the flower bracket the code will works
@anitamali8611 Жыл бұрын
Thank you so much sir I really cried after my succes thanks
@IdeasTv Жыл бұрын
Hahaha, All the best
@mehrinfathima11143 жыл бұрын
Can i use 6v-12v buzzer sir? ..I'm not getting 3v buzzer here?
@IdeasTv3 жыл бұрын
you can use 6V max
@WatchButterCup Жыл бұрын
Can we use any color of jumping wire???
@IdeasTv Жыл бұрын
Of course
@E_Navya2 жыл бұрын
It only sense obstacles or it also acts water sensor too?
@IdeasTv2 жыл бұрын
No, it can not sense the water as obstacle btw nice question!
@tharaklokesh2 жыл бұрын
Bro can u tell me how much cost it will take....
@IdeasTv2 жыл бұрын
7$ approximately
@dreamiit69912 жыл бұрын
Sir , agar mein LED ko nahi logaoo to bhi apka code Kam karega kya
@IdeasTv2 жыл бұрын
yes
@jessica_matta3 жыл бұрын
Can I know how much it cost to do entire project-so, that my team will do it..& thanks for video
@IdeasTv3 жыл бұрын
7 to 10$
@prityrajsingh67274 жыл бұрын
Sir...please reply me fast...how can I change code to detect things in the range 50 cm??...please reply sir...🙏
@IdeasTv4 жыл бұрын
find and change distance in code
@-marie-san705002 жыл бұрын
Will it still work if don't have Diode?
@rohith865 жыл бұрын
Bro,I can't get the code for audrino Please help me
@IdeasTv5 жыл бұрын
Link of Arduino code is available in video description.
@kunalnagarkoti18415 жыл бұрын
@@IdeasTv but it is not supporting in my mobile phone because the link does not support it ? Then what should I do ?
@IdeasTv5 жыл бұрын
open the link using laptop, PC or desktop computer and download the file
@factwish23224 жыл бұрын
@@IdeasTv can i use phone
@itsamanop19313 жыл бұрын
I need your help...i am stuck at a point where my buzzer showing indication when connecting into Arduino...plzzz help...
@shuhashchowdhury90464 жыл бұрын
Very good project
@IdeasTv4 жыл бұрын
Thanks!
@pempempasion78804 жыл бұрын
Hello can you put sensors below the stick amd if can be..what kind and how to connect?😁
@IdeasTv4 жыл бұрын
You can use IR module
@juangabrielsantos9154 Жыл бұрын
Is the diagram and code will still work if i am using arduino nano r3?
@IdeasTv Жыл бұрын
Yes
@wahabnoor57143 жыл бұрын
Sir plz guide me regarding jumper wire to which switch inserted and also share circuit diagram
@marielsophianicoleso15332 жыл бұрын
Hi, its me again. I'm currently doing project same as yours but I was thinking to add more sensors. What do you think will be the possible changes?
@IdeasTv2 жыл бұрын
yes but you have to modify the code accordingly
@marielsophianicoleso15332 жыл бұрын
@@IdeasTv I have my schematic diagram along with my code, can you check it?
@yogeshjangra2670 Жыл бұрын
Bhai jo 9w battery or ARDNO ko connect karti h vo wire kha se purchase kare
@IdeasTv Жыл бұрын
where you purchased the Arduino or order online via link in the description of video.
@mansisharma74904 жыл бұрын
Hello, If I use 5 ultrasonic sensors what will be the change in coding, please sir , please tell me