---
product_id: 93139158
title: "flashtree FPM11A Green Light Optical Fingerprint Reader Sensor Module 6 Pins for Arduino Mega2560 UNO R3"
price: "199 zł"
currency: PLN
in_stock: true
reviews_count: 8
url: https://www.desertcart.pl/products/93139158-flashtree-fpm11a-green-light-optical-fingerprint-reader-sensor-module-6
store_origin: PL
region: Poland
---

# High-speed DSP processor Large-capacity Flash chip High-performance fingerprint comparison flashtree FPM11A Green Light Optical Fingerprint Reader Sensor Module 6 Pins for Arduino Mega2560 UNO R3

**Price:** 199 zł
**Availability:** ✅ In Stock

## Summary

> 🔐 Unlock the future of secure access with a touch of innovation!

## Quick Answers

- **What is this?** flashtree FPM11A Green Light Optical Fingerprint Reader Sensor Module 6 Pins for Arduino Mega2560 UNO R3
- **How much does it cost?** 199 zł with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.pl](https://www.desertcart.pl/products/93139158-flashtree-fpm11a-green-light-optical-fingerprint-reader-sensor-module-6)

## Best For

- Customers looking for quality international products

## Why This Product

- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **No Soldering Required:** Breadboard-friendly 6-pin interface enables quick setup and rapid deployment without hardware hassle.
- • **Touch-Activated Scanning:** Energy-efficient design activates fingerprint scanning only on touch, preserving power and extending sensor life.
- • **Robust Security Algorithm:** Advanced optical sensor paired with a high-speed DSP processor ensures lightning-fast and accurate fingerprint recognition.
- • **Versatile Application Ready:** Ideal for smart locks, attendance systems, POS machines, and secure payment authorization—future-proof your projects.
- • **Seamless Microcontroller Integration:** Plug-and-play 6-pin module compatible with Arduino Mega2560 & UNO R3 for effortless prototyping.

## Overview

The flashtree FPM11A is a green light optical fingerprint sensor module featuring a high-speed DSP processor, advanced fingerprint comparison algorithm, and a large-capacity Flash chip. Designed for seamless integration with Arduino Mega2560 and UNO R3 boards via a 6-pin interface, it supports fingerprint collection, registration, comparison, and search. Its touch-activated scanning optimizes power use, making it perfect for security applications like door locks, attendance systems, and payment authorization.

## Description

desertcart.com: flashtree FPM11A Green Light Optical Fingerprint Reader Sensor Module 6 Pins for Arduino Mega2560 UNO R3 : Electronics

Review: Works Great, Touch sensor is nice! - Fingerprint Scanner works great. But - awesome bonus is - you can wire Blue (Touch VCC) and Yellow (Touch Signal High) - and then wrap your call to getFingerprintID(); inside a digitalRead(SENSOR_PIN) == HIGH. Of course, in setup(), you also need pinMode(SENSOR_PIN, INPUT); (and at the top of your program, define what pin will be you SENSOR_PIN... for me, I used 4 - since that would be right next to other pins being used: 2 & 3). const int SENSOR_PIN = 4; This way - your device is only scanning for prints when you touch it... and the LEDs stay off when you are not touching it.
Review: Useful, Efficient Fingerprint Sensor! - This was the third fingerprint sensor we bought for a project, and it worked like a marvel. The 6-pin wire plugged easily into our breadboard and Arduino Uno R3, no soldering required. The fingerprint sensor itself was very efficient, and worked well with our project ( a fingerprint-based Arduino attendance system). Note that only four out of the six pins need to be used for most projects - wires red, green, white and black (no blue/yellow). Five Stars!

## Features

- It's an Optical Fingerprint Reader Sensor, green light.
- It is composed of software and hardware such as optical fingerprint sensor, high-speed DSP processor, high-performance fingerprint comparison algorithm, and large-capacity Flash chip.
- Simple usage: The fingerprint sensor module can work with any microcontroller with serial port.
- Function: It has stable performance and complete functions, and has various functions such as fingerprint collection, fingerprint registration, fingerprint comparison, and fingerprint search.
- Application: Fingerprint door locks, safes, finance and other security fields; identification in access control systems, industrial computers, POS machines, attendance, driving trainingand other fields; fingerprint payment, software management, authorization and other management fields.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Best Sellers Rank | #4,559 in Single Board Computers (Computers & Accessories) |
| Customer Reviews | 3.8 out of 5 stars 27 Reviews |

## Images

![flashtree FPM11A Green Light Optical Fingerprint Reader Sensor Module 6 Pins for Arduino Mega2560 UNO R3 - Image 1](https://m.media-amazon.com/images/I/51ifPRTneUL.jpg)

## Questions & Answers

**Q: can you connect this sensor to the raspberry pi 3 B Plus? and if so, what is the pinout? I've tried any possible combined and it does not work!**
A: Raspberry PI 3  Plus has bluetooth, The uart is connected to the bluetooth by default, so you can't use it unless set to turn off bluetooth. Another easier way is to use USB TO TTL module, such as FT232RL OR CP2102 breakout connect to the USB port

**Q: Does the light stay on all the time or just wen a finger is applied?**
A: it is not all the time,just went need get a finger press.

**Q: Mine doesn't light up and the enroll code in Adafruit Library doesn't detect it. Is that a corregible mistake or is it just damaged?**
A: 1, first open the ARDUINO IDE software, input fingerprint in the Library management, installation adafruit fingerprint Sensor Library Ver 1.1.3
2, open  file --> example --> adafruit Fingerprint Sensor Library --> enroll, to download the program to the arduino uno r3,
3, open the serial port monitor, baud rate is set to 9600, we first not connect the fingerprint module, a serial port monitor displays

The Adafruit Fingerprint sensor enrollment
Did not find fingerprint sensor: (


4, connect the fingerprint module to the board, 
RED < - > 5 v,
BLACK < - > GND, 
GREEN < - > 2, 
WHITE < - > 3, 
the yellow and blue do not need the connect. 

Then reopen the serial port monitor, It will show:

The Adafruit Fingerprint sensor enrollment
Found fingerprint sensor.
Ready to enroll a fingerprint!
Both Please type in the ID # (from 1 to 127) you want to save this finger as...

You can send 1 to 127 text that enroll fingerpirnt. and then the fingerpint module will be light up.

**Q: Is this conpatible with raspberry pi 3?**
A: Yes, but it's not easy

## Customer Reviews

### ⭐⭐⭐⭐⭐ Works Great, Touch sensor is nice!
*by T***2 on February 17, 2024*

Fingerprint Scanner works great. But - awesome bonus is - you can wire Blue (Touch VCC) and Yellow (Touch Signal High) - and then wrap your call to getFingerprintID(); inside a digitalRead(SENSOR_PIN) == HIGH. Of course, in setup(), you also need pinMode(SENSOR_PIN, INPUT); (and at the top of your program, define what pin will be you SENSOR_PIN... for me, I used 4 - since that would be right next to other pins being used: 2 & 3). const int SENSOR_PIN = 4; This way - your device is only scanning for prints when you touch it... and the LEDs stay off when you are not touching it.

### ⭐⭐⭐⭐⭐ Useful, Efficient Fingerprint Sensor!
*by J***E on March 20, 2019*

This was the third fingerprint sensor we bought for a project, and it worked like a marvel. The 6-pin wire plugged easily into our breadboard and Arduino Uno R3, no soldering required. The fingerprint sensor itself was very efficient, and worked well with our project ( a fingerprint-based Arduino attendance system). Note that only four out of the six pins need to be used for most projects - wires red, green, white and black (no blue/yellow). Five Stars!

### ⭐ Not working on Raspberry pi. tested 3, 3b+ or 5
*by A***L on July 29, 2025*

Worse luck ever, I order tow of this and none of them work. BLUE and RED to 5v and Black to Ground, Green RX (GPIO15), White TX (GPIO14).. Teste on Rapsberry pi 3, 3b+, 5 no luck.

## Frequently Bought Together

- flashtree FPM11A Green Light Optical Fingerprint Reader Sensor Module 6 Pins for Arduino Mega2560 UNO R3
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects
- Arduino Uno REV3 [A000066] – ATmega328P Microcontroller, 16MHz, 14 Digital I/O Pins, 6 Analog Inputs, 32KB Flash, USB Connectivity, Compatible with Arduino IDE for DIY Projects and Prototyping

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.pl/products/93139158-flashtree-fpm11a-green-light-optical-fingerprint-reader-sensor-module-6](https://www.desertcart.pl/products/93139158-flashtree-fpm11a-green-light-optical-fingerprint-reader-sensor-module-6)

---

*Product available on Desertcart Poland*
*Store origin: PL*
*Last updated: 2026-05-21*