# 科學教育測量套件+

<figure><img src="/files/4J3RaY9g0ks7WKUtXGKr" alt=""><figcaption></figcaption></figure>

為迎合小學常識科拆分為科學科和人文科，Kittenbot現已推出一系列的科學測量儀器協助科學科的教學。系列包括9款符合科學科課程框架的科學測量儀器，更支援Micro:bit或未來板Lite，學生可以無需編程就能簡單地使用儀器量度各種數據。

## 套件特色

* 毋須編程即可進行測量
* 可自行編程創作不同應用
  * 支援Micro:bit的Makecode編程
  * 支援未來板Lite的micropython編程
* 附有Datalogging功能
  * 測量數據可以儲存下來方便作分析
* 附有實時數據監測功能
  * 可使用手機/平板/電腦等裝置查閱實時數據
* 符合科學科課程框架
* 配有收納盒

## 套件內容

* 未來板Lite / Micro:bit
* 聲音測量模組
* 水濁測量模組
* 水溫測量模組
* 二氧化碳測量模組
* 懸浮粒子測量模組
* 電子磅模組
* 太陽能電源管理模組
* 氣壓測量模組/紫外線測量模組(選配)
* 酸鹼值測量模組(選配)

## 程式清單

總共10個程式

* 1.Sound\_p1.py
* 2.HPA\_i2c.py
* 2.UV\_i2c.py
* 3.CO2\_i2c.py
* 4.PM\_i2c.py
* 5.Temp\_p1.py
* 6.NTU\_p1.py
* 7.Load\_i2c.py
* 8.Solar\_i2c.py
* 9.PH\_i2cpy

<div><figure><img src="/files/PP7bKIW1cIWaLTqRTDry" alt=""><figcaption></figcaption></figure> <figure><img src="/files/QUbFiKECaQobgmq2jgP2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8LHOxANA6eXxwVPzYmPM" alt=""><figcaption></figcaption></figure></div>

### 完整使用教學

{% content-ref url="/pages/izJ5lKMMCv1X4MjZq3f5" %}
[支架搭建圖](/sciencekit/zhi-jia-da-jian-tu.md)
{% endcontent-ref %}

{% content-ref url="/pages/OFD9NanH2n8XeeeqQ3Nf" %}
[未來板Lite操作教學](/sciencekit/futureboard_lite_operations.md)
{% endcontent-ref %}

{% content-ref url="/pages/fZJnil4bRrLMRhu7hPdv" %}
[未來板Lite AI介紹](/mcu/liteai/liteaidetails.md)
{% endcontent-ref %}

{% content-ref url="/pages/23NFod6A5cVPwc0QGGxK" %}
[Datalogger與數據下載教學(只限Lite AI)](/sciencekit/datalogger.md)
{% endcontent-ref %}

{% content-ref url="/pages/l2yOKmmAHnVy89J5lDq5" %}
[科學實驗清單](/sciencekit/experiments.md)
{% endcontent-ref %}

{% content-ref url="/pages/HhyYUvZmVEPivFTh7Tkh" %}
[1.聲音測量](/sciencekit/decibels.md)
{% endcontent-ref %}

{% content-ref url="/pages/4xIF4qj3AYRdAUkaqc9Z" %}
[2.氣壓測量](/sciencekit/hpa.md)
{% endcontent-ref %}

{% content-ref url="/pages/rW1rDy0VEkqRiSEWYtWy" %}
[3.二氧化碳測量](/sciencekit/co2andtvoc.md)
{% endcontent-ref %}

{% content-ref url="/pages/GZEOUBRJ1pEX6c06pQ2L" %}
[4.懸浮粒子測量](/sciencekit/particulate.md)
{% endcontent-ref %}

{% content-ref url="/pages/L0N2ODIlF8x8YoUTTfsp" %}
[5.水溫測量](/sciencekit/watertemp.md)
{% endcontent-ref %}

{% content-ref url="/pages/OrSqkY4QmSCNxTdXdRbN" %}
[6.污水混濁度測量](/sciencekit/turbidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/YfItlY8TLNvxWFVAy74a" %}
[7.電子磅](/sciencekit/load.md)
{% endcontent-ref %}

{% content-ref url="/pages/RAkhFFWDtGzHjnqvJfKt" %}
[8.太陽能](/sciencekit/solar.md)
{% endcontent-ref %}

{% content-ref url="/pages/TBoN3T0PB8YE7PZCD0Ig" %}
[9.pH酸鹼值測量](/sciencekit/phmeasure.md)
{% endcontent-ref %}

{% content-ref url="/pages/2AXrsowhy8znr43jAfGi" %}
[未來板Lite AI 程式復原教學](/sciencekit/recovery.md)
{% endcontent-ref %}

{% content-ref url="/pages/AAjhcX7aHSE8bhLJqYNH" %}
[未來板Lite 程式復原教學](/sciencekit/recovery-1.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/sciencekit.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.
