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.
Lovely Remote Car icône

1.3 by Lovely ideas


Apr 13, 2017

À propos de Lovely Remote Car

Français

App for controlling the Bluetooth car - www.lovelyideas.in

App for controlling the Bluetooth car. The code,circuit diagram and construction of it is in http://lovelyideas.in/arduino.html

code :

int inByte;

void setup()

{

Serial.begin(9600);

pinMode(9, OUTPUT);

pinMode(10, OUTPUT);

pinMode(11, OUTPUT);

pinMode(12, OUTPUT);

}

void loop()

{

if (Serial.available() > 0)

{

inByte = Serial.read();

switch (inByte)

{

case '1':

digitalWrite(9, LOW);

digitalWrite(10, HIGH);

digitalWrite(11, LOW);

digitalWrite(12, HIGH);

Serial.println("FRONT");

break;

case '2':

digitalWrite(9, HIGH);

digitalWrite(10, LOW);

digitalWrite(11, HIGH);

digitalWrite(12, LOW);

Serial.println("BACK");

break;

case '3':

digitalWrite(9, LOW);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(12, HIGH);

Serial.println("LEFT");

break;

case '4':

digitalWrite(9, LOW);

digitalWrite(10, HIGH);

digitalWrite(11, LOW);

digitalWrite(12, LOW);

Serial.println("RIGHT");

break;

case '5':

digitalWrite(9, LOW);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(12, LOW);

Serial.println("STOP");

break;

}

}}

Quoi de neuf dans la dernière version 1.3

Last updated on Apr 13, 2017

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 Lovely Remote Car mise à jour 1.3

Telechargé par

Sumit Aarya

Nécessite Android

Android 1.6+

Voir plus

Lovely Remote Car Captures d'écran

Charegement du commentaire...
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.