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

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

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

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

    The only video i have seen that works

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

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

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

    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 8 месяцев назад

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

    • @JosueBravo-vj2vs
      @JosueBravo-vj2vs 7 месяцев назад

      We love u

    • @JCCommunicationz
      @JCCommunicationz 6 месяцев назад

      Thanks a lot

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

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

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

    Hi sir,where do I get the source code?

  • @mumtajbegum7435
    @mumtajbegum7435 3 месяца назад

    Your the best the project work fine bro u. R the bestttt

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

    thank u for your video mate save me a lot i hope u do better and make more videos like this i owe u one, very much ur new subscriber peace out

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

    Best best worked 🎉🎉🎉🎉🎉🎉🎉

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

      can you share the code?

  • @sasenbandara-h4i
    @sasenbandara-h4i Год назад +3

    hi sir where did yo get the code

  • @SaikiranKeri
    @SaikiranKeri 7 дней назад

    thank you brother

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

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

  • @kollinnaaa_r13494
    @kollinnaaa_r13494 9 месяцев назад +3

    Hello can I get a copy of the code

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

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

  • @VaradFatale
    @VaradFatale Месяц назад +1

    code is perfect but these will work opposite you have to modify it by change this ''

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

      can you share the code?

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

    THANK YOU

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

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

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

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

  • @markstrunk6644
    @markstrunk6644 2 дня назад

    did anyone get the code ?

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

    hello sir, i can't find the program

  • @pinkbeauty13
    @pinkbeauty13 6 месяцев назад +6

    int relayPin = 4;
    int sensor_pin = A0;
    int 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);
    }

  • @RinkuKhandelwal-z8r
    @RinkuKhandelwal-z8r 9 дней назад +1

    int relayPin = 4;
    int sensor_pin = A0;
    int output_value;
    void setup()
    // put your setup code here, to run once:
    {
    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.println("%");
    if (output_value

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

    sir needs code of this arduino

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

    Can i get code

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

    Sir source code

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

    Sir can u send me code for arduino

  • @gbrax4347
    @gbrax4347 6 месяцев назад

    I love you

  • @RinkuKhandelwal-z8r
    @RinkuKhandelwal-z8r 9 дней назад

    ruclips.net/video/wFPEO_c_hTg/видео.htmlsi=wW9JJ5R5h60Es5fN

  • @bobthemonkey9918
    @bobthemonkey9918 2 года назад +2

    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 Год назад

      Did he ask for your opinion tho?

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

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

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

      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?