ArduBT - El Profe Garcia

9.4 16

v1.0 by DINASTIA TECNOLOGICA

ArduBT - El Profe Garcia APK 下載 ArduBT - El Profe Garcia APK 下載

關於 ArduBT - El Profe Garcia

ArduBT - El Profe Garcia(包名:appinventor.ai_el_profe_garcia.ArduBT)開發者是DINASTIA TECNOLOGICA,ArduBT - El Profe Garcia的最新版本1.0更新時間為2014年09月12日。ArduBT - El Profe Garcia的分類是教育。您可以查看ArduBT - El Profe Garcia的開發者下的所有應用。目前這個應用免費。該應用可以從APKFab或Google Play下載到Android 1.5+。APKFab.com的所有APK/XAPK文檔都是原始文檔並且100%安全下載的資源。
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
查看更多
ArduBT - El Profe Garcia 資訊
相關視頻
更多資訊

更新日期:

最新版本:

1.0

請求更新:

提交最新版本

系統要求:

Android 1.5+