# LED 상태 표시 해석표

### 앵커 (Anchor Q2)

| 색상         | 패턴       | 상태                        | 타이밍                  |
| ---------- | -------- | ------------------------- | -------------------- |
| 🔵 파랑      | 점멸       | 부팅 중                      | 100ms ON / 200ms OFF |
| 🟢 초록      | 점멸       | **정상 동작**                 | 1s ON / 3s OFF       |
| 🟣 자홍(마젠타) | 상시 점등    | 칼리브레이션 중                  | 계속 ON                |
| 🔵 파랑      | 빠른 점멸    | BLE 연결됨 (핸드폰 연결 중)        | 50ms ON / 100ms OFF  |
| 🟢 초록      | 매우 느린 점멸 | UWB OFF                   | 50ms ON / 60s OFF    |
| 🟡 노랑      | 느린 점멸    | 배터리 부족 (11\~20%)          | 50ms ON / 5s OFF     |
| 🟡 노랑      | 빠른 점멸    | **배터리 위험 (≤10%) — 충전 필요** | 50ms ON / 1s OFF     |
| 🔴 빨강      | 점멸       | **에러 — 문의 필요**            | 100ms ON / 200ms OFF |

### 게이트웨이 (Gateway Q2)

| 색상         | 패턴    | 상태              | 타이밍              |
| ---------- | ----- | --------------- | ---------------- |
| 🔵 파랑      | 상시 점등 | 부팅 중 (BLE)      | 계속 ON            |
| 🟢 초록      | 상시 점등 | **정상**          | 계속 ON            |
| 🔴 빨강      | 느린 점멸 | **에러 — 인터넷 끊김** | 50ms ON / 1s OFF |
| 🟣 자홍(마젠타) | 상시 점등 | 칼리브레이션 중        | 계속 ON            |

### 태그 (Tag Q2)

| 색상    | 패턴    | 상태                        | 타이밍                  |
| ----- | ----- | ------------------------- | -------------------- |
| 🔵 파랑 | 점멸    | 부팅 중                      | 100ms ON / 200ms OFF |
| 🟢 초록 | 점멸    | **정상 동작**                 | 1s ON / 5s OFF       |
| 🟡 노랑 | 느린 점멸 | 배터리 부족 (11\~20%)          | 50ms ON / 5s OFF     |
| 🟡 노랑 | 빠른 점멸 | **배터리 위험 (≤10%) — 충전 필요** | 50ms ON / 1s OFF     |
| ⚫ OFF | 꺼짐    | 충전 중 (충전기 연결)             | —                    |
| 🔴 빨강 | 점멸    | **에러 — 문의 필요**            | 100ms ON / 200ms OFF |


---

# 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://freegrow-1.gitbook.io/product-docs-kr/q2-starterkit/led.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.
