AS608 Optical Fingerprint Sensor Pinout

The AS608 is a standalone optical fingerprint sensor module that captures, processes, stores, and matches fingerprints entirely onboard without requiring any external processing. By combining an optical imaging sensor, a DSP processor, a fingerprint alignment algorithm, and onboard Flash memory in a single compact module, it handles all biometric operations independently and communicates results to the host over a simple TTL UART interface.

AS608 Optical Fingerprint Sensor

Pinout

The AS608 connects via an 8-pin JST-style ribbon cable. The connector exposes four functional groups — power, UART serial, touch sense, and USB — across the full 8-pin header.

AS608 Optical fingerprint sensor Pinout

8-pin connector pinout

PinNameTypeDescription
1V+PowerSupply input — 3.3V to 6.0V DC; main power supply for the module
2TXOutputUART transmit — connect to microcontroller RXD pin
3RXInputUART receive — connect to microcontroller TXD pin
4GNDPowerGround
5TCHOutputTouch output — goes active when a finger is detected on the scanning window
6VAPowerUSB power — 5V supply for the USB interface
7D+I/OUSB data positive — connect to host USB D+ for PC communication
8D−I/OUSB data negative — connect to host USB D− for PC communication

UART connection: TX of the AS608 connects to RXD of the microcontroller; RX of the AS608 connects to TXD — standard cross-connection. Default baud rate is 57600bps.

TCH pin: Goes active when a finger is placed on the glass window. Connect to a GPIO interrupt pin to trigger a scan only on finger detection.

USB pins (VA, D+, D−): Used exclusively for PC communication via USB. Leave unconnected when using the module with a microcontroller over UART.

AS608 Module Construction

Optical Image Sensor An area-array optical sensor beneath the glass scanning window that captures a 500 DPI grayscale image of the fingerprint using Total Internal Reflection. No lens is required between the sensor and the glass — the sensor records a direct contact image of the ridge-valley pattern.

Blue Backlight LED Assembly Blue LEDs inside the module housing that illuminate the finger from below through the glass prism during scanning. Activated only when a scan command is issued — not continuously illuminated during standby. The blue wavelength enhances contrast between ridges and valleys on the optical sensor.

DSP Processor The main processing IC handling all image processing, feature extraction, template generation, template storage management, and fingerprint matching onboard. The host microcontroller never receives raw fingerprint image data during normal operation — only command responses and match results.

Onboard Flash Memory Non-volatile Flash storage holding up to 162 fingerprint templates of 512 bytes each. Templates persist through power cycles and remain until explicitly deleted by UART command.

Red / Green LED Indicators Two onboard LEDs providing visual match feedback. Green illuminates on a successful fingerprint match; red illuminates on a failed match. Both are also controllable via UART command for custom application feedback.

Touch Sense Circuit (6-wire variant) A dedicated circuit connected to TOUCH VCC and TOUCH OUT that detects finger presence on the scanning window surface. Outputs a HIGH signal on TOUCH OUT when a finger is detected, allowing interrupt-driven operation on the host microcontroller.

Specifications

ParameterValue
Supply
Supply Voltage3.3V – 6.0V DC
Working Current120mA typical
Peak Current150mA
Imaging
Sensor TypeOptical (TIR)
Resolution500 DPI
Scanning Window Area14 × 18mm
Image Entry Time< 1.0 second
Fingerprint Processing
Characteristic File256 bytes
Template File512 bytes
Storage CapacityUp to 162 templates
Matching Modes1:1 / 1:N
Security Levels5 (adjustable)
FAR< 0.001% (level 3)
FRR< 1.0% (level 3)
Search Time< 1.0 second (1:500)
Interface
CommunicationTTL UART
Default Baud Rate57600bps
Baud Rate Range9600 – 115200bps
General
LED IndicatorsRed (fail) / Green (pass)
Operating Temperature−20°C to +50°C
Storage Temperature−40°C to +85°C
Operating Humidity40% – 85% RH (non-condensing)
Dimensions56 × 20 × 21.5mm

Helpful Resources

Leave a Comment