# Meowbit Kittenblock編程快速入門

Kittenblock是針對青少年STEAM教育的編程平台，是Meowbit的其中一種支援平台。

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

### 在Kittenblock連接Meowbit

要在Kittenblock對Meowbit編程，我們首先要與Meowbit建立連接。

#### 1. 將Meowbit連接電腦，並進入下載模式。

* 按著MeowBit的A按鍵不放，打開MeowBit電源。

![](https://kittenbothk.readthedocs.io/en/latest/_images/kb1.jpg)

成功的話，電腦會出現一個叫Arcade F4的裝置。

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

#### 2. 打開Kittenblock，在選擇硬件欄選擇Meowbit。

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

#### 3. 點擊升級韌體。

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

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

完成後，電腦會出現一個叫PYBFLASH的裝置。

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

```
假如電腦上只出現了可移動式磁碟(USB Drive)，你需要按著B然後按一下Reset。
```

#### 4. 點擊感嘆號，連接Meowbit。

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

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

Meowbit上會顯示”設備已連接”的字句。

### 在Kittenblock上編程教學

在Kittenblock上Meowbit有不同種類的功能。

#### 運行類

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

#### 輸入類，感應器類

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

#### 顯示屏類

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

#### 蜂鳴器類

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

#### 引腳控制類

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

#### Robotbit控制類

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

#### Neopixel類

#### LOGO海龜類

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

#### 串口通訊類

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


---

# 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/meowbit/coding/kittenblock.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.
