Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Andruino Bluetooth Free 图标

1.4 by Leonardo Javier Russo


2017年07月25日

关于Andruino Bluetooth Free

现在你可以使用这个应用程序,通过蓝牙连接到您的Andr​​uino板!

Now you can use this app to connect to your Andruino board via bluetooth! You must be paired with the Arduino board. In most cases, the default PIN in a Arduino Bluetooth Module is 1234. You must use a HC-05 Bluetooth module.

-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT --

-----------------------------------------------------

Example Sketch:

-----------------------------------------------------

#include

SoftwareSerial bluetooth(10, 11);

void setup()

{

bluetooth.begin(9600);

}

void loop()

{

int incomingByte = 0;

String content = "";

char character;

while(bluetooth.available())

{

character = bluetooth.read();

content.concat(character);

}

if (content!="")

{

bluetooth.print(content);

}

delay(100);

}

翻译中...

更多应用信息

最新版本

请求 Andruino Bluetooth Free 更新 1.4

上传者

Sonu Sardar

系统要求

Android 2.3.4+

更多

最新版本1.4更新日志

Last updated on 2017年07月25日

Privacy Policy.

更多

Andruino Bluetooth Free 屏幕截图

评论载入中...
语言
订阅APKPure
第一时间获取热门安卓游戏应用的首发体验,最新资讯和玩法教程。
不,谢谢
订阅
订阅成功!
您已订阅APKPure。
订阅APKPure
第一时间获取热门安卓游戏应用的首发体验,最新资讯和玩法教程。
不,谢谢
订阅
成功!
您已订阅我们的邮件通知。