ArduBT - El Profe Garcia

9.4 16

v1.0 by DINASTIA TECNOLOGICA

ArduBT - El Profe Garcia APK download ArduBT - El Profe Garcia APK download
Download through APKFab App
Safe & Fast Install • Region Free

About ArduBT - El Profe Garcia

ArduBT - El Profe Garcia (Package Name: appinventor.ai_el_profe_garcia.ArduBT) is developed by DINASTIA TECNOLOGICA and the latest version of ArduBT - El Profe Garcia 1.0 was updated on September 12, 2014. ArduBT - El Profe Garcia is in the category of Education. You can check all apps from the developer of ArduBT - El Profe Garcia. Currently this app is for free. This app can be downloaded on Android 1.5+ on APKFab or Google Play. All APK/XAPK files on APKFab.com are original and 100% safe with fast download.
Conexión vía bluetooth desde su Android al Arduino, cuando oprima el botón ON1 se enviara el numero 1 y cuando oprima el botón OFF1 se enviara el numero 2, El botón SELECCIONAR BT se usa para que seleccione el modulo Bluetooth conectado al Arduino. Programa que debe cargar en el Arduino:
int led13=13;
int estado=0;
void setup(){
Serial.begin(9600);
pinMode(led13,OUTPUT);
}
void loop(){
if(Serial.available()>0){
estado = Serial.read();
}
if (estado =='1'){
digitalWrite(led13,HIGH);
}
if(estado=='2'){
digitalWrite(led13,LOW);
}
}
Aprenda a crear su propia aplicación en http://youtu.be/S8q1vbVMV2Q
El programa para cargar en el Arduino lo puede descargar en www.elprofegarcia.com
El vídeo para realizar las conexiones y cargar las aplicaciones los encuentran en www.youtube.com/elprofegarcia
Read More
ArduBT - El Profe Garcia Features
Related Videos
More Information

Update Date:

Latest Version:

1.0

Need Update:

Submit latest version

Requirements:

Android 1.5+