ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights

bluetooth

bluetooth module

hc06

hc05

arduino

electronic projects

aatik lab

Arduino bluetooth hc-5

Arduino bluetooth car

Arduino bluetooth

hc-05 bluetooth

Arduino bluetooth light control

Arduino bluetooth hc-6

Arduino bluetooth led

Arduino bluetooth programming

Arduino bluetooth projects

Arduino bluetooth control

How does bluetooth work

smart lamp

control room lights with bluetooth

home automation

Автор: Aatik's lab

Загружено: 2018-11-27

Просмотров: 11077

Описание: #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);
}

}

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

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

Скачать аудио

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

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



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