FINGER PRINT PROJECT full report
#1

[attachment=2720]

FINGER PRINT ATTENDANCE MANAGEMENT SYSTEM

PROJECT MEMBERS:

CH.S.ELLARAO (07765A1004)

CHIRANJEEVI.N (06761A1012)

CH.HARISH REDDY( 06761A1015)



PROJECT GUIDE:

RAJASEKHAR REDDY.B




ABSTRACT:

The Main objective of this project is to authenticate and to maintain attendance by collecting fingerprints using fingerprint sensors.


Nowadays accurate personal identification is becoming more and more important. Usual means (smart cards, passwords¦) have shown their limits. Currently fingerprint recognition is the most widely used technique for personal identification.

The use of ink and paper to get an image from a finger was used for a long time, but technological advances have enabled to automate the acquisition stage by means of solid-state sensors.

These sensors exploit different techniques to acquire the image (pressure, electrical field, temperature¦) and require a static (matrix sensor) or mobile finger position (sweeping mode sensor).

The project is developed with 3 level securities, i.e. to provide the authentication here an ID, password and finger print are required. The project contains 2 modes, the first one is master mode and the second is user mode.
The fingerprint sensor sense the thumb impression of the particular person and that image will be registered with username and password in fingerprint sensor module.

This project is developed on microcontroller (89S52). The fingerprint sensor is serially interfaced to the microcontroller via MAX232 IC.

The fingerprint sensor sense the thumb impression of the corresponding person and that image will be compared with registered image and if the both images are unique, then the microcontroller activates particular task like authenticating an image, identification of the employee etc which also maintains the attendance record of each and every employee.

The process of authentication is done by entering username and password by using a keypad.


FINGER PRINT SENSOR:

FIM10 is a stand-alone Fingerprint Recognition Device with many excellent features. It provides the high recognition performance, the low power dissipation and the RS-232 serial interface with the simple protocol for easy integration into a wide range of applications. It is a durable and compactable device and made into a fingerprint recognition module with NITGEN optics-based fingerprint sensor.



Application:


1.Door-Lock System
2. Safe Box
3.Simple Access Controller
4. Vehicle Control
5. ATM, POS, and mor e



Fingerprint Identification Module) is an evolutionary standalone fingerprint recognition module consisted of optic sensor and processing board. Its voltage is so low(3.3V) enough to implement a series of 23,000 authentication consuming 4 piece of AA batteries and executes average 1.2 seconds of high speed authentication. As CPU and highly upgraded algorithm are embedded into a module, it provides high recognition ratio even to small-size, wet, dry, calloused fingerprint.  Due to technologies of simple and robust hardware design and including keypad function of the existed DK in one board, it can be executed to develop viable applications and perform user enrollment and authentication needed for fingerprint recognition without a connection to PC.




FEATURES

Built-in fingerprint authentication .
Various authentication using 1:1/1:N matching and
Password.
Convenient DK without a connection to PC.
Accurate authentication ratio even to small-size/wet/dry
fingerprint.
Fast acquisition of difficult finger types under virtually any
condition.
Economical due to low voltage consumption



MAX 232:

1. The MAX232 is a dual driver/receiver that includes a capacitive voltage generator to supply EIA-232 voltage levels from a single 5-V supply.
2. Each receiver converts EIA-232 inputs to 5-V TTL/CMOS levels.
3. These receivers have a typical threshold of 1.3 V and a typical hysteresis of 0.5 V, and can accept ±30- V inputs.
4. Each driver converts TTL/CMOS input levels into EIA-232 levels. The driver, receiver, and voltage- generator function
FEATURES OF MAX 232:
Operate With Single 5-V Power Supply
Operate Up to 120 kbit/s
Two Drivers and Two Receivers
Low Supply Current . . . 8 mA Typical
Designed to be Interchangeable With
Maxim MAX232
± 30-V Input Levels


MICRO CONTROLLER 89S52:

The AT89C52 is a low-power, high-performance CMOS 8-bit microcomputer with 8K
bytes of Flash programmable and erasable read only memory (PEROM). The device
is manufactured using Atmelâ„¢s high-density nonvolatile memory technology and is
compatible with the industry-standard 80C51 and 80C52 instruction set and pinout.
The on-chip Flash allows the program memory to be reprogrammed in-system or by a
conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU
with Flash on a monolithic chip, the Atmel AT89C52 is a powerful microcomputer
which provides a highly-flexible and cost-effective solution to many embedded control

LCD DISPLAY:

Liquid crystal displays (LCDs) have materials which combine the properties of both liquids and crystals. Rather than having a melting point, they have a temperature range within which the molecules are almost as mobile as they would be in a liquid, but are grouped together in an ordered form similar to a crystal.
An LCD consists of two glass panels, with the liquid crystal material sand witched in between them. The inner surface of the glass plates are coated with transparent electrodes which define the character, symbols or patterns to be displayed polymeric layers are present in between the electrodes and the liquid crystal, which makes the liquid crystal molecules to maintain a defined orientation angle


FEATURES OF FINGER PRINT ATTENDANCE

