# UV Light Sterilizer

Sterilizing is an important part in anti-epidemic effort, this model simulates a UV sterilizer.

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

### Building Instructions

[Building Instructions Resource Pack Download](https://bit.ly/AIHealthCareSetBuildingGuide)

### Sample Wiring

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

### Sample Programs

[UV Light Sterilizer](https://makecode.microbit.org/_AP5ioadg0eg4)

[Sample Program Resource Pack](https://bit.ly/AIHealthCareSetHex)

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

### Model Instructions

1. Switch on the power and wait 10 seconds for the KOI to power on completely.
2. Hold the first item and press A to train the model to recognize that item.
3. Hold the second item and press B to train the model to recognize that item.
4. Press A+B to train the model to recognize the background.
5. Press any button on the KOI to start recognition.
6. The light will turn on when an item is recognized.


---

# 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-eng.kittenbot.hk/educational-kit-sets/health-care-educational-ai-kit/health-care-educational-ai-kit-instructions-koi-1/uv-light-sterilizer.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.
