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

Поделиться
HTML-код
  • Опубликовано: 5 окт 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 RUclips ❤🎉 great job bro keep it up. Love from Afghanistan

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

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

  • @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

  • @Juanguaqueta
    @Juanguaqueta 4 года назад +7

    I've seen the same project in RUclips, 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 Год назад

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

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

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

  • @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

  • @vivekteega
    @vivekteega 4 года назад +8

    Hey thanks for this, pretty simple and straightforward :)

  • @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

  • @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

  • @aravindreddy6553
    @aravindreddy6553 3 года назад +1

    very simple and well explained bro

  • @nihalr1825
    @nihalr1825 4 года назад +1

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

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

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

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

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

  • @prashantbiswas852
    @prashantbiswas852 5 лет назад +10

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

  • @wilhelmkahn2267
    @wilhelmkahn2267 4 года назад +2

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

  • @ritamandal2568
    @ritamandal2568 4 года назад

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

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

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

  • @upuldi
    @upuldi 3 года назад

    Good project keep it up

  • @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

  • @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

  • @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

  • @pdx121
    @pdx121 4 года назад

    Very simple and easy project

  • @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

  • @valentingarfi3021
    @valentingarfi3021 4 года назад +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!

  • @ChanduChandu-bk7bp
    @ChanduChandu-bk7bp 3 года назад

    Very super project

  • @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

  • @AUMiningIND
    @AUMiningIND 5 лет назад +5

    bro it is showing only moisture no water motor starting

    • @gururoyal09
      @gururoyal09 5 лет назад +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

  • @somuchinfo4879
    @somuchinfo4879 4 года назад

    thank you sir this helped me in my project

  • @MahdiXalilzade-nq6ug
    @MahdiXalilzade-nq6ug 3 месяца назад

    I love you man❤

  • @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?

    • @Boi.on.wheels
      @Boi.on.wheels 4 года назад

      Plz send program bro

  • @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

  • @hridhyashibu4891
    @hridhyashibu4891 4 года назад +1

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

  • @Leo-kc9mt
    @Leo-kc9mt 4 года назад +1

    Well explained

  • @erandajanaka3790
    @erandajanaka3790 3 года назад

    Tnx, from 🇱🇰

  • @muhdhafiz
    @muhdhafiz 4 года назад

    Thank brother u help my mini project

  • @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

  • @kamranshahzad4066
    @kamranshahzad4066 3 года назад

    its realy hekpfull

  • @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

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

    👍 thank you alludu

  • @ArenaFilms042
    @ArenaFilms042 10 месяцев назад

    What did you use as power supply

  • @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

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

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

  • @neethushreebp9781
    @neethushreebp9781 10 месяцев назад

    Sir but we can do this by using water pump

  • @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?

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

    Wahaa bhai

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

    Good work!

  • @saiprasuna5870
    @saiprasuna5870 5 лет назад +1

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

  • @preethampreethu9218
    @preethampreethu9218 5 лет назад

    next level

  • @vvithusan404
    @vvithusan404 3 года назад

    well explained

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

    very cool

  • @litaz4378
    @litaz4378 4 года назад +1

    How did you get your arduino water pump

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

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

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

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

  • @prabhjeetkaur2593
    @prabhjeetkaur2593 3 года назад

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

  • @crisppyy_bacon3784
    @crisppyy_bacon3784 4 года назад

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

  • @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

  • @kishorgoodday276
    @kishorgoodday276 4 года назад

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

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

    Can anybody suggest which type of battery i have to use because I am building an agricultural robot and my lithium ion batteries are getting damaged one by one.

  • @rashmidwivedi9708
    @rashmidwivedi9708 4 года назад

    Thanks nice explanation

  • @chiragshetty3231
    @chiragshetty3231 5 лет назад +3

    whre is IOT in this?

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

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

  • @saheeranasp7567
    @saheeranasp7567 3 года назад

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

  • @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

  • @sudhamohan6801
    @sudhamohan6801 4 года назад

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

  • @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

  • @abdulmuminumarsaidu3220
    @abdulmuminumarsaidu3220 5 лет назад

    it is a good one bro, it worked perfectly

  • @harshithagoud1401
    @harshithagoud1401 5 лет назад

    Super

  • @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

  • @adamwalter2573
    @adamwalter2573 3 года назад

    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).

  • @bhargavreddynama440
    @bhargavreddynama440 5 лет назад

    Good

  • @mobilegaming6732
    @mobilegaming6732 4 года назад

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

  • @ssscreations7604
    @ssscreations7604 5 лет назад

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

  • @bibhuson3781
    @bibhuson3781 3 года назад

    have u used any relay for motor?

  • @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

  • @smartassist9700
    @smartassist9700 4 года назад

    What is the MOISTURE SENSOR blue board called? Please

  • @srivasavi4541
    @srivasavi4541 5 лет назад +2

    How to connect lcd to this?

  • @ankitarupam8011
    @ankitarupam8011 5 лет назад

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

  • @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

  • @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

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

    Please use motor sheild to prevent destroying your Arduino

  • @chezhian.p4449
    @chezhian.p4449 5 лет назад +2

    Can you tell the code pls I am doing this same project pls sir

    • @btechkids7526
      @btechkids7526  4 года назад

      I added in the description and sorry for late reply

  • @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

  • @Yhomyom
    @Yhomyom 4 года назад

    I did everything but my pump isn't working

  • @AUMiningIND
    @AUMiningIND 5 лет назад +2

    bro just use relay ok program wrong

  • @rikmaity8869
    @rikmaity8869 4 года назад

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

  • @NEHARCSE--
    @NEHARCSE-- 3 года назад

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

  • @thejasrithallpaneni9128
    @thejasrithallpaneni9128 5 лет назад

    Really good

  • @domenikoauriti2157
    @domenikoauriti2157 3 года назад

    which sensor is the one attached to the humidity sensor?

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

    How to connect pump with relay module? Please tell me

  • @kalaiarasanjeyapandian2198
    @kalaiarasanjeyapandian2198 3 года назад

    Can use arduino mega for this system?

  • @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

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

    Will the same code work on esp 32?

  • @GogulaHarshitha-kp3zf
    @GogulaHarshitha-kp3zf Год назад

    Can I know the cost of equipment...🤔