Arduino Robot Joystick Application icon

Arduino Robot Joystick 1.0

484 KB / 1+ Downloads / Rating 4.4 - 9 reviews


See previous versions

Arduino Robot Joystick, developed and published by NUDGE ME, has released its latest version, 1.0, on 2017-10-02. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 4.4, based on 9 reviews.

Arduino Robot Joystick APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). 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.nudge.me.JSP

Updated: 7 years ago

Developer Name: NUDGE ME

Category: Libraries & Demo

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Arduino Robot Joystick 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.4
Total 9 reviews

Reviews

5 ★, on 2017-05-24
Terbaik la encik

5 ★, on 2017-04-29
Great app for controlling BT robots, and it offers so many extra options. Very nice interface, and helpful vids on the youtube channel

1 ★, on 2020-09-14
Useless

Previous Versions

Arduino Robot Joystick 1.0
2017-10-02 / 484 KB / Android 2.3+

About this app

This app is dedicated to be used as joystick interface for Arduino-based (not limited to) robotic application.

It can be connected to the hardware using Bluetooth communication modules such as HC-05, HC-06 or Bluetooth Bee.

The serial output is in mathematical formula set for differential 2WD/4WD and Omnidirectional (either 3WD or 4WD) robot wheel configuration with adjustable headers (accessible through Settings Menu).

You however can set the output to be raw x and y value through the "Raw/Formula Output Mode" menu and return back to the formula mode at your convenience using the same menu.

Other than that, you can also get the raw form of magnitude and angle of the joystick based on its current direction and angle.

The app now is equipped with Serial Monitor window for your convenience. No need to use Serial Monitor from PC anymore (hence no USB cable needed).

There are 6 buttons on board which you can easily set the text they send via serial output using the Settings Menu.

The appropriate Arduino program or sketch needs to be used in order to parse the serial string sent by this app which you can easily build one yourselves.

You can contact me through email if you need the sample Arduino code.

Any problem please don't be hesitate to contact me through email.

Thank you.

New features

* Update button/menu added - always get the latest update of the app
* 3 more buttons added for total control of your robot/project (Button 1, 2 and 3)
* Scroll-able settings menu
* New joy-pad color (changes color when connected/disconnected to/from Bluetooth device)
* Magnitude and Angle values are now combine-able (crucial for advanced robot motion control) - access by selecting magnitude or angle sending mode
* Angle values can be selected either in rad or deg format
* Other minor changes