> For the complete documentation index, see [llms.txt](https://stage.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stage.twelite.info/eng/usage/screens/main_menu/viewer/smpl_mon/glancer.md).

# glancer

`Windows` `macOS` `Linux` `RasPi`

Glancer is an English word for a person who glances, and it is a simple display of [information in incoming messages](https://wings.twelite.info/how-to-use/parent-mode/receive-message). TWELITE Radio App\_Wings is written in the microcontroller, and the communication partner (App\_Twelite, TWELITE PAL, ...) is set to the same channel as the application ID. Application ID and CHANNEL can be mixed as long as they match).

The screen consists of two types of screens.

####

#### List view

![](/files/p57TC9WWMaWxPLigV5nk)

Enumerates information from the communication partner. The contents displayed are (message type, logical ID, serial ID, LQI(Lq), supply voltage (if included in the information), and reception time).

| Operation          | Desc.                                                                            |
| ------------------ | -------------------------------------------------------------------------------- |
| `[ A ]`            | Move to the previous item on the list.                                           |
| `[ A ]` long press | Exit this screen and return to the previous menu.                                |
| `[ B ]`            | Shifts to selection view.                                                        |
| `[ B ]` long press | Sorts items. Each time the sort is performed, the sort key changes sequentially. |
| `[ C ]`            | Move to the next item on the list.                                               |
| `[ C ]` long press | Controls and resets the reset pin of the TWELITE wireless module.                |
| ESC ESC            | Exit this screen by entering the ESC key.                                        |

#### Selection view

![](/files/M9Nx81NUcEf5x0BwfdpZ)

This screen is accessed by moving an item in the list view and making a selection when the item is highlighted. Displays information on specific communication partners in order of arrival.

The number of packets received and the average LQI value since the selection is made are displayed.

| Operation          | Desc.                                                             |
| ------------------ | ----------------------------------------------------------------- |
| `[ A ]`            | No assignment                                                     |
| `[ A ]` long press | Exit this screen and return to the list view.                     |
| `[ B ]`            | No assignment                                                     |
| `[ B ]` long press | No assignment                                                     |
| `[ C ]`            | No assignment                                                     |
| `[ C ]` long press | Controls and resets the reset pin of the TWELITE wireless module. |
| ESC                | Exit this screen and return to the list view.                     |


---

# 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://stage.twelite.info/eng/usage/screens/main_menu/viewer/smpl_mon/glancer.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.
