# KittenBlock

1.将好搭Bit通过USB线与电脑连接，按下POWER键开机，电脑检测到名为MICROBIT的U盘。

![](/files/-LqopgafuoqQtXbQFBy8)

2.下载下方文件，拖放到好搭Bit中。

{% file src="/files/-LqorAFDS4gGJjw0yYGl" %}

![](/files/-LqoqsJ8DGPop-2zmdna)

3.安装scratch link（未安装可[点击此处](https://scratch.mit.edu/microbit)下载）。启动Scratch Link并确认它正在运行。工具栏中会出现小图标。

![](/files/-LqorSaqDfzoO3vBJl13)

4.打开KittenBlock离线版软件，点击添加扩展。

![](/files/-LqowrAHL3WMBh4C6DSv)

5.选择microbit添加到项目。

![](/files/-Lqowc6V8tjjU_FF3BOA)

6.连接设备。

![](/files/-Lqot4b_vnL3bk5bM2Mo)

![](/files/-LqotDj-Bcpcs5_Mpn4a)

![](/files/-LqotKCEgxmHuhI6ARM5)

连接设备成功后，返回编辑器，项目中包含microbit扩展。

![](/files/-LqowWAmXqA2q0YXUUu6)

7.编写程序，对好搭Bit实时控制。

&#x20;示例程序1：

![](/files/-LqowMizz8k3Ld7Oh5kI)

&#x20;点击图形快，好搭Bit点阵屏滚动显示Hello！。

&#x20;示例程序2：&#x20;

![](/files/-Lqow7kIPsB2dO3auBM1)

点击右侧小绿旗，好搭Bit点阵屏显示爱心图案。


---

# 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://docs.haohaodada.cn/jiao-xue-chan-pin/hao-da-bit/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.
