Home  /  Tools Apps  / Wheelchair Control Interface on Windows Pc

Wheelchair Control Interface on Windows Pc

Developed By: Roger van Rensburg

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 17, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.3
Size 1.4 MB
Release Date May 29, 18
Category Tools Apps

App Permissions:
Allows applications to open network sockets. [see more (2)]

Description from Developer:
---- Mobility Aid Remote Control Interface ----

Summary:
An Android handset is used as part of an engineering design acting as a user interface to control an electrically powered... [read more]

App preview ([see all 13 screenshots])

App preview

About this app

On this page you can download Wheelchair Control Interface and install on Windows PC. Wheelchair Control Interface is free Tools app, developed by Roger van Rensburg. Latest version of Wheelchair Control Interface is 1.3, was released on 2018-05-29 (updated on 2024-04-17). Estimated number of the downloads is more than 500. Overall rating of Wheelchair Control Interface is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Wheelchair Control Interface on Windows?

Instruction on how to install Wheelchair Control Interface on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Wheelchair Control Interface 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 Wheelchair Control Interface 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 "Wheelchair Control Interface" 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 Wheelchair Control Interface 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 "Wheelchair Control Interface" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.3.

Download Wheelchair Control Interface 1.3 on Windows PC – 1.4 MB

---- Mobility Aid Remote Control Interface ----

Summary:
An Android handset is used as part of an engineering design acting as a user interface to control an electrically powered wheelchair. For this particular application, an assistive-type wheelchair is under development at F'SATI (French South African Technology Institute) in the Enabled Environment. The handset virtual joystick and/or Inertial Measurement Unit (IMU) are interfaced with the wheelchair mobility aid control system (National Instruments myRIO-1900) to detect the user's intended control of the electric wheelchair. The handset may be used as a development and/or demonstration tool on a project that requires reliable wireless control of mobility aids or similar systems.

* Server = National Instruments (NI) myRIO-1900
* Client = Android 6.0 (Tested on Samsung S7 Edge)

Step 1:
Setup NI 'myRIO-1900' hardware (or similar NI product) wireless connectivity by enabling RIO as an access point. This is accomplished by plugging a USB cable into the myRIO-1900 and host computer. Open a web browser and type the default myRIO-1900 IP address: 172.22.11.2 in the address bar. A 'Wireless Mode' connection is made under the 'Network Configurations' menu.

Step 2:
Setup server information:
Server address: 127.16.0.1 (myRIO-1900 wireless)
Port address:1234

Note, each string received is separated by a comma delimiter (",") as shown in the server code. Errors in the data transmission are checked and will notify the user when a communication error is detected between hardware. The app also continually detects if a connection is lost to the server.

<<< Outputs from Android to myRIO-1900 >>>

String 1: 'ACCELEROMETER X-****'
String 2: 'ACCELEROMETER Y-****'
String 3: 'ACCELEROMETER Z-****'
String 4: 'GYROSCOPE X-****'
String 5: 'GYROSCOPE Y-****'
String 6: 'GYROSCOPE Z-****'
String 7: 'MAGNETOMETER X-****'
String 8: 'MAGNETOMETER Y-****'
String 9: 'MAGNETOMETER Z-****'
String 10: 'PROXIMITY'
String 11: 'AZIMUTH ORIENTATION' (unfiltered)
String 12: 'PITCH ORIENTATION' (unfiltered)
String 13: 'ROLL ORIENTATION' (unfiltered)
String 14: 'JOYSTICK X1-****'
String 15: 'JOYSTICK Y1-****'
String 16: 'ASSISTANCE CMD' (0-100%)
String 17: 'SPEED CMD' (0-100%)

<<< Inputs from Android to myRIO-1900 >>>

String 1: 'BATTERY CHARGE STATUS' (0-100%)
String 2: 'WHEEL VELOCITY - RIGHT'
String 3: ''WHEEL VELOCITY - LEFT'
String 4: 'WHEEL TORQUE - RIGHT'
String 5: 'WHEEL TORQUE - LEFT'

* Note: If applicable, additional electronics such as the wheelchair battery charge status, velocity and torque data may be needed for reading outputs from the myRIO-1900. This project was specifically designed with these sensors in mind for monitoring on Android. Alternatively, the developer may use different data to send over the network for display on the device.

For this project, a user command on Android enables assistance ('ASSISTANCE CMD') by supplying additional torque to the wheels (by external motors mounted on the wheels of the chair), which aids the user to move easily through difficult terrains.

Step 3:
Enable WIFI on Android under settings and connect to the myRIO-1900 access point.

Step 4:
Press either 'SIMULATE' or the 'SENSOR' button first before establishing a connection. Random data is sent over the network in 'SIMULATE' mode and displayed on Android. IMU, orientations and joystick data are sent over the network in 'SENSOR' mode and displayed on Android.

Step 5:
Press 'CONNECT' button to connect server.

A message will appear on Android indicating when a connection has been established with the server. Data transmission now commences between hardware devices.

Step 6:
Press 'JOYSTICK' button to send joystick **** data to the server.
('MAINTENANCE' button becomes inactive)

*** Additional information ***
If server is implemented on myRIO-1900 or similar NI hardware ->
See LabVIEW code attached on the setup of server communication.
Allows applications to open network sockets.
Allows applications to access information about networks.