# TRIK Gamepad App

{% hint style="info" %}
This article is automatically translated from Russian by Google Translator.
{% endhint %}

You can download the free app for Android or iOS in [the stores](https://trikset.com/en/downloads#gamepad).

## Interface

The application interface includes:

* **Pad1, Pad2** - programmable areas to press.
* **Indicators of the last press** on the screen.
* **Programmable buttons (5 pcs.)** - buttons for programming additional functions.
* **Settings** - settings of the connection to the robot.

![](https://2483351831-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-9YMGCK0ySSnTAiseS%2F-MSkquYDYJalZaJuOCwt%2F-MSkr9FUggzltfIUNFP8%2FB1%201%20En%20trik-gamepad-app.png?alt=media\&token=7145e8c5-9afc-43dc-aba0-69f4a3134294)

The application has the ability to broadcast video from a camera connected to the robot.

To start it, you need to add the "[Start video broadcasting](https://help.trikset.com/en/trik/programming-visual/blocks#camera-on)" block to the remote control [program](https://help.trikset.com/en/gamepad/remote-control) for the robot.

## Principle of operation

Several touch variables are responsible for the functionality of the gamepad:

* gamepadPad1Pressed, gamepadPad2Pressed.
* gamepadPad1, gamepadPad2.
* gamepadButton1, …, gamepadButton5.
* gamepadConnected.

{% hint style="info" %}
You can read more about the TRIK Gamepad touch variables in the article "[Sensory Variables for the TRIK Controller](https://help.trikset.com/en/trik/programming-visual/sensory-variables)".
{% endhint %}
