How To Make Your Own Hand Sanitizer Machine Using Arduino

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มี.ค. 2020
  • Learn how to make hand sanitizer automatic machine here i made automatic hand sanitizer for coronavirus protection this homemade hand sanitizer gel machine is controlled by arduino
    All materials with its link is given below, for codes visit letsmakeprojects.com
    i have made same project using arduino Uno, Check in site
    Arduino Nano amzn.to/33ItTLF (aflate lnk)
    Micro Servo amzn.to/2QEhNhh
    Ultrasonic Sensor amzn.to/2UrefjC
    Jumper wires amzn.to/3bgTnT0
    Bread Board amzn.to/33FZyh2
    Watch my other video to know How To Make Hand sanitiser at home
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 204

  • @roshanjbillava6373
    @roshanjbillava6373 4 ปีที่แล้ว +2

    hello sir I am electroics student.If you permit i can write and artile on your vedio

  • @_adrimorenoo
    @_adrimorenoo 3 ปีที่แล้ว +20

    #include //servo library
    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

  • @techgeek8343
    @techgeek8343 4 ปีที่แล้ว

    sir will sg 90 perfectly work bcoz it is a low torque motor?

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      it will work

    • @techgeek8343
      @techgeek8343 4 ปีที่แล้ว

      @@jeevanjee Bro how did u drill holes on the bottle??

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      using thumb pins

    • @ShrikantSonone
      @ShrikantSonone 4 ปีที่แล้ว

      No it won't work. I tried. It only works with water inside it.

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว +1

    Sir how much time does the code take to load in the aurdino

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      less than minute sir..

  • @niloyhirok7044
    @niloyhirok7044 3 ปีที่แล้ว

    Wonderful project and details link also.Can I use micro servo 9g in the 3.3 v pin of uno??

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      please check reply

  • @kevinguzman9719
    @kevinguzman9719 3 ปีที่แล้ว

    Good afternoon Mr. Jee, I have the arduino Nano. I am using your code, i made sure everything is connected to where is supposed to be. yet when i upload the code to the arduino, the arduino is not working, it does not do anything at all. any suggestions on what i could change in order to make it work? thank you

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว +1

      have u used exact same parts ?

    • @kevinguzman9719
      @kevinguzman9719 3 ปีที่แล้ว

      @@jeevanjee yes, exact same parts.

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว

    Sir can you pl say which batteries you are using pl

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      i have used 2 lithium ion batteries..those are rechargeable

  • @ashenefebelachewe9151
    @ashenefebelachewe9151 3 ปีที่แล้ว

    Good job but are we going to write the whole thing writen on the paper to the pc

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      copy paste from my instructables

  • @krishmishra4525
    @krishmishra4525 4 ปีที่แล้ว +1

    can i get the schematics for arduino. Right now if possible becuz i wanna proceed making this

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      u can get the codes in my community tab..if u are not clear recommending you to check my older video of arduino projects..all the circuit and codes are same

  • @adityabiyani387
    @adityabiyani387 3 ปีที่แล้ว +1

    thanks for the idea

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว +1

      Most welcome 😊

  • @yalgaphiad.321
    @yalgaphiad.321 4 ปีที่แล้ว +4

    How much voltage is the power supply?
    Sorry for my bad english

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      its 5v sir...

    • @yalgaphiad.321
      @yalgaphiad.321 4 ปีที่แล้ว

      Okay. Thanks for the answer :)

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      welcome..

  • @vamsiakula653
    @vamsiakula653 3 ปีที่แล้ว

    Can I do this in proteus

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว

    How should we insert the batteries and by what instrument

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      u can use 5v batteries..and connect using jumper wires

  • @manishsharma-zz8rs
    @manishsharma-zz8rs 4 ปีที่แล้ว +1

    sir my son is trying your soap dispenser but he is not getting clear with all the hardware equipments to use can you please let me know my son is very found about robotics that is why i need your help . He admires your projects thanks for your time.

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      for all the components list please check my other video related to arduino projects..its description has all the components needed to built this

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      i have added in this video description please check

  • @afiqiqmal_LOKeY
    @afiqiqmal_LOKeY 3 ปีที่แล้ว

    bro if i want to use Arduino Uno it is the same codes that i need to use?

  • @hernanalonso3364
    @hernanalonso3364 3 ปีที่แล้ว

    Hello. I can do these with arduino uno ?

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      yess u can..

  • @kiddobambam5020
    @kiddobambam5020 4 ปีที่แล้ว

    Can i see the wires

  • @brc.yogendratechnical7750
    @brc.yogendratechnical7750 4 ปีที่แล้ว

    Sir some error. In. - Serial was not declared in this scope -pls help me

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      Please recheck the written codes.

  • @kevinguzman9719
    @kevinguzman9719 4 ปีที่แล้ว

    is this code and set up is compatible with arduino Mega?

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว +1

      not sure

    • @kevinguzman9719
      @kevinguzman9719 4 ปีที่แล้ว

      @@jeevanjee Thank you anyways sir.

  • @shobhads553
    @shobhads553 2 หลายเดือนก่อน

    sir can we Arduino circuit in esp32

    • @jeevanjee
      @jeevanjee  2 หลายเดือนก่อน

      Videos are already there, kindly check

  • @professorleandrobravo
    @professorleandrobravo 4 ปีที่แล้ว +1

    Good work with automátic dispenser!

  • @seriesg7171
    @seriesg7171 3 ปีที่แล้ว

    Thank you

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว +1

      You're welcome 😊

  • @jorgecazana1146
    @jorgecazana1146 3 ปีที่แล้ว

    Hello, would you have the diagram and code for dispenser using arduino uno and 5vdc pump?

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      can u please check instructables it has all you got..

    • @kunalagr11
      @kunalagr11 3 ปีที่แล้ว

      @@jeevanjee can u give us link please!
      where to see project details

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว

    Which ardino are you using

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว +1

      arduino nano sir....

  • @bijaykumarmohanty3853
    @bijaykumarmohanty3853 4 ปีที่แล้ว

    Why did you use average can u explain??

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      for smoothing

  • @rosekt9055
    @rosekt9055 3 ปีที่แล้ว

    I was following your instructions and everything was going well but my problem was the connecting the wire/string (I used copper wire) to the servo part. My motor won't rotate because I think it's too heavy to pull or I connected the string wrong. Can you send me a close up of how you connected the string to the servo and how you sticked them to the dispenser through email or somewhere? thank you

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Kindly ensure push part of dispenser is smooth..if it helps let me know

  • @prakharsoni7621
    @prakharsoni7621 3 ปีที่แล้ว

    Sir Arduino work on phone to upload code using otg ?

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว +2

      yes it will work

    • @prakharsoni7621
      @prakharsoni7621 3 ปีที่แล้ว

      @@jeevanjee the amount you spend in making this

    • @prakharsoni7621
      @prakharsoni7621 3 ปีที่แล้ว

      @@jeevanjee are you get soldered Arduino nano

  • @hernanalonso3364
    @hernanalonso3364 3 ปีที่แล้ว

    You can do a video making these but with arduino uno? Because I can do it with arduino nano

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      give me some time...

  • @dhairyakamdar6362
    @dhairyakamdar6362 4 ปีที่แล้ว

    how did you power the arduino ?

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      using 2 rechargeable batteries

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      li-ion batteries

  • @simonboy961
    @simonboy961 4 ปีที่แล้ว +1

    Hi , nice system . Can you upload the code for me ? Seems i have error sketching the code

  • @turquoiselune4442
    @turquoiselune4442 4 ปีที่แล้ว +1

    trop bien

  • @Balkaran12345
    @Balkaran12345 4 ปีที่แล้ว

    Sir can I use dc gear moter

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      no u cant use gear motor u need to use driver .....

    • @Balkaran12345
      @Balkaran12345 4 ปีที่แล้ว

      Can I ise L293d ic as a dc drive

    • @Balkaran12345
      @Balkaran12345 4 ปีที่แล้ว

      Please whatsapp me 9460794404

  • @vaibhavjaiswal7811
    @vaibhavjaiswal7811 4 ปีที่แล้ว

    How will you refill?

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      refill packets are available

  • @Balkaran12345
    @Balkaran12345 4 ปีที่แล้ว

    And how? Please guide me

  • @sakshamgupta5942
    @sakshamgupta5942 3 ปีที่แล้ว +1

    thanks man

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว +2

    What is the code required and on which website

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      the codes are included in the video

  • @MRPROPLAYER
    @MRPROPLAYER 3 ปีที่แล้ว

    bro where to connect battery pls tell

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      u can use usb cable also

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว

    Can we use normal batteries

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      u can use..i prefer rechargeable because u can charge them

  • @engabdallayusuf2910
    @engabdallayusuf2910 3 ปีที่แล้ว

    I need your help how can I do it

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      read comments or visit community tab for codes

  • @sahiljadhav8421
    @sahiljadhav8421 3 ปีที่แล้ว

    Can you make two project like water dispenser and temperature detector project in one Arduino Uno working at a same time 🙂

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว +1

      i will try..need to buy uno!

    • @sahiljadhav8421
      @sahiljadhav8421 3 ปีที่แล้ว

      @@jeevanjee but sir in this project I won't both senitzer despencer and temperature detector

  • @anupdas6628
    @anupdas6628 3 ปีที่แล้ว

    Nice video 👍👌👏

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Thank you 👍

  • @norahalmubarak5178
    @norahalmubarak5178 4 ปีที่แล้ว

    Can I make it with raspberry pi? And how? I am a beginner

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      arduino is much easier

    • @norahalmubarak5178
      @norahalmubarak5178 4 ปีที่แล้ว

      jeevan jee but is it possible ? Because it isn’t easy to buy it because of coronavirus :(

  • @ishfaqueshaku8246
    @ishfaqueshaku8246 4 ปีที่แล้ว

    How i connect wire to arduino?

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      Please refer circuit diagram

  • @manishsharma-zz8rs
    @manishsharma-zz8rs 4 ปีที่แล้ว

    can we use the code given in the video

  • @ShrikantSonone
    @ShrikantSonone 4 ปีที่แล้ว

    Servo motor cannot handle the load to press the nuzzle. Can you post a video with soap liquid inside it?
    It will only work with completely liquid solution.

    • @techgeek8343
      @techgeek8343 4 ปีที่แล้ว

      Shrikant Sonone Ya bro sg90 cant handle it u need a servo which has high torque!!!

    • @edwardjavier6792
      @edwardjavier6792 4 ปีที่แล้ว

      I think we can achieve that by adding another arm of the servo, but the other arm mounted to a fix surface, then the axle of this arm will be almost close to the string attached to the nozzle. The longer side is attached to arm of the servo itself, creating like a lever. I'm not really sure, haven't tried it yet lol

  • @heerasidar5017
    @heerasidar5017 3 ปีที่แล้ว

    How to upload the Arduino Uno please send video

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      just change the pins..it will work

  • @shubhamburhade
    @shubhamburhade 3 ปีที่แล้ว

    I need Circuit Diagram my are Equipment is ready

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      please check my community tab

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว

    And can you pl explain what is community lab

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      when u use youtube in ur mobile app..u can swipe across my channel ull get it before about section

  • @astronautbehera7621
    @astronautbehera7621 3 ปีที่แล้ว

    Is there a digital copy of the code???

    • @astronautbehera7621
      @astronautbehera7621 3 ปีที่แล้ว

      Link for ur community tab plzzz.

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      please open ytube in app..look for community tab

  • @iszalbinismail1073
    @iszalbinismail1073 4 ปีที่แล้ว

    I received an error message for this line:
    dist=(aver[0]+aver[1]+aver[2])/3;

  • @clark8807
    @clark8807 3 ปีที่แล้ว

    can I get the procedure plss

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Please check description

  • @joycejoy1107
    @joycejoy1107 3 ปีที่แล้ว

    Is this using Raspberry pi or Arduino Uno???

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      its arduino nano

  • @manishsharma-zz8rs
    @manishsharma-zz8rs 4 ปีที่แล้ว

    what is community lab

  • @yahyasheraz1079
    @yahyasheraz1079 4 ปีที่แล้ว

    Can you please upload the circuit

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      it's given in video please check..

  • @NaveenKumar-rm2ws
    @NaveenKumar-rm2ws 2 ปีที่แล้ว

    How much volt battery can I use for it?

    • @NaveenKumar-rm2ws
      @NaveenKumar-rm2ws 2 ปีที่แล้ว +1

      Can I use hw 9v battery for it?

    • @jeevanjee
      @jeevanjee  2 ปีที่แล้ว +2

      Yes you can

    • @NaveenKumar-rm2ws
      @NaveenKumar-rm2ws 2 ปีที่แล้ว

      @@jeevanjee thanks

    • @NaveenKumar-rm2ws
      @NaveenKumar-rm2ws 2 ปีที่แล้ว

      With in few days I will try but for coding is problem if any doubt how can I contact and calrify my doubts

    • @jeevanjee
      @jeevanjee  2 ปีที่แล้ว +1

      Hi naveen.. For this projects tutorial you can Check letsmakeprojects.com it has everything.. Just search arduino dispenser.. You can get codes and circuit diagram

  • @helowgaming6388
    @helowgaming6388 4 ปีที่แล้ว +1

    Awesome.. share ur code please.

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      please check community tab

  • @Jack-il5in
    @Jack-il5in 4 ปีที่แล้ว

    where is the led ?

  • @jvnetobr
    @jvnetobr 4 ปีที่แล้ว

    Congrats!!! Please up your code and post here for us

    • @_Ashutosh_Rana_
      @_Ashutosh_Rana_ 4 ปีที่แล้ว +1

      drive.google.com/file/d/1Gpilz37dH0siDrDCJbKGtDGWaYk0HFCw/view

    • @naahimumtajrihan3104
      @naahimumtajrihan3104 4 ปีที่แล้ว

      can't download the codr

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว +1

      please check community tab

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      please check community tab

  • @manjulaprathipati9500
    @manjulaprathipati9500 4 ปีที่แล้ว

    Bro where is the code for ardeino

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      its in the video given in a sheet of paper

    • @saadtech01
      @saadtech01 4 ปีที่แล้ว

      @@jeevanjee bro give me download link please

  • @atiqahsahidin
    @atiqahsahidin 3 ปีที่แล้ว

    hello, can i have the pins diagram please

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      please check community tab

    • @atiqahsahidin
      @atiqahsahidin 3 ปีที่แล้ว

      @@jeevanjee i couldn't find it. my project has to be submitted on this Sunday :(

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      you can find in my other arduino and ultrasonic sensor projects (how to make toll tax barrier and in my recent video(food dispenser) check out descriptions) ..ps(all codes are same for above mentioned projects)let me know once u get the code

  • @dineshchoudhari2948
    @dineshchoudhari2948 3 ปีที่แล้ว

    Sir when I tried to upload the code in my Arduino it is showing error now what to do please suggest

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      may i know what error its showing

    • @dineshchoudhari2948
      @dineshchoudhari2948 3 ปีที่แล้ว

      @@jeevanjee its showing code error

    • @alexcarrera102
      @alexcarrera102 3 ปีที่แล้ว

      @@dineshchoudhari2948 🤦‍♂️

  • @cartechx619
    @cartechx619 3 ปีที่แล้ว

    Can you plz give the code

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Please check my community tab

  • @kunalagr11
    @kunalagr11 3 ปีที่แล้ว

    can you give a tutorial link to put code in arduino !

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Please check codes in community tab

  • @bhotssampayan9053
    @bhotssampayan9053 4 ปีที่แล้ว

    Firstt comment LoL

  • @jyotideore2001
    @jyotideore2001 3 ปีที่แล้ว

    Bro can u send mi code

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Check description

  • @elddaa3475
    @elddaa3475 4 ปีที่แล้ว

    Para arduino Uno please

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว +1

      sure,i will make video on that

  • @chanelas292
    @chanelas292 4 ปีที่แล้ว

    Can u send me the code?

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      please check community tab for codes

  • @NehaSharma-br9wg
    @NehaSharma-br9wg 4 ปีที่แล้ว

    Or only the one you told

  • @tanveerahmed8537
    @tanveerahmed8537 3 ปีที่แล้ว

    Please Give me the code please

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Please check description

  • @ursmoviemedia6265
    @ursmoviemedia6265 4 ปีที่แล้ว

    Hai please give me your coding.

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      please check community tab

  • @luigicarnicella3339
    @luigicarnicella3339 4 ปีที่แล้ว

    Hello, can you give me the sketch of the project. Thanks

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      its included in video itself

    • @zen35x19
      @zen35x19 3 ปีที่แล้ว

      No he wants a sketch

    • @zen35x19
      @zen35x19 3 ปีที่แล้ว

      Not an image in the video I was going to like

  • @piratenu1
    @piratenu1 4 ปีที่แล้ว

    This design must be improved than just sticking the duino, motor and sensor to the sanitizer bottle. Much to do.

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว +1

      sure i will make the improved version

  • @shivtejwaghmode6735
    @shivtejwaghmode6735 3 ปีที่แล้ว

    Sir program

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      please check description

  • @challenginggamers8198
    @challenginggamers8198 4 ปีที่แล้ว

    Please share code

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      please check community tab

  • @alvaroreyes3784
    @alvaroreyes3784 3 ปีที่แล้ว

    Codes plis

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Please check my community tab for code

  • @ashutoshshaw3252
    @ashutoshshaw3252 4 ปีที่แล้ว

    awesome

  • @sumitkumar-bl2pk
    @sumitkumar-bl2pk 4 ปีที่แล้ว

    Arduino codes pls

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      Please check community tab

  • @davidescobar7669
    @davidescobar7669 4 ปีที่แล้ว

    BALJEET UGUGUGUGUG

  • @RkRobotics
    @RkRobotics 3 ปีที่แล้ว

    Send m Coding plzz

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      please check community tab for codes

  • @sonuprajapatisonu2869
    @sonuprajapatisonu2869 3 ปีที่แล้ว

    Where is code

    • @jeevanjee
      @jeevanjee  3 ปีที่แล้ว

      Please check community tab for codes

  • @sakshamgupta5942
    @sakshamgupta5942 3 ปีที่แล้ว +1

    are you indian

  • @maskeperroinforgames
    @maskeperroinforgames 4 ปีที่แล้ว

    ENG
    Github or similar documentation, could you upload the documentation and the code for arduino novices and people without knowledge can replicate thanks
    ESP
    Github o documentación similar, podrias subir la documentacion y el codigo para los novatos de arduino y gente sin conocimiento pueda replicar gracias
    IT
    Github o documentazione simile, potresti caricare la documentazione e il codice per i neofiti di Arduino e le persone senza conoscenza possono replicare grazie

  • @ashenefebelachewe9151
    @ashenefebelachewe9151 3 ปีที่แล้ว

    Please ans me

  • @ardinowithsandun8991
    @ardinowithsandun8991 2 ปีที่แล้ว

    plese give me aa coard

    • @jeevanjee
      @jeevanjee  2 ปีที่แล้ว

      Please check description

  • @sameersharma2056
    @sameersharma2056 3 ปีที่แล้ว

    Chlya to h ni tera jugad

    • @sameersharma2056
      @sameersharma2056 3 ปีที่แล้ว

      Torque h bi servo main itni k isko push krde

  • @coronacosmo6779
    @coronacosmo6779 4 ปีที่แล้ว

    sir plss upload the code plss plss,,

    • @jeevanjee
      @jeevanjee  4 ปีที่แล้ว

      please check my community tab