> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/powerbrick/info/instruction6.md).

# 智能垃圾箱說明書

![](https://kittenbothk.readthedocs.io/en/latest/_images/06_bin.png)

### 教材資源包下載

包括說明書和音效檔案： [資源包下載地址](https://bit.ly/Powerbrick10in1BuildingGuide)

### 參考接線

![](https://kittenbothk.readthedocs.io/en/latest/_images/06_bincon.png)

### 參考程式

[參考程式資源包下載地址](https://bit.ly/Powerbrick10in1ModelsHex)

![](https://kittenbothk.readthedocs.io/en/latest/_images/06_bincode.png)

### 模型玩法

這是一個智能垃圾桶。

將垃圾桶放在桌上然後開動模型，再同時按下A和B按鍵就可以開始控制它。

將手掌放到超聲波感應器前可以控制它的移動。

* 將手掌放在垃圾桶前0-10cm距離內，可以將垃圾桶推開。
* 將手掌放在垃圾桶前20-30cm距離內，可以將垃圾桶拉近。
* 將手掌放在垃圾桶前10-20cm距離內，垃圾桶的蓋會打開，過一段時間會自動閉上。

你亦可以手動控制開關垃圾桶蓋，按下A和B就可以分別開啟和關閉頂蓋。


---

# 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:

```
GET https://sharinghub.kittenbot.hk/kits/powerbrick/info/instruction6.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.
