ApkDownload

Lovely Remote Car APK

Latest Version 1.3 for Windows
Updated 2016-12-10

App information

Version 1.3 (#1)

Updated 2016-12-10

APK Size 3.8 MB

Requires Android Android 1.6+ (Donut)

Offered by Lovely ideas

Category Free Auto & Vehicles App

App id appinventor.ai_ksjones777.REMOTE_CAR_LOVELYIDEAS

Developer's notes App for controlling the Bluetooth car - www.lovelyideas.in

Screenshot

Click on the image to see full size

Editor's review

Download the latest Lovely Remote Car application, version 1.3, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Auto & Vehicles app is developed by Lovely ideas and is easy to download and install.

Previous versions, including 1.3, are also available. If you need help or have any problems, please let us know.

Description

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;
}
}}

App permissions

Lovely Remote Car 1.3 APK requires following permissions:

Allows applications to connect to paired bluetooth devices.

Allows applications to open network sockets.

Allows applications to access information about Wi-Fi networks.

Allows applications to discover and pair bluetooth devices.

Allows applications to access information about networks.

Ratings and Reviews

Rating: 5.0/5 based on Less than 100 reviews

(*) is required

Previous versions

Lovely Remote Car 1.3 APK for Windows (#1, 3.8 MB)