1.0 / September 12, 2014
(4.7/5) (161)

Description

Conexión vía bluetooth desde su Android alArduino, cuando oprima el botón ON1 se enviara el numero 1 y cuandooprima el botón OFF1 se enviara el numero 2, El botón SELECCIONARBT se usa para que seleccione el modulo Bluetooth conectado alArduino. 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 enhttp://youtu.be/S8q1vbVMV2Q
El programa para cargar en el Arduino lo puede descargar enwww.elprofegarcia.com
El vídeo para realizar las conexiones y cargar las aplicaciones losencuentran en www.youtube.com/elprofegarcia

Connect via bluetoothfrom your Android to Arduino, when you press the number 1 buttonON1 was sent and when you press the number 2 button OFF1 be sent,BT The SELECT button is used to select the Bluetooth moduleconnected to Arduino. Program to be loaded into the Arduino:

led13 int = 13;
int status = 0;

void setup () {
  Serial.begin (9600);
  pinMode (led13, OUTPUT);
}

void loop () {
 if (Serial.available ()> 0) {
 Serial.read status = ();
 }
 if (status == "1") {
   digitalWrite (led13, HIGH);
  }
if (status == "2") {
   digitalWrite (led13, LOW);
  }
}

Learn how to create your own application inhttp://youtu.be/S8q1vbVMV2Q
The program loaded into the Arduino can be downloaded inwww.elprofegarcia.com
The video for making connections and load applications found in thewww.youtube.com/elprofegarcia

App Information ArduBT - El Profe Garcia

  • App Name
    ArduBT - El Profe Garcia
  • Package Name
    appinventor.ai_el_profe_garcia.ArduBT
  • Updated
    September 12, 2014
  • File Size
    Undefined
  • Requires Android
    Android 1.5 and up
  • Version
    1.0
  • Developer
    DINASTIA TECNOLOGICA
  • Installs
    10,000 - 50,000
  • Price
    Free
  • Category
    Education
  • Developer
  • Google Play Link

ArduBT - El Profe Garcia Version History

Select ArduBT - El Profe Garcia Version :
  • 1.0 (1) - Latest Version
  • 1.0 (1) - Latest Version
  • 1.0 (1) - Latest Version
  • 1.0 (1) - Latest Version
  • ArduBT - El Profe Garcia 1.0 APK File

    Publish Date: 2017 /5/12
    Requires Android: Android 1.5+ (Cupcake, API: 3)
    File Size: 1.3 MB
    Tested on: Android 1.5 (Cupcake, API: 3)
    File Sha1: 1062adf1cdd441e03da09267ea59410b0b8f0787
    APK Signature: 7a9afb59d3779dffc4743e69fe7b1d8e217dcf14
  • ArduBT - El Profe Garcia 1.0 APK File

    Publish Date: 2017 /4/27
    Requires Android: Android 1.5+ (Cupcake, API: 3)
    File Size: 1.3 MB
    Tested on: Android 1.5 (Cupcake, API: 3)
    File Sha1: 1062adf1cdd441e03da09267ea59410b0b8f0787
    APK Signature: 7a9afb59d3779dffc4743e69fe7b1d8e217dcf14
  • ArduBT - El Profe Garcia 1.0 APK File

    Publish Date: 2017 /4/23
    Requires Android: Android 1.5+ (Cupcake, API: 3)
    File Size: 1.3 MB
    Tested on: Android 1.5 (Cupcake, API: 3)
    File Sha1: 1062adf1cdd441e03da09267ea59410b0b8f0787
    APK Signature: 7a9afb59d3779dffc4743e69fe7b1d8e217dcf14
  • ArduBT - El Profe Garcia 1.0 APK File

    Publish Date: 2015 /11/15
    Requires Android: Android 1.5+ (Cupcake, API: 3)
    File Size: 1.3 MB
    Tested on: Android 1.5 (Cupcake, API: 3)
    File Sha1: 1062adf1cdd441e03da09267ea59410b0b8f0787
    APK Signature: 7a9afb59d3779dffc4743e69fe7b1d8e217dcf14