Comprehensive organization
structure
Employee database
Finger registration
Leave policies
Attendance Calculator
Daily Attendance
Hourly Attendance Summary
Tracking of Late Coming
Tracking of Early going
Reply
#2
please send me fingrprint recognition report of word doc
Reply
#3
Thumbs Up 
Please, do you can send me the word document of fingerprint? rossilucianod[at]gmail.com
TNK's
Reply
#4
plz send me the full project materials at tribeni.88[at]gmail.com
Reply
#5
hi... can u send me the full report of your project.And also the details of components used.
please send the full report of ur project and details of components used in that to ash_harsha[at]rediffmail.com
Reply
#6


[attachment=4539]


Fingerprint

abstract

A fingerprint is the feature pattern of one finger (Figure 1.1.1). It is believed with strong evidences that each fingerprint is unique. Each person has his own fingerprints with the permanent uniqueness. So fingerprints have being used for identification and forensic investigation for a long time.
Reply
#7
i wanted the word document n block diagram of this project.
Reply
#8
pls send the program

pls send program for the project .and full report pls
Reply
#9
hi can u give me the matlab code for this project at
abidraza8[at]gmail.com please,
Reply
#10
please download attached file for more details.
Reply
#11
where to contact? cant understand?
Reply
#12
hey abidraza8 ,
do you ant ready made project kit?
Reply
#13
hi,
am doing MCA, i need to do project ,
I'm decide to do fingerprint attendance system project please
could you help me please ,
my mail:- mohnmca[at]gmail.com

PLEASE
Reply
#14
there is a related thread on fingerprint attendance system. please go through the following link.

http://studentbank.in/report-biometric-f...nce-system
Reply
#15
heart fully THANKS....
can u suggest me for finding source code in C# or java or j2ee
now am try with C#
please now am doing individually...
am in very confuse situaton....
pls suggest me...
Reply
#16
do you mean string search in c# if yes

Code:
class StringSearch
{
    static void Main()
    {
        string str = "A silly sentence used for silly purposes.";
        System.Console.WriteLine("'{0}'",str);

        bool test1 = str.StartsWith("a silly");
        System.Console.WriteLine("starts with 'a silly'? {0}", test1);

        bool test2 = str.StartsWith("a silly", System.StringComparison.OrdinalIgnoreCase);
        System.Console.WriteLine("starts with 'a silly'? {0} (ignoring case)", test2);

        bool test3 = str.EndsWith(".");
        System.Console.WriteLine("ends with '.'? {0}", test3);

        int first = str.IndexOf("silly");
        int last = str.LastIndexOf("silly");
        string str2 = str.Substring(first, last - first);
        System.Console.WriteLine("between two 'silly' words: '{0}'", str2);
    }
}
Reply
#17
hello,

can you please send me the full report of the finger print project. my email is emyemmy[at]yahoo.com.

thanks.

Solomon Emmanuel
Reply
#18
Wink 
HI I MITESH FROM SURAT
I MAKE A FINGER PRINT BASED SECURITY SYSTEM PROJECT GIVE ME A PROGRAMM FOR THIS PROJECT
Reply
#19
Rainbow 
hi anna your project persentation (ppt)i need.DodgyBlush
hi respected friend. in need your ppt..........
Reply
#20
hello plse send project details about
A Model-Based Approach to Evaluation of the Efficacy of FEC Coding in Combating Network Packet Losses
Reply
#21
hi yamu,
more on the topic you need is in the following thread.

http://studentbank.in/report-a-model-bas...ting-netwo
Reply
#22
please send me the full report of "FINGER PRINT PROJECT"[/size][/font]
Reply
#23
visit this page please..

http://studentbank.in/report-finger-prin...ull-report
Reply
#24
sir i need the details abt how to connect finger print reader in my asp.net web application????????
Reply
#25
can i get d ckt diag of it plz
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: glee project 2 full, netwo, topics on finger print, finger print id, mor pakshi mahiti, finger print attenanace pt, c bool,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  FINGER PRINT BASED ELECTRONIC VOTING MACHINE full report project topics 60 50,664 11-05-2017, 10:43 AM
Last Post: jaseela123d
  AUTOMATIC BUS STATION ANNOUNCEMENT SYSTEM full report project report tiger 4 10,799 13-08-2016, 11:16 AM
Last Post: jaseela123d
  MICROCONTROLLER BASED DAM GATE CONTROL SYSTEM full report seminar class 13 17,159 19-06-2016, 07:53 PM
Last Post: Saianjana
  METAL DETECTOR full report project report tiger 14 23,779 12-03-2016, 01:51 PM
Last Post: seminar report asees
  Solar power plant full report seminar class 2 3,341 11-11-2015, 01:49 PM
Last Post: seminar report asees
  PROJECT REPORT ON MULTICOLOUR LED DISPLAY computer girl 3 2,436 11-09-2015, 02:50 PM
Last Post: seminar report asees
  MICROCONTROLLER BASED AUTOMATIC RAILWAY GATE CONTROL full report project topics 49 57,901 10-09-2015, 03:18 PM
Last Post: seminar report asees
  RELAY CO-ORDINATION full report project report tiger 2 4,414 24-02-2015, 10:18 AM
Last Post: seminar report asees
  COIN BASED MOBILE CHARGER full report seminar class 25 22,983 08-12-2014, 11:40 PM
Last Post: seminar report asees
  Microstrip Patch Antenna - full report seminar surveyer 6 10,271 11-11-2014, 11:32 PM
Last Post: jaseela123d

Forum Jump: