# 安全爐具

能夠在失火時立即透過IoT平台通知用家，並且撲滅火焰。

![](https://kittenbothk.readthedocs.io/en/latest/_images/stove.jpg)

### 搭建說明書

{% file src="/files/wMNDMaVKxlJ0qBCQWf4x" %}

### 參考接線

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

### MakerCloud版參考程式

#### Micro:bit

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

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

#### 未來板

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

[參考程式](https://github.com/kittenbothk/kittenbothk/blob/master/Kits/smart_home_iot/instructions/smartStove_makercloud.sb3)

[參考圖檔下載](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/stovepic.rar)

### ObjectBlocks版參考程式

#### Micro:bit

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

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

#### 未來板

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

[參考程式](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/smartStove_objectblocks.sb3)

[參考圖檔下載](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/stovepic.rar)

### ThingSpeak版參考程式

#### Micro:bit

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

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

#### 未來板

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

[參考程式](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/smartStove_thingspeak.sb3)

[參考圖檔下載](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/stovepic.rar)

### 示範短片

{% embed url="<https://www.youtube.com/watch?v=n7rE02r8EJo>" %}

[示範短片](https://www.youtube.com/watch?v=n7rE02r8EJo)


---

# 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/iot_make_easy/instructions/stove.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.
