ArduBT - El Profe Garcia

ArduBT - El Profe Garcia

Arduino + Bluetooth + Android, Application basic Arduino remote connection

App info


1.0
September 12, 2014
10,000 - 50,000
Android 1.5+
Everyone

Advertisement

App description


Android App Analysis and Review: ArduBT - El Profe Garcia, Developed by DINASTIA TECNOLOGICA. Listed in Education Category. Current Version Is 1.0, Updated On 12/09/2014 . According to users reviews on Google Play: ArduBT - El Profe Garcia. Achieved Over 10 thousand Installs. ArduBT - El Profe Garcia Currently Has 177 Reviews, Average Rating 4.7 Stars

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
We are currently offering version 1.0. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.

We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.

It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.

Rate and review on Google Play store


4.7
177 total
5 85.9
4 6.8
3 3.4
2 1.1
1 2.8