Those ultrasonic sensors are very cheap, but they get damaged very easily, for instance, wenn you use them to determine the waterlevel in a container, the humidity in the container is enough to damage them
Hello brother your project is working perfect..but it's buzzering when too close can you tell me how I can add more distance in the coding.. elaborately pls urgent bro!!? :(
Hi friend..In the code there will be following command line at line No. 24 if (distance < 15) This number 15 is the distance for trigerring the alarm when it detects an obstacle. You can increase this number 15 to increase the distance at which the buzzer sounds alarm..
Awsome, any chance that you can help me to transmit the noise in some bluethooth headphones, that would be grate and on another level. But I don t know how to do it@@Science_4U_
Hi friend, It will work for many hours. Since there is only a buzzer, ultrasonic sensor and arduino uno, there will not be much power consumption. I think the battery should easily last a full day, working continously. If that is not sufficient, you can use a higher capacity battery.
No friend. We cannot use. The buzzer that I have used just need a DC command voltage to work. So a constant 5V DC signal from arduino is sufficient for it to work. But in the piezo buzzer, a signal with a frequency (PWM) is required for sounding the alarm. So in the code you have to use the following command tone(pin No., 1000) where pin no is the pin to which the buzzer is connected and 1000 is the frequency of the signal.
Hi friend. You have to first give all electrical connections as shown in the video. Then the code given in the link has to be uploaded to arduino. Then it will work like how it is shown in the vodeo.
this is great but the "smart shoe" was already done by a kick starter who allegedly took the 250K from backers and dissapeared. Anyways good luck with these project, just a tip maybe dont use an alarm but a bibration function? so they dont have to make everybody else like panic hehe or maybe do a switch to turn it on and off? Because sadly some people just dont care if a blind person is walking so it may be even better. Who know a zapping device may be great too xD
1. Can you give me the code for the whole function again to add voice instead of buzzer? 2. And if I want to add voice, what separate instruments do I need and what kind of speakers would be good for speakers? Please reply soon, I have to submit it in my college for project after 2 days🙏😢
Hi friend. I have made a separate video on voice using arduino. You can combine that code and this code which will give voice alerts. You can use any small toy speaker for this.
Sketch uses 1900 bytes (6%) of program storage space. Maximum is 30720 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes. avrdude: ser_open(): can't set com-state for "\\.\COM7" Failed uploading: uploading error: exit status 1 what is the meaning of this error and how to fix this error ?
Hi friend. This error says can't set com state for \COM7 means it is not able to communicate to arduino uno through COM 7 port. You can unplug and plug the usb cable connecting arduino. Also after you connect, make sure to goto IDE software..tools..port..select the correct port with a tick mark. Then upload..
@@mdmazid7386 @mdmazid7386 ooh..Then it could be an fault in your arduino board. Have you succesfully uploaded code in this board anytime before?. Also you can try uninstalling the windows driver once and reinstall again. This also may solve the problem .
Hi friend. I have used Arduino IDE software for uploading code to Arduino. The code can be downloaded from the link given in the description box, below the video.
Hi dear friend. I have given 2 links in the description box, for downloading the code. The links are given here below also. Did you try both the links? drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing OR www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
Hello friend..Most probably, it could be a problem with the ultrasonic sensor. If possible please change that and see if the problem is solved. Before that you can try this. In the code there will be following command line at line No. 24 if (distance < 15) This number 15 is the distance for trigerring the alarm when it detects an obstacle. You can increase this number 15 to increase the distance at which the buzzer sounds alarm..
That is most likely because your ultrasonic sensor is faulty. It is always wrongly detecting obstacle in front and the buzzer is continously ON. Replacing with a good ultrasonic sensor should solve the problem.
Yes..it is possible..I also thought about that. We can add voice alerts using talkie.h library in arduino. But it is a more difficult process. So to make the project simple I used buzzer alarm only..
Jumper wires are not sold in metres. It is sold in numbers. Each jumper wire is around 15 centemetres in length and has pins on either end to plug to arduino and other sensors.
For this project you need 4 numbers of jumper wires, male to female ..for ultrasonic sensor ..2 numbers of male to female jumper wires for connecting buzzer..
@darkslayer009 okay..but i dont kno2 whether it will have pins at both ends.. what I am talking about can be seen in the following link.. Limited-time deal: ApTechDeals Jumper Wires Male to Male, Male to Female, Female to Female/breadboard jumper wires (40+40+40) amzn.eu/d/hUIjDU7
@bhuvanamj9758 Hmm.Questions could be.. 1. What is the working principle of this project. 2. What are the components used in this project. 3. What is the working principle of tge ultrasonic sensor. 4. What are the limitations & improvements that can be done in this project.
Hi sir i am a student of std 6th my school has hold a science exhibition for that reason i have selected your work i have a doubt in it i dont have that machine that you use to connect the wires. Request you will reply. 🙏
@@darkslayer009 Hi friend. Are you talking about the soldering iron that I am using to connect wires to the switch?. That is not required friend. You can just insert wire through the hole in the switch terminals and twist it. Soldering is not required.
Hi friend. Most likely the ultrasonic sensor is faulty and not detecting the obstacle in front. We have to check one by one to find out the exact problem. Have you used this ultrasonic sensor before or is it a new one?
The light has to continously blink when you bring your hand near the ultrasonic sensor. The light should go off when you move your hand away from ultrasonic sensor. Is it happening like that?
@AarnaSeth yes friend. These boards are not original ones. Original ones will be very costly. These are custom made boards. Bit it will work fine just like original boards itself.
Ohh... Thanks Actually I am in 9th standard and today there was an exhibition in school. Don't know why but when we did the coding, we compiled it easilt but ran into a problem while uploading. It was showing some error. And also at the last moment our buzzer went off. We changed the buzzer . Nothing worked. Then we changed the jumper wires but still nothing worked. So we finally assumed that the the board is not working properly.
But nothing to worry about ☺ The judges didn't even ask if its working Or not 😅. We just got a token on which it displayed that our project is working ☺
Hi friend. The code can be downloaded from the links given in the description box below each video. I am giving the download links for the code below also. Link to Download Code: drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing OR www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
Hi friend. I havent tried coding in pictoblox. But are you not able to download the arduino code from both the links that I have given in description box?
Arduino UNO : 200 rupees HC-SR04 Ultrasonic sensor : 50 rupees Battery, cables, switch, buzzer : Total 100 rupees So total cost will be around 350 rupees (excluding the shoe cost)
Hi friend. For all my projects, the links to download the code will be given in the description box just below the video. I am giving the links to download code here also. Link to Download Code: drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing OR www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
@LegendGamer-hx5cd The code can be downloaded from the links given in description box below the video. I am giving the download links below also.. Link to Download Code: drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing OR www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
@binauralbeats-relaxingmusi4336 okay.. You can make circuit diagram in Microsoft powerpoint. Just place the pictures of components and connect pins using lines..
heelo dude can you tell me how i can add a voice when the shoe is going to hit somewhere...like a blind person is walking and when there is a obstacle ahead them it shouts "danger ahead"
Hi friend. An audio alert like a speech can be definitely done using a speaker. But there are some commands for converting speech to audio signal and sending to speaker using arduino.. There is a talkie.h library which has to be installed. Then you can use the folowing code for saying some standard words.. #include "Talkie.h" #include "Vocab_US_Large.h" #include "Vocab_Special.h" Talkie voice; void setup() { } void loop() { voice.say(spPAUSE2); voice.say(sp2_THE); voice.say(sp2_TIME); voice.say(sp3_IS); voice.say(sp3_FIVE); voice.say(sp3_OCLOCK); } Youcan change the words as per your requirement..
Hi friend. It has to be a passive buzzer.You can use 5V buzzer since the arduino output is a regulated 5V, eventhough you may use a higer battery voltage for powering Arduino.
Hi friend..The link to download code is given in the description box. I am giving the link below also. drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
Hi friend. There is an Arduino IDE (Integrated Development Environment) software that is available to download for free from internet. You have to install the software, open the code in the software, connect the arduino using USB cable and upload the code..
@@notflameyt9272 The code can be opened using IDE software. This software can be downloaded from internet. After connecting the arduino to laptop or PC, the code can be uploaded to arduino using IDE software..
Hi friend. First we have to download the code from the link given in the description box below the video. Then, We have to connect the arduino board to PC or laptop using a USB cable. Then we have to open IDE software, which can be downloaded and installed from internet. Open the code from the IDE software and click the upload button. The code will then be uploaded to the arduino uno board..
Hi friend. The code can be downloaded from the google drive link given in the description box below the video. I have uploaded the code in mediafire also. Both the links are given below. drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing OR www.mediafire.com/file/9p9wls7u2of3zwx/voice_controlled_robot.ino/file
Bro I want to make real time object recognition with raspberry pie. Isme beep krne ke bajaya samne kya hau wo machine bolke ke btaye Yolo model use hoga. Lekin isse hardware ke through implement kaise krne pta ni. Explain me bro Urgent hai please
@@Science_4U_ bhai. Mujhe Arduino sekhna hai aur sare sensor ka use. I want to learn full electronic kha se dekho . Share me resources and full Arduino course
Okay friend. I will paste the code here.. You can copy and use that. #define trigPin 9 // Trig Pin Of HC-SR04 #define echoPin 8 // Echo Pin Of HC-SR04 #define BUZ 13 //BUZZER long duration, distance; void setup() { pinMode(BUZ, OUTPUT); pinMode(trigPin, OUTPUT); // Set Trig Pin As O/P To Transmit Waves pinMode(echoPin, INPUT); //Set Echo Pin As I/P To Receive Reflected Waves } void loop() { Serial.begin(9600); digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); // Transmit Waves For 10us delayMicroseconds(10); duration = pulseIn(echoPin, HIGH); // Receive Reflected Waves distance = duration / 58.2; // Get Distance Serial.println(distance); delay(10); if (distance < 15) // Condition For Absence Of Obstacle { // turn BUZZER ON & OFF 5 times: for (int i=0; i
Hi friend. I am using IDE software which can be downloaded from internet. This software has to be first installed in laptop or PC. Then a usb cable has to be connected to the arduino and the PC or laptop. Open the IDE software and upload the code..
Hi friend. There is an Arduino IDE (Integrated Development Environment) software that is available to download for free from internet. You have to install the software, open the code in the software, connect the arduino using USB cable and upload the code..
Informative and practical. Very easy to follow and very neat. Very clear audio. Good job. Expecting more projects and thanks a lot.
Thank you so much dear friiend. Words like these are the motivation for doing more such projects and sharing with everyone. Thanks a lot. 💓
This project is very nice and helpful 😇👌
Thank you dear friend❤️🙂
Can you send the circuit diagram for this project
Those ultrasonic sensors are very cheap, but they get damaged very easily, for instance, wenn you use them to determine the waterlevel in a container, the humidity in the container is enough to damage them
That is true friend. This is only a simple project to demonstrate the idea. Actual version has to be definitely weather proof..🙂
Hello sir male to female jumper wire we need to seperate that 4 nos for sensor and 2 nos for buzzer and 1 for switch right
Yes..that is correct..
Hello brother your project is working perfect..but it's buzzering when too close can you tell me how I can add more distance in the coding.. elaborately pls urgent bro!!? :(
Hi friend..In the code there will be following command line at line No. 24
if (distance < 15)
This number 15 is the distance for trigerring the alarm when it detects an obstacle. You can increase this number 15 to increase the distance at which the buzzer sounds alarm..
Thank you so much brother...Even after i succeeded on the functions of these i recommend your channel to my friends for the science exhibition
@@s.vinaysunder8642 okay friend..thank you so much ...I will update channel with more projects...💓🙂
Hey bro can u help me find the codes to put the wires in audino nano?
Hi friend. The same code will work for arduino also. Just make sure you connect to the same pin number...
Only male to female wire right
Yes..all are male to female jumper wires only..
With what i can replace the switch? Any ideas where I can find one at my home?
Hi friend, you can get similar switch from old toys. It can be a rocker switch, push button switch, slider switch or anything.
Awsome, any chance that you can help me to transmit the noise in some bluethooth headphones, that would be grate and on another level. But I don t know how to do it@@Science_4U_
Your idea goes a long way! Can I make it without a switch? I'm sorry if the translation is awkward
I have a question ❓❓ till when will the battery work ?
Hi friend, It will work for many hours. Since there is only a buzzer, ultrasonic sensor and arduino uno, there will not be much power consumption. I think the battery should easily last a full day, working continously. If that is not sufficient, you can use a higher capacity battery.
Sir can we replace piezo in place of buzzer alarm
No friend. We cannot use. The buzzer that I have used just need a DC command voltage to work. So a constant 5V DC signal from arduino is sufficient for it to work.
But in the piezo buzzer, a signal with a frequency (PWM) is required for sounding the alarm. So in the code you have to use the following command
tone(pin No., 1000) where pin no is the pin to which the buzzer is connected and 1000 is the frequency of the signal.
Can u guide us how to make voice sensor shoes for blind or for low vision patient?
Sir pls tell that we have to transfer the given code in arduino uno board or have to do or other more things
Hi friend. You have to first give all electrical connections as shown in the video. Then the code given in the link has to be uploaded to arduino. Then it will work like how it is shown in the vodeo.
this is great but the "smart shoe" was already done by a kick starter who allegedly took the 250K from backers and dissapeared.
Anyways good luck with these project, just a tip maybe dont use an alarm but a bibration function? so they dont have to make everybody else like panic hehe or maybe do a switch to turn it on and off? Because sadly some people just dont care if a blind person is walking so it may be even better. Who know a zapping device may be great too xD
Yes friend. Your suggestions are great!!!
1. Can you give me the code for the whole function again to add voice instead of buzzer?
2. And if I want to add voice, what separate instruments do I need and what kind of speakers would be good for speakers?
Please reply soon, I have to submit it in my college for project after 2 days🙏😢
Hi friend. I have made a separate video on voice using arduino. You can combine that code and this code which will give voice alerts. You can use any small toy speaker for this.
Sketch uses 1900 bytes (6%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: ser_open(): can't set com-state for "\\.\COM7"
Failed uploading: uploading error: exit status 1 what is the meaning of this error and how to fix this error ?
Hi friend. This error says can't set com state for \COM7 means it is not able to communicate to arduino uno through COM 7 port. You can unplug and plug the usb cable connecting arduino. Also after you connect, make sure to goto IDE software..tools..port..select the correct port with a tick mark. Then upload..
Thank you for your reply
The port is automatically selected and I've seen each and every port in the lappi but the same error is generating
@@mdmazid7386 ooh..can you try with a different pc or laptop?
@@Science_4U_ it shows same error in my frnds laptop too🥲
Compiling is done but uploading is not working
@@mdmazid7386 @mdmazid7386 ooh..Then it could be an fault in your arduino board. Have you succesfully uploaded code in this board anytime before?.
Also you can try uninstalling the windows driver once and reinstall again. This also may solve the problem
.
Will it work with ardeno Nano
Yes..sure friend..👍. Just make sure you give connections to the same pin numbers ..Then only the same code will work.
Super😊👌
Thank you..💓
Which software you have used in laptop? I want code also
Hi friend. I have used Arduino IDE software for uploading code to Arduino. The code can be downloaded from the link given in the description box, below the video.
hey dude can you tell me what are the types of jumper wires you used(its urgent pls) :(
Hi friend. You need only the following jumper wires
Female to male jumper wires ..4 Nos. For ultrasonic sensor & 2 nos. For buzzer
Hi friend. You need only the following jumper wires..
Female to male jumper wires ..4 Nos. For ultrasonic sensor & 2 nos. For buzzer
Coding link is not open
Hi dear friend. I have given 2 links in the description box, for downloading the code. The links are given here below also. Did you try both the links?
drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
OR
www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
Cant It Be Done Without soldering machine 😢 Mine Not Works
Plz Reply For School Model I Have Given The Name 😢
Yes friend. Soldering is not required for this project. All connections can be made using just jumper wires.
hello sir, can you make a video on this topic IoT-Based Saline Level Monitoring & Automatic Alert System. plz sir.
Sir our ultra sonic sensor detecting long objects also and the buzzer is continuously working . What should we do ?
Hello friend..Most probably, it could be a problem with the ultrasonic sensor. If possible please change that and see if the problem is solved.
Before that you can try this. In the code there will be following command line at line No. 24
if (distance < 15)
This number 15 is the distance for trigerring the alarm when it detects an obstacle. You can increase this number 15 to increase the distance at which the buzzer sounds alarm..
Dusra switch use kr skte hai?
Yes..bilkul..
My buzzer is continuiously working when i attach it with battery
That is most likely because your ultrasonic sensor is faulty. It is always wrongly detecting obstacle in front and the buzzer is continously ON. Replacing with a good ultrasonic sensor should solve the problem.
Sir the project is good but do we can add a voice assistant to detect the object
Yes..it is possible..I also thought about that. We can add voice alerts using talkie.h library in arduino. But it is a more difficult process. So to make the project simple I used buzzer alarm only..
Can i first put code in aurdino then complete the circuit?
Yes sure friend. The code can be first uploaded to arduino and then the cir uit can be made.There will not be any issue.
Sir where is the link tor speaket? Plz help I have to submit the project next week
Hi friend. In this project, speaker is not given. Only buzzer alarm is there..
How many metres jumper wire we need? And hpw much we need
Jumper wires are not sold in metres. It is sold in numbers. Each jumper wire is around 15 centemetres in length and has pins on either end to plug to arduino and other sensors.
For this project you need 4 numbers of jumper wires, male to female ..for ultrasonic sensor ..2 numbers of male to female jumper wires for connecting buzzer..
@@Science_4U_ Near my house it is sold for 30 rs for 1m??
How much wires should I purchase?.
@darkslayer009 okay..but i dont kno2 whether it will have pins at both ends.. what I am talking about can be seen in the following link..
Limited-time deal: ApTechDeals Jumper Wires Male to Male, Male to Female, Female to Female/breadboard jumper wires (40+40+40) amzn.eu/d/hUIjDU7
What is the distance it detects ?
Hi friend. Now, the distance that it detects is set to approximately 15 cm. This can be easily increased or decreased in the code.
Ok thank you
What are all the questions may ask in the exam about this project??
@bhuvanamj9758 Hmm.Questions could be..
1. What is the working principle of this project.
2. What are the components used in this project.
3. What is the working principle of tge ultrasonic sensor.
4. What are the limitations & improvements that can be done in this project.
@@Science_4U_ thank you sir
Hi sir i am a student of std 6th my school has hold a science exhibition for that reason i have selected your work i have a doubt in it i dont have that machine that you use to connect the wires. Request you will reply. 🙏
I dont have that kind of machines can you help for it?
@@darkslayer009 Hi friend. Are you talking about the soldering iron that I am using to connect wires to the switch?. That is not required friend. You can just insert wire through the hole in the switch terminals and twist it. Soldering is not required.
Ok Thanks sir
Hii sir I've done this project but only i can see the lights in the arduino uno but buzzer is not working what to do?
Hi friend. Most likely the ultrasonic sensor is faulty and not detecting the obstacle in front. We have to check one by one to find out the exact problem. Have you used this ultrasonic sensor before or is it a new one?
Whether only the power led light in arduino is seen or can you see a flashing led light when the hand is brought closer to the ultrasonic sensor?
I can see the light when hand or any object in the front but buzzer is not working
All the components are new one
The light has to continously blink when you bring your hand near the ultrasonic sensor. The light should go off when you move your hand away from ultrasonic sensor. Is it happening like that?
The arduino board in the description is the fake one. It is not supporting the codes 😢. It doesn't even have the original arduino logo
@AarnaSeth yes friend. These boards are not original ones. Original ones will be very costly. These are custom made boards. Bit it will work fine just like original boards itself.
Ohh... Thanks
Actually I am in 9th standard and today there was an exhibition in school. Don't know why but when we did the coding, we compiled it easilt but ran into a problem while uploading. It was showing some error. And also at the last moment our buzzer went off. We changed the buzzer . Nothing worked. Then we changed the jumper wires but still nothing worked. So we finally assumed that the the board is not working properly.
@AarnaSeth Ooh okay friend. Sad to hear that it didn't work properly.
But nothing to worry about ☺
The judges didn't even ask if its working Or not 😅. We just got a token on which it displayed that our project is working ☺
@@AarnaSeth haa..okay friend..
can you send Arduino code copy
The link to download code is given in the description box below the video.
We want program code plz sir
Hi friend. The code can be downloaded from the links given in the description box below each video. I am giving the download links for the code below also.
Link to Download Code:
drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
OR
www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
Sir, I need a program of blind shoe in pictoblox
Sir please give me coding of blind shoe in pictoblox.
Sir,
I also tried to open a link that you give, but that link wasn't open. Please help me I want to show this project to my teacher
Hi friend. I havent tried coding in pictoblox. But are you not able to download the arduino code from both the links that I have given in description box?
Yes sir, I do not able to download the code
Sir, can you tell me the platform name in which the code of arduino for blind shoes?
pls make a smart dustbin pls
How nuch would this project cost
Arduino UNO : 200 rupees
HC-SR04 Ultrasonic sensor : 50 rupees
Battery, cables, switch, buzzer : Total 100 rupees
So total cost will be around 350 rupees (excluding the shoe cost)
Sir can you send us code for this ....
Hi friend. For all my projects, the links to download the code will be given in the description box just below the video. I am giving the links to download code here also.
Link to Download Code:
drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
OR
www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
Can we use Arduino nano instead!? Plz reply
Yes friend. Definitely.. Arduino nano can be used instead of uno. Code remains the same.
@@Science_4U_ sir can you then please send me the code for Arduino nano
@LegendGamer-hx5cd The code can be downloaded from the links given in description box below the video. I am giving the download links below also..
Link to Download Code:
drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
OR
www.mediafire.com/file/og2igo1jef9u9yj/Smart_Shoe_for_the_Blind.ino/file
Bhai tinkercad pe rocker switch hai hi ni aisia kyun. Slide switch hai. Iske kaise connect kre.
Kya aapko circuit diagram banna hai?.
@@Science_4U_ hannn
Buzzer Sara connect krke
@binauralbeats-relaxingmusi4336 okay.. You can make circuit diagram in Microsoft powerpoint. Just place the pictures of components and connect pins using lines..
@@Science_4U_ tinkercad me lekin simulations krne me shi rhta. Online code run bhi kra skte aur components ka working bhi dekh skte
heelo dude can you tell me how i can add a voice when the shoe is going to hit somewhere...like a blind person is walking and when there is a obstacle ahead them it shouts "danger ahead"
Hi friend. An audio alert like a speech can be definitely done using a speaker. But there are some commands for converting speech to audio signal and sending to speaker using arduino.. There is a talkie.h library which has to be installed. Then you can use the folowing code for saying some standard words..
#include "Talkie.h" #include "Vocab_US_Large.h" #include "Vocab_Special.h" Talkie voice;
void setup()
{ }
void loop()
{ voice.say(spPAUSE2); voice.say(sp2_THE); voice.say(sp2_TIME); voice.say(sp3_IS); voice.say(sp3_FIVE); voice.say(sp3_OCLOCK); }
Youcan change the words as per your requirement..
Hello brother, should the buzzer be passive or active? And can I use a 5v buzzer or it depends on the battery?
Hi friend. It has to be a passive buzzer.You can use 5V buzzer since the arduino output is a regulated 5V, eventhough you may use a higer battery voltage for powering Arduino.
@Science_4U_ so it's fine to use a 5v buzzer on a 9v battery? Thanks for answering me really fast🫶🏼
@mis0o.t522 yes friend. It is perfectly fine..
@Science_4U_ Thank you so much
sir i cant find the code
pls type below here
Hi friend..The link to download code is given in the description box. I am giving the link below also.
drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
Bro in which software we have to enter that code ?
Hi friend. There is an Arduino IDE (Integrated Development Environment) software that is available to download for free from internet. You have to install the software, open the code in the software, connect the arduino using USB cable and upload the code..
Sir please give me the code.. sir the code in discription is not working please help sir
Hi friend. The code will definitely work friend. I have already checked the working of the code. Can you clearly tell what is the problem?
@@Science_4U_ the code in the discription is not opening.
@@notflameyt9272 The code can be opened using IDE software. This software can be downloaded from internet. After connecting the arduino to laptop or PC, the code can be uploaded to arduino using IDE software..
@@Science_4U_ ok sir thanks!
@@Science_4U_ sir, will it work on Arduino nano?
Can you tell me how to add the code plz😅
Hi friend. First we have to download the code from the link given in the description box below the video. Then, We have to connect the arduino board to PC or laptop using a USB cable. Then we have to open IDE software, which can be downloaded and installed from internet. Open the code from the IDE software and click the upload button. The code will then be uploaded to the arduino uno board..
Bro i cant download the file
can't you download? or you can't open the file?
Hi friend. The code can be downloaded from the google drive link given in the description box below the video. I have uploaded the code in mediafire also. Both the links are given below.
drive.google.com/file/d/1cxJ0GyNQziFMkOYpcc-02yDh7WrE-L-C/view?usp=sharing
OR
www.mediafire.com/file/9p9wls7u2of3zwx/voice_controlled_robot.ino/file
Bro can i buy this project
I am sorry friend. I dont sell these projects. You can very easily purchase these components online and make it by yourself..
Bro code isn't opening in mobile after downloaded is there any another option?
In mobile you can use arduinodroid application to open and upload the code. In PC or laptop, you can use Arduino IDE software..
Bro I want to make real time object recognition with raspberry pie.
Isme beep krne ke bajaya samne kya hau wo machine bolke ke btaye
Yolo model use hoga.
Lekin isse hardware ke through implement kaise krne pta ni.
Explain me bro
Urgent hai please
@binauralbeats-relaxingmusi4336 Hi friend. Mein raspberry pi nahi use kartha hai..toh isliye mere ko nahi pata hai..sorry friend..
@@Science_4U_ bhai.
Mujhe Arduino sekhna hai aur sare sensor ka use. I want to learn full electronic kha se dekho .
Share me resources and full Arduino course
@binauralbeats-relaxingmusi4336 Mere paas arduino ka study material nahi hai. Aap internet mein search karo aur pado..bahut jyada hai internet mein..
Sir hame project ka report mil sakta he kaya
Sorry dosth. Mere pass report nahi hain. Aap hi banna padega..
Code download nhi ho rha ??
Okay friend. I will paste the code here.. You can copy and use that.
#define trigPin 9 // Trig Pin Of HC-SR04
#define echoPin 8 // Echo Pin Of HC-SR04
#define BUZ 13 //BUZZER
long duration, distance;
void setup()
{
pinMode(BUZ, OUTPUT);
pinMode(trigPin, OUTPUT); // Set Trig Pin As O/P To Transmit Waves
pinMode(echoPin, INPUT); //Set Echo Pin As I/P To Receive Reflected Waves
}
void loop()
{
Serial.begin(9600);
digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH); // Transmit Waves For 10us
delayMicroseconds(10);
duration = pulseIn(echoPin, HIGH); // Receive Reflected Waves
distance = duration / 58.2; // Get Distance
Serial.println(distance);
delay(10);
if (distance < 15) // Condition For Absence Of Obstacle
{
// turn BUZZER ON & OFF 5 times:
for (int i=0; i
Hi
Hi..
The code is not opening!!
Hi friend. Can you tell are you not able to download or is it that the code is not opening in software?.
@@Science_4U_ it's not downloading
@@banarasi_655 okay friend. I have given a mediafire link also in the description box. Can you try downloading the code from the mediafire link?
@@Science_4U_ likh rha the "site can't be open.....
Okay friend..Don't worry. I will paste the code here.
#define trigPin 9 // Trig Pin Of HC-SR04
#define echoPin 8 // Echo Pin Of HC-SR04
#define BUZ 13 //BUZZER
long duration, distance;
void setup()
{
pinMode(BUZ, OUTPUT);
pinMode(trigPin, OUTPUT); // Set Trig Pin As O/P To Transmit Waves
pinMode(echoPin, INPUT); //Set Echo Pin As I/P To Receive Reflected Waves
}
void loop()
{
Serial.begin(9600);
digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH); // Transmit Waves For 10us
delayMicroseconds(10);
duration = pulseIn(echoPin, HIGH); // Receive Reflected Waves
distance = duration / 58.2; // Get Distance
Serial.println(distance);
delay(10);
if (distance < 15) // Condition For Absence Of Obstacle
{
// turn BUZZER ON & OFF 5 times:
for (int i=0; i
Sir can you reply me fast please because I have science fair in 2days what is the app used to type code pls say😢😢😢
Hi friend. I am using IDE software which can be downloaded from internet. This software has to be first installed in laptop or PC. Then a usb cable has to be connected to the arduino and the PC or laptop. Open the IDE software and upload the code..
can a power bank be used
Yes sure friend. It can be used.It can be connected to the USB port in arduino for powering it.
@@Science_4U_ thanks I watched many videos but it was fake but this is real and working.
@gauravgw2746 Thank yoj dear friend. All the projects that I upload are tested ones. I make them and upload them only if it works succesfully.
Material names send me plz
1. Arduino uno board : amzn.to/3RPzXw8
2. HC-SR04 Ultrasonic Sensor : amzn.to/3XFNCd4
3. 9 V battery with connector : amzn.to/3L8Opfe
4. Jumper wires : amzn.to/3xG4FB0
5. Rocker Switch : amzn.to/4eOuCiO
6. Passive Buzzer: amzn.to/4eHC2nH
ഉണ്ണികുണ്ടാൻ
എന്താ ഉദ്ദേശിച്ചത്?. മനസ്സിലായില്ല.
Oant achaneee annn
Bro in which software we have to enter that code ?
Hi friend. There is an Arduino IDE (Integrated Development Environment) software that is available to download for free from internet. You have to install the software, open the code in the software, connect the arduino using USB cable and upload the code..