# 智能氣象站套件

<figure><img src="/files/Irz1PZMT5PRCOERvtgO8" alt="" width="375"><figcaption></figcaption></figure>

智能氣象站是以天氣監測為主題的學習套件，一套套件可以做到亮度檢測、雨量檢測、溫濕度檢測和風向風速檢測的功能。套件包含的積木可以搭建出一個包含所有功能的完整氣象站模型或者單獨功能五個小模型。

智能氣象站共設2個版本

* 語音智能氣象站 除可完成上述簡介功能外, 還可以利用ASR 語音模組, 以語音取得温度及濕度資訊&#x20;

{% content-ref url="/pages/uCGpDhM51mgIO03VXg51" %}
[Sugar ASR語音模組](/airelated/asr.md)
{% endcontent-ref %}

* &#x20;物聯智能氣象站 同樣除可完成上述簡介功能外, 還利用Sugar AI cam 中的內置wifi連線功能, 把氣象站 收集得的數據, 傳送到雲端平台, 顯示當時的天氣狀況。

{% content-ref url="/pages/biRH5EGQjPR9rNUxiO3N" %}
[Sugar二期 Sugar Cam](/functional_modules/sugar/sugarcam.md)
{% endcontent-ref %}

### 注：香港版本使用Robotbit Edu，與包裝盒上的圖片不一樣，敬請留意！

{% content-ref url="/pages/UbgLiUSFhxv59v2omRJN" %}
[智能氣象站介紹](/kits/smartweatherstation/smartweatherstationintro.md)
{% endcontent-ref %}

{% content-ref url="/pages/5z7D2Fv1L6hzFp5B1f3C" %}
[語音氣象站模型案例教學](/kits/smartweatherstation/instructions_asr.md)
{% endcontent-ref %}

{% content-ref url="/pages/IpWdRdUE09439ij2gw7G" %}
[物聯氣象站模型案例教學](/kits/smartweatherstation/instructions_iot.md)
{% endcontent-ref %}


---

# 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/smartweatherstation.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.
