Smart Irrigation || Automated irrigation process using Arduino Moisture sensor and water pump|| IoT

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • Hands-on project on how to make The smart Irrigation prototype using Arduino Water pump and soil moisture sensor.
    Code Link: docs.google.co...
    For any doubts u can contact by whatsapp : 6281599763. I'll try my level best to help.

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

  • @kaveriborthakur9947
    @kaveriborthakur9947 4 ปีที่แล้ว +14

    Hello sir , I am a teacher from Assam and I thank you for your project as it helped my students.

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

      I'm very happy that this video helped your students mam. Thank u Mam

    • @nicolezschechleyson3091
      @nicolezschechleyson3091 4 ปีที่แล้ว

      Kaveri Borthakur how did you monitor the moisture of the soil?

    • @kaveriborthakur9947
      @kaveriborthakur9947 4 ปีที่แล้ว

      @@nicolezschechleyson3091 The moisture sensor does the part. If it reads negative then it automatically startes the motor and once it reaches positive then the motor stops.

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

      you are so beautiful

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

    Best explanation I have ever found on TH-cam ❤🎉 great job bro keep it up. Love from Afghanistan

  • @rkausale
    @rkausale 5 ปีที่แล้ว +10

    Good video. Just one suggestion, instead of having the code link buried in the comments, can you put it in the description?

  • @Andro_
    @Andro_ 3 ปีที่แล้ว +3

    OMG Bro! Finally! Nobody explains like you! Thanks

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

    Thank you so much! Everything was easier and all I have to do was copy-paste the code for the project to work

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

    thanks for explaining everything clearly than other creaters
    keep up the good work

  • @vivekteega
    @vivekteega 4 ปีที่แล้ว +8

    Hey thanks for this, pretty simple and straightforward :)

  • @btechkids7526
    @btechkids7526  5 ปีที่แล้ว +5

    Hands-on project on how to make The smart Irrigation prototype using Arduino Water pump and soil moisture sensor.
    //Arduino Code
    //Subscribe if u feel it is helpful
    int sensor_pin = A0; // Soil Sensor input at Analog PIN A0
    int output_value ;
    void setup() {
    // put your setup code here, to run once:
    pinMode(4,OUTPUT);
    Serial.begin(9600);
    Serial.println("Reading From the Sensor ...");
    delay(2000);
    }
    // put your main code here, to run repeatedly:
    void loop() {
    output_value= analogRead(sensor_pin);
    output_value = map(output_value,550,10,0,100);
    Serial.print("Mositure : ");
    Serial.print(output_value);
    Serial.println("%");
    if(output_value

  • @Juanguaqueta
    @Juanguaqueta 4 ปีที่แล้ว +7

    I've seen the same project in TH-cam, but others use a relay. Why you didn't use a relay? I did this project as similar as you show here, but the water pump doesn't work with enough power to transport water from a tank. Might be with the relay it would work with enough power. I would like to know your opinion about what I said.

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

      The pump which I used can run with very low voltage, so even without a relay it worked well. Other motors may not work with minimum power and require external power supply, in that case using a relay is manditory

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

      Probably cause he didn't need much current flowing through the Arduino either. Most of the times people use relays cause of voltage or maximum supported current from the device issues

  • @hwbassboost232
    @hwbassboost232 11 หลายเดือนก่อน

    Thank you sir my project was not working, at last this video helped me... Thank you very Much!!!🙏

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

    Thank you so much ....it helped me too ....lots of love....stay blessed always.....
    trust me nothing worked for me except yours.......once again thank you

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

      It’s ok
      If you have any doubts ask me

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

    Thanks bro..!! Simple and we'll explained in detail..!! Thanks again..!!

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

    Thank you so much sir! You've really helped me with my problem.

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

    how are you able to run a motor directly with arduino without any motor driver?

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

    A very well explained project. My compliments, and thank you. Willy

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

    Thank you sir your explanation is really superb. thnx A lot

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

    very simple and well explained bro

  • @DharmendraSingh-rf5do
    @DharmendraSingh-rf5do 3 ปีที่แล้ว

    jo source code provide kra de wo kisi devta se kam nhi hai thank u sir

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

    Thanks Now I know how to control a water pump using arduino

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

    I suggest using capacitive soil moisture sensor. It lasts longer, is more compact as well

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

    Thank you brother
    This project is so intersting

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

    English from Africa 😂😂😂😂 uncle ap ki buhat achi English ha

  • @MahdiXalilzade-nq6ug
    @MahdiXalilzade-nq6ug 3 หลายเดือนก่อน

    I love you man❤

  • @prashantbiswas852
    @prashantbiswas852 5 ปีที่แล้ว +10

    Bro motor pump is not working... What should i do.

    • @RESEARCHLABBD
      @RESEARCHLABBD 4 ปีที่แล้ว

      Yes this motor is not working

  • @ritamandal2568
    @ritamandal2568 4 ปีที่แล้ว

    I am a madam of Kashmir this project is going to be an state champion

  • @anshchawla566
    @anshchawla566 4 ปีที่แล้ว +6

    Bro u connected the pump directly to Arduino with relay or MOSFET I am shocked how your Arduino survived

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

      The arduino pins can provide up to 500mA of current, and that type of water pump consume less than that 100-200mA, So it can connect them directly without damaging the Arduino card.

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

      @@TerracesOfworld the Arduino pins can only supply 40 ma of current max

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

    With the mini diver pump with arduino, transfer water from one jar to another at regular intervals (without moisture meter). I'd be very happy if there was a video of this.

    • @btechkids7526
      @btechkids7526  4 ปีที่แล้ว

      Yeah good idea, but currently i don't have the equipment to make a video

    • @serhaterenatalay9948
      @serhaterenatalay9948 4 ปีที่แล้ว

      @@btechkids7526 not problem bro just think about it

  • @susmithdas4312
    @susmithdas4312 3 ปีที่แล้ว +3

    i wonder how Arduino survived after running this motor directly from digital pins.
    please don't connect any load needing more than 40ma to digital pins.
    better to use relay or motor driver ics.
    also back emf from inductive loads like this motor can fry the gpio pins of microcontroller

  • @somuchinfo4879
    @somuchinfo4879 4 ปีที่แล้ว

    thank you sir this helped me in my project

  • @erandajanaka3790
    @erandajanaka3790 3 ปีที่แล้ว

    Tnx, from 🇱🇰

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

    Good work👍but I couldn't run this because I used Arduino 1.9.8..which one did you used?

  • @pdx121
    @pdx121 4 ปีที่แล้ว

    Very simple and easy project

  • @muhdhafiz
    @muhdhafiz 4 ปีที่แล้ว

    Thank brother u help my mini project

  • @AUMiningIND
    @AUMiningIND 5 ปีที่แล้ว +5

    bro it is showing only moisture no water motor starting

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

      Use L293d driver IC which will provide required voltage to motor and make connections

    • @btechkids7526
      @btechkids7526  4 ปีที่แล้ว

      Use a 5v relay bro some motors need external power

    • @AUMiningIND
      @AUMiningIND 4 ปีที่แล้ว

      @@btechkids7526 ok nanba

  • @nithishkumar7674
    @nithishkumar7674 5 ปีที่แล้ว +4

    my motor pump is not working when connected to arduino, can you suggest me something

    • @gajanan78
      @gajanan78 4 ปีที่แล้ว

      Dont expect a 9V pump to operate on 5V arduino output. Use motor switch or relay.

    • @btechkids7526
      @btechkids7526  4 ปีที่แล้ว

      Use a 5v relay with 9v battery

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

    Hello! I have a problem doing this: the water pump doesn't work when I connect it to the digital pin, but it does when I connect it to the 5v or 3.3v pin. Why? How can I fix it or what may be the problem? Thanks!

  • @ArenaFilms042
    @ArenaFilms042 9 หลายเดือนก่อน

    What did you use as power supply

  • @sravanworld
    @sravanworld 5 ปีที่แล้ว

    By which power the motar work..it is by usb cable connected to laptop or we have to provide power to Arduino through adaptor... please conform this bro

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

    Am done this project
    TQ

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

      BRO I AM GETTING VALUES IN -87% WHERE IS THE PROBLEM?

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

      Please can you help me ....the motar is not working

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

      can u please send the code?

    • @Just_miki__
      @Just_miki__ 4 ปีที่แล้ว

      Plz send program bro

  • @Leo-kc9mt
    @Leo-kc9mt 3 ปีที่แล้ว +1

    Well explained

  • @rashmidwivedi9708
    @rashmidwivedi9708 4 ปีที่แล้ว

    Thanks nice explanation

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

    Is it good to power that motor with the same DC current, doesnt the arduino gets heated?

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

    Sir its a request pls reply asap . I have tried to make this water plant system myself with guidance from your video . I have copied your code also but the even when the moisture sensor isnt placed in the soil , the code is showing -87% and when it is placed in moistured soil it still shows value in negative . Also no matter what the moisture level is the water pump is not working by your code. Please help asap

    • @btechkids7526
      @btechkids7526  5 ปีที่แล้ว

      There is a function map(a,b,x,z) a and b values will vary depending on sensor types

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

      @@btechkids7526 Hi, do you know why the water pump doesn't work, I use a 3-6V pump, do you know if I should add a relay? pls replay

  • @abdulmuminumarsaidu3220
    @abdulmuminumarsaidu3220 5 ปีที่แล้ว

    it is a good one bro, it worked perfectly

    • @srikanthsree7127
      @srikanthsree7127 5 ปีที่แล้ว

      Hiii bro ...Can you explain to me..

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

      Can you send me code please

    • @btechkids7526
      @btechkids7526  4 ปีที่แล้ว

      Thank u bro ❤️

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

      @@nehatiwari5449 it is in the description. Docs link

  • @crisppyy_bacon3784
    @crisppyy_bacon3784 4 ปีที่แล้ว

    Do you have a waterproof enclosure to keep the electronics safe during rain?

  • @neethushreebp9781
    @neethushreebp9781 9 หลายเดือนก่อน

    Sir but we can do this by using water pump

  • @upuldi
    @upuldi 3 ปีที่แล้ว

    Good project keep it up

  • @ChanduChandu-bk7bp
    @ChanduChandu-bk7bp 3 ปีที่แล้ว

    Very super project

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

    Good work!

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

    Sir I have an issue in the project
    My pump doesn't turn off after placing sensor in water 🥺🥺🥺 I have done all other work

  • @serloydactive2284
    @serloydactive2284 3 ปีที่แล้ว

    i am using 5v water pump but it doesnt work what is the common problem for this? please do response thank you

  • @preethampreethu9218
    @preethampreethu9218 4 ปีที่แล้ว

    next level

  • @ssscreations7604
    @ssscreations7604 5 ปีที่แล้ว

    Super darling... Nijangaa super ga undhi...

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

    Although Im using 5v motor...Its not working...please help me out

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

    sir how about automatic sprinkler using arduino? you set the sprinkler to spill water in every 2 hrs. can you do it?

  • @kamranshahzad4066
    @kamranshahzad4066 3 ปีที่แล้ว

    its realy hekpfull

  • @sudhamohan6801
    @sudhamohan6801 4 ปีที่แล้ว

    Bro is there any relay or external power required or not for pump

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

    👍 thank you alludu

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

    hi!, can you simulate and assemble in the tinkercad?

  • @vvithusan404
    @vvithusan404 3 ปีที่แล้ว

    well explained

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

    I want to present it on a LCD display ,,,how I can do that please reply me.. I should this project by tomorrow.....!

    • @muskansawa2802
      @muskansawa2802 5 ปีที่แล้ว +4

      #include
      LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
      int thresholdUp = 400;
      int thresholdDown = 250;
      int mostureSensor = A0;
      int Water_Pump = A5;
      int sensorVaule = mostureSensor;
      void setup() {
      // put your setup code here, to run once:
      pinMode(Water_Pump, OUTPUT);
      lcd.begin(16, 2); //Initialize the 16x2 LCD
      lcd.clear(); //Clear any old data displayed on the LCD
      }
      void loop() {
      // initialize the mosture value from the soil sensor
      int sensorValue = analogRead(mostureSensor);
      Serial.println(mostureSensor);
      //If the sensor is detecting 0 to 300 mosture value
      if (sensorValue > 0 && sensorValue < 300)
      {
      lcd.print("Dry Soil!"); // Display the dry soil message on the LCD!
      lcd.setCursor(0, 1); //Set the (invisible) cursor to column 0, row 1. delay(2000);
      digitalWrite(Water_Pump, HIGH); //water the plant until else if
      }
      else if (sensorValue

    • @Angel-uz8lw
      @Angel-uz8lw 5 ปีที่แล้ว

      @muskan litw where do will i connect the lcd to the arduino ?

    • @Angel-uz8lw
      @Angel-uz8lw 5 ปีที่แล้ว

      muskan litw where do i connect the lcd to the arduino?

    • @joyontokarmakar8238
      @joyontokarmakar8238 4 ปีที่แล้ว

      @@muskansawa2802 Please share connection point

  • @bibhuson3781
    @bibhuson3781 3 ปีที่แล้ว

    have u used any relay for motor?

  • @-Nanaji-ny5ec
    @-Nanaji-ny5ec 2 ปีที่แล้ว

    Tqsm bro

  • @ethiofamilygardeningtube6765
    @ethiofamilygardeningtube6765 4 ปีที่แล้ว

    it is really good project ,but how can we send data to the authorized person using wif i module? pls help me.

    • @btechkids7526
      @btechkids7526  3 ปีที่แล้ว

      We can do that, I will make myself free and try to make a video on that soon. If you want help Immediately then mail me Or whatsApp me 6281599763 rajkumar.captainindia@gmail.com

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

    Wahaa bhai

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

    Hello I wanted to ask do I need to change the code if I wanted to add a relay?

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

    Please use motor sheild to prevent destroying your Arduino

  • @neilricardosantiago7554
    @neilricardosantiago7554 4 ปีที่แล้ว

    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?

    • @nacs
      @nacs 4 ปีที่แล้ว

      Should be doable with 1 (I'm guessing you mean water level sensor for #3)

    • @neilricardosantiago7554
      @neilricardosantiago7554 4 ปีที่แล้ว

      @@nacs water flow sensor

  • @mobilegaming6732
    @mobilegaming6732 4 ปีที่แล้ว

    Can u make water volume simulation using water flow,arduino,water pump,and volume digital

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

    How did you get your arduino water pump

  • @stellasuresh5124
    @stellasuresh5124 4 ปีที่แล้ว

    Thanks bro

  • @NEHARCSE--
    @NEHARCSE-- 3 ปีที่แล้ว

    can u teach us abut the aurdino code and also what software to see the output of moisture content

  • @maitridave5930
    @maitridave5930 3 ปีที่แล้ว

    I CONNECTED PUMP CONNECTION TO DIGITAL PIN 4 AND GND, BUT PUMP DONT GET STARTED. SAME CONNECTION AND SAME CODE USED. WHEN I CONNECT IT TO GND AND POWER SUPPLY PIN 5 VALT, IT STARTS BUT THERE IS NO CONTROAL OVER IT

    • @btechkids7526
      @btechkids7526  3 ปีที่แล้ว

      Some pumps need external power to work, in that case use a 5v relay switch for the control

  • @prabhjeetkaur2593
    @prabhjeetkaur2593 3 ปีที่แล้ว

    Connectors show red light in both side,,can you help in this???

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

    Can you help me with the code if I add another moisture sensor and water pump?

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

    very cool

  • @Yhomyom
    @Yhomyom 4 ปีที่แล้ว

    Good job! Please I did everything but my pump isn't working

    • @btechkids7526
      @btechkids7526  3 ปีที่แล้ว

      Please use a 5v relay it will help you

  • @kishorgoodday276
    @kishorgoodday276 4 ปีที่แล้ว

    Hello sir the soil moisture sensor power led is not lightning.... What to do sir

  • @thejasrithallpaneni9128
    @thejasrithallpaneni9128 5 ปีที่แล้ว

    Really good

  • @saheeranasp7567
    @saheeranasp7567 3 ปีที่แล้ว

    When refering google ,there were a problem with direct connection in arduino

  • @رجلالسلام-خ2و
    @رجلالسلام-خ2و 4 ปีที่แล้ว

    Can we water the plant one liter per day for example?

    • @btechkids7526
      @btechkids7526  3 ปีที่แล้ว

      Yeah we can, we can set the time ⌚ based on the amount of flow of water through the pump.

  • @rikmaity8869
    @rikmaity8869 3 ปีที่แล้ว

    My motot pump is not working , i have connected all the things as you have done

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

    Exceuse me ..
    My water pump not stop pumping!!what I have to do

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

      @@telewock2282 it work now.
      But I have problem
      My project work with two mode of operation
      When I combine the two sketches together in one sketch the Bluetooth not connected to mobile app I am using remotexy app the automatically work perfect

  • @harshithagoud1401
    @harshithagoud1401 5 ปีที่แล้ว

    Super

  • @sprinklerautomation3085
    @sprinklerautomation3085 4 ปีที่แล้ว

    Irrigation doesn't depend up on only 1 environmental factor, moisture is not always factor..... You have to consider evapotranspiration and calculate the precipitation rate,plant type , type of soil, soil infiltration rate etc etc....
    Getting high at digital input can switch on so many things my brother but precise watering is required .
    Run this type of system for just 20 days and your plant bud will die surely.
    You add more sensors and don't forget to calculate precipitation..
    Try and improve sensor data..
    Good luck...

    • @btechkids7526
      @btechkids7526  3 ปีที่แล้ว

      Thank you brother, you are absolutely true, we must have large datasets and multiple sensors for an accurate irrigation system which we can customize from plant to plant.

  • @Mukeshmyson
    @Mukeshmyson 4 ปีที่แล้ว

    hello iam a robotix student and i wanted a water motor pump but i have the motor pump which you have but it says it is 12 volts the how did you manage to give that much voltage from arduino? please can you send the curcuit diagram thank you

    • @sprinklerautomation3085
      @sprinklerautomation3085 4 ปีที่แล้ว

      Give seperate power supply to motor and operate it with relay from out put signal of arduino.

    • @btechkids7526
      @btechkids7526  3 ปีที่แล้ว

      Hi use a relay switch and 12v battery

  • @kaukaunadisslord.9991
    @kaukaunadisslord.9991 4 ปีที่แล้ว +1

    In mine the motor is always running and doesn’t stop when I put it in water please help

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

    bro just use relay ok program wrong

  • @vivekvardhan5671
    @vivekvardhan5671 5 ปีที่แล้ว +4

    Sir Can u please tell me which type of motor is it
    I mean exact name for the motor to surch it in Amazon

    • @btechkids7526
      @btechkids7526  5 ปีที่แล้ว

      Submersible water pump DC 3-6Volts.
      Amazon link: www.amazon.in/Robotbanao-SUBMERSIBLE-FOUNTAIN-GARDEN-PROJECT/dp/B07FSHMT7K?tag=googinhydr18418-21

    • @sravanworld
      @sravanworld 5 ปีที่แล้ว

      @@btechkids7526 thank you bro

    • @toddpollock4552
      @toddpollock4552 5 ปีที่แล้ว

      @@btechkids7526 do they work well I'm looking the same pump

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

    How to connect lcd to this?

  • @yashwanthkumar1675
    @yashwanthkumar1675 3 ปีที่แล้ว

    Hi please answer me sir
    Can we make the same project a solar powered one.. ?

  • @ankitarupam8011
    @ankitarupam8011 5 ปีที่แล้ว

    my motor is not running after using this and its not getting on. can you please tell me why

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

    How to connect pump with relay module? Please tell me

  • @44_vyominijoshi80
    @44_vyominijoshi80 2 ปีที่แล้ว

    Bhai not working properly...it works for sometime then stops

  • @womenfarmer2675
    @womenfarmer2675 4 ปีที่แล้ว

    Sir what is the polarities of connectors

  • @sphinixLike
    @sphinixLike 4 ปีที่แล้ว

    I have a question, can I power the arduino with solar power?

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

    This pump will not work, unless situated below the plant. Otherwise water will flow to the pot all the time (need to balance water level).

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

    Sir done the same... but its not working please can u help me

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

    can i send manual percentage from serial monitor