#soap

Sdílet
Vložit
  • čas přidán 4. 09. 2024
  • How to make automatic soap dispenser using arduino uno at home
    #Metarials
    1.Adruino Uno Board
    2.Sonar sensor
    3.servo motor
    4.Jumper wire
    5.Hand wash with bottom
    6.Double shield tape
    7.Glue gan
    #Adruino code and program link
    docs.google.co...
    #Circuit design
    drive.google.c...
    How to make automatic soap dispenser using arduino uno at home. How to make touch less soap dispenser. Touch less hand wash or hand sanitizer

Komentáře • 79

  • @RizwanAli-xo8vu
    @RizwanAli-xo8vu Před 4 lety +6

    but you have explaned every thing nicely and clear

  • @siihoeking997
    @siihoeking997 Před 2 lety +1

    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 ??

  • @jakamonitravels1791
    @jakamonitravels1791 Před 4 lety +1

    Mja pailm

  • @peraachetaochill9937
    @peraachetaochill9937 Před 3 lety

    Thank you so much ❤️❤️

  • @mamunurrahman8766
    @mamunurrahman8766 Před 3 lety

    Very good.

  • @ruhinrishat2184
    @ruhinrishat2184 Před 3 lety +2

    can i use arduino nano for this? can anyone provide me the proteus design?

  • @parthtripathi4318
    @parthtripathi4318 Před 4 lety +2

    Sir please tell do we need to install libraries also

  • @Daller01
    @Daller01 Před rokem

    what version of arduino ide

  • @dhaumyajani7152
    @dhaumyajani7152 Před 10 měsíci

    I want this project ready

  • @birukemiru8426
    @birukemiru8426 Před 4 lety

    nice tutorial..the code works for me and if u can plz made the simulation in protuse of this project....

  • @parthtripathi4318
    @parthtripathi4318 Před 4 lety +2

    Do we need to install any libraries

    • @parthtripathi4318
      @parthtripathi4318 Před 4 lety +1

      Please tell

    • @MemeScope
      @MemeScope Před 4 lety +2

      @@parthtripathi4318 Yes You need to install Servo

    • @kafimollik3047
      @kafimollik3047 Před 2 lety

      you just need to include the servo library, no need to install it

  • @kanishkagarwal2730
    @kanishkagarwal2730 Před 4 lety +1

    Pls tell where is the coding

  • @chhayanshubhanage6152
    @chhayanshubhanage6152 Před rokem +1

    #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 Před 9 měsíci

      Yes this one is correct
      Thanks..

  • @RizwanAli-xo8vu
    @RizwanAli-xo8vu Před 4 lety +1

    the given code is wrong
    worst

  • @huzefaturab9478
    @huzefaturab9478 Před rokem

    can u please provide the report for this project?

  • @dilawaralikhan9003
    @dilawaralikhan9003 Před 2 lety

    any one this project please comment this post because i want to purchase this project

  • @abderian7168
    @abderian7168 Před 4 lety +1

    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 Před 3 lety

      Yeah same for me now . The servo works on his own . He ain't working based on The sensor .. any solution ??

    • @dilawaralikhan9003
      @dilawaralikhan9003 Před 2 lety

      Hello

  • @hidekiryuga2103
    @hidekiryuga2103 Před 3 lety

    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

  • @youtubewithvarun3182
    @youtubewithvarun3182 Před 4 lety +1

    tumne kon se version ka arduini software download kiya h

  • @zkyrahidroponik4887
    @zkyrahidroponik4887 Před 3 lety

    what is size of g i wire Sir?

  • @azimalif266
    @azimalif266 Před rokem

    dist=(aver[0]+aver[1aver[2])/3;
    this line has errors.

  • @saritmandal8196
    @saritmandal8196 Před 4 lety

    How to supply 9v DC in arduino uno

  • @parthtripathi4318
    @parthtripathi4318 Před 4 lety

    I am uploading through my samsung tab
    It is showing error compilation

  • @SagarGaikwadTech
    @SagarGaikwadTech Před 4 lety

    Servo motor capacity? Grams

  • @likhithbommisetty9580
    @likhithbommisetty9580 Před 3 lety

    this code does not work so can you send another code

  • @kangseol2705
    @kangseol2705 Před 4 lety

    there is one last curly bracket missing from code
    Please correct the code and reply submission

  • @nandanashaji8405
    @nandanashaji8405 Před 4 lety

    Can anyone know the block diagram

  • @khaledbaraka2238
    @khaledbaraka2238 Před 4 lety

    can you plz send me the code because theres a problem

    • @khaledbaraka2238
      @khaledbaraka2238 Před 4 lety

      ?

    • @mtechone1903
      @mtechone1903  Před 4 lety

      docs.google.com/document/d/1XGPefYs6Y2J9aPndlBEMdP_KhaR8-z02qmlf4GxPkfs/edit?usp=drivesdk

    • @ErSanjayKushwaha
      @ErSanjayKushwaha Před 4 lety

      Bro there is one last curly bracket missing from code .Put that on last and code will work fine.

  • @pravinnanaware4618
    @pravinnanaware4618 Před 4 lety

    code is not uploading

    • @mtechone1903
      @mtechone1903  Před 4 lety

      Press the reset button then upload arduino code..

    • @mtechone1903
      @mtechone1903  Před 4 lety

      Please use laptop or pc for uploading arduino code.

    • @mindyworks7853
      @mindyworks7853 Před 2 lety

      @@mtechone1903 bro for me also not working in uploading in my laptop only

  • @pravinnanaware4618
    @pravinnanaware4618 Před 4 lety

    i can't get diagram

    • @mtechone1903
      @mtechone1903  Před 4 lety

      Now diagram is ready to download

    • @mtechone1903
      @mtechone1903  Před 4 lety

      drive.google.com/file/d/11SbTVmBGGTxHcJqKB00A1qHW3x3Ax5BT/view?usp=drivesdk

  • @meghkhara7543
    @meghkhara7543 Před 4 lety

    there is a problem in code
    pls reply submission tomorrow

  • @isidorolonzaga3843
    @isidorolonzaga3843 Před 4 lety

    Whats the code?

  • @youtubewithvarun3182
    @youtubewithvarun3182 Před 4 lety

    bhai arduino code upload nhi ho rha h

    • @mtechone1903
      @mtechone1903  Před 4 lety

      Which device you are using for upload arduino code?

    • @mtechone1903
      @mtechone1903  Před 4 lety

      Connection must be right hote hobe

  • @aneeznasar963
    @aneeznasar963 Před 4 lety

    Hi bro,
    can U add that .ino file pls...
    its urgent bro

  • @pravinnanaware4618
    @pravinnanaware4618 Před 4 lety

    please can you give me

    • @mtechone1903
      @mtechone1903  Před 4 lety

      I am already sent you circuit diagram link. Now you can download it from Google drive with this link .

    • @aimanaswad142
      @aimanaswad142 Před rokem

      @@mtechone1903 macam mna