#soap

  Рет қаралды 32,559

M TECH ONE

M TECH ONE

Күн бұрын

Пікірлер: 82
@RizwanAli-xo8vu
@RizwanAli-xo8vu 4 жыл бұрын
but you have explaned every thing nicely and clear
@jakamonitravels1791
@jakamonitravels1791 4 жыл бұрын
Mja pailm
@mtechone1903
@mtechone1903 4 жыл бұрын
Thank you
@dimpalkumar2318
@dimpalkumar2318 Ай бұрын
Ye coding h kya
@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 ??
@mamunurrahman8766
@mamunurrahman8766 4 жыл бұрын
Very good.
@Daller01
@Daller01 2 жыл бұрын
what version of arduino ide
@peraachetaochill9937
@peraachetaochill9937 3 жыл бұрын
Thank you so much ❤️❤️
@chhayanshubhanage6152
@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
@mhpatils Жыл бұрын
Yes this one is correct Thanks..
@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
@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
@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
@dhaumyajani7152
@dhaumyajani7152 Жыл бұрын
I want this project ready
@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
@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
@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
@huzefaturab9478
@huzefaturab9478 2 жыл бұрын
can u please provide the report for this project?
@kanishkagarwal2730
@kanishkagarwal2730 4 жыл бұрын
Pls tell where is the coding
@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
@dilawaralikhan9003
@dilawaralikhan9003 2 жыл бұрын
any one this project please comment this post because i want to purchase this project
@azimalif266
@azimalif266 Жыл бұрын
dist=(aver[0]+aver[1aver[2])/3; this line has errors.
@zkyrahidroponik4887
@zkyrahidroponik4887 3 жыл бұрын
what is size of g i wire Sir?
@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
@RizwanAli-xo8vu
@RizwanAli-xo8vu 4 жыл бұрын
the given code is wrong worst
@SagarGaikwadTech
@SagarGaikwadTech 4 жыл бұрын
Servo motor capacity? Grams
@mtechone1903
@mtechone1903 4 жыл бұрын
9g Nine gram servo
@nandanashaji8405
@nandanashaji8405 4 жыл бұрын
Can anyone know the block diagram
@mtechone1903
@mtechone1903 4 жыл бұрын
Please check the description
@nandanashaji8405
@nandanashaji8405 4 жыл бұрын
@@mtechone1903 ok
@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.
@likhithbommisetty9580
@likhithbommisetty9580 3 жыл бұрын
this code does not work so can you send another code
@aishwaryalamamuktan2732
@aishwaryalamamuktan2732 2 жыл бұрын
yess!!! its not working
@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
@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
@ranusongara5906
@ranusongara5906 3 ай бұрын
Bhai video quality to sahi kar le
@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
@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
@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
@isidorolonzaga3843
@isidorolonzaga3843 4 жыл бұрын
Whats the code?
@mtechone1903
@mtechone1903 4 жыл бұрын
Arduino program
@kangseol2705
@kangseol2705 4 жыл бұрын
there is one last curly bracket missing from code Please correct the code and reply submission
@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
@kaysaazkia7111
@kaysaazkia7111 2 ай бұрын
gak work 👎🏼👎🏼
Simple Touch Free Automatic Hand Sanitizer Dispenser
5:22
Superb Tech
Рет қаралды 50 М.
How to Make a Automatic Water Dispenser Without Any Sensor
10:25
THE ELECTRONICS ADDA
Рет қаралды 6 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
How to make automatic pet feeder
8:26
Umair's Workshop
Рет қаралды 87 М.
Build Automatic Hand Soap/Sanitizer/Dispenser Machine at Home
9:15
Ultimate Electronics
Рет қаралды 6 М.
DIY Automatic Alcohol Dispenser ($3 No Arduino Needed)
4:02
TechBuilder
Рет қаралды 1,5 МЛН
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,5 МЛН
Automatic Water Tap using Arduino |smart tap
4:39
Electronic Buzz
Рет қаралды 35 М.
Amazing Idea Using Ultrasonic Sensor and Plastic Dustbin
13:24
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19