#soap

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • 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

Комментарии • 82

  • @RizwanAli-xo8vu
    @RizwanAli-xo8vu 4 года назад +7

    but you have explaned every thing nicely and clear

  • @jakamonitravels1791
    @jakamonitravels1791 4 года назад +2

    Mja pailm

  • @chhayanshubhanage6152
    @chhayanshubhanage6152 2 года назад +6

    #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..

  • @mamunurrahman8766
    @mamunurrahman8766 4 года назад +1

    Very good.

  • @siihoeking997
    @siihoeking997 3 года назад +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 ??

  • @parthtripathi4318
    @parthtripathi4318 4 года назад +2

    Do we need to install any libraries

    • @parthtripathi4318
      @parthtripathi4318 4 года назад +1

      Please tell

    • @MemeScope
      @MemeScope 4 года назад +1

      @@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 года назад +2

    Sir please tell do we need to install libraries also

  • @peraachetaochill9937
    @peraachetaochill9937 3 года назад +1

    Thank you so much ❤️❤️

  • @ruhinrishat2184
    @ruhinrishat2184 3 года назад +2

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

  • @Daller01
    @Daller01 2 года назад

    what version of arduino ide

  • @dhaumyajani7152
    @dhaumyajani7152 Год назад

    I want this project ready

  • @youtubewithvarun3182
    @youtubewithvarun3182 4 года назад +1

    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

  • @birukemiru8426
    @birukemiru8426 4 года назад

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

  • @zkyrahidroponik4887
    @zkyrahidroponik4887 3 года назад

    what is size of g i wire Sir?

  • @abderian7168
    @abderian7168 4 года назад +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 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

  • @kanishkagarwal2730
    @kanishkagarwal2730 4 года назад +1

    Pls tell where is the coding

  • @RizwanAli-xo8vu
    @RizwanAli-xo8vu 4 года назад +1

    the given code is wrong
    worst

  • @huzefaturab9478
    @huzefaturab9478 2 года назад

    can u please provide the report for this project?

  • @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

  • @dilawaralikhan9003
    @dilawaralikhan9003 2 года назад

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

  • @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.

  • @ranusongara5906
    @ranusongara5906 4 месяца назад

    Bhai video quality to sahi kar le

  • @likhithbommisetty9580
    @likhithbommisetty9580 3 года назад

    this code does not work so can you send another code

  • @saritmandal8196
    @saritmandal8196 4 года назад

    How to supply 9v DC in arduino uno

    • @abhirupsarkar5691
      @abhirupsarkar5691 3 года назад +1

      Use a 9V dc battery cap, Arduino can take 9V dc input

  • @SagarGaikwadTech
    @SagarGaikwadTech 4 года назад

    Servo motor capacity? Grams

  • @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

  • @azimalif266
    @azimalif266 2 года назад

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

  • @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

  • @nandanashaji8405
    @nandanashaji8405 4 года назад

    Can anyone know the block diagram

  • @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 года назад +1

      Please make sure connection and uploading device

  • @isidorolonzaga3843
    @isidorolonzaga3843 4 года назад

    Whats the code?

  • @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 года назад

    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

  • @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

  • @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

  • @kaysaazkia7111
    @kaysaazkia7111 3 месяца назад

    gak work 👎🏼👎🏼