Automated Watering System for Plants | Arduino DIY Projects | Step by Step Guide

Поделиться
HTML-код
  • Опубликовано: 23 сен 2021
  • MATERIALS:
    (1) Arduino Uno Board
    (2) 5v Relay Single Channel
    (3) Soil Moisture Sensor Module
    (4) 5v Water Pump
    (5) Mobile Charger (5v)
    (6) Jumper Wires Connector
    (7) Plastic Tube
    ------------------
    Honey Bee by Kevin MacLeod is licensed under a Creative Commons Attribution 4.0 license. creativecommons.org/licenses/...
    Source: incompetech.com/music/royalty-...
    Artist: incompetech.com/

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

  • @AtherKhan-cv5wi
    @AtherKhan-cv5wi Год назад +1

    The only video i have seen that works

  • @woo_17_wooo
    @woo_17_wooo 5 месяцев назад

    THANK YOU

  • @edzanirakuamborakuambo5711
    @edzanirakuamborakuambo5711 2 года назад +5

    hi if i may ask, where do you find the source code that you just copy and pasted

  • @philipbrehart8862
    @philipbrehart8862 2 года назад +1

    Could you send me a link to the water pump you used?

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

    Hi sir,where do I get the source code?

  • @MrKfadrat
    @MrKfadrat 2 года назад +1

    that sensor will break in few weeks in soil, its for pure water.

  • @sunmanchong3708
    @sunmanchong3708 Год назад +1

    Sir, Thank you so much for the detail of this project.

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

    hello sir, i can't find the program

  • @user-vz8mq7yz1u
    @user-vz8mq7yz1u 7 месяцев назад +1

    hi sir where did yo get the code

  • @gbrax4347
    @gbrax4347 10 дней назад

    I love you

  • @arrin1847
    @arrin1847 3 месяца назад +1

    Hello can I get a copy of the code

  • @saligumbagiboyd.2586
    @saligumbagiboyd.2586 Год назад +1

    Hello sir can i get the code you use, thank you

  • @roneilmarcelino5006
    @roneilmarcelino5006 Год назад +1

    Hello sir, can i ask if I can change the 5v water pump with 12v? Is it safe ?

  • @keerthishivaprasad1658
    @keerthishivaprasad1658 Месяц назад

    Can i get code

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

    Sir source code

  • @MarcosRamone
    @MarcosRamone 2 года назад +50

    int relayPin = 4;
    int sensor_pin = A0;
    int output_value ;
    void setup ()
    {
    Serial.begin(9600);
    pinMode(relayPin, OUTPUT);
    pinMode(sensor_pin, INPUT);
    Serial.println ("Reading From the Sensor ...");
    delay(2000);
    }
    void loop()
    {
    output_value = analogRead(sensor_pin);
    output_value = map (output_value, 550, 10, 0, 100);
    Serial.print ("Moisture : ");
    Serial.print (output_value);
    Serial.print ("%");
    if (output_value < 20){
    digitalWrite (relayPin, LOW);
    }
    else
    {
    digitalWrite (relayPin, HIGH);
    }
    delay (1000);
    }

    • @AtherKhan-cv5wi
      @AtherKhan-cv5wi Год назад +3

      Brother you have sacrificed your time for us

    • @AtherKhan-cv5wi
      @AtherKhan-cv5wi Год назад +2

      Irrigation System int sensor_pin= A0;int output_value; void setup(){ pinMode(3, OUTPUT); Serial.begin(9600); Serial.println("Reading from the Moisture sensor…"); delay(2000);} void loop(){ output_value= analogRead (sensor_pin); output_value= map (output_value,550,10,0,100); Serial.print("Moisture:"); Serial.print(output_value); Serial.println("%"); if (output_value

    • @know-sm6bp
      @know-sm6bp 2 месяца назад

      @AtherKhan-cv5wi
      Why you write code ? What do you mean by Footer?

    • @JosueBravo-vj2vs
      @JosueBravo-vj2vs Месяц назад

      We love u

    • @JCCommunicationz
      @JCCommunicationz 18 дней назад

      Thanks a lot

  • @mopurisravan1146
    @mopurisravan1146 2 года назад +1

    Sir can u send me code for arduino

  • @bobthemonkey9918
    @bobthemonkey9918 Год назад +1

    cringey video bro, it's not bad but I don't see the reason to use a mobile charger here...

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

      Actually i have the same question HAHAHAH

    • @AtherKhan-cv5wi
      @AtherKhan-cv5wi Год назад

      U are fools u are illetrate thats why you cant under stand its your first project.when you will become a pro than you will say that he was right.
      Do you think the project will get power from tour bathroom

    • @hanoofdaif5213
      @hanoofdaif5213 8 месяцев назад

      Did he ask for your opinion tho?

    • @bobthemonkey9918
      @bobthemonkey9918 7 месяцев назад

      @@hanoofdaif5213 what do u think the comment section is for? To praise the video?

    • @hanoofdaif5213
      @hanoofdaif5213 7 месяцев назад

      to say something useful or stay silent, but for real where did he use the charger? is it just a power source that can be replaced by connecting the Arduino to the laptop?