Hi,I want to know a blind use this stick This stick can detect a object which is in front but if a big hole in the ground The blind may fall in (just an example)
I want this tool. My father has lost his sight. He didn't even see me during the few months of my birth but it was he who raised me and educated me. I am now 24 years old. He tried many hospitals to get his eyesight back but to no avail. They are not old enough. He suffered so much that he could not regain his sight. I think I should do whatever I can to ease his suffering. So if you can make this tool and what is its cost I will give you. I will ask you to fold my hand. help me
எனக்கு இந்த கருவி வேண்டும். என் தந்தை பார்வை இழந்துள்ளார். நான் பிறந்த சில மாதங்களில் அவர் என்னைப் பார்க்கவில்லை, ஆனால் அவர் என்னை வளர்த்து என்னைப் படிக்க வைத்தார். எனக்கு இப்போது 24 வயதாகிறது. கண் பார்வையை மீட்டெடுக்க பல மருத்துவமனைகளுக்கு முயற்சி செய்தும் பலனில்லை. அவர்களுக்கு வயதாகவில்லை. பார்வையை திரும்பப் பெற முடியாத அளவுக்கு அவர் மிகவும் அவதிப்பட்டார். அவனுடைய துன்பத்தைப் போக்க என்னால் முடிந்ததைச் செய்ய வேண்டும் என்று நினைக்கிறேன். எனவே இந்த கருவியை உங்களால் செய்ய முடிந்தால் அதன் விலை என்ன என்பதை நான் உங்களுக்கு தருகிறேன். கையை மடக்கச் சொல்வேன். எனக்கு உதவுங்கள்
#define buzzer 6 void setup() { pinMode(12,OUTPUT);//Trigger pinMode(13,INPUT);//EchoA pinMode(6,OUTPUT);//Buzzer } void loop() { long duration, distance; digitalWrite(12,LOW); delayMicroseconds(2); digitalWrite(12,HIGH); delayMicroseconds(10); digitalWrite(12,LOW); duration=pulseIn(13,HIGH); distance=(duration/2)/29.1; if (distance < 70) // This is where checking the distance you can change the value { // When the the distance below 100cm digitalWrite(6,HIGH); } else { // when greater than 100cm digitalWrite(6,LOW); } delay(500); }
/ defines pins numbers const int trigPin=9; const int echoPin=10; const int motor=12; const int buzzer=11; // define the duration and distance variables long duration, distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echopin as an Input p
// defines pins numbers const int trigPin=9; const int echoPin=10; const int motor=12; const int buzzer=11; // define the duration and distance variables long duration, distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echopin as an Input pinMode(motor, OUTPUT); // Sets the motor as an Output pinMode(buzzer,OUTPUT); // Sets the buzzer as an Output } 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; if (distance < 20) // Checking the distance, you can change the value { digitalWrite(motor,HIGH); // When the the distance below 20cm digitalWrite(buzzer,HIGH); } else { digitalWrite(motor,LOW);// when greater than 20cm digitalWrite(buzzer,LOW); } delay(500); }
/ defines pins numbers const int trigPin=9; const int echoPin=10; const int motor=12; const int buzzer=11; // define the duration and distance variables long duration, distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echopin as an Input pinMode(motor, OUTPUT); // Sets the motor as an Output pinMode(buzzer,OUTPUT); // Sets the buzzer as an Output } 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; if (distance < 20) // Checking the distance, you can change the value { digitalWrite(motor,HIGH); // When the the distance below 20cm digitalWrite(buzzer,HIGH); } else { digitalWrite(motor,LOW);// when greater than 20cm digitalWrite(buzzer,LOW); } delay(500); }
Hi,I want to know a blind use this stick This stick can detect a object which is in front but if a big hole in the ground The blind may fall in (just an example)
Wow exillend super project bro very nice bro 👍❤️❤️❤️❤️❤️❤️
Bhaiya next project alcohol detection machine bnao pls 🙏
Thanks bhi you are gret
What is the code
How to create the code kindly reply
Gajab bhai 👌👌
This is just amazing...., loved it
Wow 🔥👍🏻
Hello Bhaiya, robotics field ke liye kitne processor ka laptop Lana chahiye plz reply today plz plz
Nice.
Aree bhai zabardhast
Software update kese karte he
Bina update kiye wire jod ke shuru kar sakte he kya sir koi simple trik batao
Big Fan
Nice project
Nice ❤
What if there is a hole or "gaddhaa" how will it detects?
Truely amazing
Great
Brother what is the rate of the all items used
Bohot hi mast he bhaii
Iska topic bhi bataiye please
😊
Meri ardrino bord ka grin light nahi jal rahahe red jalrahahe mea kiya karu plzz muje batawo 🙏🙏
Aes52 ki bajah dusra sensor use kar sakte hai kya
I want this tool. My father has lost his sight. He didn't even see me during the few months of my birth but it was he who raised me and educated me. I am now 24 years old. He tried many hospitals to get his eyesight back but to no avail. They are not old enough. He suffered so much that he could not regain his sight. I think I should do whatever I can to ease his suffering. So if you can make this tool and what is its cost I will give you. I will ask you to fold my hand. help me
Where do u live m planning to make one
Main ny b recntly isay bnya hai
Bina code ka nhi chalaga Kay
Hello where can I get the circuit diagram for this?
எனக்கு இந்த கருவி வேண்டும். என் தந்தை பார்வை இழந்துள்ளார். நான் பிறந்த சில மாதங்களில் அவர் என்னைப் பார்க்கவில்லை, ஆனால் அவர் என்னை வளர்த்து என்னைப் படிக்க வைத்தார். எனக்கு இப்போது 24 வயதாகிறது. கண் பார்வையை மீட்டெடுக்க பல மருத்துவமனைகளுக்கு முயற்சி செய்தும் பலனில்லை. அவர்களுக்கு வயதாகவில்லை. பார்வையை திரும்பப் பெற முடியாத அளவுக்கு அவர் மிகவும் அவதிப்பட்டார். அவனுடைய துன்பத்தைப் போக்க என்னால் முடிந்ததைச் செய்ய வேண்டும் என்று நினைக்கிறேன். எனவே இந்த கருவியை உங்களால் செய்ய முடிந்தால் அதன் விலை என்ன என்பதை நான் உங்களுக்கு தருகிறேன். கையை மடக்கச் சொல்வேன். எனக்கு உதவுங்கள்
have u done any updates to this plan?
What was the distance u set up on code
Can I get the exact code used for this project please?
If anyone can please help..including you,sir
harishprojectss.blogspot.com/...
may i have a link for the battery other than the one you have put in the description because it is very expensive
9v battery use kar sakte hai kya?
Bhai code and diagram please 🙏🙏🙏
3:3 pe jo lagaya h use Kya kahte h
Can we use 3.7v battery ?
This shose sence the small things like rop,small rock
Kit kitne ki hai
Materials ke name ky h aap plz comment krdo
Bhai iska Arduino nano code kya hai
Kit konsa
object finding robot bnao
I ordered some products from your website, will I receive the correct item? How do I return an item if I received it wrong?
Code apply karnay sai ka hoga plz jaldi bolna urgent haii broo
👏👏👏🔥💖
Aapane yah juta kaise banaya Hindi mein likhkar batao bhaiya
What do if they walk in water or heavy rain
Why the Arduino code and diagram link is not working please reply..
Yes it's not working 😶🌫 Hi dolly di 🤣🤣🤣
Bhai voh description me mil jayega
Code kaisa Dale video bnao plz
Bhaiya mai eis project ka parts kha se purches krunga plz tell me urgently 🙏🙏🙏🙏
Bhai ardiuno code kaise banate hai bataiyega
#define buzzer 6
void setup()
{
pinMode(12,OUTPUT);//Trigger
pinMode(13,INPUT);//EchoA
pinMode(6,OUTPUT);//Buzzer
}
void loop()
{
long duration, distance;
digitalWrite(12,LOW);
delayMicroseconds(2);
digitalWrite(12,HIGH);
delayMicroseconds(10);
digitalWrite(12,LOW);
duration=pulseIn(13,HIGH);
distance=(duration/2)/29.1;
if (distance < 70) // This is where checking the distance you can change the value
{
// When the the distance below 100cm
digitalWrite(6,HIGH);
} else
{
// when greater than 100cm
digitalWrite(6,LOW);
} delay(500);
}
Bro can i get this expt circuit diagram plz
/ defines pins numbers
const int trigPin=9;
const int echoPin=10;
const int motor=12;
const int buzzer=11;
// define the duration and distance variables
long duration, distance;
void setup()
{
pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output
pinMode(echoPin, INPUT); // Sets the echopin as an Input
p
Code
// defines pins numbers const int trigPin=9; const int echoPin=10; const int motor=12; const int buzzer=11; // define the duration and distance variables long duration, distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echopin as an Input pinMode(motor, OUTPUT); // Sets the motor as an Output pinMode(buzzer,OUTPUT); // Sets the buzzer as an Output } 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; if (distance < 20) // Checking the distance, you can change the value { digitalWrite(motor,HIGH); // When the the distance below 20cm digitalWrite(buzzer,HIGH); } else { digitalWrite(motor,LOW);// when greater than 20cm digitalWrite(buzzer,LOW); } delay(500); }
Plz tell did this work or not
Mera ak chota qsn hai,agar main just ardino nano upload kar le ta hu ai kam Karega kay 100%?
Do u sell these projects ?
How to past the code i can find your website
Ye sab kha per milege
I want all set up with settings
Bhaiya apna code nahi khul raha hai
Halo bhai
Link is showing other project
Aapane yah juta kaise banaya Hindi mein likhkar iski vidhi batao
Can we use arudino uno
How much does it cost bro
Bhaiya mujha Arduino nano , ultrasonic sensor give away ma da sakte hain.
What is the code pls reply immediately
Pls bhaia
Mujhe iski kit chahiye
Bro i make it phaile
Bheya mujhe Ye project Chahiye. Please
Bro aapne sunboard sheet ka use kaha kara 🤨🤨
to attach the sonar censors
Algae bio diesel
Failed ho gya bro
Bro i can buy this project
I did this project but it will not success
I want to buy this Harish
Bhaiya personally mujhe apki bhut help chaiye prsnly baat krni h plz bhaiya
/ defines pins numbers
const int trigPin=9;
const int echoPin=10;
const int motor=12;
const int buzzer=11;
// define the duration and distance variables
long duration, distance;
void setup()
{
pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output
pinMode(echoPin, INPUT); // Sets the echopin as an Input
pinMode(motor, OUTPUT); // Sets the motor as an Output
pinMode(buzzer,OUTPUT); // Sets the buzzer as an Output
}
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;
if (distance < 20) // Checking the distance, you can change the value
{
digitalWrite(motor,HIGH); // When the the distance below 20cm
digitalWrite(buzzer,HIGH);
} else
{
digitalWrite(motor,LOW);// when greater than 20cm
digitalWrite(buzzer,LOW);
} delay(500);
}
Will it work??
Code not matching
can you buy this for me
Bhai code na dale to kya hoga
Plz can you send the list of materials !?
Where is code plz help
code kider se milega
How many rupees spend in this project
Bro can we use 9V battery for this?? Plz reply
कितना खर्च आया भाई?
Or blind people andha hone ke sath sath behra bhi ho jayega fir to jaha jaega vaha teeeeeeeee teeeeeeeee bajta rahega😑
where is the code ??
Halo Bhai mujhe ye Banana h support kriye
The description code and code in video is same or not??
Bro give the code
Bro diagram
Jo video m code apply Kiya h vo bhjo
Description m ka code alag h aur video me alag
I want real code please send
Ap ko coll nahi lag rha he
Give code in comment
Mujhe chahiye
Bro program description
Project name bro
Bro code to dalo