# 未來板Powerbrick魔塊 KittenBlock編程教學

未來板也可以使用Powerbrick的各款魔塊，例如RFID魔塊，MP3魔塊，顏色手勢魔塊等。

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

### Powerbrick積木塊

#### AB按鍵魔塊

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

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

#### IR巡線魔塊

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

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

#### MP3魔塊

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

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

#### RFID魔塊

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

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

#### 顏色手勢魔塊

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

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

#### 環境溫濕度魔塊

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

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

#### 土壤濕度魔塊與雨滴水位魔塊

![](https://kittenbothk.readthedocs.io/en/latest/_images/pw_soil\&water.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/pw_soil\&water_code.png)

#### RGB魔塊

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

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

### 注意事項

由於未來板不能夠使用Armourbit，請使用Robotbit連接各種魔塊。


---

# 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://sharinghub.kittenbot.hk/mcu/futureboard/kittenblock/powerbrick.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.
