Bluetooth Arduino LED

Bluetooth Arduino LED

Net Andino
Aug 9, 2015
  • 1.5 MB

    File Size

  • Android 1.5+

    Android OS

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

Show More

What's new in the latest 1.1

Last updated on 2015-08-10
Control Exlusivo Para uso de LEDs
Show More

Videos and Screenshots

  • Bluetooth Arduino LED poster
  • Bluetooth Arduino LED screenshot 1

Bluetooth Arduino LED APK Information

Latest Version
1.1
Category
Education
Android OS
Android 1.5+
File Size
1.5 MB
Developer
Net Andino
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

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies