Bluetooth Arduino LED 1.1 Icon

Bluetooth Arduino LED

Net Andino Education
3
8 Ratings
1K+
Downloads
1.1
version
Aug 09, 2015
release date
1.5 MB
file size
Free
Download

What's New

Control Exlusivo Para uso de LEDs

About Bluetooth Arduino LED Android App

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

Other Information:

Requires Android:
Android 1.5+
Other Sources:

Download

This version of Bluetooth Arduino LED Android App comes with one universal variant which will work on all the Android devices.

Variant
11
(Aug 09, 2015)
Architecture
universal
Minimum OS
Android 1.5+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Bluetooth Arduino LED Android App, We have 1 version in our database. Please select one of them below to download.

Loading..