> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/gremsy-app/payload-plus/how-to-connect.md).

# HOW TO CONNECT?

{% hint style="info" %}
The application is compatible with Android phones and tablets. Remote controllers are not supported.
{% endhint %}

### **System Requirements** <a href="#system-requirements" id="system-requirements"></a>

* **Operating System:** Android 6.0 and above
* **Windows Platform**

### Download

{% embed url="<https://play.google.com/store/apps/details?id=com.gremsy.payload&pli=1>" %}

{% embed url="<https://github.com/Gremsy/Payload-Plus/releases/tag/v1.2.1>" %}

## 📶 **Connect Phone/Tablet to Remote Control Hotspot**

**🔹 Step 1: Enable Hotspot on RC**

1. On the **Remoter Controller**, swipe down from the top to open the **Quick Settings**.
2. Tap on the **Hotspot icon** (or go to **Settings > Network & Internet > Hotspot & tethering**).
3. Enable the **Wi-Fi Hotspot**.
4. Note the **SSID (network name)** and **password**. These are usually something like:
   * SSID: `Herelink_xxxxx`
   * Password: Default is often `12345678` unless changed.

***

**🔹 Step 2: Connect from Your Phone or Tablet**

1. On your **mobile phone/tablet**, open **Wi-Fi settings**.
2. Look for the **RC's SSID** in the list of networks.
3. Tap the SSID, then **enter the password**.
4. Wait a moment — you should now be connected.

<figure><img src="/files/vbI5K8s1qtL65ubJZ9bZ" alt=""><figcaption><p>CLICK ON "SETTING"</p></figcaption></figure>

<figure><img src="/files/3Bex27wJRnSwm6qFCNav" alt=""><figcaption><p>CHECK THE CONNECTION</p></figcaption></figure>

<figure><img src="/files/fXhKpBk9S4zMGFaxID66" alt=""><figcaption><p>SUCCESSFUL</p></figcaption></figure>

<figure><img src="/files/3XlrPsfyqZywMs4Rezb2" alt=""><figcaption></figcaption></figure>

## CONNECT BY THE ETHERNET (USB-C)

<figure><img src="/files/jVKA5JjItiw7wY0YZyUE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For Orus-L and VIO, which feature a USB-C Ethernet port, the default IP address is `192.168.55.1`. To access the device, the computer's Ethernet interface must be configured with a static IP address in the same subnet.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gremsy.com/gremsy-app/payload-plus/how-to-connect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
