Arduino Joystick Controller Application icon

Arduino Joystick Controller 1.4

3.3 MB / 50K+ Downloads / Rating 4.2 - 186 reviews


See previous versions

Arduino Joystick Controller, developed and published by Andi.Co, has released its latest version, 1.4, on 2023-12-09. This app falls under the Education category on the Google Play Store and has achieved over 50000 installs. It currently holds an overall rating of 4.2, based on 186 reviews.

Arduino Joystick Controller APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.andico.control.joystick

Updated: 1 year ago

Developer Name: Andi.Co

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Arduino Joystick Controller on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.2
Total 186 reviews

Reviews

5 ★, on 2019-09-05
Problem with data receiving. I used to use this app for arduino project on android version kitkat, lolipop and marshmallow. The app was working on those version of android. But now in oreo and pi version, the received data by arduino is complete garbage. Other terminal app is working on both of oreo and pi. But specifically this app is sending garbage data. Even your other app (Bluetooth RC Controller) sends perfect values. I don't know what is the problem. Need help.

5 ★, on 2018-10-10
Best remote control

3 ★, on 2020-06-21
What's command characters for this app

5 ★, on 2018-12-03
Thanks a lot

5 ★, on 2020-05-02
Best controller...

5 ★, on 2018-02-06
Joystick controller is nice. I like how well it is documented. Very smooth operation. The battery voltage monitor works great- I use the internal 1.1 volt reference because my battery supply was only 4.5 volts maximum. Nice that he includes the formula for the resistors and scale increments. Initially, I did have a problem with the speed control- it was all or nothing. Turns out that on the Arduino Pro Mini (and Uno) if you chose PWM pin 9, it doesn't output PWM, but the other PWM pins do- it could be that the timer that would have been used for PWM on pin 9 was used for some other timer part of the program. So I chose PWM pin 3, and it works as expected.

Previous Versions

Arduino Joystick Controller 1.4
2023-12-09 / 3.3 MB / Android 4.1+

About this app

***This application is meant to control an Arduino based RC car over Bluetooth.

If you want to precisely control your Bluetooth enabled Arduino RC car, this application lets you do that. Composed of two joysticks, you can independently control the car's steering and speed. You can also set the steering and speed ranges from within the application. And in case you have more that one car, each one can have its one set of ranges. In case you have a tank, you can control its cannon by just toggling a button. And since the Arduino can read sensor values, the application is able to receive six independent readings. The first two are floating point readings, while the remaining four are a single byte long. The application sends a command every 50ms. This feature lets the car detect when it is out of range, in which case it'll stop before crashing.

Please visit the tutorial page for the Arduino program and circuit schematics at https://sites.google.com/site/bluetoothrccar/home/6-Joystick-Control

New features

------------1.4------------
-Fixed bug that made app crash in the device list activity.
Caused by selecting a device to connect with after turning
Bluetooth off.

App Permissions

Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an app to access approximate location.
Allows an app to access precise location.