Warning: Undefined array key 2 in /home/apkapps/web/jetapk.com/public_html/index.php on line 27

Warning: Undefined array key 3 in /home/apkapps/web/jetapk.com/public_html/index.php on line 28

Warning: Undefined array key 4 in /home/apkapps/web/jetapk.com/public_html/index.php on line 29

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 250

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 253

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 256

Warning: Undefined variable $typeFromURL in /home/apkapps/web/jetapk.com/public_html/index.php on line 262

Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 14

Warning: Undefined variable $thisRelease in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 26

Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 29

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/header.php on line 14

Warning: Undefined variable $versionString in /home/apkapps/web/jetapk.com/public_html/functions.php on line 230
Arduino bluetooth car plus APK Download for Android
Arduino bluetooth car plus 1.0 Icon

Arduino bluetooth car plus

Rupak Poddar Productivity
5
2 Ratings
10+
Downloads
1.0
version
May 27, 2018
release date
2.6M
file size
Free
Download

What's New

About Arduino bluetooth car plus Android App

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

Other Information:

Requires Android:
Android 2.1 and up
Other Sources:

Download

This version of Arduino bluetooth car plus Android App comes with one universal variant which will work on all the Android devices.

Variant
Updated
(May 27, 2018)
Architecture

Warning: Undefined array key "ar" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 211

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 211
Minimum OS
Android 2.1 and up
Screen DPI

Warning: Undefined array key "dp" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 222
nodpi (all screens)

All Versions

If you are looking to download other versions of Arduino bluetooth car plus Android App, We have 1 version in our database. Please select one of them below to download.


Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 247
Loading..