Пікірлер
@kaysaazkia7111
@kaysaazkia7111 2 ай бұрын
gak work 👎🏼👎🏼
@ranusongara5906
@ranusongara5906 3 ай бұрын
Bhai video quality to sahi kar le
@dhaumyajani7152
@dhaumyajani7152 Жыл бұрын
I want this project ready
@azimalif266
@azimalif266 Жыл бұрын
dist=(aver[0]+aver[1aver[2])/3; this line has errors.
@chhayanshubhanage6152
@chhayanshubhanage6152 Жыл бұрын
#include <Servo.h> Servo servo; int trigPin = 5; int echoPin = 6; int servoPin = 7; int led= 10; long duration, dist, average; long aver[3]; //array for average void setup() { Serial.begin(9600); servo.attach(servoPin); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); servo.write(0); //close cap on power on delay(100); servo.detach(); } void measure() { digitalWrite(10,HIGH); digitalWrite(trigPin, LOW); delayMicroseconds(5); digitalWrite(trigPin, HIGH); delayMicroseconds(15); digitalWrite(trigPin, LOW); pinMode(echoPin, INPUT); duration = pulseIn(echoPin, HIGH); dist = (duration/2) / 29.1; //obtain distance } void loop() { for (int i=0;i<=2;i++) { //average distance measure(); aver[i]=dist; delay(10); //delay between measurements } dist=(aver[0]+aver[1]+aver[2])/3; if ( dist<50 ) { //Change distance as per your need servo.attach(servoPin); delay(1); servo.write(0); delay(3000); servo.write(150); delay(1000); servo.detach(); } } //this is the working code, made a few adjustments for missing brackets and operators
@mhpatils
@mhpatils Жыл бұрын
Yes this one is correct Thanks..
@Daller01
@Daller01 2 жыл бұрын
what version of arduino ide
@huzefaturab9478
@huzefaturab9478 2 жыл бұрын
can u please provide the report for this project?
@dilawaralikhan9003
@dilawaralikhan9003 2 жыл бұрын
any one this project please comment this post because i want to purchase this project
@siihoeking997
@siihoeking997 3 жыл бұрын
why there have rubber band at the back of the soap dispenser. And I would like to ask if we use the String to tie with servo motor, is it can be pressed the button of soap dispenser ??
@zkyrahidroponik4887
@zkyrahidroponik4887 3 жыл бұрын
what is size of g i wire Sir?
@peraachetaochill9937
@peraachetaochill9937 3 жыл бұрын
Thank you so much ❤️❤️
@likhithbommisetty9580
@likhithbommisetty9580 3 жыл бұрын
this code does not work so can you send another code
@aishwaryalamamuktan2732
@aishwaryalamamuktan2732 2 жыл бұрын
yess!!! its not working
@ruhinrishat2184
@ruhinrishat2184 3 жыл бұрын
can i use arduino nano for this? can anyone provide me the proteus design?
@MuhammedAjmal-gm2jx
@MuhammedAjmal-gm2jx 3 жыл бұрын
Bro better is aurdino uno
@kafimollik3047
@kafimollik3047 2 жыл бұрын
arduino uno and nano is same, u can use whatever you want
@mamunurrahman8766
@mamunurrahman8766 4 жыл бұрын
Very good.
@hidekiryuga2103
@hidekiryuga2103 4 жыл бұрын
There's a problem . The servo motor works On his own , i did every single step .but the servo work based on the last part of the code , he ain't workig based on The sonar sensor ... solution please
@isumwickramanayake8714
@isumwickramanayake8714 3 жыл бұрын
ols use blue colour sensor
@muhamadadisaputra3011
@muhamadadisaputra3011 Жыл бұрын
@@isumwickramanayake8714 SENSOR SEPERTI PADA GAMBAR TETAPI TETAP TIDAK BISA
@vinaysinghal7831
@vinaysinghal7831 4 жыл бұрын
hii bro i am kushal singhal the last letter of the code is wrong pls check and reply to my comment
@nandanashaji8405
@nandanashaji8405 4 жыл бұрын
Can anyone know the block diagram
@mtechone1903
@mtechone1903 4 жыл бұрын
Please check the description
@nandanashaji8405
@nandanashaji8405 4 жыл бұрын
@@mtechone1903 ok
@birukemiru8426
@birukemiru8426 4 жыл бұрын
nice tutorial..the code works for me and if u can plz made the simulation in protuse of this project....
@mariagabrielacusitgabriel8486
@mariagabrielacusitgabriel8486 3 жыл бұрын
How?
@mariagabrielacusitgabriel8486
@mariagabrielacusitgabriel8486 3 жыл бұрын
The code is not working
@abderian7168
@abderian7168 4 жыл бұрын
I've figured out the problem with the code you didn't add the last curly bracket but there is one more problem I've used the same electronic components as you used and the connections are correct too but after uploading the code to Arduino nothing works why is it soo, although every sensor and component is fine
@hidekiryuga2103
@hidekiryuga2103 4 жыл бұрын
Yeah same for me now . The servo works on his own . He ain't working based on The sensor .. any solution ??
@dilawaralikhan9003
@dilawaralikhan9003 2 жыл бұрын
Hello
@saritmandal8196
@saritmandal8196 4 жыл бұрын
How to supply 9v DC in arduino uno
@abhirupsarkar5691
@abhirupsarkar5691 3 жыл бұрын
Use a 9V dc battery cap, Arduino can take 9V dc input
@kangseol2705
@kangseol2705 4 жыл бұрын
there is one last curly bracket missing from code Please correct the code and reply submission
@RizwanAli-xo8vu
@RizwanAli-xo8vu 4 жыл бұрын
but you have explaned every thing nicely and clear
@RizwanAli-xo8vu
@RizwanAli-xo8vu 4 жыл бұрын
the given code is wrong worst
@kanishkagarwal2730
@kanishkagarwal2730 4 жыл бұрын
Pls tell where is the coding
@parthtripathi4318
@parthtripathi4318 4 жыл бұрын
Sir please tell do we need to install libraries also
@mtechone1903
@mtechone1903 4 жыл бұрын
Yeah
@kafimollik3047
@kafimollik3047 2 жыл бұрын
no you dont need to install any library for this silly Project
@parthtripathi4318
@parthtripathi4318 4 жыл бұрын
Do we need to install any libraries
@parthtripathi4318
@parthtripathi4318 4 жыл бұрын
Please tell
@MemeScope
@MemeScope 4 жыл бұрын
@@parthtripathi4318 Yes You need to install Servo
@kafimollik3047
@kafimollik3047 2 жыл бұрын
you just need to include the servo library, no need to install it
@parthtripathi4318
@parthtripathi4318 4 жыл бұрын
I am uploading through my samsung tab It is showing error compilation
@mtechone1903
@mtechone1903 4 жыл бұрын
Try again... Please check out your connection
@parthtripathi4318
@parthtripathi4318 4 жыл бұрын
Do we need to install librAries
@MuhammedAjmal-gm2jx
@MuhammedAjmal-gm2jx 3 жыл бұрын
Bro check the board type in settings in the app. Then it will work
@khaledbaraka2238
@khaledbaraka2238 4 жыл бұрын
can you plz send me the code because theres a problem
@khaledbaraka2238
@khaledbaraka2238 4 жыл бұрын
?
@mtechone1903
@mtechone1903 4 жыл бұрын
docs.google.com/document/d/1XGPefYs6Y2J9aPndlBEMdP_KhaR8-z02qmlf4GxPkfs/edit?usp=drivesdk
@ErSanjayKushwaha
@ErSanjayKushwaha 4 жыл бұрын
Bro there is one last curly bracket missing from code .Put that on last and code will work fine.
@meghkhara7543
@meghkhara7543 4 жыл бұрын
there is a problem in code pls reply submission tomorrow
@meghkhara7543
@meghkhara7543 4 жыл бұрын
pls reply
@mtechone1903
@mtechone1903 4 жыл бұрын
Which device you are using for upload arduino code
@mtechone1903
@mtechone1903 4 жыл бұрын
Please make sure connection and uploading device
@SagarGaikwadTech
@SagarGaikwadTech 4 жыл бұрын
Servo motor capacity? Grams
@mtechone1903
@mtechone1903 4 жыл бұрын
9g Nine gram servo
@electricalcoder3025
@electricalcoder3025 4 жыл бұрын
nice work M tech one.....👌👍👌👍 I will suppourt and encorage you as much as I can...as we have similar passion and channel contents and I Subscribed yours too...all the very best dude...👍
@mtechone1903
@mtechone1903 4 жыл бұрын
Thank you
@isidorolonzaga3843
@isidorolonzaga3843 4 жыл бұрын
Whats the code?
@mtechone1903
@mtechone1903 4 жыл бұрын
Arduino program
@aneeznasar963
@aneeznasar963 4 жыл бұрын
Hi bro, can U add that .ino file pls... its urgent bro
@mtechone1903
@mtechone1903 4 жыл бұрын
Sry brother. I have no. Ino files yet
@pravinnanaware4618
@pravinnanaware4618 4 жыл бұрын
code is not uploading
@mtechone1903
@mtechone1903 4 жыл бұрын
Press the reset button then upload arduino code..
@mtechone1903
@mtechone1903 4 жыл бұрын
Please use laptop or pc for uploading arduino code.
@mindyworks7853
@mindyworks7853 3 жыл бұрын
@@mtechone1903 bro for me also not working in uploading in my laptop only
@pravinnanaware4618
@pravinnanaware4618 4 жыл бұрын
please can you give me
@mtechone1903
@mtechone1903 4 жыл бұрын
I am already sent you circuit diagram link. Now you can download it from Google drive with this link .
@aimanaswad142
@aimanaswad142 Жыл бұрын
@@mtechone1903 macam mna
@pravinnanaware4618
@pravinnanaware4618 4 жыл бұрын
i can't get diagram
@mtechone1903
@mtechone1903 4 жыл бұрын
Now diagram is ready to download
@mtechone1903
@mtechone1903 4 жыл бұрын
drive.google.com/file/d/11SbTVmBGGTxHcJqKB00A1qHW3x3Ax5BT/view?usp=drivesdk
@youtubewithvarun3182
@youtubewithvarun3182 4 жыл бұрын
tumne kon se version ka arduini software download kiya h
@mtechone1903
@mtechone1903 4 жыл бұрын
Android version AdruinoDroid
@parthtripathi4318
@parthtripathi4318 4 жыл бұрын
@@mtechone1903 sir which servo libraries in arduino droid we have to add Sweep or knob
@mtechone1903
@mtechone1903 4 жыл бұрын
Sweep
@youtubewithvarun3182
@youtubewithvarun3182 4 жыл бұрын
bhai arduino code upload nhi ho rha h
@mtechone1903
@mtechone1903 4 жыл бұрын
Which device you are using for upload arduino code?
@mtechone1903
@mtechone1903 4 жыл бұрын
Connection must be right hote hobe
@jakamonitravels1791
@jakamonitravels1791 4 жыл бұрын
Mja pailm
@mtechone1903
@mtechone1903 4 жыл бұрын
Thank you
@dimpalkumar2318
@dimpalkumar2318 2 ай бұрын
Ye coding h kya
@shihabsorker6776
@shihabsorker6776 4 жыл бұрын
controller এ কিকি সেন্সর ব্যবহার করা হয়েছে ব্যবহার করা হয়েছে এবং এর অবস্থান সহ পুরো সেটআপ পরের ভিডিওতে পাব বলে আশা করছি..... আর প্রাইজ টা সাথেই বললে ভাল হত...
@mtechone1903
@mtechone1903 4 жыл бұрын
Obviously paba
@RabiulIslam-kr4od
@RabiulIslam-kr4od 4 жыл бұрын
Good job. go ahead Brother....
@mtechone1903
@mtechone1903 4 жыл бұрын
Thanks brother
@RabiulIslam-kr4od
@RabiulIslam-kr4od 4 жыл бұрын
One vedio only.
@mtechone1903
@mtechone1903 4 жыл бұрын
Na vai... Aaro veadio ace
@thestrangerguy1987
@thestrangerguy1987 4 жыл бұрын
bujhlam..thanks
@mtechone1903
@mtechone1903 4 жыл бұрын
Welcome
@thestrangerguy1987
@thestrangerguy1987 4 жыл бұрын
❤💓
@thestrangerguy1987
@thestrangerguy1987 4 жыл бұрын
Tor kotha bojha jay nah... Aktu edit kre sound ta baraya diss
@mtechone1903
@mtechone1903 4 жыл бұрын
Okk
@mtechone1903
@mtechone1903 4 жыл бұрын
Thanks for your advice
@mdtarif9702
@mdtarif9702 4 жыл бұрын
Nice one
@mtechone1903
@mtechone1903 4 жыл бұрын
Thanks