Bluetooth Arduino LED

Bluetooth Arduino LED

Net Andino
Aug 9, 2015
  • 1.5 MB

    Ukuran file

  • Android 1.5+

    Android OS

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

Tampilkan Selengkapnya

What's new in the latest 1.1

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

Video dan tangkapan layar

  • Bluetooth Arduino LED poster
  • Bluetooth Arduino LED screenshot 1

Versi lama Bluetooth Arduino LED

ikon APKPure

Pengunduhan Super cepat dan aman melalui aplikasi APKPure

Sekali klik untuk menginstal file XAPK/APK di Android!

Unduh 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