# AI酒精搓手液機說明書

在抗疫期間，大家都會自動自覺常洗手，這案例模擬了智能洗手機的操作。

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

### 教材資源包下載

包括說明書： [資源包下載地址](https://bit.ly/AIHealthCareSetBuildingGuide)

### 參考接線

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

### 參考程式

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

[參考程式](https://makecode.microbit.org/_95cDD0DayWgX)

### 模型玩法

#### 載入搓手液機程序

1. 打開電源後，等待10秒讓KOI完全開機。
2. 按下A按鍵，訓練KOI辨認手掌。
3. 拿開手，按下B按鍵，訓練KOI辨認背景。
4. 同時按下A+B按鍵，啟動搓手液機辨認功能。
5. 偵測到手掌之後，水泵會泵出少量消毒火酒。


---

# 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/kits/aihealth/infokoi2/handsanitizer.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.
