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

Скачать или смотреть Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights

  • Aatik's lab
  • 2018-11-27
  • 11018
Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights
bluetoothbluetooth modulehc06hc05arduinoelectronic projectsaatik labArduino bluetooth hc-5Arduino bluetooth carArduino bluetoothhc-05 bluetoothArduino bluetooth light controlArduino bluetooth hc-6Arduino bluetooth ledArduino bluetooth programmingArduino bluetooth projectsArduino bluetooth controlHow does bluetooth worksmart lampcontrol room lights with bluetoothhome automation
  • ok logo

Скачать Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights бесплатно в формате MP3:

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

Описание к видео Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights

#bluetoothlights #homeautomation #arduinobluetooth

In this video i will show you how to make a simple device which you can install with any kind of appliance and you can controll it by using your smart phone via bluetooth

https://easyeda.com/Aatik/Control-Any...



ARDUINO CODE

int Led = 13;
int data;

void setup() {
pinMode(Led, OUTPUT);
Serial.begin(9600);

}

void loop() {

data = Serial.read();
if (data == '1')
{
digitalWrite(Led, HIGH);
}

if (data == '0')
{
digitalWrite(Led, LOW);
delay(200);
}

}

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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