Скачать
Control room lights with smart Phone Just Add This Circuit | Bluetooth Controlled Lights
Автор: 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 в вашей сети.
Повторяем попытку...
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: