Загрузка страницы

Automatic watering controller using Arduino - Uno Board (Simple Project, No Experience required)

#SimpleArduino #Arduino #Uno

A simple Arduino Project with garden watering pump, to save time and water. Here the Arduino board is used as a timer circuit and a solenoid valve is controlling the water flow.
Any electronic enthusiastic can do this project without any experience in Arduino projects.
Please watch, like, comment & share this video.
And also please subscribe our channel Vtip.com for more updates… Thank you!!!

Purchase Links:
UNO Board
https://www.banggood.in/custlink/GG3DLU4DFT

5V Relay Module
https://www.banggood.in/custlink/3GKGLk4vpf

12V DC 1/2Inch Electric N/C Solenoid Valve
https://www.banggood.in/custlink/G3GGLk6mPp

Jumper wires
https://www.banggood.in/custlink/mGvmo26vL8
https://www.banggood.in/custlink/Dmv3Ok6GLA

Music Courtesy:
Song: Jarico - Island (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://youtu.be/gZlDn4EmTvo
Project Code, Copy paste following
--------------------------------------------------------

const int valve = 13;
void setup() {
pinMode(valve,OUTPUT);
}

void loop() {
// put your main code here, to run repeatedly:
digitalWrite(valve,HIGH);
delay(2000);
digitalWrite(valve,LOW);
delay(5000);
}

Видео Automatic watering controller using Arduino - Uno Board (Simple Project, No Experience required) канала Vtip.com
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
11 сентября 2019 г. 22:36:32
00:14:15
Яндекс.Метрика