Arduino Bluetooth Car HC-05 or

Arduino Bluetooth Car HC-05 or

JSands
2019年08月27日
  • 2.5 MB

    ファイルサイズ

  • Android 4.0+

    Android OS

このArduino Bluetooth Car HC-05 orについて

Bluetooth経由でArduinoまたはRaspberry PiプロジェクトベースのRCカーを制御する

アプリケーションを使用すると、Bluetooth経由でArduinoまたはRaspberry PiベースのRCカーを制御できます。これは、Bluetooth対応のAndroid携帯を使用して行われます。

***警告***

ArduinoのBluetoothカーは、Bluetoothでデバイスを検索しません。まずあなたはあなたの携帯電話の設定をペアリングしなければなりません。

あなたに何か問題があるならば、あなたは私に連絡することができます、そして、私はあなたを助けます。

楽しい

あなたはHC-05またはHC-06を使うことができます

コード:

void loop(){

if(bluetooth.available()){//データがシリアルポートから来ているかどうかをチェックします

comando = "";

while(bluetooth.available())

{

char x = bluetooth.read();

comando + = x;

}

if(comando == "f")

前面();

そうでなければ(comando == "e")

左();

そうでなければ(comando == "r")

右();

そうでなければ(comando == "p")

stopCar();

そうでなければ(comando == "b")

バック();

そうでなければ(comando == "m")

もっと();

}

もっと見る

最新バージョン 1.1 の更新情報

Last updated on 2019年08月27日
Minor bug fixes and improvements. Install or update to the newest version to check it out!
もっと見る

ビデオとスクリーンショット

  • Arduino Bluetooth Car HC-05 or のアンドロイド公式予告
  • Arduino Bluetooth Car HC-05 or スクリーンショット 1
  • Arduino Bluetooth Car HC-05 or スクリーンショット 2

Arduino Bluetooth Car HC-05 or APK 情報

最新バージョン
1.1
カテゴリー
教育
Android OS
Android 4.0+
ファイルサイズ
2.5 MB
開発者
JSands
APKPure で安全で高速な APK のダウンロード
APKPure は署名検証を使用して、ウイルスフリーの Arduino Bluetooth Car HC-05 or APK ダウンロードを保証します。

Arduino Bluetooth Car HC-05 orの旧バージョン

APKPure アイコン

APKPureアプリで超高速かつ安全にダウンロード

Android で XAPK/APK ファイルをワンクリックでインストール!

ダウンロード APKPure
thank icon
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.
Learn More about Policies