Automatic Plant Watering System Using Arduino Uno || YL 69 Soil Hygrometer & 5v 1 Channel Relay

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ส.ค. 2021
  • YL-69 Soil Hygrometer Humidity Detection Module Soil MoistureWater Sensor For Arduino.
    1 This is a summary of the moisture sensor. It can be used for testing soil moisture, when the soil lack of water, the module outputs a high voltage, while output a low voltage. Using this sensor need to make an automatic flower watering device, let your plants do not need to manage in the garden
    2 This is an adjustable sensitivity (shown in blue digital potentiometer adjustment)
    3 Working voltage is 3.3V-5V
    4 Module is a dual output mode, the digital output is simple, analog output is more accurate
    CODE:
    drive.google.com/file/d/16f8H...
    int digitalSensor = 2; //A0 pin
    int pumpPin = 8; //relay pin
    void setup() {
    pinMode(digitalSensor, INPUT);
    pinMode(pumpPin, OUTPUT);
    }
    void loop() {
    if(digitalRead(digitalSensor) == HIGH){
    digitalWrite(pumpPin, HIGH);
    delay(1500); // Pump runnig time (1.5 second)
    digitalWrite(pumpPin, LOW);
    }
    delay(3600000); // 1hour (pump stop time)
    }
    === = = = = = = = == = = = == = = = == = =
    Arduino Software Download + Install + Driver install
    • Arduino Software Downl...
    LIKE | COMMENT | SHARE | SUBSCRIBE
    === = = = = = = = == = = = == = = = == = =
    == = = = = == = = = = = = = == = = = = = ==
    ★★ Please like and subscribe ★★
    / @yellowpurple
    === = = = = = = = == = = = == = = = == = =
    How to extend wifi range with another router wirelessly
    • How to extend wifi ran...
    Hack ip camera easy way
    • Video
    How to extend wifi range with another router
    • The simplest and most ...
    ★★=== = = = = = = = ==★★
    Contact us for any enquiries :
    EmailForViewers@gmail.com
    rubel1628
    ★★=== = = = = = = = ==★★
    #Automatic
    #YL69
    #Hygrometer
    === = = = = = = = == = = = == = = = == = =
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Arduino Software Download + Install + Driver install
    th-cam.com/video/bplfd-ZXhD/w-d-xo.html

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

    Thanks for showing us this. Very helpful.

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

    Such a cool system 👍

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

    Amazing Project !

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

    Can we just copy the coding or we need to do adjust for the soil moisture sensor readings when dry and moist?? Or no need to do that

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

    Loved it

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

    Good Job Man

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

    Hi! Just wondering if you guys have the schematic sketch for this product

  • @tejas7427
    @tejas7427 9 หลายเดือนก่อน +1

    Can you tell me what is useof relay😊😢

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

    Good Video

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

    Where did you get the pump

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

    Como hago para implementar una pantalla LCD

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

    Yours video 👍😄

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

    How many volts in the water pump??

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

    Nice

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

    What is water pump volt ?

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

    Do you have circuit diagram??

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

    Nice video😍

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

    Can i see your circuit diagram?

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

    Can you give us Proteus diagram please ?

  • @hi-on4de
    @hi-on4de ปีที่แล้ว

    Pump specification

  • @Ankitkumar-pu1df
    @Ankitkumar-pu1df ปีที่แล้ว

    plz help code not working

  • @hi-on4de
    @hi-on4de ปีที่แล้ว +1

    Circuit diagram

  • @NurulIslam-mn6md
    @NurulIslam-mn6md ปีที่แล้ว

    Can i use it with a charger instead of batteries?

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

    Your project doesn't work properly. I have tried it several times

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

    Hi. Your Video is very nice. I also have an TH-cam channel