# FM收音機模組

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

這是一隻收音機模組，它可以接收FM電台訊號。

它使用標準的3.5mm插頭，可以使用3.5mm的耳機或揚聲器作輸出。它亦裝有兼容樂高的積木孔。

### 產品參數

* 工作電壓：2.5V\~5V
* 類型: I2C 模組
* 接口：4pin防反插接口
* 有效頻率：76MHz\~108MHz
* 天線接口：3.5mm
* 輸出接口：3.5mm
* 尺寸：43mm x 43mm x 24mm

### 產品外觀

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

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

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

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

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

### 接線教學

將收音機的天線插入天線接口。將耳機或揚聲器插在輸出接口。

```
此模組只附帶天線，耳機或揚聲器需要自備。
```

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

### Robotbit

將4pin杜邦線插到模組防反插接口。

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

將FM收音機模組連接到Robotbit的i2c接口。

```
白色接SCL，綠色接SDA。
```

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

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

### Armourbit

將4pin線插到摸組接口。

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

用4pin線將模組連接到Armourbit。

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

### MakeCode編程教學

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

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

#### 此模組可供Microbit和Meowbit使用。

#### 加載收音機插件：<https://github.com/kittenbothk/pxt-KittenRadio>

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

#### 收音機積木塊：

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

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

**Microbit收音機編程：**

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

[參考程式網址](https://makecode.microbit.org/_7toH1mcCwcyb)

**Meowbit收音機編程：**

{% embed url="<https://makecode.com/_YYiLzY5t5X2s>" %}

[參考程式網址](https://makecode.com/_YYiLzY5t5X2s)

### 示範短片

{% embed url="<https://youtu.be/ZKruHJ0GGoM>" %}

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

### 插件版本與更新

插件可能會不定時推出更新，改進功能。亦有時候我們可能需要轉用舊版插件才可使用某些功能。

詳情請參考: [Makecode插件版本更換](/programmingplatforms/makecode/makecodeextupdate.md)


---

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