> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/aihealth/info/handwash.md).

# AI酒精搓手液機說明書

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

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

### 教材資源包下載

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

### 參考接線

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

### 參考程式

#### 訓練程序

[訓練程序參考程式\_\_KOI固件版本1.12.0\_\_插件版本0.6.7](https://makecode.microbit.org/_71xeKeMqeRoM)

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

#### 搓手液機

[搓手液機參考程式\_\_KOI固件版本1.12.0\_\_插件版本0.6.7](https://makecode.microbit.org/_MreTHbcWAhR0)

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

### 模型玩法

#### 首先載入訓練程序

1. 打開電源後，等待10秒讓KOI完全開機。
2. 擺出手掌，對準鏡頭然後按下B按鍵，重複大約3次然後按下A按鍵。
3. 走出鏡頭範圍，按下B按鍵對背景進行訓練。
4. 完成所有訓練之後同時按下A和B按鍵，儲存訓練的檔案。

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

1. 打開電源後，等待10秒讓KOI完全開機。
2. 按下A按鍵然後按下B按鍵，模型會開始辨識手掌。
3. 偵測到手掌之後，水泵會泵出少量消毒火酒。
4. 按下B按鍵可以暫停偵測。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/kits/aihealth/info/handwash.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
