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 icon

1.3 by Lovely ideas


Apr 13, 2017

About Lovely Remote Car

English

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;

}

}}

What's New in the Latest 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!

Translation Loading...

Additional APP Information

Latest Version

Request Lovely Remote Car Update 1.3

Uploaded by

Sumit Aarya

Requires Android

Android 1.6+

Show More

Lovely Remote Car Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.