# Sugar ASR語音模組介紹

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

這是一塊專為中小學STEM課程而設計的離線語音辨識模組。

模組整合了喇叭與咪高峰，令大家可以省卻麻煩的接線，模組可以即插即用。模組內建了LED、3Pin接口、電機接口和舵機接口，更支援免編程的通電即用功能，毋須編程亦可控制板載資源。

配合未來版或Micro:bit編程，更可以使用更多語音指令，解鎖模組所有的功能。模組更支援自訂命令詞的訓練，大大提升了模組的靈活性。

模組採用與Sugar系列相同的外殼設計，不但以美觀且合保護性的膠殼包著模組之外亦都提供多個與塑膠積木相容的積木孔，令模組可以簡易地結合於創作項目裡面。

### ASR 語音模組版本分別

* 英語版
  * 所有語音提示皆為英語
  * 用家需使用英語命令模組
  * **不支援自定義訓練**
* 國語版
  * 所有語音提示皆為普通話
  * 用家需使用普通話命令模組
  * **支援自定義訓練(支援國語和粵語)**
    * 1個自定義喚醒詞
    * 10條自定義命令詞

### 語音模組 示範短片

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

### 產品參數

* 電壓: 3.3V\~5V(推薦使用5V，辨識效果更好)
* 電流: 400mA\~600mA
* 尺寸: 40x40x17mm
* 通訊接口: 4Pin PH2.0接口
* 類型: Serial 串口模組
* 板載資源: 喇叭、咪高峰、紅綠LED、3Pin Sugar LED接口，電機接口、舵機接口、3.7V電池接口
* 支援主控板: Micro:bit、未來板

### 接口介紹

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

![](https://kittenbothk.readthedocs.io/en/latest/_images/asr5.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/airelated/asr/asrintro.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.
