Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Bluetooth Arduino LED icon

1.1 by Net Andino


Aug 9, 2015

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 Version 1.1

Last updated on Aug 9, 2015

Control Exlusivo Para uso de LEDs

Translation Loading...

Additional APP Information

Latest Version

Request Bluetooth Arduino LED Update 1.1

Uploaded by

Son Tran

Requires Android

Android 1.5+

Show More

Bluetooth Arduino LED Screenshots

Comment Loading...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.