# 各部の説明

![](/files/-MNamH1-akeOP9v4j_IU)

## 1. TWELITE

TWELITE-トワイライトはセンサーの値を読み取ったり無線でデータを送受信する無線マイコンです。

## 2. LED

相手側の端末からLEDを点灯・消灯させることが出来ます。

## 3. 7Pインターフェイス

アプリの設定や書き込み時に使用するための標準インターフェイスです。

{% hint style="warning" %}
TWELITE R2-トワイライター２に接続する端子です。向きに注意して接続してください。逆向きに接続し通電した場合は故障の原因になります。
{% endhint %}

以下は信号ピンの対応表です。

| 名称  | 信号名     | TWELITE DIP | TWELITE（SMD）       | 説明                                      |
| --- | ------- | ----------- | ------------------ | --------------------------------------- |
| GND | GND     | 1, 14       | 20, 28, 30, 31, 32 | 電源のマイナス側                                |
| TXD | DIO6    | 10          | 8                  | シリアル通信線（PC側はRX端子に接続）                    |
| PRG | SPIMISO | 7           | 2                  | GNDに接続してリセットし、開放またはVCCに接続するとプログラムモードに遷移 |
| RXD | DIO7    | 3           | 9                  | シリアル通信線（PC側はTX端子に接続）                    |
| RST | RESETN  | 21          | 21                 | GNDに接続するとリセット                           |
| VCC | VCC     | 28          | 5                  | 電源のプラス側                                 |
| SET | -       | -           | -                  | 拡張制御信号                                  |

## 4. 加速度センサー

XYZの3方向の加速度を検出するセンサーです。

## 5. I2C拡張端子

I2Cセンサーを拡張するための端子です。

## 6. 磁気センサー

磁石の近接を感知するセンサーです。磁石の極性がSかNかの判別もできます。

## 7. 電池ホルダー

CR2032用の電池ホルダーです。

## 8. 基板アンテナ

&#x20;基板アンテナ（[MW-A-P1934](https://mono-wireless.com/jp/products/TWE-ANTENNAS/omni/MW-A-P1934.html)）です。基板上に回路パターンで構成されたアンテナです。


---

# 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://twelite.gitbook.io/mw-pug-cue/description-of-parts.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.
