# PM2.5 感應器

<figure><img src="/files/c3oQMaMvVFsJmRlHc2rC" alt=""><figcaption></figcaption></figure>

PM2.5感應器可以檢測到空氣中的污染物懸浮粒子之濃度，除了PM2.5粒子外還可以檢測到PM10和PM1.0的濃度。

### 產品參數

接口: I2C

類型: I2C 模組

電壓: 3V\~5V

### 接線教學

### Robotbit EDU

將感應器連接到Robotbit EDU的I2C接口。

<figure><img src="/files/lTB48248A6vF9mkcZn2r" alt=""><figcaption></figcaption></figure>

### Robotbit 2.2

將感應器連接到Robotbit 2.2的I2C接口。

<figure><img src="/files/mIRKCW2BjJpMxhuXgTjG" alt=""><figcaption></figcaption></figure>

### 編程教學

#### MakeCode編程教學

#### 加載Sugar插件：

#### 在擴展頁直接搜尋sugar (sugar已經過微軟認證，可以直接搜尋)

<figure><img src="/files/hEjx4mF5OfdGnmOrnjj5" alt=""><figcaption></figcaption></figure>

#### 你亦可以用插件地址搜尋

Sugar插件：<https://github.com/KittenBot/pxt-sugar>

#### [詳細方法](/programmingplatforms/makecode/kittenbotandmakecode.md)

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


---

# 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/functional_modules/pm2.5.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.
