Automated Watering System for Plants | Arduino DIY Projects | Step by Step Guide

  Рет қаралды 39,591

Creative Life with Jarvis

Creative Life with Jarvis

2 жыл бұрын

MATERIALS:
(1) Arduino Uno Board
(2) 5v Relay Single Channel
(3) Soil Moisture Sensor Module
(4) 5v Water Pump
(5) Mobile Charger (5v)
(6) Jumper Wires Connector
(7) Plastic Tube
------------------
Honey Bee by Kevin MacLeod is licensed under a Creative Commons Attribution 4.0 license. creativecommons.org/licenses/...
Source: incompetech.com/music/royalty-...
Artist: incompetech.com/

Пікірлер: 36
@AtherKhan-cv5wi
@AtherKhan-cv5wi Жыл бұрын
The only video i have seen that works
@edzanirakuamborakuambo5711
@edzanirakuamborakuambo5711 2 жыл бұрын
hi if i may ask, where do you find the source code that you just copy and pasted
@woo_17_wooo
@woo_17_wooo 6 ай бұрын
THANK YOU
@philipbrehart8862
@philipbrehart8862 2 жыл бұрын
Could you send me a link to the water pump you used?
@user-vz8mq7yz1u
@user-vz8mq7yz1u 8 ай бұрын
hi sir where did yo get the code
@arrin1847
@arrin1847 4 ай бұрын
Hello can I get a copy of the code
@abdoulkarimabdoulayiharoun1580
@abdoulkarimabdoulayiharoun1580 2 жыл бұрын
hello sir, i can't find the program
@shaz5413
@shaz5413 2 жыл бұрын
Hi sir,where do I get the source code?
@saligumbagiboyd.2586
@saligumbagiboyd.2586 Жыл бұрын
Hello sir can i get the code you use, thank you
@MrKfadrat
@MrKfadrat 2 жыл бұрын
that sensor will break in few weeks in soil, its for pure water.
@keerthishivaprasad1658
@keerthishivaprasad1658 2 ай бұрын
Can i get code
@gbrax4347
@gbrax4347 Ай бұрын
I love you
@athistalakshmis3531
@athistalakshmis3531 2 жыл бұрын
Sir source code
@roneilmarcelino5006
@roneilmarcelino5006 Жыл бұрын
Hello sir, can i ask if I can change the 5v water pump with 12v? Is it safe ?
@vishnukumaran2066
@vishnukumaran2066 Жыл бұрын
Yes this safe....
@blessingmlongoti7692
@blessingmlongoti7692 Жыл бұрын
For that you have to use a 12V relay
@esternaguit525
@esternaguit525 Жыл бұрын
Have you done this? Isn't this effective?
@anamaesajol1523
@anamaesajol1523 10 ай бұрын
How about the voltage of the charger ? Water pump with 12v?
@sunmanchong3708
@sunmanchong3708 Жыл бұрын
Sir, Thank you so much for the detail of this project.
@mopurisravan1146
@mopurisravan1146 2 жыл бұрын
Sir can u send me code for arduino
@shreerangbagal8063
@shreerangbagal8063 2 жыл бұрын
send me code
@pinkbeauty13
@pinkbeauty13 21 күн бұрын
int relayPin = 4; int sensor_pin = A0; int void setup () { Serial.begin(9600); pinMode(relayPin, OUTPUT); pinMode(sensor_pin, INPUT); Serial.println ("Reading From the Sensor ..."); delay(2000); } void loop() { output_value = analogRead(sensor_pin); output_value = map (output_value, 550, 10, 0, 100); Serial.print ("Moisture : "); Serial.print (output_value); Serial.print ("%"); if (output_value < 20){ digitalWrite (relayPin, LOW); } else { digitalWrite (relayPin, HIGH); } delay (1000); }
@MarcosRamone
@MarcosRamone 2 жыл бұрын
int relayPin = 4; int sensor_pin = A0; int output_value ; void setup () { Serial.begin(9600); pinMode(relayPin, OUTPUT); pinMode(sensor_pin, INPUT); Serial.println ("Reading From the Sensor ..."); delay(2000); } void loop() { output_value = analogRead(sensor_pin); output_value = map (output_value, 550, 10, 0, 100); Serial.print ("Moisture : "); Serial.print (output_value); Serial.print ("%"); if (output_value < 20){ digitalWrite (relayPin, LOW); } else { digitalWrite (relayPin, HIGH); } delay (1000); }
@AtherKhan-cv5wi
@AtherKhan-cv5wi Жыл бұрын
Brother you have sacrificed your time for us
@AtherKhan-cv5wi
@AtherKhan-cv5wi Жыл бұрын
Irrigation System int sensor_pin= A0;int output_value; void setup(){ pinMode(3, OUTPUT); Serial.begin(9600); Serial.println("Reading from the Moisture sensor…"); delay(2000);} void loop(){ output_value= analogRead (sensor_pin); output_value= map (output_value,550,10,0,100); Serial.print("Moisture:"); Serial.print(output_value); Serial.println("%"); if (output_value
@know-sm6bp
@know-sm6bp 2 ай бұрын
@AtherKhan-cv5wi Why you write code ? What do you mean by Footer?
@JosueBravo-vj2vs
@JosueBravo-vj2vs 2 ай бұрын
We love u
@JCCommunicationz
@JCCommunicationz Ай бұрын
Thanks a lot
@bobthemonkey9918
@bobthemonkey9918 Жыл бұрын
cringey video bro, it's not bad but I don't see the reason to use a mobile charger here...
@johnmaverickclemente730
@johnmaverickclemente730 Жыл бұрын
Actually i have the same question HAHAHAH
@AtherKhan-cv5wi
@AtherKhan-cv5wi Жыл бұрын
U are fools u are illetrate thats why you cant under stand its your first project.when you will become a pro than you will say that he was right. Do you think the project will get power from tour bathroom
@hanoofdaif5213
@hanoofdaif5213 8 ай бұрын
Did he ask for your opinion tho?
@bobthemonkey9918
@bobthemonkey9918 8 ай бұрын
@@hanoofdaif5213 what do u think the comment section is for? To praise the video?
@hanoofdaif5213
@hanoofdaif5213 8 ай бұрын
to say something useful or stay silent, but for real where did he use the charger? is it just a power source that can be replaced by connecting the Arduino to the laptop?
Preventing Plant Death With Technology
14:00
Emilostuff
Рет қаралды 131 М.
Arduino Garden Controller - Automatic Watering and Data Logging
9:13
Practical Engineering
Рет қаралды 3,1 МЛН
DAD LEFT HIS OLD SOCKS ON THE COUCH…😱😂
00:24
JULI_PROETO
Рет қаралды 17 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,3 МЛН
Automatic Garden Watering System
15:28
Nikodem Bartnik
Рет қаралды 203 М.
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
Build an Automated Hydroponic System
15:21
Kyle Gabriel
Рет қаралды 1,4 МЛН
I Made A Water Computer And It Actually Works
16:30
Steve Mould
Рет қаралды 7 МЛН
Smart irrigation system with Arduino Uno
11:51
Passion Tech KLM
Рет қаралды 67 М.
Smart Irrigation System using Arduino Uno
6:40
Tech Trends Shameer
Рет қаралды 46 М.
DIY Automatic Plant Watering System Using Arduino !!!
3:18
ROBOMAC
Рет қаралды 127 М.