We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.

关于Arduino Bluetooth Voice Contro

使用此应用将语音命令发送到HC-05蓝牙模块

使用此应用程序,您可以使用语音传输整数,字符或字符串。单击蓝牙图标以与配对设备之一连接。成功建立连接后,您可以单击麦克风图标以说出单词或短语。您可以在Arduino中使用以下程序来读取串行监视器中收到的短语。

//从这里复制程序

void setup(){

Serial.begin(9600);

}

无效循环(){

if(Serial.available()> 0)

{字符串数据= Serial.readStringUntil('\ n');

  Serial.println(data);}

}

最新版本1.0更新日志

Last updated on 2020年12月17日

New Release

翻译中...

更多应用信息

最新版本

请求 Arduino Bluetooth Voice Contro 更新 1.0

上传者

Honey Phoenix

系统要求

Android 2.1+

更多

Arduino Bluetooth Voice Contro 屏幕截图

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