# 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.

![](/files/-MSkr9FUggzltfIUNFP8)

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](/en/trik/programming-visual/blocks.md#camera-on)" block to the remote control [program](/en/gamepad/remote-control.md) 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](/en/trik/programming-visual/sensory-variables.md)".
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.trikset.com/en/gamepad/about/app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
