ApkDownload

Arduino bluetooth car plus APK

Latest Version 1.0 for Windows
Updated 2018-05-27

App information

Version 1.0 (#1)

Updated 2018-05-27

APK Size 2.6 MB

Requires Android Android 2.1+ (Eclair)

Offered by Rupak Poddar

Category Free Productivity App

App id appinventor.ai_poddarrupak2808.Rupak_car_plus

Developer's notes Drive like a professional with the pro features!

Screenshot

Click on the image to see full size

Editor's review

Download the latest Arduino bluetooth car plus application, version 1.0, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Productivity app is developed by Rupak Poddar and is easy to download and install.

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

Description

Arduino Code-

int m1 = 12;
int m2 = 11;
int b1 = 10;
int b2 = 9;
int left = 8;
int right = 7;
int up = 6;
int down = 5;
int light= 13;

String readString;

void setup() {
Serial.begin(9600);
pinMode(m1, OUTPUT);
pinMode(m2, OUTPUT);
pinMode(b1, OUTPUT);
pinMode(b2, OUTPUT);
pinMode(left, OUTPUT);
pinMode(right, OUTPUT);
pinMode(up, OUTPUT);
pinMode(down, OUTPUT);
pinMode(light, OUTPUT);
}

void loop() {
while (Serial.available()) {
delay(3);
char c = Serial.read();
readString += c;
}
if (readString.length() >0) {
Serial.println(readString);
if (readString == "f")
{
digitalWrite(m1, HIGH);
digitalWrite(m2, HIGH);
}
if (readString == "b")
{
digitalWrite(b1, HIGH);
digitalWrite(b2, HIGH);
}
if (readString == "l")
{
digitalWrite(m1, HIGH);
digitalWrite(b2, HIGH);
}
if (readString == "r")
{
digitalWrite(m2, HIGH);
digitalWrite(b1, HIGH);
}
if (readString == "s")
{
digitalWrite(m1, LOW);
digitalWrite(m2, LOW);
digitalWrite(b1, LOW);
digitalWrite(b2, LOW);
digitalWrite(left, LOW);
digitalWrite(right, LOW);
digitalWrite(up, LOW);
digitalWrite(down, LOW);
}
if (readString == "ledon")
{
digitalWrite(light, HIGH);
}
if (readString == "ledoff")
{
digitalWrite(light, LOW);
}
if (readString == "left")
{
digitalWrite(left, HIGH);
}
if (readString == "right")
{
digitalWrite(right, HIGH);
}
if (readString == "up")
{
digitalWrite(up, HIGH);
}
if (readString == "down")
{
digitalWrite(down, HIGH);
}
readString="";
}
}

App permissions

Arduino bluetooth car plus 1.0 APK requires following permissions:

Allows applications to open network sockets.

Allows applications to connect to paired bluetooth devices.

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

Arduino bluetooth car plus 1.0 APK for Windows (#1, 2.6 MB)