







Grove – Fingerprint Sensor 光學指紋感測器模組 指紋建檔/識別
NT$2,143 NT$1,838 未稅
指紋感測器模組通過光學檢測,識別輸入的指紋是否和已經建檔錄存的指紋數據統一。本指紋識別感測器採用高性能的DSP晶片進行圖片渲染、計算、識別、搜索。你也可以直接錄存新的指紋,最多可以錄入162個。當傳感器工作時,紅色LED開始閃爍。適合用來做指紋鎖等項目。
尚有庫存
- 商品說明
- 原廠資料
- 技術文件
- 評論 (0)
商品說明
指紋感測器模組通過光學檢測,識別輸入的指紋是否和已經建檔錄存的指紋數據統一。本指紋識別感測器採用高性能的DSP晶片進行圖片渲染、計算、識別、搜索。你也可以直接錄存新的指紋,最多可以錄入162個。當傳感器工作時,紅色LED開始閃爍。適合用來做指紋鎖等項目。
參數規格
- 工作電壓: 3.6~6.0 V
- 最大工作電流 : 120 mA
- 響應時間: 1.0 S
- 匹配模式:1:1
- 搜索模式: 1:N
- 指紋存儲數: 162個
- 錯誤接受機率: 0.001% (安全等級3)
- 錯誤拒絕機率:1.0% (安全等級3)
- 運行速率:9600, 19200, 28800, 38400, 57600bps (默認為57600)
- 通信方式:TTL串口
- 工作溫度:-20 ~ +50 ℃
- 接口說明
針腳序號 | 名稱 | 類型 | 功能描述 |
---|---|---|---|
1 | Vin | 輸入 | 電源正極(接線顏色: 紅色) |
2 | TD | 輸出 | 輸出串口數據和TTL邏輯等級(接線顏色:黃色) |
3 | RD | 輸入 | 輸入串口信號和TTL邏輯等級(接線顏色:白色) |
4 | GND | – | 地線(接線顏色:黑色) |
應用示例
- 將指紋傳感器連接到數字口2,當鏡面處的紅色LED亮起時,說明處於工作狀態。
- 下載File:Finger Print Sensor Library,解壓至以下路徑: ..arduino-1.0.1libraries.
- 按以下路徑打開文件:File -> Example ->FingerPrint->Enroll,下載到Arduino上。
- 打開串口工具,選擇串口序號和運行速率。
- 選擇”SendNew”,發送你要使用的ID。最多可以使用162個ID #。這是會顯示要求你按壓手指,按壓時紅色LED會閃爍。
- 如果你的按壓成功,會看到以下顯示,然後重複操作,記得用同一個手指。
1 |
<img class="alignnone size-full wp-image-4186" src="https://www.taiwaniot.com.tw/wp-content/uploads/2015/09/Finger2.jpg" alt="Finger2.jpg" width="405" height="431" /> |
- 如果按壓錯誤,會看到以下顯示。
錄入指紋成功後,你一定迫不及待試試吧。
- 首先打開文件fingerprint,然後下載到Arduino。
- 搞定後,嘗試用不同的手指去按,如果是對的你就會得到一個如下圖的ID #。
1 |
<img class="alignnone size-full wp-image-4188" src="https://www.taiwaniot.com.tw/wp-content/uploads/2015/09/Finger_Print_Score_3.jpg" alt="Finger Print Score 3.jpg" width="437" height="454" /> |
- 如果按壓的不是手指,串口輸出空白。
Introduction
The Finger Print Sensor is one optical fingerprint sensor which will make fingerprint detection and verification adding super simple.There’s a high powered DSP chip AS601 that does the image rendering, calculation, feature-finding and searching. You can also enroll new fingers directly – up to 162 finger prints can be stored in the onboard FLASH memory. There’s a red LED in the lens which will light up during taking photos so that you know its working condition. It is easy to use and by far the best fingerprint sensor you can get.
Model:SEN04172P
Specification
- Supply voltage: 3.6~6.0 V
- Operating current(Max) : 120 mA
- Fingerprint imaging time: 1.0 S
- Match Mode: Compare Mode 1:1
- Search Mode: 1:N
- Storage capacity: 162 templates
- False Acceptance Rate : 0.001% (Security level 3)
- False Reject Rate :1.0% (Security level 3)
- Baud rate :9600, 19200, 28800, 38400, 57600bps (default is 57600)
- Interface:TTL Serial
- Work Temperature:-20 ~ +50 ℃
- Interface
Pin Numble | Name | Type | Function Description |
---|---|---|---|
1 | Vin | in | Positive Power Supply Input Terminal(Line color:Red) |
2 | TD | out | Serial data output, TTL logic levels(Line color: Yellow) |
3 | RD | in | Serial data input, TTL logic levels(Line color: White) |
4 | GND | – | Signal ground(Line color: Black) |
Demonstration
The Finger Print Sensor module is typically used in safes – there’s a high powered DSP chip that does the image rendering, calculation, feature-finding and searching. Connect to any microcontroller or system with TTL serial, and send packets of data to take photos, detect prints, hash and search. You can also enroll new fingers directly – up to 162 finger prints that can be stored in the onboard FLASH memory. There’s a red LED in the lens which will light up during taking photos so that you know its working condition.
- Connect the Sensor to the Digital Port 2 of the Grove – Base Shield.
- Plug the Grove – Base Shield into Arduino and connect Arduino to PC by using a USB cable.
When you plug in the power, you can see the red LED blink which indicates the sensor is working.
- Download the Finger Print Sensor Library and Unzip it into the libraries file of Arduino IDE by the path: ..arduino-1.0.1libraries.
The library can enroll and search so its perfect for any project. It can help you get running in under 10 minutes. There are basically two requirements for using the optical fingerprint sensor. First one, you’ll need to enroll fingerprints – that means assigning ID #’s to each print so you can query them later. Once you’ve enrolled all your prints, you can easily ‘search’ the sensor, asking it to identify which ID (if any) has currently been photographed.
- Open the enroll code directly by the path: File -> Example ->FingerPrint->Enroll.
- Upload the code into Arduino.
- Start up Serial Tool and Select the ComNum and BuadRate used by the Arduino.
- Select the “SendNew” option. Send the ID # you want to use. You can use up to 162 ID numbers. And it will ask you to press the finger to the sensor. At the moment, you should see the red LED blink.
- If your press is OK, you could see the following message. You will then have to repeat the process, to get a second clean print. Use the same finger! On success you will get notice.
- If there’s a problem such as a bad print or image, you’ll have to do it again.
Once you have the finger enrolled, it’s a good idea to do a quick test to make sure it can be found in the database.
- Open the demo code:fingerprint and upload it.
- When prompted, press a different/same finger to the sensor. If it is the same finger, you should get a match with the ID # as show below.
- If it is not a finger in the database, This serial port will output nothing.
只有註冊並且購買過商品的顧客才能撰寫評論
相關商品
-
Grove 全彩 RGB 可串接式 LED 模組
0 滿分 5 分Grove – Chainable RGB LED是基於P9813全彩LED驅動晶片的RGB LED模塊。它支持串接,最多可同時串接1024個同類模組。
NT$162NT$143 未稅 -
Grove – Flame Sensor 火焰感測器 seeed原廠
0 滿分 5 分Grove火焰傳感器可用來探測火源或者其他波長在760nm-1100nm之間的其它光源。其基於高速、高靈敏度的NPN矽光電晶體管YG1006。黑色環氧樹脂的應用使傳感器對紅外輻射非常敏感。在消防機器人比賽中,這個傳感器起到非常重要的作用,它可被當做尋找火源的眼睛。
NT$371NT$200 未稅 -
Grove Ultrasonic Ranger 超音波測距模組 距離探測傳感器 5V
0 滿分 5 分Grove – Ultrasonic Sensor是一個非接觸式的距離探測模塊。他的工作頻率在42KHz,適合用於中距離或近距離的探測。已經附上 Arduino 函數庫。
NT$190NT$133 未稅 -
Grove Gas Sensor MQ2 氣體感測器
0 滿分 5 分MQ2氣體感測器模組能檢測家庭或工業區域的氣體洩漏,檢測的氣體包括異丁烷,液化石油氣,甲烷,乙醇,氫氣,煙霧等。感測器的回應速度快,便於實際的測量。通過板上的電位器調整輸出精度
NT$257NT$229 未稅 -
Grove 3-Axis Digital Gyro 三軸電子陀螺儀 (I2C) ITG 3200
0 滿分 5 分Grove – 3-Axis Digital Gyro是一個電子陀螺儀模塊,基於ITG3200。ITG3200 是目前業界最快的單芯片,電子輸出的三軸MEMS運動處理陀螺儀。適用於遊戲、3D鼠標或其他運動檢測相關的應用。ITG-3200內置3個16位高精度AD轉換器,提供更高的輸出精度。模塊採用了標準的4Pin Grove接口,通過I2C進行控制,可以很方便的與Arduino進行連接。
NT$1,237NT$762 未稅 -
Grove – PIR Motion Sensor 紅外線人體移動探測感測器 支援 arduino 與 Raspberry Pi
0 滿分 5 分這是一個極易使用的紅外線 PIR人體運動探測感測器。通過這個感測器,你可以使你的作品對運動,例如人類的運動作出互動。只要將其接到Grove – Base Shield上,並且下載程序,當有人走入它的探測範圍時,PIR運動探測傳感器就會在它的SIG腳上輸出一個HIGH信號。
NT$333NT$257 未稅 -
Grove – Relay 繼電器模組 ( 峰值電壓能力250V 10安培) 支援 Arduino 與 Raspberry Pi
0 滿分 5 分繼電器是數位電路常用的控制開關元件,可用於控制更高的電壓和電流。設置為高電位時,指示燈會亮,繼電器ON。
峰值電壓能力250V 10安培
NT$143NT$124 未稅 -
Grove Alcohol Sensor 酒精感測器
0 滿分 5 分酒精感測器(傳感器)為酒精專用檢測半導體傳感器。它具有良好的靈敏度和回應速度快的特性,本模組適用用於開發便攜式酒精檢測系統。
NT$286NT$257 未稅 -
Grove Serial Camera Kit 串列通訊攝影機鏡頭套件 附Arduino範例
0 滿分 5 分Grove – Serial Camera Kit包含一塊電路板,一個平角鏡頭以及一個廣角鏡頭。兩個可替換的鏡頭。電路板採用CJ-OV528攝像機模塊。CJ-OV528是一款基於RS485總線、RS232接口的彩色監控終端。模塊總線採用半雙工通信,可以支持7台設備實現多點監控。Grove – Serial Camera Kit包含一個平角鏡頭及一個廣角鏡頭,適用於不同需求的監控場合。電路板採用了標準4pin Grove接口,通過Base Shield可以方便的與Arduino/Seeeduino進行連接,通過串口即可讀取圖像數據,從而可以進行一些圖像處理方面的工作,使得Grove – Serial Camera Kit成為一款非常適合Arduino/Seeeduino使用的攝像產品。
NT$1,190NT$857 未稅 -
Grove Gas Sensor (MQ9) 瓦斯氣體偵測感測器瓦斯感測 一氧化碳感測器
0 滿分 5 分NT$300NT$243 未稅
商品評論
目前沒有評論。