1/2
Arduino Bluetooth Car HC-05 or HC-06 screenshot 0
Arduino Bluetooth Car HC-05 or HC-06 screenshot 1
Arduino Bluetooth Car HC-05 or HC-06 Icon

Arduino Bluetooth Car HC-05 or HC-06

JSands
Trustable Ranking Icon可信任
1K+下载次数
2.5MB大小
Android Version Icon4.0.1 - 4.0.2+
Android版本
1.3(02-06-2020)最新版本
-
(0 评价)
Age ratingPEGI-3
下载
详情评价版本信息
1/2

Arduino Bluetooth Car HC-05 or HC-06介绍

The application allows you to control an Arduino or Raspberry Pi based RC car over Bluetooth. This is done using a Bluetooth enabled Android phone.


***Warning***

Arduino Bluetooth Car does not search for devices by bluetooth. First you have to pair through the settings of your mobile phone.


If you have any problems, you can contact me and I'll help you.

Enjoy


You can use HC-05 or HC-06

Code:

void loop() {

if (bluetooth.available()) { // Checks whether data is comming from the serial port

comando = "";

while (bluetooth.available())

{

char x = bluetooth.read();

comando += x;

}

if (comando == "f")

front();

else if (comando == "e")

left();

else if (comando == "r")

right();

else if (comando == "p")

stopCar();

else if (comando == "b")

back();

else if (comando == "m")

more();


}


Arduino Bluetooth Car HC-05 or HC-06 - 版本1.3

(02-06-2020)
其他版本

还没有评论或评分!要留下第一条评论或评分,请

-
0 Reviews
5
4
3
2
1

Arduino Bluetooth Car HC-05 or HC-06 - APK信息

APK版本: 1.3程序包: com.jsands.joaosantos.arduinbluetoothcar
Android兼容性: 4.0.1 - 4.0.2+ (Ice Cream Sandwich)
开发商:JSands权限:4
名称: Arduino Bluetooth Car HC-05 or HC-06大小: 2.5 MB下载次数: 20版本: 1.3发布日期: 2021-10-14 21:56:57最小屏幕: SMALL支持的CPU:
程序包ID: com.jsands.joaosantos.arduinbluetoothcarSHA1签名: B1:6D:C0:4A:AD:16:F6:0D:4A:6D:61:D4:6F:00:88:55:B4:60:80:78开发商 (CN): Android组织 (O): Google Inc.本地 (L): Mountain View国家/地区 (C): US州/市 (ST): California程序包ID: com.jsands.joaosantos.arduinbluetoothcarSHA1签名: B1:6D:C0:4A:AD:16:F6:0D:4A:6D:61:D4:6F:00:88:55:B4:60:80:78开发商 (CN): Android组织 (O): Google Inc.本地 (L): Mountain View国家/地区 (C): US州/市 (ST): California

Arduino Bluetooth Car HC-05 or HC-06的最新版本

1.3Trust Icon Versions
2/6/2020
20 下载次数2.5 MB 大小
下载