Steering Wheel for Arduino Car

Steering Wheel for Arduino Car

Bluetooth リモート Arduino RC カー

アプリ情報


1.0
August 19, 2016
56,274
Android 4.0+
Everyone

Advertisement

アプリの説明


Androidアプリの分析とレビュー:WestJava Mediaによって開発されたSteering Wheel for Arduino Car。 ツールカテゴリにリストされています。現在のバージョンは1.0で、 19/08/2016 に更新されます。ユーザーによると、Google Play:Steering Wheel for Arduino Car。 56 千を超えるインストールを達成しました。 Steering Wheel for Arduino Carには現在、87のレビューがあり、平均評価は3.6星です

Arduino 車のステアリング ホイールは、RC Arduino を制御するためのリモコンです。
カー レース ゲームをプレイするときのように、Android を左右に傾けることで、Arduino で作られた RC を制御できます。

このアプリケーションは、Bluetooth ベースの加速度センサー Android 経由で文字列を送信します。メッセージ形式
x|y|z、

メッセージの例40|50|80、
は、
x = 10
y = 50
z = 80 を意味します

この情報を使用して、好みに合わせてモーションを作成できます。

例:
Arduino スケッチのボイド ループ
http://www.ttsberita.com/?p=464
==================================
boolean belok = false;
boolean onstop = false;
void loop() {
x = 0;
y = 0;
z = 0;
if(bt.available()){
x = bt.readstringuntil(’|’).toint();
y = bt.readstringuntil('|').toint();
z = bt.readstringuntil(’,’).toint();
}

belok = false;
onstop = false;
if(x != 0 || y != 0 || z != 0){

if(z < 50) // stop
{
analogwrite(a1,0);
analogwrite(a2,0);
onstop = true;
}

if(y > 20 and and !onstop)
{
analogwrite(a1,255);
analogwrite(a2,0);
belok = true;
}
else if(y < -20 and and !onstop) // 左折します
{
analogwrite(a1,0);
analogwrite(a2,255);
belok = true;
}

if(!onstop and and !belok){ // forward
analogwrite(a1,255);
analogwrite(a2,255);
}


}

遅延(50);
}
=================================
現在、バージョン1.0を提供しています。これは、最新の最適化されたバージョンです。多くの異なるデバイスに適しています。 Google Playストアやホストしている他のバージョンから直接Apkを直接ダウンロードしてください。さらに、登録なしでダウンロードでき、ログインは不要です。

Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...用の2000+を使用可能なデバイスを超えて、非常に多くのオプションを備えています。デバイスに合ったゲームやソフトウェアを選択するのは簡単です。

Google App Storeのデバイスの側面からの国の制限や制限がある場合、それは役に立つことがあります。

Google Playストアで料金とレビュー


3.6
87 合計
5 59.8
4 3.4
3 3.4
2 1.1
1 32.2