About Bluetooth Arduino LED
Communication Arduino Bluetooth Synchronization
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
Bluetooth Arduino LED APK Information
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Bluetooth Arduino LED APK downloads for you.
Old Versions of Bluetooth Arduino LED
Bluetooth Arduino LED 1.1
1.5 MBAug 9, 2015

Super Fast and Safe Downloading via APKPure App
One-click to install XAPK/APK files on Android!