> 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/wifibrick_iot/futureboard/makercloud.md).

# 未來板與MakerCloud編程快速教學

未來板方便用家設計IoT應用項目，假如搭配MakerCloud使用，可以延伸到IFTTT等的應用。

### MakerCloud平台設置

由於在其他篇章已經有MakerCloud平台的設置教學，本篇章將不會重複，請參考以下篇章了解MakerCloud平台的使用方法。

#### [MakerCloud平台使用方法](/wifibrick_iot/wifibrick_makecode/wifibrick-yu-koi-1/makercloud.md#di-yi-bu-ping-tai-zhun-bei)

### 未來板KittenBlock編程教學

#### 連接MakerCloud

搭建出以下程式，連接到MakerCloud。

* 伺服器網址: mqtt.makercloud.scaleinnotech.com
* ID: 隨意填寫

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

#### 發佈信息到MakerCloud

搭建出以下程式，按下A鍵將數據發送到MakerCloud。數據發布的格式請參考下圖。

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

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

發佈之後檢查MakerCloud，你應該會看到發布的數據。

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

#### 讀取MakerCloud信息

搭建出以下程式，讀取MakerCloud上的數據。

讀取的數據會顯示在屏幕上面。

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

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

測試程式後你會發現顯示的數據會包含\_dn和\_dsn。

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

要解決這個問題，您可以參考以下程式，將訊息裏數據的部分單獨地抽取出來。

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

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

或者你可以使用包含積木來進行條件比較。

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


---

# 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/wifibrick_iot/futureboard/makercloud.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.
