Setir untuk Mobil Arduino

Setir untuk Mobil Arduino

  • 3.6 MB

    Dung lượng tệp

  • Everyone

  • Android 4.0+

    Android OS

Giới thiệu về Setir untuk Mobil Arduino

RC xe bluetooth từ xa cho Arduino

Setir Mobil Arduino adalah remote untuk mengendalikan RC arduino,

Anda dapat mengontrol RC yang di buat dengan Arduino dengan memiringkan ke kanan dan kekiri android anda seperti ketika main game balap mobil.

aplikasi ini mengirim string melalui bluetooth berdasarkan sensor Accelerometer android, dengan format pesan

X|Y|Z,

contoh pesan 40|50|80,

artinya x = 10

y = 50

z = 80

dengan informasi tersebut anda bisa mengolah menjadi gerak kendaraan yang anda buat sesuai selera,,

contoh ringkasan sketch 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 && !onstop) //belok kanan

{

analogWrite(A1,255);

analogWrite(A2,0);

belok = true;

}

else if(y < -20 && !onstop) // belok kiri

{

analogWrite(A1,0);

analogWrite(A2,255);

belok = true;

}

if(!onstop && !belok){ // maju

analogWrite(A1,255);

analogWrite(A2,255);

}

}

delay(50);

}

============================================

Hiển thị nhiều hơn

What's new in the latest 1.0

Last updated on Sep 27, 2016
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Hiển thị nhiều hơn

Video và ảnh chụp màn hình

  • Setir untuk Mobil Arduino cho Trailer Android chính thức
  • Setir untuk Mobil Arduino ảnh chụp màn hình 1
  • Setir untuk Mobil Arduino ảnh chụp màn hình 2
  • Setir untuk Mobil Arduino ảnh chụp màn hình 3
  • Setir untuk Mobil Arduino ảnh chụp màn hình 4
  • Setir untuk Mobil Arduino ảnh chụp màn hình 5

Thông tin APK Setir untuk Mobil Arduino

Phiên bản mới nhất
1.0
Danh mục
Công cụ
Android OS
Android 4.0+
Dung lượng tệp
3.6 MB
Nhà phát triển
WestJava Media
Xếp hạng nội dung
Everyone
Tải APK an toàn và nhanh chóng trên APKPure
APKPure sử dụng xác minh chữ ký để đảm bảo tải APK miễn phí virus cho Setir untuk Mobil Arduino.

Phiên bản cũ của Setir untuk Mobil Arduino

APKPure biểu tượng

Tải xuống siêu nhanh và an toàn thông qua Ứng dụng APKPure

Một cú nhấp chuột để cài đặt các tệp XAPK/APK trên Android!

Tải về 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