Hello sir , I am a teacher from Assam and I thank you for your project as it helped my students.
@btechkids75264 жыл бұрын
I'm very happy that this video helped your students mam. Thank u Mam
@nicolezschechleyson30914 жыл бұрын
Kaveri Borthakur how did you monitor the moisture of the soil?
@kaveriborthakur99474 жыл бұрын
@@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.
@sabbirshishir71883 жыл бұрын
you are so beautiful
@amirkhansherzad5703 Жыл бұрын
Best explanation I have ever found on KZbin ❤🎉 great job bro keep it up. Love from Afghanistan
@rkausale5 жыл бұрын
Good video. Just one suggestion, instead of having the code link buried in the comments, can you put it in the description?
@hwbassboost232 Жыл бұрын
Thank you sir my project was not working, at last this video helped me... Thank you very Much!!!🙏
@btechkids75265 ай бұрын
My Pleasure
@DharmendraSingh-rf5do3 жыл бұрын
jo source code provide kra de wo kisi devta se kam nhi hai thank u sir
@btechkids75265 жыл бұрын
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
@kaukaunadisslord.99914 жыл бұрын
BTECH KIDS thanks
@vamshikrishna75164 жыл бұрын
BRO which coding language is this C or c#
@Juanguaqueta4 жыл бұрын
I've seen the same project in KZbin, 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.
@btechkids75263 жыл бұрын
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
@johnnywilson53552 жыл бұрын
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
@alcottchan2 жыл бұрын
Thank you so much! Everything was easier and all I have to do was copy-paste the code for the project to work
@paigamehaqq742 жыл бұрын
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
@btechkids75262 жыл бұрын
It’s ok If you have any doubts ask me
@ritamandal25684 жыл бұрын
I am a madam of Kashmir this project is going to be an state champion
@btechkids75264 жыл бұрын
Thank you man ❤️
@c0r5e2 жыл бұрын
I suggest using capacitive soil moisture sensor. It lasts longer, is more compact as well
@legowithj2992 Жыл бұрын
thanks for explaining everything clearly than other creaters keep up the good work
@Andro_3 жыл бұрын
OMG Bro! Finally! Nobody explains like you! Thanks
@btechkids75262 жыл бұрын
Thankyou
@vivekteega4 жыл бұрын
Hey thanks for this, pretty simple and straightforward :)
@tirunhpc13 жыл бұрын
Thanks Now I know how to control a water pump using arduino
@serhaterenatalay99484 жыл бұрын
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.
@btechkids75264 жыл бұрын
Yeah good idea, but currently i don't have the equipment to make a video
@serhaterenatalay99484 жыл бұрын
@@btechkids7526 not problem bro just think about it
@nihalr18254 жыл бұрын
Thanks bro..!! Simple and we'll explained in detail..!! Thanks again..!!
@chesterjohnricafort48963 жыл бұрын
Thank you so much sir! You've really helped me with my problem.
@susmithdas43123 жыл бұрын
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
@antonnipies803 жыл бұрын
sus
@anshchawla5664 жыл бұрын
Bro u connected the pump directly to Arduino with relay or MOSFET I am shocked how your Arduino survived
@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 Жыл бұрын
@@TerracesOfworld the Arduino pins can only supply 40 ma of current max
@wilhelmkahn22674 жыл бұрын
A very well explained project. My compliments, and thank you. Willy
@btechkids75264 жыл бұрын
Thank u sir
@abdulrahmanismailali10642 жыл бұрын
@@btechkids7526 i need to your help
@btechkids75262 жыл бұрын
@@abdulrahmanismailali1064 yes tell me
@abdulrahmanismailali10642 жыл бұрын
@@btechkids7526 give me your phone number to help me
@aravindreddy65533 жыл бұрын
very simple and well explained bro
@yogeshwagh14202 жыл бұрын
Thank you sir your explanation is really superb. thnx A lot
@zaminadnan7286 Жыл бұрын
English from Africa 😂😂😂😂 uncle ap ki buhat achi English ha
@prashantbiswas8525 жыл бұрын
Bro motor pump is not working... What should i do.
@RESEARCHLABBD4 жыл бұрын
Yes this motor is not working
@hridhyashibu48914 жыл бұрын
Good work👍but I couldn't run this because I used Arduino 1.9.8..which one did you used?
@bikalbaral1394 Жыл бұрын
Is it good to power that motor with the same DC current, doesnt the arduino gets heated?
@valentingarfi30214 жыл бұрын
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!
@btechkids75263 жыл бұрын
Use a relay switch 5v
@bugs_zero17275 жыл бұрын
Thank you brother This project is so intersting
@btechkids75264 жыл бұрын
Thank you bro
@upuldi3 жыл бұрын
Good project keep it up
@aiengineer25982 жыл бұрын
Wahaa bhai
@aryamankumar41925 жыл бұрын
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
@btechkids75265 жыл бұрын
There is a function map(a,b,x,z) a and b values will vary depending on sensor types
@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
@sravanworld5 жыл бұрын
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
@neethushreebp978111 ай бұрын
Sir but we can do this by using water pump
@ArenaFilms04211 ай бұрын
What did you use as power supply
@nithishkumar76745 жыл бұрын
my motor pump is not working when connected to arduino, can you suggest me something
@gajanan784 жыл бұрын
Dont expect a 9V pump to operate on 5V arduino output. Use motor switch or relay.
@btechkids75264 жыл бұрын
Use a 5v relay with 9v battery
@jjjacobplayzzyt36962 жыл бұрын
how are you able to run a motor directly with arduino without any motor driver?
@pdx1214 жыл бұрын
Very simple and easy project
@MahdiXalilzade-nq6ug5 ай бұрын
I love you man❤
@notyourtypicalgago73272 жыл бұрын
sir how about automatic sprinkler using arduino? you set the sprinkler to spill water in every 2 hrs. can you do it?
@andalrico4204 Жыл бұрын
Can you help me with the code if I add another moisture sensor and water pump?
@ethiofamilygardeningtube67654 жыл бұрын
it is really good project ,but how can we send data to the authorized person using wif i module? pls help me.
@btechkids75263 жыл бұрын
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
@ChanduChandu-bk7bp3 жыл бұрын
Very super project
@pramuktiprobojatiyoga56432 жыл бұрын
hi!, can you simulate and assemble in the tinkercad?
@serloydactive22843 жыл бұрын
i am using 5v water pump but it doesnt work what is the common problem for this? please do response thank you
@kahe74363 жыл бұрын
Please use motor sheild to prevent destroying your Arduino
@dailydose30512 жыл бұрын
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
@AUMiningIND5 жыл бұрын
bro it is showing only moisture no water motor starting
@gururoyal095 жыл бұрын
Use L293d driver IC which will provide required voltage to motor and make connections
@btechkids75264 жыл бұрын
Use a 5v relay bro some motors need external power
@AUMiningIND4 жыл бұрын
@@btechkids7526 ok nanba
@erandajanaka37903 жыл бұрын
Tnx, from 🇱🇰
@crisppyy_bacon37844 жыл бұрын
Do you have a waterproof enclosure to keep the electronics safe during rain?
@fatmahalzahmi85712 жыл бұрын
Hello I wanted to ask do I need to change the code if I wanted to add a relay?
@kisoregupthaa5 жыл бұрын
Am done this project TQ
@shubhamchaubey11875 жыл бұрын
BRO I AM GETTING VALUES IN -87% WHERE IS THE PROBLEM?
@sravanworld5 жыл бұрын
Please can you help me ....the motar is not working
@muskansawa28025 жыл бұрын
can u please send the code?
@Boi.on.wheels4 жыл бұрын
Plz send program bro
@HumanSystems Жыл бұрын
Good work!
@neilricardosantiago75544 жыл бұрын
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?
@nacs4 жыл бұрын
Should be doable with 1 (I'm guessing you mean water level sensor for #3)
@neilricardosantiago75544 жыл бұрын
@@nacs water flow sensor
@bibhuson37813 жыл бұрын
have u used any relay for motor?
@sripathibhairu91535 жыл бұрын
I want to present it on a LCD display ,,,how I can do that please reply me.. I should this project by tomorrow.....!
@muskansawa28025 жыл бұрын
#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-uz8lw5 жыл бұрын
@muskan litw where do will i connect the lcd to the arduino ?
@Angel-uz8lw5 жыл бұрын
muskan litw where do i connect the lcd to the arduino?
@joyontokarmakar82384 жыл бұрын
@@muskansawa2802 Please share connection point
@sudhamohan68014 жыл бұрын
Bro is there any relay or external power required or not for pump
@__oliver__2 жыл бұрын
very cool
@abdulmuminumarsaidu32205 жыл бұрын
it is a good one bro, it worked perfectly
@srikanthsree71275 жыл бұрын
Hiii bro ...Can you explain to me..
@nehatiwari54494 жыл бұрын
Can you send me code please
@btechkids75264 жыл бұрын
Thank u bro ❤️
@btechkids75264 жыл бұрын
@@nehatiwari5449 it is in the description. Docs link
@kamranshahzad40663 жыл бұрын
its realy hekpfull
@somuchinfo48794 жыл бұрын
thank you sir this helped me in my project
@crickmoments37322 жыл бұрын
Bro can you please tell me how much power that motor consumes
@c0r5e2 жыл бұрын
5v
@Mukeshmyson4 жыл бұрын
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
@sprinklerautomation30854 жыл бұрын
Give seperate power supply to motor and operate it with relay from out put signal of arduino.
@btechkids75263 жыл бұрын
Hi use a relay switch and 12v battery
@رجلالسلام-خ2و4 жыл бұрын
Can we water the plant one liter per day for example?
@btechkids75263 жыл бұрын
Yeah we can, we can set the time ⌚ based on the amount of flow of water through the pump.
@kishorgoodday2764 жыл бұрын
Hello sir the soil moisture sensor power led is not lightning.... What to do sir
@raj_bhaigaming40313 жыл бұрын
👍 thank you alludu
@ssscreations76046 жыл бұрын
Super darling... Nijangaa super ga undhi...
@prabhjeetkaur25933 жыл бұрын
Connectors show red light in both side,,can you help in this???
@maitridave59303 жыл бұрын
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
@btechkids75263 жыл бұрын
Some pumps need external power to work, in that case use a 5v relay switch for the control
@Yhomyom4 жыл бұрын
Good job! Please I did everything but my pump isn't working
@btechkids75263 жыл бұрын
Please use a 5v relay it will help you
@adamwalter25733 жыл бұрын
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).
@Stranger-zp54 жыл бұрын
Well explained
@yashwanthkumar16754 жыл бұрын
Hi please answer me sir Can we make the same project a solar powered one.. ?
@btechkids75263 жыл бұрын
Yeahh
@Lovefarmer26754 жыл бұрын
Sir what is the polarities of connectors
@mobilegaming67324 жыл бұрын
Can u make water volume simulation using water flow,arduino,water pump,and volume digital
@sanketgovekar6282 жыл бұрын
Will the same code work on esp 32?
@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.
@muhdhafiz4 жыл бұрын
Thank brother u help my mini project
@btechkids75264 жыл бұрын
Thank u bro ❤️
@saiprasuna58705 жыл бұрын
Although Im using 5v motor...Its not working...please help me out
@btechkids75264 жыл бұрын
Use a 5v relay
@iqraiq5032 жыл бұрын
How to connect pump with relay module? Please tell me
@litaz43785 жыл бұрын
How did you get your arduino water pump
@sabrinanazurah60524 жыл бұрын
hi, the pump no need to connect to power supply?
@btechkids75263 жыл бұрын
No need, but some pumps need external power supply, in that case you can use a 5v relay switch
@probot143 Жыл бұрын
can i send manual percentage from serial monitor
@khousalyap31824 жыл бұрын
Sir do you use motor driver
@susmithdas43123 жыл бұрын
better to use one or else your Arduino will soon dead
@GogulaHarshitha-kp3zf Жыл бұрын
Can I know the cost of equipment...🤔
@rikmaity88694 жыл бұрын
My motot pump is not working , i have connected all the things as you have done
@btechkids75263 жыл бұрын
Use relay switch boss
@preethampreethu92185 жыл бұрын
next level
@kalaiarasanjeyapandian21983 жыл бұрын
Can use arduino mega for this system?
@saheeranasp75673 жыл бұрын
When refering google ,there were a problem with direct connection in arduino
@-Nanaji-ny5ec2 жыл бұрын
Tqsm bro
@hassankijjambu42882 жыл бұрын
How can we control this project over the phone
@berylabraham84345 жыл бұрын
can we use 12v water motor if so what all changes shall i bring
@btechkids75265 жыл бұрын
Yes you can use , then u shoul use a relay switch
@sphinixLike4 жыл бұрын
I have a question, can I power the arduino with solar power?
@RUMPshit4 жыл бұрын
Yes
@nihalr18254 жыл бұрын
pump not working ... can you help me with the issue please..
@btechkids75263 жыл бұрын
Use a 5v relay
@Ordinary._.Original2 жыл бұрын
what model of Motor you use?
@btechkids75262 жыл бұрын
You can use any model
@vvithusan4043 жыл бұрын
well explained
@rashmidwivedi97084 жыл бұрын
Thanks nice explanation
@btechkids75264 жыл бұрын
Thank you
@rohithbobby66273 жыл бұрын
Can we change pin mode
@bharathbandaru86195 жыл бұрын
can we use Olimex arduino instead of Uno R3?
@btechkids75265 жыл бұрын
Yes, You can use any development board similar to that of arduino
@bharathbandaru86195 жыл бұрын
@@btechkids7526 we want to use DC motor instead of motor pump. But it's not working with the arduino output. Please help us. Thabk you
@btechkids75265 жыл бұрын
@@bharathbandaru8619 as arduino will give around 5V output, the connected dc motor should take 5V or below 5V as input. If the dc motor needs greater than 5V as input then, the motor will not run