# 超聲波聲音魔塊

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

這魔塊包含了超聲波感應器和咪高峰。它可以用超聲波來測量與物件的距離，咪高峰可以探測環境聲音的強弱。

![](https://kittenbothk.readthedocs.io/en/latest/_images/IMG_2577.GIF)

![](https://kittenbothk.readthedocs.io/en/latest/_images/IMG_2576.GIF)

### 詳細介紹

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

### 產品參數

* 支援電壓：3V-5V
* 尺寸：56mm X 24mm X 24mm
* 接口：4PIN防反接排線
* 超聲波探測距離：4cm-200cm（推薦範圍）
* 聲音模擬數值範圍：0-1023

### 使用注意事項

* 超聲波距離測量要求物件表面比較平整，平面盡量與超聲波魔塊垂直。超聲波的發射是一個扇形，所以要注意測量距離之間是否有其他障礙物遮擋。
* 咪高峰只能檢測環境聲音的強度，並非分貝值，測量分貝值需要比較專業的儀器。咪高峰只是檢測瞬時聲音的強弱數值。

### 接線方法

將超聲波聲音魔塊用4pin排線連接至Armourbit。

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

### MakeCode編程教學

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

#### 加載PowerBrick插件：

#### 在擴展頁直接搜尋powerbrick (PowerBrick已經過微軟認證，可以直接搜尋)

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

#### 你亦可以用插件地址搜尋

PowerBrick插件地址：<https://github.com/KittenBot/pxt-powerbrick>

#### [詳細方法](/programmingplatforms/makecode/kittenbotandmakecode.md)

#### 超聲波聲音魔塊積木塊:

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

#### 距離檢測編程

{% embed url="<https://makecode.microbit.org/_VUTJ1xDtzVfR>" %}

[參考程式網址](https://makecode.microbit.org/_VUTJ1xDtzVfR)

#### 環境聲音檢測編程

{% embed url="<https://makecode.microbit.org/_RKL0iE4iP63i>" %}

[參考程式網址](https://makecode.microbit.org/_RKL0iE4iP63i)

#### Makecode教學短片

{% embed url="<https://www.youtube.com/watch?v=Jwj449zjnYE>" %}

#### 示範短片

{% embed url="<https://www.youtube.com/watch?v=sNdLvYbQ930>" %}

### 插件版本與更新

KOI插件可能會不定時推出更新，改進功能。亦有時候我們可能需要轉用舊版插件才可使用某些功能。

詳情請參考: [Makecode插件版本更換](/programmingplatforms/makecode/makecodeextupdate.md)

### KittenBlock編程教學

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

#### 加載PowerBrick插件

在左上角小貓logo旁邊的硬件欄選擇PowerBrick，加載Microbit與Powerbrick插件。

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

#### 巡線積木塊

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

#### 距離檢測編程

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

[參考程式下載](https://bit.ly/PowerbrickM4_01sb3)

#### 環境聲音檢測編程

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

[參考程式下載](https://bit.ly/PowerbrickM4_02sb3)

### FAQ

1：為什麼我點擊積木塊沒有反應呢？

首先確保已經連接好Microbit，然後上載韌體再試一試。


---

# 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/functional_modules/pwmodules/ultrasound.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.
