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

Скачать или смотреть Arduino Tutorial #36: How to use Relay Sensor with Arduino,(32 of 37 Sensor Kit)

  • Arduino Projects
  • 2025-08-20
  • 1131
Arduino Tutorial #36: How to use Relay Sensor with Arduino,(32 of  37 Sensor Kit)
ArduinoArduino tutorialdiy arduino project37 Sensor kitarduino 37 sensor kitrelay sensor tutorialHow to use relay sensor with arduinorelay sensor arduinorelay sensor arduino projectdiydiy projectsarduino diy projecti2c displayi2c display tutorialrelay sensorArduino unohow to use relay sensorrelay sensor projectarduino projecthow to use relay with arduino unorelay tutorial arduino
  • ok logo

Скачать Arduino Tutorial #36: How to use Relay Sensor with Arduino,(32 of 37 Sensor Kit) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Arduino Tutorial #36: How to use Relay Sensor with Arduino,(32 of 37 Sensor Kit) или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку Arduino Tutorial #36: How to use Relay Sensor with Arduino,(32 of 37 Sensor Kit) бесплатно в формате MP3:

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

Описание к видео Arduino Tutorial #36: How to use Relay Sensor with Arduino,(32 of 37 Sensor Kit)

‪@DIY_Arduino_Projects‬
Full Video:    • Arduino Tutorial #36: How to use Relay Sen...  
Arduino Tutorial #36: How to use Relay Sensor with Arduino UNO, (32 of 37 Arduino Sensor Kit).
-----------
CODE
------------
/*
This is 32 of 37 Sensors Tutorial code
NOTE: Please replace $ sign with open and close Angle brackets in the code below, because YOUTUBE won't let me include angle brackets in video's Description.
*/

#include $LiquidCrystal_I2C.h$ //In this line Please replace $ sign with open and close Angle brackets

//connections SDA--A4 and SCL--A5
//initialize the liquid crystal library
//the first parameter is the I2C address

LiquidCrystal_I2C lcd(0x27, 16, 2);

int RelayPin = 8;

void setup() {
lcd.init(); //initialize lcd screen
lcd.backlight(); // turn on the backlight
pinMode(RelayPin, OUTPUT); // Set RelayPin as an output pin
}

void loop() {
// Let's turn off the relay...
digitalWrite(RelayPin, LOW);
lcd.clear();
lcd.setCursor(0, 0); //write on the top row
lcd.print("Relay OFF!!!!!");
delay(3000); //wait 3 seconds

// Let's turn on the relay...
digitalWrite(RelayPin, HIGH);
lcd.clear();
lcd.print("Relay ON!!!!!");
delay(3000); //wait 3 seconds
}

Hope this tutorial was useful. Please hit LIKE for more Arduino tutorial and subscribe to stay tuned.
#arduino #arduinouno #arduinoproject #diy #diyprojects #arduinotutorial #robotics #robot #relay

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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