# 手指模辨識模組

<figure><img src="https://cdn.store-assets.com/s/236824/i/11815788.jpeg?width=1024&#x26;format=webp" alt=""><figcaption></figcaption></figure>

手指模辨識模組可以錄入及辨識到10組指紋，適合用於智能家居/防盜安全等的應用項目。

### 產品參數

* 工作電壓：5V
* 接口：4pin杜邦接口+3pin防反插接口
* 類型: Serial 串口模組

### 接線教學

將模組的4Pin杜邦線連接到Robotbit Edu的串口接口，將3Pin防反插連接線連接到任意一個防反插接口。

<figure><img src="https://879637118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6uJvpXC43onNIIwhMlWo%2Fuploads%2FurY5YwprNvFcnFVfFBCL%2Ffingerprint_wiring.png?alt=media&#x26;token=48c6678a-e546-43f8-af5c-7eb9ade1b9a5" alt=""><figcaption></figcaption></figure>

<figure><img src="https://879637118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6uJvpXC43onNIIwhMlWo%2Fuploads%2FJ745n7WSKlhwYAb6AkG4%2Ffingerprint_wiring_armourbit.png?alt=media&#x26;token=43009313-78d4-4e09-a1f5-21aec6f4102f" alt=""><figcaption></figcaption></figure>

### MakeCode 編程教學

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/mcbanner12.png" alt=""><figcaption></figcaption></figure>

#### 在擴展頁直接搜尋Robotbit (Robotbit已經過微軟認證，可以直接搜尋)[¶](https://sharinghub.kittenbot.hk/functional_modules/broken-reference)

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/robotbit_search.gif" alt=""><figcaption></figcaption></figure>

#### 感應器Plus插件：<https://github.com/kittenbothk/pxt-ModulePlus>[¶](https://sharinghub.kittenbot.hk/functional_modules/broken-reference)

#### [詳細方法](https://sharinghub.kittenbot.hk/programmingplatforms/makecode/kittenbotandmakecode)

#### 手指模辨識模組積木塊：

<figure><img src="https://879637118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6uJvpXC43onNIIwhMlWo%2Fuploads%2FtJ3t55KhANwz3vkWCGLR%2Fimage.png?alt=media&#x26;token=91c7ed84-980a-46f6-95c2-149cdebe2e79" alt=""><figcaption></figcaption></figure>

#### 手指模辨識模組編程

#### 錄入手指模參考程式

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

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

#### 手指模辨識參考程式

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

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

#### 插件版本與更新[¶](https://sharinghub.kittenbot.hk/functional_modules/broken-reference)

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

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


---

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