Home  /  Communication Apps  / Arduino Control Car on Windows Pc

Arduino Control Car on Windows Pc

Developed By: DINASTIA TECNOLOGICA

License: Free

Rating: 4,4/5 - 621 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0
Size 1.4 MB
Release Date November 04, 14
Category Communication Apps

App Permissions:
Allows applications to connect to paired bluetooth devices. [see more (8)]

Description from Developer:
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 = Chara... [read more]

App preview ([see all 9 screenshots])

App preview

About this app

On this page you can download Arduino Control Car and install on Windows PC. Arduino Control Car is free Communication app, developed by DINASTIA TECNOLOGICA. Latest version of Arduino Control Car is 1.0, was released on 2014-11-04 (updated on 2023-12-24). Estimated number of the downloads is more than 100,000. Overall rating of Arduino Control Car is 4,4. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 621 users, 468 users had rated it 5*, 55 users had rated it 1*.

How to install Arduino Control Car on Windows?

Instruction on how to install Arduino Control Car on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Arduino Control Car on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Arduino Control Car using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Arduino Control Car" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Arduino Control Car on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Arduino Control Car" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.

Download Arduino Control Car 1.0 on Windows PC – 1.4 MB

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