# Contactless Elevator

Touching public facilities is something that should be avoided during a pandemic. This model simulates a contactless elevator.

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

### Building Instructions

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

### Sample Wiring

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

### Sample Program

#### Training Program

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

[Training Program](https://makecode.microbit.org/_RPoiAW0VgTTL)

#### Contactless Elevator

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

[Contactless Elevator](https://makecode.microbit.org/_URgHXxDLDcpH)

### Model Instructions

#### Training Program:

1. Wait 10 seconds after turning on the power.
2. Make the gesture for 1, press Button A to train KOI to recognize this gesture. Repeat for at least 3 times. Press B after training this gesture.
3. Repeat above step for training gestures for 2 and 3.
4. Press Button A+B to save the model.

#### Contactless Elevator:

1. Wait 10 seconds after turning on the power.
2. Press Button A to load the model.
3. Make the corresponding gesture, the elevator will move to the corresponding floor.


---

# 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-2/contactless-elevator.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.