DINASTIA TECNOLOGICA Show More...

ArduBT - El Profe Garcia 1.0 APK
Conexión vía bluetooth desde su Android alArduino, cuando oprima el botón ON1 se enviara el numero 1 y cuandooprima el botón OFF1 se enviara el numero 2, El botón SELECCIONARBT se usa para que seleccione el modulo Bluetooth conectado alArduino. 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 enhttp://youtu.be/S8q1vbVMV2QEl programa para cargar en el Arduino lo puede descargar enwww.elprofegarcia.comEl vídeo para realizar las conexiones y cargar las aplicaciones losencuentran en www.youtube.com/elprofegarciaConnect via bluetoothfrom your Android to Arduino, when you press the number 1 buttonON1 was sent and when you press the number 2 button OFF1 be sent,BT The SELECT button is used to select the Bluetooth moduleconnected to Arduino. Program to be loaded into the Arduino:led13 int = 13;int status = 0;void setup () {  Serial.begin (9600);  pinMode (led13, OUTPUT);}void loop () { if (Serial.available ()> 0) { Serial.read status = (); } if (status == "1") {   digitalWrite (led13, HIGH);  }if (status == "2") {   digitalWrite (led13, LOW);  }}Learn how to create your own application inhttp://youtu.be/S8q1vbVMV2QThe program loaded into the Arduino can be downloaded inwww.elprofegarcia.comThe video for making connections and load applications found in thewww.youtube.com/elprofegarcia
Arduprofe Control House 2 1.0 APK
Arduprofe Control House, Bluetooth communication from phone toArduino
Arduino Stepper Motor 1.0 APK
Control por grados vía remota de un motordepasos.Requiere programar el Arduino y un modulo Bluetooth HC-06.Descargar Programa para el Arduino en:https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0Remotely controldegreesof a stepper motor.It requires programming the Arduino and HC-06 Bluetooth module.Download Program Arduino:https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0
Arduprofe Bluetooth Terminal 1.0 APK
Send data via Bluetooth to Arduino
Arduprofe Control Voice 1.0 APK
Arduprofe Control Voice - voice command from the phone to theArduino via Bluetooth
ArduBT 2 1.0 APK
ArduBT connexion basica via Bluetooth entre el Teléfono y elArduino
Arduprofe Control Car V3 1.2 APK
Control via Bluetooth de su carro Arduino (El Profe Garcia)Descargaprograma para el Arduinoen:https://create.arduino.cc/editor/ProfeGarcia/4b1c1b33-a326-4165-a812-d17e00935c61/preview/*Arduino Control Car V2 By: El Profe Garcia ARDUINO L293D(PuenteH) 510 6 15 9 7 10 2 5V 1, 9, 16 GND 4, 5, 12, 13 El motor 1 seconectaa los pines 3 y 6 del Puente H El motor 2 se conecta a lospines 11y 14 del Puente H La fuente de alimentacion de los Motoresseconecta a tierra y el positivo al pin 8 del puennte H. ConexiondelModulo Bluetooth HC-06 y el Arduino ARDUINO Bluetooth HC-06 0(RX)TX 1 (TX) RX 5V VCC GND GND !!Cuidado!! Las conexiones de TX yRX almodulo Bluetooth deben estar desconectadas en el momento queserealiza la carga del codigo (Sketch) al Arduino. ConexionSensorUltrasonido HC-SR04 ARDUINO Ultrasonido HC-SR04 2 Echo 3 Trig5VVCC GND Gnd Conexion Servo SG90 ARDUINO Ultrasonido HC-SR0411Signal 5V VCC GND Gnd */
JARDIN VEC 1.0 APK
Programación del riego para jardines y cultivos, permiteobtenerinformación de los sensores y realizar la programación deriegoajustando días, hora y tiempo.