This application allows you to use one or more joysticks to remote control a drone or airplane. You can use any device that identifies as a gamepad when connected to a computer over USB. (e.g. XBox Controller, ThrustMaster Warthog, etc)
THIS APPLICATION IS EXPERIMENTAL (WORK IN PROGRESS)
The application reads the raw inputs from one or more USB gamepad devices. It takes these inputs, converts them to Crossfire format (CRSF), and sends them to an RC Transmitter (TX) module.
The TX then sends the control signals over air to the drone. Both the USB control devices and the RC Transmitter module must be connected to the same computer where the application is running on.
You can try out the configurator for this application online over at kaack.github.io/elrs-joystick-control
The online Web-UI starts with a mocked backend by default. The mocked backend, emulates most of the functionality and allows you to try things out without actually installing or running anything in your computer.
When you are ready to actually run the application locally, you access the Web-UI on https://localhost:3000
ELRS TX modules have an I/O pin that is used for receiving radio inputs.
The transmitter module does not really care who is sending data on that pin. It could be an actual device like a Radio Master TX16S, or it could be this application.
This application uses a serial port to send data to the ELRS TX, and in doing so, pretends to be an RC radio.
There are a couple of ways to do this.
Most computers do not have physical serial ports anymore. But, you can use a device called an FTDI adapter to emulate a serial port.
On one end, you connect the FTDI adapter to a USB port in your computer. The operating system sees the device as if it was a virtual serial port.
On the other end, the FTDI adapter has exposed pins for a UART(RX,TX) plus Ground and 5 Volts (VCC) output pins.
To make this work, you must connect the TX pin from the FTDI adapter to the CRSF pin of your ELRS TX module. You can also power the ELRS TX module using the Ground and 5 Volts output pins.
See diagram below
Warning: When you do this, your ELRS TX is in a circuit with your computer's motherboard. Do not connect any external power source (such as a LiPo Battery) to the ELRS TX. You can potentially destroy your motherboard if the ELRS TX is not designed properly.
First, download and install the official FTDI VCP (Virtual COM Port) drivers from the FTDI website
Then, download and install the FT Prog tool from their website as well.
Finally, use the FT Prog tool to re-program the FTDI adapter as follows.
See image below
You have to do this because the ELRS transmitter I/O pin works as an inverted half-duplex UART.
This means:
So, the FTDI adapter must use the same wire protocol to communicate with the ELRS transmitter.
The second and more convenient method is to use a USB cable.
Some ELRS transmitters have a USB port that is used for flashing firmware. This same USB port can be reconfigured to work as the CRSF I/O pin.
First, download STM32 Virtual COM Port driver, from the ST Electronics website
Then, access the module's /hardware.html page, and change the CRSF RX/TX pin values.
See image below:
The correct values to use here depend on the module you have. For example, in my case, with the BetaFPV 1W Micro module, I had to use pins 3 and 1 so that the ELRS firmware would treat the USB port as if it was the CRSF serial port.
You can usually tell which pin values to use by looking at the ELRS Backpack/Logging configuration (in the same hardware.html page).
The ELRS Backpack/Logging section is configured by default to use the USB RX/TX pins. So, copy+paste these values and disable the backpack functionality.
See image below:
Finally, you may need to put your ELRS TX in "Firmware Upgrade" mode for this approach to work. This is done using the DIP switch on the back of the module. The exact position of the DIP switch varies from module to module. See the ELRS documentation to determine the proper method for putting the module in "Firmware upgrade" mode.
There are a few ways you can power the transmitter module without connecting it to the JR bay of an existing radio.
USB Power - First, you can power the ELRS transmitter using the USB connector (if it has one). The RF output power will be limited when using USB power. It's very likely that you will not be able to go over 100 milli-watts of RF output power. That's still plenty of power for most flying. But beware, if you set the transmitter's RF output too high, it may exceed the power supply from the USB connection. This can cause the module to brown-out, and reboot itself. It will keep rebooting, and shutting down. If this happens to you, you will need to connect the module to a higher wattage power supply, and revert the settings.
XT30 DC input - The second approach is to use the module's XT30 DC input (if it has one). But beware, some modules may not have protection to isolate the XT30 DC input from rest of the circuitry. Early versions of Radio-Master ELRS Ranger transmitters had this issue. Some pilots damaged their radios when they connected the XT30 input at the same time they had the module connected to the JR bay of the radio. So, don't do that.
JR Bay VCC / GND pins - The third and final approach is to use the JR bay VCC
/ GND
pins. Most ELRS transmitter modules accept between 5V and 12V across the
VCC
/ GND
pins. You can connect a 2S LiPo battery directly to the these pins. ELRS transmitter modules have an internal voltage
regulator, so it should be safe.
When the application starts, it exposes a Web-UI on port 3000, and a gRPC service on port 10000.
For most use-cases, the Web-UI will give you all the functionality you will need. From there you can do things like configure the inputs and outputs, setup telemetry widgets, and start/stop the radio control link.
Behind the scenes, the Web-UI uses the gRPC service to interact with the application itself. You can use the gRPC service directly as well, if you want to interact with the application programmatically.
When you run the application locally, you can access the Web-UI through a browser over at https://localhost:3000.
The Web-UI has multiple pages, that allow you to configure and manage the application.
From the Home
page, you can start and stop the link with the ELRS RF transmitter. On the bottom left, click on the
transmitter icon. That will open a dialog where you can start and stop the link.
Starting the link just means that the application will begin writing channel data to the ELRS RF transmitter, and reading telemetry data that is output by the transmitter. Note that starting/stopping the link is separate from applying inputs/outputs configuration. If you have not yet applied inputs/outputs configuration, all channel values will be set to 0.
You will need to go to the Inputs Config
page to create and apply inputs/outputs configuration.
From the Home
page, you can view the telemetry data live as it's being received by the ELRS RF transmitter.
Telemetry data is only received when the link is active. You can add new telemetry widgets to the home screen, or delete
existing ones. You can also modify various display properties of each telemetry widget by double-clicking on them.
By default, the telemetry widgets on the Home
page are locked. If you want to move them around, remove some or add new
widgets, you will need to unlock the Home
page. To do this, click on the Plus
icon on the bottom left, and then click
on the Pad-lock
icon.
The ELRS Settings Page
gives you the same functionality you would find when using the ELRS Lua script in a regular OpenTX/EdgeTX radio.
From this page, you will see the ELRS devices are currently connected. You can click on the devices, and change their settings.
For example, you can change the packet rate, telemetry ratio, or even turn on Wi-Fi mode.
This page is very useful if your ELRS transmitter does not have an LCD screen.
The RF Transmitters
page displays a list of all serial ports detected on the computer where the application is running.
The application has no way of knowing if the serial ports are actually ELRS RF transmitters. If you have other devices
connected that also use virtual serial ports, those will show up in this list as well. (e.g. flight controller)
If you click on one of the items in the list, the Web-UI shows the values for all 16 channels associated with the serial port.
This does not mean that the values are actually being sent to the RF transmitter. That only happens when you start the link
from the Home
page. The channel values you see there are computed live based on inputs/outputs configuration that has been applied.
You will need to go to the Inputs Config
page to create and apply inputs/outputs configuration.
The Gamepads
page shows you a list of all gamepad devices that are connected to the computer where the application is running.
If you click on one of the gamepads in the list, the Web-UI shows you a live view of all axes, and button values that gamepad.
The Input Config
page is where you build the and apply the inputs/outputs configuration.
On the bottom right side, there is menu that let you add nodes for various config items such as gamepads, buttons, axes, channels etc. There are also nodes that allow you to transform, or even apply logic such as switch-statements, if-else statements. The idea is for you to build a config where gamepad inputs get mapped to channels for an RF transmitter.
On the left side, there is a menu that lets you apply the config. When you apply the config, the Web-UI constructs a config file and sends it to the backend application. There is validation that happens both on the Web-UI and the backend to help you identify errors in your config.
Also, on the left menu (if you expand it), you will find additional functions that such as Toggle Labels
, and Toggle values
.
The Toggle labels
function allows you to show or hide the labels for each of the nodes.
The Toggle values
function allow you to see the live values for each node in your configuration. This is very useful as it lets you see exactly how the
data flows through the nodes, and how it's transformed.
The Settings
page lets you modify various aspects of the Web-UI.
The About
page has information about the application itself such as the version number, licenses, etc.
In order to use the gRPC service, you will need a gRPC client. There are a few of those out there like Postman, or GRPC-UI.
Here is are some instructions for GRPC-UI
grpcui
binary somewhere in your path$ elrs_joystick_control
gRPC server listenting on port 10000
$ grpcui -plaintext localhost:10000
gRPC Web UI available at http://127.0.0.1:53885/
From GRPC-UI, you can call the methods exposed by the application's gRPC service. The following main methods are available:
setConfig - Receives (and validates) a JSON file containing the full configuration, and stores it in memory
getConfig - Retrieves the full configuration from memory, and sends it as a JSON file
startLink - starts the link with the RF transmitter
stopMixer - stops the link with the RF transmitter
startHttp - Starts the Web-UI HTTP server
stopHTTP - Stops the Web-UI HTTP server
getGamepads - Returns a list of raw input devices connected (joysticks, gamepads, etc)
getTransmitters - Returns a list of available serial ports
There are also a few other data streaming methods available:
In order to understand the config, you have to grasp two core concepts:
-32768
to 32767
.0
to 1984
.The conversion between RAW and CRSF is a uniform linear transformation. That is, the larger RAW range is scaled down to the smaller CRSF range.
Your job when building the config, IS NOT to tell application how to convert from RAW to CRSF. The application itself will do that for you at the very end when the RC channel data is written to the ELRS transmitter.
Your job when building the config, IS to tell the application which axes, and which buttons map to which to RC channels.
Having said that, you should still know the basic mappings that happen at the minimum, center, and maximum values.
-32768
RAW maps to 0
CRSF (which is also 1000
PWM)0
RAW maps to 992
CRSF (which is also 1500
PWM)32768
RAW maps to 1984
CRSF (which is also 2000
PWM)The configuration is basically a JSON document that specifies the mapping between gamepads (inputs), and and an RF transmitter (output). At a high level it looks like this:
{
"config": {
"input_output_map": {}
}
}
The input_output_map config JSON can get complex very quickly. You should not build this JSON document manually. Instead, use the Web-UI to create the configuration as a graph and send it to the application. Behind, the scenes, the Web-UI converts the graph into the input_output_map config JSON.
If you are still curious, you can take a look at the schema for the config over at schema.yaml. There are a lot of comments in the schema explaining each node in the config does.
I have flown with this application from both Windows/x86_64
, and Linux/arm
(Raspberry Pi 4) machines.
I have not tested it on a Linux/x86_64
machine yet.
If you want to compile the application in your own Windows machine, you can do so using Docker with Windows Containers. There is a pre-built Windows docker image that has all the build tools, and pre-requisites installed. Follow these steps to build the application:
Install Docker Desktop for Windows
Switch Docker to use Windows Containers
Pull the builder image
docker pull oneeyefpv/windows-amd64-builder
Clone this repo to your local machine
git clone https://github.com/kaack/elrs-joystick-control.git
Switch to the elrs-joystick-control
directory
cd elrs-joystick-control
Create a docker container from the builder image, and connect to it
docker run --rm -it -m 4096m -v %cd%:C:\app oneeyefpv/windows-amd64-builder /s /c
From within the container, build the elrs-joystick-control.exe
binary executable
cd app
go generate ./...
go build -tags static -o elrs-joystick-control.exe .\cmd\elrs-joystick-control\.
Exit the container
exit
The binary executable should be on the root of the repo now.
Install Docker Engine for Linux
Pull the builder image
docker pull oneeyefpv/linux-amd64-builder
Clone this repo to your local machine
git clone https://github.com/kaack/elrs-joystick-control.git
Switch to the elrs-joystick-control
directory
cd elrs-joystick-control
Create a docker container from the builder image, and connect to it
docker run --rm -it -m 4096m -v `pwd`:/app oneeyefpv/linux-amd64-builder bash
From within the container, build the elrs-joystick-control
binary executable
cd app
go generate ./...
go build -trimpath -tags static --ldflags '-s -w' -o elrs-joystick-control ./cmd/elrs-joystick-control/.
Exit the container
exit
The binary executable should be on the root of the repo now.
Use Raspberry Pi imager to install Raspberry Pi OS (32bit) on a microSD card
Boot up the Raspberry Pi 4 from the microSD card
Get the latest software package
sudo apt-get update
From a new terminal, clone this repo
git clone https://github.com/kaack/elrs-joystick-control.git
Switch to the repo directory, and run build script
cd elrs-joystick-control
./build-raspbian32-linux-armhf.sh
The executable binary will be at the root of the repo