Tentang Bluetooth Arduino LED
Komunikasi Arduino Bluetooth Sinkronisasi
Controlar Arduino mediante bluetooth, puede prender y apagar un Led
Datos que envia el APP
Boton Verde "Encender" = 'h'
Boton Rojo "Apagar" = 'l'
Boton Enlaces = Esta selecciona el Modulo Bluetooth a que se va a conectar y/o sincronizar
Cómo ejemplo Usaremos el 13 y GND; Prenda con Botorn Verde y Apague con Boton Rojo
//INICIO
int Led = 13;
int Status=0;
void setup(){
Serial.begin(9600);
pinMode(Led,OUTPUT);
}
void loop(){
if(Serial.available()!=0){
Status= Serial.read();
}
if (Status =='h'){
digitalWrite(Led,HIGH);
}
if(Status=='l'){
digitalWrite(Led,LOW);
}
}
//FIN
Más Manuales en http://manual.netandino.net
What's new in the latest 1.1
Last updated on 2015-08-10
Control Exlusivo Para uso de LEDs
Informasi APK Bluetooth Arduino LED
Unduh APK dengan Aman dan Cepat di APKPure
APKPure menggunakan verifikasi tanda tangan untuk memastikan unduhan APK Bluetooth Arduino LED yang bebas dari virus untuk Anda.
Versi lama Bluetooth Arduino LED
Bluetooth Arduino LED 1.1
1.5 MBAug 9, 2015

Pengunduhan Super cepat dan aman melalui aplikasi APKPure
Sekali klik untuk menginstal file XAPK/APK di Android!