> 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/usage/screens/main_menu/viewer/smpl_mon/aria_viewer.md).

# ARIA ビューア

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

[TWELITE ARIA](https://mono-wireless.com/jp/products/twelite-aria/index.html)の通知メッセージを解釈します。

{% hint style="info" %}
本解説中は旧バージョンのキャプチャ画像です。
{% endhint %}

## TWELITE ARIA

![画面例：温湿度表](/files/DemgrbggXyFo1inYTGUf)

TWELITE ARIAのデフォルト設定(ARIAモード)は、コイン電池でも動作できるスリープを用いた間欠駆動をしながら、いくつかの要因により起床し、起床後様々な情報を送信しいます。

#### 起床要因

* タイマーの起床（設定値による定期起床）
* 磁気センサーによる起床（磁石が近づいたことを検出した場合）

#### 送信データ

* モジュール電源電圧
* 磁気センサーの検出値
* 温湿度データ

### パケット

パケットの基本情報を表示します。

| 項目    | 解説                                                                                                                                |
| ----- | --------------------------------------------------------------------------------------------------------------------------------- |
| #???? | これまでの受信パケット数です。                                                                                                                   |
| 種別    | [`E_PKT`](https://mwm5.twelite.info/references/parser/twefmt/twepacket/e_pkt)の値で、パケット種別です。TWELITE ARIAからのパケットは通常PKT\_PAL=02になります。 |
| ID    | 送信元の論理IDです。通常は0..100の値になります。                                                                                                      |
| AD    | 送信元のシリアル番号です。                                                                                                                     |
| LQ    | LQI、電波強度に対応する値です。                                                                                                                 |
| SQ    | パケットの続き番号です。                                                                                                                      |

### データ表

TWELITE ARIAから受信した過去9回分のデータの履歴を表示します。上にあるほど新しいデータです。

#### 時間(s)

TWELITE STAGE APPが起動してからデータを受信するまでの時間\[秒]です。

#### ID

モジュールの論理デバイスIDです。

#### VCC(mV)

モジュールの電源電圧\[mV]です。

#### 温度(C)

モジュールが計測した温度(℃)です。

#### 湿度(%)

モジュールが計測した湿度(％)です。

#### 磁石

検出された磁石の極または未検出を表示します。

{% hint style="info" %}
磁気センサーの検出による起床かどうかを表示する機能はありません。
{% 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://stage.twelite.info/usage/screens/main_menu/viewer/smpl_mon/aria_viewer.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.
