# 1 🧘‍♂️道具と準備

## 1.1. 事前準備

きれいな机と、パッケージの中身を入れる小さな箱を用意してください。後で何かを紛失したときのために、キットの中身の写真を撮っておきましょう。

{% hint style="success" %}
カーペットやモザイク床のない部屋で作業をするのが良いでしょう。小さなネジやバネは、地面に落とすと魔法のように消えてしまいます。
{% endhint %}

## 1.2. 工具・アクセサリー

{% tabs %}
{% tab title="必須" %}

| 工具                    | メモ                                                                       |
| --------------------- | ------------------------------------------------------------------------ |
| マイナスドライバーとプラスドライバー    | For M2 (diameter = 2mm) screws M2（直径＝2mm）のネジ用                            |
| Arduino IDEを搭載されたパソコン | 最新の [Arduino IDE](https://www.arduino.cc/en/Main/Software) をインストールしてください |
| USB充電ポート              | 5V 1Aの出力で十分です                                                            |
| {% endtab %}          |                                                                          |

{% tab title="任意" %}

| 工具                                                | メモ                                                                                          |
| ------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Soldering iron w/ accessories　はんだこて（付属品付          | For modifying the PCB if you are a hacker!　プリント基板の改造には、ハッカーのような方におすすめです。                    |
| 3D printer w/ accessories　3Dプリンターｗ（付属品付           | Add your special design　特別なデザインの追加                                                          |
| Arduino/Raspberry Pi kit　Arduino/Raspberry Pi キット | Add more gadgets to Bittle　バイトルへのガジェット追加                                                    |
| Multimeter　マルチメーター                                | Test and debug　テストとデバッグ                                                                     |
| Oscilloscope　発振器                                  | Test and debug　ストとデバッグ                                                                      |
| Hot glue/super glue　ホットグルー/スーパーグルー                | Avoid using them. Bittle is designed to be glue-free! 使わないようにしましょう。バイトルは接着剤を使わないように設計されています |
| {% endtab %}                                      |                                                                                             |
| {% endtabs %}                                     |                                                                                             |


---

# 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://bittle.petoi.com/ri-yu/1-tools-and-preparation.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.
