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

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

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

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

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

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

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

    Hey thanks for this, pretty simple and straightforward :)

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

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

  • @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 2 ปีที่แล้ว +1

      you are so beautiful

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

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

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

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

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

    OMG Bro! Finally! Nobody explains like you! Thanks

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

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

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

    very simple and well explained bro

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

    Thank you brother
    This project is so intersting

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

    thank you sir this helped me in my project

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

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

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

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

    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  ปีที่แล้ว

      It’s ok
      If you have any doubts ask me

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

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

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

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

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

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

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

    Very simple and easy project

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

    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

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

    Good project keep it up

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

    Thank brother u help my mini project

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

    Well explained

  • @MahdiXalilzade-nq6ug
    @MahdiXalilzade-nq6ug วันที่ผ่านมา

    I love you man❤

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

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

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

    Good work!

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

    next level

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

    Thanks nice explanation

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

    Tqsm bro

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

    Very super project

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

    Tnx, from 🇱🇰

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

    well explained

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

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

  • @Juanguaqueta
    @Juanguaqueta 3 ปีที่แล้ว +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

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

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

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

    Wahaa bhai

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

    its realy hekpfull

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

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

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

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

    👍 thank you alludu

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

    Really good

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

    Thanks bro

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

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

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

    it is a good one bro, it worked perfectly

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

    very cool

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

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

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

  • @nishchalk.j1327
    @nishchalk.j1327 4 ปีที่แล้ว

    Thank u

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

    Super

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

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

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

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

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

    Good

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

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

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

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

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

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

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

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

      Yes this motor is not working

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

    which sensor is the one attached to the humidity sensor?

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

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

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

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

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

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

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

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

    have u used any relay for motor?

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

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

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

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

    Hello sir , for to connect water pump to nodo mcu (ESP8266) Can i use this same procedure

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

      Yeah same procedure but use a 5v relay and a battery

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

    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

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

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

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

    Sir but we can do this by using water pump

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

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

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

    Hii sir can u jst help me out I have a 6v motor but m confused that at which point should I connect.??

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

      Hi akash use a 5v relay swithch. If any help needed you can mail me

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

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

    How to connect lcd to this?

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

    How did you get your arduino water pump

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

    Will the same code work on esp 32?

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

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

    What is the MOISTURE SENSOR blue board called? Please

  • @nithishkumar7674
    @nithishkumar7674 4 ปีที่แล้ว +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

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

    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

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

    can you please tell me how to do this same project using nodemcu

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

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

    how did you display the output on screen, i mean the reading from the sensor

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

      from serial monitor. ctrl+shift+m

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

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

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

    hello sir please i need to know what is the power source that you used ?!

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

      arduino board gives enough supply

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

    can we use 12v water motor if so what all changes shall i bring

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

      Yes you can use , then u shoul use a relay switch

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

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

    Very nice, but try to upload the schematic diagram and the codes. Thanks

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

      Yeah I will make some time and upload them. Thank you

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

    can i send manual percentage from serial monitor

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

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

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

    Hi sir, which app used for this project in PC OR LAPTOP ?

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

    Sir what is the polarities of connectors

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

    Bro can you post again the code diagram?

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

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

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

    Is report available for this project??

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

    How to connect pump with relay module? Please tell me

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

    whre is IOT in this?

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

    What impact will be there on the moisture sensor if the area get flooded during rains? Will the connection get shorted or damage the sensor ??