Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Automatic watering system for plant

  • Technology Saad
  • 2021-06-07
  • 165
Automatic watering system for  plant
Automatic plant watering systemSoil moisture sensorSoil moisture sensor arduinoSoil moisture sensor projectSoil moisture sensor arduino water pumpSoil moistureSoil moisture indicatorSoil moisture sensor without arduinoTechnology saaddiyarduinosoilautomatic plant watering systemself watering system for plantsarduino projectsoil moisture sensor arduino tutorialplant watering robot
  • ok logo

Скачать Automatic watering system for plant бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Automatic watering system for plant или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Automatic watering system for plant бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Automatic watering system for plant

This is a Amazing project which can make for your plant smarter and If you are in vacation no need to worry this will water your plants automatically with the help of soil moisture sensor and Arduino UNO.
If you like my videos make sure to like this video and subscribe to my channel and if you have any problem make sure to comment.

Required materials :-

1. Arduino UNO
https://amzn.to/3gkTOA2

2.Relay Module single channel (I have shown 4 Channel because i have that so, you can you even single )
https://amzn.to/2RuG39r

3.Soil moisture sensor
https://amzn.to/3x2h505

4.Jumper Wires
https://amzn.to/3z6xQZW

5.Thermacoal / MDF
(Local stores)

Required Tools :-

1.Blade
2.sissors
3.Taps
4.glue

CODE :-

int WATERPUMP = 13;
int sensor = 8;
int val;
void setup() {
pinMode(13,OUTPUT);
pinMode(8,INPUT);
}

void loop() {
val = digitalRead(8);
if(val == HIGH)
{
digitalWrite(13,LOW);
}
else
{
digitalWrite(13,HIGH);
}
delay(400);
}

Thanks for Watching This Video
Watch our next videos
#automaticplantwateringsystem
#Soilmoisturesensor
#Soilmoisturesensorarduino
#Soilmoisturemeter
#Soilmoisturesensorproject
#Soilmoisturesensorarduinowaterpump
#Soilmoisture
#technologysaad

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]