ID: appinventor.ai_ksjones777.remote_car_lovelyideas
Version: 1.3
Size: 0 Mb
Lovely Remote Car Screenshots
How to setup Lovely Remote Car apk for android
- For Android 4.0 or higher:Please to Settings, look down to Security, and select Unknown sources. Choosing this choice will enable to install apps download from the internet.
- For devices running on lower Android 4.0:
Please go to Settings - open the Applications option, and select Unknown sources, click OK on the popup alert.
Lovely Remote Car Description
App for controlling the Bluetooth car. The code,circuit diagram and construction of it is in http://lovelyideas.in/arduino.htmlcode :
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 Lovely Remote Car 1.3
Download Lovely Remote Car 1.3 mod APK
Search terms:
How to download Lovely Remote Car 1.3 apk for android
How to use Lovely Remote Car unlimited apk
How to mod Lovely Remote Car 1.3 apk
How to get Lovely Remote Car unlimited apk