# 語音模組 免編程通電即玩

語音辨識模組可以免編程通電即用，只需要將鋰電池或電池盒連接到電池接口就可以使用。

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

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

#### 操作教學

#### 1. 開電後模組會讀出現時固件版本，完成之後就可以開始使用。

#### 2. 使用前需要先使用喚醒指令喚醒語音模組。模組喚醒會回答Uh Huh。

喚醒指令有3種：

1. Hey Sugar
2. Hello KittenBot
3. Hello Kitty

#### 3. 辨識命令詞後，語音模組會回答Ok。

以下的命令詞可以控制板載資源:

燈控類:

1. Lamp On / Light On
   * 控制模組的3Pin接口
2. Lamp Off / Light Off
   * 控制模組的3Pin接口
3. Brighter
   * 控制模組的3Pin接口
4. Dimmer
   * 控制模組的3Pin接口
5. Red Light On
   * 點亮模組背後的紅色LED
6. Green Light On
   * 點亮模組背後的綠色LED
7. Yellow Light On
   * 點亮模組背後的黃色LED

執行類:

1. Open Door / Open Window / Open Curtains / Hanger Out
   * 控制模組的舵機接口
2. Close Door / Close Window / Close Curtains / Hanger In
   * 控制模組的舵機接口
3. Fan On
   * 控制模組的電機接口
4. Fan Off
   * 控制模組的電機接口
5. Speed Up
   * 控制模組的電機接口
6. Slow Down
   * 控制模組的電機接口

#### 4. 模組閒置10秒之後會進入睡眠模式，進入睡眠模式之後需要再次喚醒才可使用。


---

# 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/unplug.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.
