ApkDownload

Arduino Control Car APK

Latest Version 1.0 for Windows
Updated 2014-11-04

App information

Version 1.0 (#1)

Updated 2014-11-04

APK Size 1.4 MB

Requires Android Android 1.5+ (Cupcake)

Offered by DINASTIA TECNOLOGICA

Category Free Communication App

App id appinventor.ai_el_profe_garcia.Arduino_Control_Car

Developer's notes Remote Control for CART or manage other devices via Bluetooth / Arduino

Screenshot

Click on the image to see full size

Editor's review

Download the latest Arduino Control Car application, version 1.0, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Communication app is developed by DINASTIA TECNOLOGICA 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

Bluetooth controlled by the Arduino for applications such as cars, acrobatic Brazos, Remote control, automation, etc ...

Sending this app by the Bluetooth module:
Up Arrow = Character 'a'
Left Arrow = Character 'b'
Square Button = Character 'c'
Right Arrow = Character 'd'
Down Arrow = Character 'e'
Pin ON = Character 'f'
Pin OFF = Character 'g'
Pin Bluetooth = is to select the Bluetooth module to which you are connecting
(The bluetooth module must first be synchronized with your Android phone

TRY To connect LEDs to the PWM 5, 6, 9, 10 Arduino ports, in the final draft to those ports the H bridge is connected to the Arduino Load the following code:
 
izqA int = 5;
izqB int = 6;
Dera int = 9;
Derb int = 10;
vel int = 255; // Speed ​​engines (0-255)
int status = 'g'; // Starts arrested

void setup () {
  Serial.begin (9600); // Start the serial port for communication with Bluetooth
  pinMode (DERA, OUTPUT);
  pinMode (Derb, OUTPUT);
  pinMode (izqA, OUTPUT);
  pinMode (izqB, OUTPUT);
 }
 
void loop () {
  
  if (Serial.available ()> 0) {// read the bluetooth and stored in state
      status = Serial.read ();
  }
  if (state == 'a') {// move the Front Button
      analogWrite (Derb, 0);
      analogWrite (izqB, 0);
      analogWrite (DERA, vel);
      analogWrite (izqA, vel);
  }
  if (state == 'b') {// Button LEFT
      analogWrite (Derb, 0);
      analogWrite (izqB, 0);
      analogWrite (DERA, 0);
      analogWrite (izqA, vel);
  }
  if (state == 'c') {// Stop Button
      analogWrite (Derb, 0);
      analogWrite (izqB, 0);
      analogWrite (DERA, 0);
      analogWrite (izqA, 0);
  }
  if (state == 'd') {// Button DER
       analogWrite (Derb, 0);
       analogWrite (izqB, 0);
       analogWrite (izqA, 0);
       analogWrite (DERA, vel);
  }
  
  if (state == 'e') {// Reverse Button
       analogWrite (DERA, 0);
       analogWrite (izqA, 0);
       analogWrite (Derb, vel);
       analogWrite (izqB, vel);
  }
  if (state == 'f') {// Button ON by sensing distance moves
 
  }
  if (state == 'g') {// Button OFF, stops the engine does nothing
  }
}

App permissions

Arduino Control Car 1.0 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.

Allows an application to write to external storage.

Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.

Allows an application to read from external storage.

Ratings and Reviews

Rating: 4.4/5 based on 6+ reviews

(*) is required

5 ★ Superb

5 ★ It is a great app to control arduino through Bluetooth

5 ★ the app is cool i think

5 ★ Wha

Previous versions

Arduino Control Car 1.0 APK for Windows (#1, 1.4 MB)