hourglass_full دانلود تا لحظاتی دیگر شروع خواهد شد...

درحال دانلود ArduBT - El Profe Garcia_Latest Version.apk از سرور Apk-Dl

با سپاس از شما بدلیل استفاده از apk-dl.com جهت دانلود (ArduBT - El Profe Garcia_Latest Version.apk),

درصورتی که دانلود به صورت خودکار شروع نشد لطفا اینجا را جهت دسترسی به لینک مستقیم دانلود کلیک فرمایید

فایل 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/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