Arduino Programmable Water Doser

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • With this project you can dose the amount of water you want. You can use it to water the garden, mix water with some ingredients, fill a tank, control the water consumption, etc.
    For more information, please visit:
    www.instructabl...

КОМЕНТАРІ • 80

  • @UBsLab
    @UBsLab 3 роки тому +2

    I am really Glad that I found your channel. I was in great need of this project and finally I found it out. If possible I request you to upload it in more simplified manner so that kids like me can also make it. Anyways Thanks a lot for even uploading This one
    THANK YOU

  • @chrisracer2007
    @chrisracer2007 3 роки тому +1

    Could you have a buzzer turn on when the procedure is complete

  • @ozkanyay25
    @ozkanyay25 5 років тому +4

    emergency emergency
    hello I've bought all the materials I want to make this project, but in arduino codes I think you can help me have a bug

  • @mohammedansari311
    @mohammedansari311 5 років тому +1

    Hi Nicolas - Can you tell me how I could add these three features?
    1. Make is 8 zone.
    2. Timer settings along with water flow sensor. (example: 8AM to 4 PM)
    3. Wifi connectivity.

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      1. You need to repeat the functions 8 times. The challenge is the interface to change the settings. Watch my multiple screen tutorial.
      2. You need a timer. Watch my mega timers.
      3. For wifi, I use Blynk or app inventor 2
      I am working on an 8 relays 8 timers app. Coming soon

  • @kamalphotoart
    @kamalphotoart 4 роки тому

    hello i success build this module but it only work perfectly when the mode is in L. tried in Ml and the reading is messed up. where did u get 2.5ml/pulse? is it literary 1000/400? when doing calibration using pulse counter code i got mine 300 and assuming 1000/300 so i put 3.33 for the cal_1 value and 300 in cal_2 is it correct? im using the same sensor yf s201

  • @welcome_g
    @welcome_g 4 роки тому

    Can someone's help if the flow rate range small 0.20 to 7.80 L/Min, what the code i should change, because i used the original code it is not count, appreciate for help

  • @lcy1975
    @lcy1975 6 років тому +1

    Good Tutorial ~
    Thank you!
    Looking forward to new tutorials.

  • @lazmarface
    @lazmarface 6 років тому +1

    Excellent tutorial !
    I would like to ask you if could be possible in the same setup to control two different flow sensors and solenoids simultaneously having the ability to set different volume for each liquid .
    Keep up the good work !

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому

      Hi Mario , I've been asked about that, but i never tried with these sensors. My experience with multiple sensors is sometimes the response has a little delay, unless you don't want a high precision. I allways say that projects with LCD and buttons has two chalenges: make the code and the interface to change the variables of the code. Of course it's posible, all depends on your programming skills. Please visit my channel to know how to make an interface for any project.Regards

  • @mohammedshahedhossain9627
    @mohammedshahedhossain9627 3 роки тому

    Could you tell me what kind of system follows in diesel pump or diesel dispenser?

    • @nicolasjarpa4336
      @nicolasjarpa4336  3 роки тому +1

      I don´t know if you want to go DIY with that kind of liquid involved.

  • @mohammedansari311
    @mohammedansari311 5 років тому

    Hi Nicolas,
    The interesting thing was you created your own PCB for this project. Awesome work and keep going.
    Question: How can we add three features to this?
    a. 4 or 8 zone, your project is currently for one zone (solenoid valve). With different water limit for different valves.
    b. Timer, how to set all the 8 solenoid valves to go on at specific time and cut off at another time regardless of water flow. Or have different times for different solenoid valves?
    c. Connectivity to wifi router so it could be monitored from smart phone?

  • @santosvm05
    @santosvm05 4 роки тому

    Hi Nicolas, excelent project, I made it, but when started the arduino freeze (I am using a nano), my relay no have optocoupler but a made one. Do you have any idea? I will try with uno to check. Thanks a lot.

    • @nicolasjarpa4336
      @nicolasjarpa4336  4 роки тому +1

      Hi! these are common mistakes that I learned from users:
      -Wrong push buttons configuration. Must be pull-down.
      -Wrong relay connection. Don´t connect the relay and watch the built-in LED (pin 13) to check if the output is working.
      -Wrong relay logic. Must be: HIGH=On, LOW=Off.
      -Using the computer as a power supply. Some PCs USB doesn't have enough power.
      I'm assuming you are not using the PCB that I made, right? Let me know If works.

  • @hindustani8940
    @hindustani8940 4 роки тому

    Hi, what are the instruments I need to purchase, I want this type of system to make a mix of block

  • @alawe1977as
    @alawe1977as 4 роки тому

    thank you
    ​good project its work perfectly with me.
    ​my question is how i can to make it work with more than one sensor and valve like 10 stations, how i can add more valve and sensor.
    ​thank you

    • @nicolasjarpa4336
      @nicolasjarpa4336  4 роки тому +1

      Hi and thanks for the comment. Can you upload a picture of your project in the "I Made It" section on Instructables? That helps and encourages other people to make the project.
      You will need a Mega for those 10 sensors + 10 relays + 2 pins for I2C (recommended) + buttons. I have never pushed an Arduino that far. I mean, I don't know if some pulses will be lost with 10 incoming pulses at the same time. You also will need a menu to manage those settings with its respective interface. What I do when I need several sensors is to use an Arduino as master and Attyny85 s or Nanos as slaves to collect the data and synchronize them via I2C or serial to share it with the master Arduino. Finally, when I need more power, I jump to the Teensy 3.5 or 3.6 (120 Mhz). It's all on your creativity and programming skills.

  • @aliksoglu
    @aliksoglu 2 роки тому

    Hi where can I find the gerber files for this please

  • @ser7ser7i
    @ser7ser7i 5 років тому +1

    Thank you for sharing. God bless you.

  • @sachinbari2330
    @sachinbari2330 4 роки тому +1

    Thank you for sharing

  • @TheDhavalkansara
    @TheDhavalkansara 5 років тому

    Can you please explain how to connect clear labels sansor with stepper motor and start stop application by uno Arduino

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      I don't understand your question. Do you want to replace the solenoid valve with a stepper motor?

  • @aramisc1882
    @aramisc1882 4 роки тому

    Hi, would you please send me the code for the three pin LCD display you have.

  • @ammarnasser8998
    @ammarnasser8998 4 роки тому

    I checked all things , but i didn,t find the Arduino
    code for this, can you provide me with thanks

    • @nicolasjarpa4336
      @nicolasjarpa4336  4 роки тому

      Instructables step 6. Step 7 if you want auto reset

  • @welcome_g
    @welcome_g 4 роки тому

    Hi, could you share me the Arduino code and if possible by 4 push button for water doser option, thanks in advance

  • @bondomargalitadzemargalita1978
    @bondomargalitadzemargalita1978 6 років тому

    I want to try 2 sketches on your video. can give a link?

  • @dml860
    @dml860 4 роки тому

    Thanks for sharing. Good project.

  • @DavidNovaa
    @DavidNovaa 5 років тому

    Can you make an accurate programmable doser for 12 individual fertilizer nutrients to dispense and mix different ML in a reservoir? As low as 1 ML accuracy

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      I made something like that but with a peristaltic pump.

    • @DavidNovaa
      @DavidNovaa 5 років тому

      @@nicolasjarpa4336 Can you sell or help me make one ? I'm dying to make one of these and probably automate my garden. I want the entire process to be hands free. For example 3 nutrients dispense 3ml each in a reservoir automatically and then proceed to feed.

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      @@DavidNovaa I think you can buy something like this:
      es.aliexpress.com/item/33034962216.html?spm=a2g0o.productlist.0.0.3f1e3a7c8F7HPJ&algo_pvid=686848c1-4dc0-492d-9ffe-bf9bc2084f36&algo_expid=686848c1-4dc0-492d-9ffe-bf9bc2084f36-1&btsid=4aeb61ae-becd-4d0a-8a57-77245f689e95&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_52

  • @dennisartscienceengineerin3164
    @dennisartscienceengineerin3164 8 років тому

    Hi, can you do the same for a fuel dispensor but this time you use a Keypad to input the Amount of money ant the system will calaculate automatically how many Liters/Milliters the money is equivalnet to.

    • @nicolasjarpa4336
      @nicolasjarpa4336  8 років тому

      Yes, you need another type of sensor for fuel , and a bigger display to show the status (16x4). With some "maths" you can do what you want. i don´t know if I get you wrong , but this projects or tutorials are intended to share some knowledge , or guide begginers , to make their own projects , but not for commercial applications

    • @velsyamillenafathiya8480
      @velsyamillenafathiya8480 4 роки тому

      Hi I need an answer with the same question, if i used the keypad button, do I need to use resistors?where and how much? 10k ohm?and about the rest layout is same with yours?

  • @manojkotadiya3333
    @manojkotadiya3333 2 роки тому

    Good

  • @lineuve
    @lineuve 6 років тому +1

    Bravo

  • @surendramaharjan6713
    @surendramaharjan6713 6 років тому

    can we use this for oil vending machine? what is the accuracy of the amount of liquid?

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому

      Yes, but you need to change the sensor to an oval gear one. I got one from Alibaba to make a paint dispenser for a client. Here you can find the sensors. Look for the one that covers your needs.
      spanish.alibaba.com/product-detail/clear-lacquer-and-wax-automotive-paint-micro-oval-gear-flow-meter-60730691496.html?spm=a2700.8699010.29.6.2358ad851SB56i&s=p

  • @sohaibgimar7537
    @sohaibgimar7537 6 років тому

    Please can we replace the solenoid with a DC pump ?

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому

      Yes, go to the link and look in the comment section, one user used a submersion pump.

    • @nikhilchitroda6409
      @nikhilchitroda6409 4 роки тому

      @@nicolasjarpa4336 ...i search in the link ...but, i don't get ...please tell me

  • @lotfibouchiba1537
    @lotfibouchiba1537 5 років тому

    merci beaucoup

  • @doublelc
    @doublelc 8 років тому

    only start/stop botton snd reset are worling :(

    • @nicolasjarpa4336
      @nicolasjarpa4336  8 років тому

      ​I downloaded the code from the site and works fine. Check your connections.

  • @sheraz2524
    @sheraz2524 6 років тому

    i have problem when first time i on arduino relay click multiple times

  • @ahmadjavan6680
    @ahmadjavan6680 4 роки тому

    Hi, I'm a beginner, can you send me the program code?

  • @tekkentekken-vi5vi
    @tekkentekken-vi5vi 7 років тому

    hi Nicolas can you help me with a prIvate project? I want to make same project as in the video only with a sensor.

    • @nicolasjarpa4336
      @nicolasjarpa4336  7 років тому

      how can i help you?

    • @tekkentekken-vi5vi
      @tekkentekken-vi5vi 7 років тому

      I want to know if i can use a sensor on the place of the start/stop button, so that when my cat comes across the sensor or photocell it will give a signal to the solenoid valve.. Thanks in Advance

    • @nicolasjarpa4336
      @nicolasjarpa4336  7 років тому

      Yes, but if you want for your pet ,just use a timer to open and close a solenoid valve at a certain time, to fill and remove old water (like WC effect) I have made something like that in the past for my dog.

    • @tekkentekken-vi5vi
      @tekkentekken-vi5vi 7 років тому

      thx :) one month end am ready ,end i Will show you my project ! ok

    • @yogeshitaliya473
      @yogeshitaliya473 4 роки тому

      How to set ml/l
      (I Mack on zero pcb )

  • @bondomargalitadzemargalita1978
    @bondomargalitadzemargalita1978 6 років тому

    Hey. interesting video.
    I want to do so to set a minimum of 0.5 liters and a maximum of 50 liters.
    Can you help me?

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому

      bondomargalitadze margalitadze give me a week,regards

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому

      Hi are you using the yf s201? because the minimum amount of water is about 2.5 ml x pulse, so you cant dose 0.5ml. If you want that precision look for a peristaltic pump tutorial.

  • @JavohirYakubov
    @JavohirYakubov 7 років тому

    Can you give me the program code? Thanks beforehand!

  • @myfruitzen7628
    @myfruitzen7628 4 роки тому

    Aap ne achhe se nahi bataya ki kon si chij kaha jodi h arduino ko kaha set kiya

  • @s.asoundsystam7771
    @s.asoundsystam7771 4 роки тому

    Thanx for me help

  • @mr.sonuverma1320
    @mr.sonuverma1320 3 роки тому

    I want this machine sir

  • @engexperts8687
    @engexperts8687 5 років тому

    Pls provide me the programme

  • @bondomargalitadzemargalita1978
    @bondomargalitadzemargalita1978 6 років тому

    I want to try 2 sketches on your video. can give a link?