> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/functional_modules/fingerprint.md).

# 手指模辨識模組

<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="/files/IweMAEQevpaDeTWt0imF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/37njaCCenQFCuspIwUnA" alt=""><figcaption></figcaption></figure>

### MakeCode 編程教學

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

#### 在擴展頁直接搜尋Robotbit (Robotbit已經過微軟認證，可以直接搜尋)[¶](broken://pages/7UMrfr98MwaU3ENjeG6H)

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

#### 感應器Plus插件：<https://github.com/kittenbothk/pxt-ModulePlus>[¶](broken://pages/7UMrfr98MwaU3ENjeG6H)

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

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

<figure><img src="/files/jD32PQAtKl3IRhGx4P6L" 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)

#### 插件版本與更新[¶](broken://pages/7UMrfr98MwaU3ENjeG6H)

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/functional_modules/fingerprint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
