ApkDownload

Bluetooth Arduino LED APK

最新版本 1.1 for Windows
更新 2015年February26日

信息

1.1 (#11)

更新 2015年February26日

APK档案大小 1.5 MB

Android 系统版本要求 Android 1.5+ (Cupcake)

开发者 Net Andino

类别 教育 (应用)

应用 ID appinventor.ai_ventasnetandino.BluetoothArduino

开发者备注 Comunicación, Sincronización de Arduino por Bluetooth

屏幕截图图片

单击图像查看完整尺寸

新功能

Bluetooth Arduino LED 1.1的新功能

Control Exlusivo Para uso de LEDs

内容描述

通过蓝牙控制的Arduino,你可以打开和关闭一个LED

数据发送APP的

针绿色“电源”=“H”
红色按钮“关”=“L”

销链接=此选择被连接和/或同步蓝牙模块

例如如何将使用13和GND; Botorn服装与绿色和红色按钮开关

// HOME
带领INT = 13;
INT状态= 0;

无效设置(){
Serial.begin(9600);
pinMode(LED,OUTPUT);
}

空隙环(){
如果(Serial.available()!= 0){
状态= Serial.read();
}
如果(状态=='H'){
digitalWrite(LED,高);
}
如果(状态=='L'){
digitalWrite(LED,LOW);
}
}
//结束

更多手册http://manual.netandino.net

评分和评论

分:3.0 / 5 · Less than 100 票

(*) 是必须的

之前的版本

Bluetooth Arduino LED 1.1 APK - Windows 下载 - (#11, 1.5 MB)