Arduino Automatic WaterPump System.. //Save Water💧

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 149

  • @oanduong7244
    @oanduong7244 4 роки тому +15

    Limitations of that idea are:
    -In extreme environmental conditions, the sensor will therefore operate unstable when affected by temperature.
    -The installation on the tank is difficult if you do not use a solid cover to prevent electrical and water penetration.

    • @williamarredondo6833
      @williamarredondo6833 4 роки тому +5

      I wish "Arduino Experiment" answers this questions. That only for a better information. Project is very good. We need pay attention in details.

    • @LMylist
      @LMylist Рік тому +1

      Float Pump is the option here. i dont think Ultrasonic will do any work.

  • @mdtanvir2622
    @mdtanvir2622 Рік тому +1

    Can this relay really could be used in 220volt??

  • @kabilans7224
    @kabilans7224 4 роки тому +3

    Will the ultrasonic sensor work when water evaporates from the tank and deposit on receiver and transmitter of ultrasonic sensor??

    • @williamarredondo6833
      @williamarredondo6833 4 роки тому +3

      This is a very important question. !!!!!

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

      @@williamarredondo6833 yes and no i have made same project long back, had to change the sensor every 4 -5 months due to corrosion from water vapours

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

    Танк на 1000 литров успешно работает, чувак, хороший учебный человек. :)

  • @AFacts0968
    @AFacts0968 2 роки тому +1

    Thanks for the ideas,, for those questioning about the condition of a ultrasonic sensor in that kind of environment,, FYI this video is aonly a prototype in real world theirs a appropriate sensor for that and that is an Industrial Ultrasonic sensor imand the price is approximately 11k up,,,

  • @valerioguagnelliscanzani643
    @valerioguagnelliscanzani643 4 роки тому +3

    It doesn't work in a closed tank, because of ultrasonic sound bouncing.
    And humidity will destroy the sensor soon.

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

      But it has been set in my house for about 3 years, it is working fine .....
      My tank is 1000lt .... And it's still working great .... 😶

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

      depends on how much power ... if the signal is too strong yes that is possible but these sensors/senders are pretty weak

  • @larrythegreat4994
    @larrythegreat4994 3 роки тому +3

    Good day, what software did you use in creating those circuit diagram?

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

    Ap ne battery 🔋 kune use keep relay k sath jb k hum USB se power da rha han

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

    I have a question. Is it possible to make a system with:
    1. moisture sensor
    2. water pump
    3. water volume meter
    in just one arduino? or i requires 2?

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      Yes ofcourse possible to make ..

    • @neilricardosantiago7554
      @neilricardosantiago7554 4 роки тому +2

      @@ArduinoExperiment can you make a video regarding the moisture sensor, water flow sensor (to measure the volume flowing), and a pump

  • @rachanavenugopal4127
    @rachanavenugopal4127 3 роки тому +4

    Sir, what is the total current the circuit is taking? Kindly reply how to measure it

  • @shakthiviviyn
    @shakthiviviyn 4 роки тому +2

    Is it possible make a pcb for this circuit and another doubt is the do the wirings change when I use arduino uno so what changes do I need to mak e could you upload a code for arduino uno too.Thank you

  • @zacsonskaria
    @zacsonskaria 3 роки тому +5

    How durable is HC-SR04 to be used in such humid environment? I believe these sensors would eventually fail due to formation of water droplets.

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

      I just expoxied one to see how it stands against water and corrosion over time

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

      @@cjdelphi how did it go ?
      Any updates? 🙂

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

      @@itsmmdoha still going, and wow 3 months already! lol

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

    I have a few questions, how to operate this circuit if im using a 12v solenoid valve, do i need voltage regulator for 12v since arduino uno only supports 5v and how to supply the solenoid valve?

    • @ayushchakraborty1222
      @ayushchakraborty1222 2 роки тому +1

      You can use a relay to power the valve, the relay can be operated by nano

  • @unkophil
    @unkophil 4 роки тому +2

    is the blue wire from the relay to the water pump positive?

  • @naemytuutaleni658
    @naemytuutaleni658 2 роки тому +2

    This is really a great idea. Any idea if I to include an alarm system in that system? Like if the tank is full an alarm will be triggered. Which components can I use? Useful video links would be awesome!

    • @ArduinoExperiment
      @ArduinoExperiment  2 роки тому +1

      Yes Just add the Buzzer on pin no Arduino D9 Pin ..

    • @naemytuutaleni658
      @naemytuutaleni658 2 роки тому +1

      @@ArduinoExperiment Okay thank you.

    • @ArduinoExperiment
      @ArduinoExperiment  2 роки тому +1

      @@naemytuutaleni658
      You're welcome .. thanks for supporting us . . . .
      Don't forget to Like & Subs 🙌🏻❤️
      Hope you Enjoyed this channel Videos ..
      keep Making .. Stay Safe

  • @naniii613
    @naniii613 4 роки тому +5

    Is the pump will pump the water automatically when the led turn red? Or we need to press it?

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +4

      Place the ultrasonic sensor on top of the tank. Ultrasonic sensor calculates the distance and according to the code if distance is less than or equal to 5cm it switch offs the pump and if the distance is grater than 80(which is recommended to be changed according to your need) the relay turn on the pump.
      (Note:- Ultrasonic sensor is placed at the top hence if the distance increases it means level of water is decreasing and vice-versa.)

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +3

      //No Red Led is Indicator ....
      //When the water is filled in the tank, the pump will automatically turn off & when the water in the tank runs out, the pump will automatically turn on again......
      //We don't have to switch on and off ......

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

    Why in video and Arduino sketch is different?? Plz reply me

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

    0:24 Is that the same as a piezo buzzer?

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

    which software did you use to draw your circuit?

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

    in code a is not defined error occur

  • @vandeepvaishnav8600
    @vandeepvaishnav8600 4 роки тому +5

    All detail provide you are grat

  • @arjun.e.v3356
    @arjun.e.v3356 3 роки тому +1

    bro can u help .how i attach a16*2 display in this circuit and can u send the code for that
    .....pls...

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

    Sir please can u Tell what is the exact quantity in litre of big tank program code u have given,, e.g 500L or 100L?

  • @devakumar-vq7so
    @devakumar-vq7so 4 роки тому +4

    Idea is great and planning to implement at this circuit at my home ,but i have following doubts?
    Whether this ultrasonic sensor will withstand the water evaporated inside the tank and able to withstand the temperature inside the tank?

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      ★There will be no damage, it has been set in my house for about 1 year and it is still going well. . . . .
      Yes, sweat comes from water, so the sensor has to cover it in a 3D printed box,, Otherwise the sensor may go damage.....

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

      @@ArduinoExperiment glad to hear it's working good for you, but after spending 35+ years in the oil/gas instrumentation field even the big names of the industry had a hard time designing a decent ultrasonic level system that was free from problems.

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

    Can't I use an arduino uno in this? Need help just for project purposes, Thank you.

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

      Same ... Arduino Nano Or Arduino UNO ..
      Same Code .. same Pin ....
      You can use Arduino UNO Board.... 👍🏻

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

      @@ArduinoExperiment Great! Thanks for the info. :)

  • @azharjamali7485
    @azharjamali7485 4 роки тому +4

    can we use 5v battery instead of 5v adaptor

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +3

      Yes you can use it,, but you'll have to change the battery a multiple times.... And that would be a waste of time.....

  • @energy8190
    @energy8190 4 роки тому +4

    Thanks for your work! Any ideas for a school auto alarm system as my graduating project? Useful video links would be awesome! Just power on/off at specific time with web support maybe. Thanks in advance!

  • @amardarwatkar8338
    @amardarwatkar8338 4 роки тому +3

    Can Arduino be used to produce business goods? What is your opinion on this?

  • @Chris.nothing_more
    @Chris.nothing_more 2 роки тому +1

    Can someone help me to wrote the code similar with this project?

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

    What software use for the simulation??

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

    hello, how can i make it that i will have the pump inside and it will turn on if the tank is full so it would push the water out and stop pumping after the container is empty?

  • @justknowledge7244
    @justknowledge7244 4 роки тому +2

    Please koi mujhe electronics padhao yaar..
    Bahut weak hu mai isme
    Kaun sa wire kidhar jodna hai nahi pata mujhe.
    Please yaar help karo
    By the way....project was awesome

    • @manojkumardas2777
      @manojkumardas2777 4 роки тому +2

      Check it out Video Description.. ~ Arduino Circuit diagram & also Wireing details....

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

    Bro really thanks for information . Can it will work in case of summer sable pump

  • @lovronemec938
    @lovronemec938 4 роки тому +3

    Can I use it for 1000 liters tank? nice video! Thanks for reply.

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

      Yes!!
      Arduino Code link in description . . . .
      //For Big Water Tank (1000 litters) . . . .
      Thank you for your support 🙌❤️

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

      @@ArduinoExperiment
      Can I use 10amp relay for 1 horsepower pump

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

      @@anupsarkar3063 it's better to use contactor, you can use the relay to control the contactor.

  • @pabashanibatagalla6214
    @pabashanibatagalla6214 4 роки тому +2

    Sir, can we do this project from Arduino uno board

  • @dipeshsonaviya6149
    @dipeshsonaviya6149 4 роки тому +3

    Where are you from? I have a project like this. Waiting for your reply.

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      I'm from India..

    • @williamarredondo6833
      @williamarredondo6833 4 роки тому +4

      @@ArduinoExperiment . Exotic place. India is full of high Technical people..... With tigers, cobras, etc.

  • @amanda1iyus
    @amanda1iyus 4 роки тому +3

    can i use arduino uno instead of arduino nano?

  • @andrewjokbalan6267
    @andrewjokbalan6267 4 роки тому +3

    still vibin; with this music! nice edit bruh

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

    what pump should i get? and their connection?

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

    Sir below is my code for automatically water level indicator using ultrasonic sensor but I want to add buzzer if the water reaches full tank buzzer should on for 10 seconds then the buzzer should stop
    ..
    ..........................................
    const int trigPin = 2;
    const int echoPin = 3;
    int ledA = 13;
    int ledB = 12;
    int ledC = 11;
    int ledD = 10;
    int ledE = 9;
    int buzzer = 8;
    int A = 20;
    int B = 16;
    int C = 12;
    int D = 8;
    int E = 5;
    int max_distance = 200;
    void setup() {
    Serial.begin(9600);
    pinMode (ledA, OUTPUT);
    pinMode (ledB, OUTPUT);
    pinMode (ledC, OUTPUT);
    pinMode (ledD, OUTPUT);
    pinMode (ledE, OUTPUT);
    pinMode (buzzer, OUTPUT);
    digitalWrite(ledA, LOW);
    digitalWrite(ledB, LOW);
    digitalWrite(ledC, LOW);
    digitalWrite(ledD, LOW);
    digitalWrite(ledE, LOW);
    digitalWrite(buzzer, LOW);
    }
    void loop() {
    long duration, inches, cm;
    pinMode(trigPin, OUTPUT);
    digitalWrite(trigPin, LOW);
    delayMicroseconds(2);
    digitalWrite(trigPin, HIGH);
    delayMicroseconds(10);
    digitalWrite(trigPin, LOW);
    pinMode(echoPin, INPUT);
    duration = pulseIn(echoPin, HIGH);
    cm = ( duration / 29 ) / 2;
    inches = cm * 0.393701;
    inches = microsecondsToInches(duration);
    cm = microsecondsToCentimeters(duration);
    if (inches < max_distance) {
    Serial.print(inches);
    Serial.print("in");
    Serial.print(cm);
    Serial.print("cm");
    Serial.println();
    delay(100);
    digitalWrite (ledA, HIGH);
    }
    if (inches >= A) {
    digitalWrite (ledA, HIGH);
    digitalWrite (ledB, LOW);
    digitalWrite (ledC, LOW);
    digitalWrite (ledD, LOW);
    digitalWrite (ledE, LOW);
    }
    else if (inches >= B) {
    digitalWrite (ledA, LOW);
    digitalWrite (ledB, HIGH);
    digitalWrite (ledC, LOW);
    digitalWrite (ledD, LOW);
    digitalWrite (ledE, LOW);
    }
    else if (inches >= C) {
    digitalWrite (ledA, LOW);
    digitalWrite (ledB, LOW);
    digitalWrite (ledC, HIGH);
    digitalWrite (ledD, LOW);
    digitalWrite (ledE, LOW);
    }
    else if (inches >= D) {
    digitalWrite (ledA, LOW);
    digitalWrite (ledB, LOW);
    digitalWrite (ledC, LOW);
    digitalWrite (ledD, HIGH);
    digitalWrite (ledE, LOW);
    }
    else if (inches >= E) {
    digitalWrite (ledA, LOW);
    digitalWrite (ledB, LOW);
    digitalWrite (ledC, LOW);
    digitalWrite (ledD, LOW);
    digitalWrite (ledE, HIGH);
    }
    else {
    digitalWrite (ledA, HIGH);
    digitalWrite (ledB, HIGH);
    digitalWrite (ledC, HIGH);
    digitalWrite (ledD, HIGH);
    digitalWrite (ledE, HIGH);
    }

    }
    long microsecondsToInches(long microseconds) {
    return (microseconds / 74) / 2;
    }
    long microsecondsToCentimeters(long microseconds) {
    return (microseconds / 29) / 2;
    }

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

    Can I use It for 200 litres tank?nice video!reply plz

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

      In my house, I tried a 1000 liter tank and saw that it was working ,, It will also work in your tank . . . .
      //If the 1st code does not work then there is 2nd code in the description . . . .

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

    how to automatic on and off for 400v 3phase motor.

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

    where should i place the buzzer?

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

      The Buzzer may or may not give it....

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

      Pizo buzzer that you used ? Where did you put it ?

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      // Pizo Buzzer~~
      Connect Pizo Buzzer_ positive pin connect to arduino digital pin 9 and, Pizo Buzzer negative pin connect to arduino GND pin....

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      LED & Pizo Buzzer Connect to Arduino D9

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

      Okayyy thank you

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

    Hi sir, can I get the schematic diagram for this system? Like you shown in the video?

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

      Take a screenshot

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

      @@icariusian You're great! Thanks to help🙌🏻

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

    Nice job

  • @dailylifeproducts0813
    @dailylifeproducts0813 Рік тому +1

    yaar code bhi upload kr di kro professor saaaab

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

    80mm? Please

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

    thanks alot

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

    did you have the flowchart of this project?

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

      No, I didn't have a flowchart.... I created the code by calculating how big the water tank is and, the distance of the ultrasonic sensor.....

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

      @@ArduinoExperiment hi. how do you calculate and know the water tank? and by that, how can u correlate and ensuring that specific level, your ultrasonic sense the water level to give signal to arduino?

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

    PleSe dont add the music...it makes my head feel heavy. The content is nice though. Gonna do this today

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

    how to use this system at home for pumping water in overhead tank(220v connection)? can you please give what modification i have to make?

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

      Yes!!
      You can change the relay switch,
      See how many amps your pump is and buy a relay and add it to Arduino. . . . .
      __________________
      and ,, I gave the real water pump 220v- Arduino code link in the description . . . . . .

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

    What should i do if i want to use the pump to release all the water from the tank? Please someone help me😭😭

  • @geddamtarakarcrao3841
    @geddamtarakarcrao3841 4 роки тому +4

    will you show the code for this project bro
    nice video bro.....

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      Thank You So Much. . . . .🙂✨
      Thank you for your support. . 🤗❤

  • @nikileshprime2450
    @nikileshprime2450 4 роки тому +2

    Hi bro can I use arduino uno in this project

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

    jab 50/60 wire use karte hai to sensor work nahi karta kay karna chahiye sir ji

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

      Usko aur power ki jarurat h.
      50/60 wire me 5volt bahut kam h

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

    Bhai program muko ne

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

    Can you explain program in detail plz

  • @suyogdatar8859
    @suyogdatar8859 2 роки тому +1

    will this code work for arduino uno

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

    It will not work because the relay can't handel the 15amp current. Overheat will destroy the circuit.

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

      If you use the 15 ampere's relay switch, then it will work......

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

    Helli bhai diagram dona

  • @uniquegammer4970
    @uniquegammer4970 4 роки тому +3

    I need the code please.

    • @manojkumardas2777
      @manojkumardas2777 4 роки тому +3

      You can see the description box,
      Code link in description..

    • @manojkumardas2777
      @manojkumardas2777 4 роки тому +2

      Check it out Video Description.. ~ Arduino Circuit diagram & also Wireing details..

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

    Nice project..i have one question, my sumersible has control board like typical control board having voltage and ampere meter box, i have to check ampere meter reading once motor is on, if it's more than point 6..i have to switch off the motor else it will burn. How can i manage this using Arduino?

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

    Code seems error

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

      Check it out on video description . . . .
      I gave the link to the new code . . . .
      //Code for Small & Big Water Tanks . . . .

  • @user-fb6ml6vq4o
    @user-fb6ml6vq4o 3 роки тому

    d=d/69 what is the meaning of this urgent bro

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

    I used this code it's not working

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +3

      How fit is your water tank ?
      //My code is for big tank . . . .
      How big is your water tank ? 🤔

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

      500 liters

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      Check it out on video description . . . .
      I gave the link to the new code . . . .
      //Code for Small & Big Water Tanks . . . .

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

      I message you on fb but not replied my question would you please reply me bro.... kumar naresh my id name

    • @ichapuramboys7791
      @ichapuramboys7791 4 роки тому +2

      Ok tq bro

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

    Code?

    • @ArduinoExperiment
      @ArduinoExperiment  4 роки тому +2

      Code link in video description . . . . Check out . . . .

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

    No real test in the video.
    So it is not practical

  • @RAJSHARMA-wr6go
    @RAJSHARMA-wr6go 4 роки тому

    No do sir ji

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

    🌷🌷🌷💚🌷🌷🌷

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

    fit