but you have explaned every thing nicely and clear
@jakamonitravels17914 жыл бұрын
Mja pailm
@mtechone19034 жыл бұрын
Thank you
@dimpalkumar2318Ай бұрын
Ye coding h kya
@siihoeking9973 жыл бұрын
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 ??
@mamunurrahman87664 жыл бұрын
Very good.
@Daller012 жыл бұрын
what version of arduino ide
@peraachetaochill99373 жыл бұрын
Thank you so much ❤️❤️
@chhayanshubhanage6152 Жыл бұрын
#include 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
@mhpatils Жыл бұрын
Yes this one is correct Thanks..
@ruhinrishat21843 жыл бұрын
can i use arduino nano for this? can anyone provide me the proteus design?
@MuhammedAjmal-gm2jx3 жыл бұрын
Bro better is aurdino uno
@kafimollik30472 жыл бұрын
arduino uno and nano is same, u can use whatever you want
@parthtripathi43184 жыл бұрын
Sir please tell do we need to install libraries also
@mtechone19034 жыл бұрын
Yeah
@kafimollik30472 жыл бұрын
no you dont need to install any library for this silly Project
@parthtripathi43184 жыл бұрын
Do we need to install any libraries
@parthtripathi43184 жыл бұрын
Please tell
@MemeScope4 жыл бұрын
@@parthtripathi4318 Yes You need to install Servo
@kafimollik30472 жыл бұрын
you just need to include the servo library, no need to install it
@birukemiru84264 жыл бұрын
nice tutorial..the code works for me and if u can plz made the simulation in protuse of this project....
@mariagabrielacusitgabriel84863 жыл бұрын
How?
@mariagabrielacusitgabriel84863 жыл бұрын
The code is not working
@dhaumyajani7152 Жыл бұрын
I want this project ready
@saritmandal81964 жыл бұрын
How to supply 9v DC in arduino uno
@abhirupsarkar56913 жыл бұрын
Use a 9V dc battery cap, Arduino can take 9V dc input
@parthtripathi43184 жыл бұрын
I am uploading through my samsung tab It is showing error compilation
@mtechone19034 жыл бұрын
Try again... Please check out your connection
@parthtripathi43184 жыл бұрын
Do we need to install librAries
@MuhammedAjmal-gm2jx3 жыл бұрын
Bro check the board type in settings in the app. Then it will work
@abderian71684 жыл бұрын
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
@hidekiryuga21034 жыл бұрын
Yeah same for me now . The servo works on his own . He ain't working based on The sensor .. any solution ??
@dilawaralikhan90032 жыл бұрын
Hello
@huzefaturab94782 жыл бұрын
can u please provide the report for this project?
@kanishkagarwal27304 жыл бұрын
Pls tell where is the coding
@youtubewithvarun31824 жыл бұрын
tumne kon se version ka arduini software download kiya h
@mtechone19034 жыл бұрын
Android version AdruinoDroid
@parthtripathi43184 жыл бұрын
@@mtechone1903 sir which servo libraries in arduino droid we have to add Sweep or knob
@mtechone19034 жыл бұрын
Sweep
@dilawaralikhan90032 жыл бұрын
any one this project please comment this post because i want to purchase this project
@azimalif266 Жыл бұрын
dist=(aver[0]+aver[1aver[2])/3; this line has errors.
@zkyrahidroponik48873 жыл бұрын
what is size of g i wire Sir?
@hidekiryuga21034 жыл бұрын
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
@isumwickramanayake87143 жыл бұрын
ols use blue colour sensor
@muhamadadisaputra3011 Жыл бұрын
@@isumwickramanayake8714 SENSOR SEPERTI PADA GAMBAR TETAPI TETAP TIDAK BISA
@RizwanAli-xo8vu4 жыл бұрын
the given code is wrong worst
@SagarGaikwadTech4 жыл бұрын
Servo motor capacity? Grams
@mtechone19034 жыл бұрын
9g Nine gram servo
@nandanashaji84054 жыл бұрын
Can anyone know the block diagram
@mtechone19034 жыл бұрын
Please check the description
@nandanashaji84054 жыл бұрын
@@mtechone1903 ok
@khaledbaraka22384 жыл бұрын
can you plz send me the code because theres a problem