How To Make Automatic Water Dispenser Machine | Arduino Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2018
  • Hello Friends In This Video Show You How To Make Automatic Water Dispenser Machine at Home using Arduino
    Arduino Nano : bit.ly/2QJB8z8
    Relay : bit.ly/2C4hXaS
    Ultrasonic Sensor : bit.ly/2zNsVQH
    Wire Diagram : bit.ly/2QOt28m
    Arduino Programming : bit.ly/33l3EtE
    Air Pump : bit.ly/2Gd4ZM6
    This is really awesome Home Made Project Must Watch !!!!!!
    ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    Hope You Enjoy With My Videos.If You Wants to Enjoy More Awesome Videos Subscribe This Channel Now.
    Subscribe - goo.gl/WbRV5z
    ............................................................................................................
    Facebook - goo.gl/zRvoU9
    Goolgle+ - goo.gl/g4kE2j
    Instagram - goo.gl/bnRAsv
    #Water #Dispenser #Machine
    Music Credit :-
    Jim Yosef - Arrow [NCS Release]
    [NCS]
    • / nocopyrightsounds
    • / nocopyrightsounds
    • / nocopyrightsounds
    • / ncsounds
  • แนวปฏิบัติและการใช้ชีวิต

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

  • @sauna4168
    @sauna4168 5 ปีที่แล้ว +107

    Here is the code if someone needs it:
    #define trigger 5
    #define echo 4
    #define Relay 6
    float time=0,distance=0;
    void setup()
    {
    Serial.begin(9600);
    pinMode(trigger,OUTPUT);
    pinMode(echo,INPUT);
    pinMode(Relay,OUTPUT);
    delay(2000);
    }
    void loop()
    {
    measure_distance();
    if(distance

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

      Thank u so much

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

      @@lilpoppy1328 I'm not sure if it works, i just copied it from the video.

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

      @@sauna4168 it works! You saved me a lot of time

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

      sauNA it's the same program in the link?

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

      @@yusufchild2614 It's the code for the arduino. The link that was in the description wasn't working so i wrote it from the video.

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

    And which wires you used to connect 3 pins of relay ...name plz

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

    Hello I'd love to make a auto calf feeder that each calf can get a certain amount of milk. It would work by reading the RFID tag in the calfs ear and letting them drink the allocated amount of milk. Any advice?

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

      Hey man, RFID has really small range, you literally have to touch it for communication to occur, you might need to use bluetooth module instead. I am actually working on some other project for cattle as well, pm me of you wanna get in touch.

  • @Harvey-Specter219
    @Harvey-Specter219 2 หลายเดือนก่อน +1

    So if you did not take the glass, the water overflows right? Would there be by any chance that the dispenser stops dispensing and will trigger only if new glass is placed?

  • @_4ishah_844
    @_4ishah_844 5 ปีที่แล้ว +3

    May I have an explanation how does this thing work??I plan to make it for my school project if u would pls help me😩🙏

  • @aditia.sanjay7858
    @aditia.sanjay7858 4 ปีที่แล้ว +2

    What is the power of the soldering iron? 30 W?

  • @jaimecases3426
    @jaimecases3426 6 หลายเดือนก่อน

    Hello, would it still work if I use air pump that is not exactly what u used? i ordered my air pump in shopee, 6v also. Would it still work?

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

    How did you put those hose in mini air pump?

  • @lightning6255
    @lightning6255 5 ปีที่แล้ว +1

    How did u use your pipes?

  • @jaimecases3426
    @jaimecases3426 6 หลายเดือนก่อน

    Hello I'd like to know if do I need to use a specific type of battery or I can use any type?

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

    working with selenoid valve?

  • @abelaneriz6807
    @abelaneriz6807 4 หลายเดือนก่อน

    can we use any type of battery here? or is there a specific battery that we need?

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

    Sir 12v Air pump DC motor can I use this project

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

    works for me
    thanks bro

    • @pkkkk50
      @pkkkk50 14 วันที่ผ่านมา

      Please help ...can u please tell me the correct circuit diagram

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

    Hi!, is it okay if I'll use arduino ATMEGA328p? if yes, is it possible if you can give me the connection of it. Thank you and have a nice day!

  • @XxXdestaXxX
    @XxXdestaXxX 5 ปีที่แล้ว +1

    Hey pls answer my question
    Is this using flip flop?

  • @m1nute-videos
    @m1nute-videos 4 ปีที่แล้ว

    can i use 12v air pump?

  • @anirudhadey8799
    @anirudhadey8799 4 ปีที่แล้ว +7

    Buddy, can you tell voltage of the battery and from in were you buy.

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

      Battery is 18650 nominal voltage 3.7v

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

      7.2 V two cells 18650

  • @manojkumarj5074
    @manojkumarj5074 4 ปีที่แล้ว +3

    Hi, I want to know how much voltage can use this project?

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

    Is there a sensor that automatically releases water when plants are detected

  • @yaiba19971
    @yaiba19971 4 ปีที่แล้ว +3

    is this automatically turn off pumping water when the water nearly full or just move the cup away from sensors???

    • @DCBapon
      @DCBapon  4 ปีที่แล้ว +3

      when just away from the sensors

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

      @@DCBapon hey mate i really need your help, so basically i need the disadvantages of this water dispenser.... since you're the creator ...i really need this for a home work and i chose to analyze your creation pls pls pls pls i will wait for your response .bye

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

    i have a 1 channel relay module.
    can it work with this instead of the model you used??????

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Yes but check the model either trigger high or trigger low.U can change it in the code

  • @zidanfabio8429
    @zidanfabio8429 6 หลายเดือนก่อน

    Is that code can be use for motion sensor (PIR)?

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

    what is that wire called? the one that has crocodile teeths,the one that is being attached to the relay.

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

    Sir can i use hand wash plz reply mee

  • @sbelectronics2913
    @sbelectronics2913 4 ปีที่แล้ว +3

    sir can i use hear adruino uno ...?
    pls reply me ...!!!!

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

      yes bro you can use

  • @DharmendraKumar-sr2eg
    @DharmendraKumar-sr2eg 5 ปีที่แล้ว +4

    Unbelievable !Nice work

  • @jenu45
    @jenu45 ปีที่แล้ว

    hello i need some information how to add 2 r more aultrasonic sensor in this same project , it means how to take multi out put from one arduino nano pls help us am learner

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

    Pump me bada aur chhota pipe kaise connect hoga aur bottle me bada aur chhota dono pipe dalenge kya

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

    Do we get all the items

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

    Sir isme agar water limit add karna h to kya karna chahiye. Mtlb agar m chahta hu ki ek baar sensor par lane par ek limit jo m tay karu utna hi pani nikle. Ye kaise hoga

  • @aalamgarg3467
    @aalamgarg3467 ปีที่แล้ว

    Can we use arduino uno in this project??

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

    can i buy this at shope or other website?

  • @theworldofrobots-4162
    @theworldofrobots-4162 4 ปีที่แล้ว

    Thank you

  • @potheadmarley1064
    @potheadmarley1064 4 ปีที่แล้ว +3

    Can u please post the new wiring diagram? I try to make this with the current diagram and its not working. Please post the new wiring diagram

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

    Very nice making

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

    Awesome brother but it worked na because I want also to try

  • @christianmercado8399
    @christianmercado8399 ปีที่แล้ว

    What are those wires called?

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

    Do you have circuit for this projects

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

    Ive done everything exactly shown in the video. I can get the relay firing but I'm struggling to get the dc motor to activate... I've gotten it to work a couple time, but it been connected to my computer. why is it doing this? thanks in advance.

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Maybe u need to use 12v adaptor

    • @Whydiskolaveri
      @Whydiskolaveri 9 หลายเดือนก่อน

      I have the same problem. If you were able to rectify it, what did you do?

    • @MoregamethanYou4
      @MoregamethanYou4 6 หลายเดือนก่อน

      @@rbtgurudo any wires work or just the ones in his video

    • @rbtguru
      @rbtguru 6 หลายเดือนก่อน

      @@MoregamethanYou4 .any wire colour works.

    • @MoregamethanYou4
      @MoregamethanYou4 5 หลายเดือนก่อน

      @@rbtguru ok because those tangled ones look a bit odd

  • @wayejcreative
    @wayejcreative 5 ปีที่แล้ว +1

    nice...

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

    can we use ardinuo uno insted of nano

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

    Why do you use relay?

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

    Hii dc bapon I have a doubt , plz answer. I can take the arduino uno r3 in the place of arduino nano.
    Plzz tell it is urgent.
    Plz help me out.

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

    In this video how much volt u have given ?

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

    I buy air pump from your link..but seems like my air pump only had 1 pipe? Why.. U had 2

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

    please give the equipment of the programme

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

    Isme kya program install karna padega

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

    I need a configuration all sensor

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

    Can U apload a new wireing diagram plZ

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

    Thank you its working

    • @blasterking9580
      @blasterking9580 8 หลายเดือนก่อน

      😢😢😢😢
      Please my working opposite if i came glass it stop and when i away the glass from sensor it work can anyone help me i had to do please help me 😢😢

    • @pkkkk50
      @pkkkk50 13 วันที่ผ่านมา

      Please share the circuit diagram 😢

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

    Sir I have seen some more videos about this project and I found one common thing that in all the projects rather than Arduino Uno,they used Arduino Nano.Why sir??

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

      arduino uno is used in complex project

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

    Which glue did you use?

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

    Sir I want to know if air pump is not available in the market what else we can use instead of air pump. Please reply back..

    • @SanjaySingh-hl4ov
      @SanjaySingh-hl4ov 3 ปีที่แล้ว

      Sir iski pdf file nahi mili contant num 8273262216

  • @lightning6255
    @lightning6255 5 ปีที่แล้ว

    my arduino plate's led light is not working..it was getting connected to pc..now not.....what to do? .. how to avoid shot-ing?

  • @jvg.04
    @jvg.04 ปีที่แล้ว

    it works but I have a problem because whenever I put the glass it stops but when i remove the glass it continuously producing water. Can you help me to fix it?

  • @omrathod8487
    @omrathod8487 ปีที่แล้ว

    Can u plzz tell me where the transparent pipe goes

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

    How will the sensor detect its a glass and not any other object? What if there is some other object and the dispenser starts ?

    • @rbtguru
      @rbtguru ปีที่แล้ว

      U need to add sensor at the base which is the sensor will detect glass in 2 point

  • @dydamianleng4392
    @dydamianleng4392 5 ปีที่แล้ว +1

    How to give a delay to the sensor to stop the water

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

    We can also use this for wash our hands by connecting that pipe to a water tank.. it will save water too 😀

  • @universebgb
    @universebgb 5 หลายเดือนก่อน +1

    Can you please explain how to connect two pipes

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

    Can i get a made model and what will the cost

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

    The motor is turning on by itself after 3 seconds , it is not reponding to the ultrasonic sensor. Please help!!!

  • @bosshoggett
    @bosshoggett 5 ปีที่แล้ว

    Would have thought a toggle switch did the same thing circuit in circuit off.

    • @nihaal7750
      @nihaal7750 5 ปีที่แล้ว

      but this is an automatic and not semiautomatic

  • @thiban1006
    @thiban1006 ปีที่แล้ว

    2:17 Hello sir , I’ve followed you from the beginning, but until this code part , when I pressed upload it shows “ An error occurred while uploading the sketch” , can I get help . Im doing this for school projects, I hope I could get replies, Thank you🙏🏼

    • @surya.2731
      @surya.2731 8 หลายเดือนก่อน

      same bruh

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

    can we use arduino uno board for this project bro?

  • @VikasVimal-xg4ub
    @VikasVimal-xg4ub 8 หลายเดือนก่อน

    Please show me circuit diagram of this brother 😘

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

    how to do aurdinon programing pleasehelp

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

    Hi we r takeing ur project for diploma industrial training...
    Can U plz post a new wireing diagram plz bcaz it's not working for my group.. we have only 3 days to submit in clg. plz sir

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

      Did u complete the project?

  • @wrestlingworldhk757
    @wrestlingworldhk757 5 ปีที่แล้ว +1

    Circuit diagram is not as shown in video ....which is correct ?....please reply

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

      Im doing this project but not working ...please help

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

    can we use arduino uno instead of nano

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Yes of course

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

    Does the program works on arduino uno?

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

    Hi bro i did this project by seeing your video and it's working thank you..
    And how to regulate water flow I mean cutoff ... When I keep hand in front of ultrasonic sensor water flow should stop after some time...

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

      Bro, can i know wire u use?

    • @rbtguru
      @rbtguru ปีที่แล้ว

      U need to change the code and add some variable.
      Its a long story here

    • @pkkkk50
      @pkkkk50 9 วันที่ผ่านมา

      I did the same...my nano and relay both are glowing...but motor is not activated

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

    pls help with the small crocodile clip,whats the name

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

    Sir what's the length and height of the pieces?

  • @thiban1006
    @thiban1006 ปีที่แล้ว

    Why my dc pump is irresponsive to ultrasonic sensor

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

    Tape ka kai name ha??

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

    good evening good evening I hope you and your family are doing well, can I have the arduino code that you used for this project?

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Author already pin the coding comment.

  • @stephdiesel2110
    @stephdiesel2110 5 ปีที่แล้ว +6

    Hey, I'm having troubles with the code. It appears that the file is corrupted. Possible to get any help? Thanks.

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

      #define trigger 5
      #define echo 4
      #define Relay 6
      float time=0,distance=0;
      void setup()
      {
      Serial.begin(9600);
      pinMode(trigger,OUTPUT);
      pinMode(echo,INPUT);
      pinMode(Relay,OUTPUT);
      delay(2000);
      }
      void loop()
      {
      measure_distance();
      if(distance

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

    Sir kya mujhe is ki project report mil sakti h

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

    I m making a same this project so help me plz I needed wire diagram plz reply me .

    • @DCBapon
      @DCBapon  4 ปีที่แล้ว +3

      bit.ly/2QOt28m

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

      @@DCBapon Sir how to do aurdino programing please help.....

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

      You can better nit juse a arduino, but a ir senor and a pump and are gs that is verry cheap linke 7.90 euro totaal

  • @lightning6255
    @lightning6255 5 ปีที่แล้ว

    What battery u r using?

    • @DCBapon
      @DCBapon  5 ปีที่แล้ว +1

      2pcs 3.7V Li-on Battery

    • @lightning6255
      @lightning6255 5 ปีที่แล้ว

      @@DCBapon thanks

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

    Can it be done with Arduino uno?

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Yes of course

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

    Can some one please share the block diagram of this project! I need it to present this week

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Input : ultrasonic
      Process : arduino nano
      Output : relay and pump

    • @talhacelebi1526
      @talhacelebi1526 ปีที่แล้ว

      @@rbtguru Hı could you help me about this project

    • @pkkkk50
      @pkkkk50 13 วันที่ผ่านมา

      ​@@rbtguruplease share complete wire diagram,the diagram which u have shared is incomplete 😢

  • @Liam-ok3wn
    @Liam-ok3wn 4 ปีที่แล้ว

    We tried this so many times. The pump doesnt working. Only nano and relay

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

    any materials needed??

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

    👍💓👍

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

    Can i use Arduino uno instead of nano?

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

      yes you can

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

    Can this be done using raspberry pi? :(

  • @smrutihegde699
    @smrutihegde699 22 วันที่ผ่านมา

    I am getting programmer is not responding, what is the error

  • @Virtual-Classmate
    @Virtual-Classmate 4 ปีที่แล้ว

    Within this week I need to complete my project. Plz help me out

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

      Did u complete it?

  • @rbtguru
    @rbtguru ปีที่แล้ว

    Nice videos

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

    I Request using raspberry pi 3

  • @yashraj1294
    @yashraj1294 ปีที่แล้ว

    What is its total amount or price

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

    what is the use for this automatic water dispenser machine sir...plzz tell me

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

      you can find all link in description

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

    Sir. Your project was awesome! I already try it yesterday, but why my project run in a reverse motion? When I put the battery, the pump automatically on, but when i touch the sensor, the pump automatically off 🤔 can you help me sir?

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

      switch the NC and NO in Relay

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

      @@yaiba19971 thanks for your help! It works! yeay

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

      Yes its work my also

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

      Hi sister. Did you already make this project? Can you please help me for my final exam. 😭

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

      Nurainin Sofiya ainin sofiya . I need ur help please ☺️☺️

  • @numairsayyad7816
    @numairsayyad7816 5 ปีที่แล้ว

    Can u give a code of the aurodino

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

    Please help me. How can I set the water flow and stop for 2 seconds when the HC-SR04 sensor sees my hand? PLS HELP

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

      decrease the delay

    • @sefaozgun8470
      @sefaozgun8470 ปีที่แล้ว

      @Talha Işın Çelebi çok uğraştırdı ama yaptım

    • @sefaozgun8470
      @sefaozgun8470 ปีที่แล้ว

      @Talha Işın Çelebi üstünden baya geçti projemin sadece malzemeleri duruyor kodları vs hiçbiri durmuyor. yine elimden geleni yaparım

    • @sefaozgun8470
      @sefaozgun8470 ปีที่แล้ว

      @Talha Işın Çelebi hocam ben kafama göre yaptım onları strafor ile ölçüleri bilmiyorum tabanın 2 katı boy yap

  • @Finance_.360
    @Finance_.360 5 ปีที่แล้ว

    How much cost require for this project

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

      less than 30 usd, thats inculding the arduino, if you have one, less thant 7 usd

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

    What the program we applied in arduino

    • @rbtguru
      @rbtguru ปีที่แล้ว

      Author already pinned the comment