> For the complete documentation index, see [llms.txt](https://nybble.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nybble.petoi.com/chinese-1/untitled.md).

# 1 🧘‍♂️ 工具和准备

## 1.1 准备

准备一张整洁的工作台，和一些小盒子以盛放物料。事先给套件内容拍个照以备后期参考。

{% hint style="success" %}
最好在没有地毯或马赛克瓷砖的房间组装，小螺钉和弹簧往往“遇土则入”。🐒
{% endhint %}

## 1.2 工具和配件

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

|              工具             |                                                                                备注                                                                               |
| :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|             美工刀             |                                                                             用于取下结构件                                                                             |
|              砂纸             |                                                                               抛光毛刺                                                                              |
|           平头和十字螺丝刀          |                                                                          适用M2螺丝（直径2mm）                                                                          |
|              电脑             | <p>下载 <a href="https://github.com/PetoiCamp/OpenCat/releases">Petoi 桌面应用程序</a></p><p>安装最新版<a href="https://www.arduino.cc/en/Main/Software">Arduino IDE</a></p> |
| USB-micro USB线缆或USB-TypeC线缆 |                                                                             连接开发板和电脑                                                                            |
|      2节14500 3.7V锂离子电池      |                                                                        **不要和普通5号电池弄混了！**                                                                        |
|           锂电池智能充电器          |                                                                           用错充电器可能酿成事故！                                                                          |
|         {% endtab %}        |                                                                                                                                                                 |

{% tab title="可选" %}

|       工具      |                                                        备注                                                       |
| :-----------: | :-------------------------------------------------------------------------------------------------------------: |
|      电烙铁      |      [焊接LED装饰灯](https://github.com/PetoiCamp/OpenCat/blob/master/Resources/Nybble_SolderingUltrasound.pdf)      |
|   HC-05蓝牙模块   | [无线上传代码和遥控](https://www.petoi.com/forum/hardware/add-bluetooth-module-for-uploading-sketches-and-communication) |
|     油漆或染料     |                                                      给狸宝上色                                                      |
| Arduino或树莓派套件 |                                                    给狸宝添加更多组件                                                    |
|      万用表      |                                                       调试用                                                       |
|      示波器      |                                                       调试用                                                       |
|    热熔胶/万能胶    |                                                  尽量避免这种不可逆的方案！                                                  |
|  {% endtab %} |                                                                                                                 |
| {% endtabs %} |                                                                                                                 |


---

# 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://nybble.petoi.com/chinese-1/untitled.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.
