Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. To agree the use of optional cookies, please click "Accept All". To reject optional cookies, please click "Only Necessary Cookies". To learn more about how do we use cookies, please click “Learn More” to visit our cookie policy.
Accept All Only Necessary Cookies Learn More
Setir untuk Mobil Arduino icône

1.0 by WestJava Media


Sep 27, 2016

À propos de Setir untuk Mobil Arduino

Français

RC voiture bluetooth à distance pour 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);

}

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

Quoi de neuf dans la dernière version 1.0

Last updated on Sep 27, 2016

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Chargement de la traduction...

Informations Application supplémentaires

Dernière version

Demande Setir untuk Mobil Arduino mise à jour 1.0

Telechargé par

Kelvyn Gonçalves

Nécessite Android

Android 4.0+

Voir plus

Setir untuk Mobil Arduino Captures d'écran

Charegement du commentaire...
Langues
Langues
Abonnez-vous à APKPure
Soyez le premier à avoir accès à la sortie précoce, aux nouvelles et aux guides des meilleurs jeux et applications Android.
Non merci
S'inscrire
Abonné avec succès!
Vous êtes maintenant souscrit à APKPure.
Abonnez-vous à APKPure
Soyez le premier à avoir accès à la sortie précoce, aux nouvelles et aux guides des meilleurs jeux et applications Android.
Non merci
S'inscrire
Succès!
Vous êtes maintenant souscrit à notre newsletter.