> For the complete documentation index, see [llms.txt](https://udcap-vr-gloves-document.gitbook.io/udcap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udcap-vr-gloves-document.gitbook.io/udcap/hardware-setup/glove-charging-instructions.md).

# Glove Charging Instructions

{% hint style="danger" %}
Please use the officially supplied charging cable to charge the glove.&#x20;
{% endhint %}

## **Power On/Off**

Press and hold the power button for 2 seconds to power on. Press and hold the power button for 3 seconds to power off.

<div align="left"><figure><img src="/files/XLGGHbbzCsMNm200Cg9a" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
The gloves will automatically **shut down** after **5 minutes** when the device is in standby mode (with the **blue light flashing**)
{% endhint %}

***

## **Charging**

Both Type-C ports on the sides of the glove data box can be used for charging. The rated charging voltage is 5V.

{% hint style="danger" %}
The charging rated voltage must NOT exceed 5V
{% endhint %}

<div><figure><img src="/files/wFMfgFOkZIidvokk3qkw" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/rtqEwzK9qbfKgTEspaEP" alt="" width="375"><figcaption></figcaption></figure></div>

***

## **LED Indicator Light**

Power Indicator Light

| Color                                   | Animation | Description       |
| --------------------------------------- | --------- | ----------------- |
| <mark style="color:green;">Green</mark> | Breathing | Charging          |
| <mark style="color:green;">Green</mark> | Steady    | Charging Complete |

Status indicator light

| Color                                   | Animation | Description    |
| --------------------------------------- | --------- | -------------- |
| <mark style="color:blue;">Blue</mark>   | Breathing | Device waiting |
| <mark style="color:blue;">Blue</mark>   | Flashing  | Connecting     |
| <mark style="color:green;">Green</mark> | Steady    | Connected      |
| <mark style="color:red;">Red</mark>     | Steady    | Low battery    |

USB dongle

| Color                                 | Animation | Description           |
| ------------------------------------- | --------- | --------------------- |
| <mark style="color:blue;">Blue</mark> | Breathing | Device standby        |
| <mark style="color:blue;">Blue</mark> | Flashing  | Connecting            |
| <mark style="color:blue;">Blue</mark> | Steady    | Connection successful |


---

# 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://udcap-vr-gloves-document.gitbook.io/udcap/hardware-setup/glove-charging-instructions.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.
