Ultra-Slim Round Fingerprint Sensor and 6-pin Cable

Product ID: 4750
$19.95
Qty Discount
1-9 $19.95
10-99 $17.96
100+ $15.96

Description

Secure your project with biometrics - this adorably tiny, all-in-one, optical fingerprint sensor will make adding fingerprint detection and verification super simple. It's extremely slim, with a plastic casing that can be glued or panel mounted into any enclosure! There are some embedded blue LEDs that light up the outer casing when the sensor is waiting for finger touches.

These modules are 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 80 fingerprints can be stored in the onboard FLASH memory.

It also comes with a 6-pin Molex-style 1mm pitch connector, which you can easily cut off and solder directly to the wires.

But, of course, we wouldn't leave you a manual and a "good luck!" - we've written both an Arduino library and CircuitPython library so that you can get running in under 10 minutes. The library can enroll and search so it's perfect for any project. We've also written a detailed tutorial on wiring and use of these types fingerprint sensors.

Use this pin-out to connect to your microcontroller, and then use our library to interface over UART pins. This sensor now uses 57600 baud but some older versions were set to 115200 baud rather than the 'standard' 57600 used by many other sensors, so you may need to update the examples to 115200 baud for the sensor to respond (just try both!)

  • Black to GND
  • Yellow to Microcontroller TX (data out from microcontroller)
  • Green to Microcontroller RX (data in from microcontroller)
  • Red to 3.3V VIN
  • White to IRQ (can leave disconnected)
  • Blue to 3.3V VCC (can leave disconnected)

Technical Details

Datasheets, software, wiring examples and more all in the Learning System guide

  • Sensor diameter: 20.8mm
  • Cable assembly length: ~100mm

Revision History:

  • As of May 21, 2021 - the sensor has been changed to 57600 baud instead of 115200 baud default