Тёмный

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

Creative Life with Jarvis
Подписаться 367
Просмотров 34 тыс.
50% 1

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/

Опубликовано:

 

23 сен 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@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 4 месяца назад
THANK YOU
@philipbrehart8862
@philipbrehart8862 2 года назад
Could you send me a link to the water pump you used?
@shaz5413
@shaz5413 2 года назад
Hi sir,where do I get the source code?
@sunmanchong3708
@sunmanchong3708 Год назад
Sir, Thank you so much for the detail of this project.
@user-vz8mq7yz1u
@user-vz8mq7yz1u 6 месяцев назад
hi sir where did yo get the code
@abdoulkarimabdoulayiharoun1580
@abdoulkarimabdoulayiharoun1580 2 года назад
hello sir, i can't find the program
@MrKfadrat
@MrKfadrat 2 года назад
that sensor will break in few weeks in soil, its for pure water.
@saligumbagiboyd.2586
@saligumbagiboyd.2586 Год назад
Hello sir can i get the code you use, thank you
@arrin1847
@arrin1847 2 месяца назад
Hello can I get a copy of the 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 11 месяцев назад
Have you done this? Isn't this effective?
@anamaesajol1523
@anamaesajol1523 8 месяцев назад
How about the voltage of the charger ? Water pump with 12v?
@MarcosRamone
@MarcosRamone Год назад
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 26 дней назад
@AtherKhan-cv5wi Why you write code ? What do you mean by Footer?
@JosueBravo-vj2vs
@JosueBravo-vj2vs 4 дня назад
We love u
@keerthishivaprasad1658
@keerthishivaprasad1658 5 дней назад
Can i get code
@athistalakshmis3531
@athistalakshmis3531 2 года назад
Sir source code
@mopurisravan1146
@mopurisravan1146 2 года назад
Sir can u send me code for arduino
@shreerangbagal8063
@shreerangbagal8063 2 года назад
send me code
@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 6 месяцев назад
Did he ask for your opinion tho?
@bobthemonkey9918
@bobthemonkey9918 6 месяцев назад
@@hanoofdaif5213 what do u think the comment section is for? To praise the video?
@hanoofdaif5213
@hanoofdaif5213 6 месяцев назад
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?
Далее
Automatic Garden Watering System
15:28
Просмотров 196 тыс.
Preventing Plant Death With Technology
14:00
Просмотров 125 тыс.
ИМПРОВИЗАТОРЫ | Нам 8 лет
1:57:59
Просмотров 380 тыс.
ATEEZ(에이티즈) - 'WORK' Official MV
03:15
Просмотров 12 млн
High precision speed reducer using rope
20:19
Просмотров 74 тыс.
Soil Moisture Sensor with Arduino Uno
7:07
Просмотров 173 тыс.
Self Assembling Wires? Levitating Motor? LATITY-005?!
15:34
Smart Irrigation System using Arduino Uno
6:40
Просмотров 43 тыс.
I Turned 1-Star Toys into Military Nightmares
19:32
Просмотров 1,1 млн
Build an Automated Hydroponic System
15:21
Просмотров 1,4 млн
How to make an AUTOMATIC WATERING for PLANTS
9:50
Просмотров 52 тыс.