0% found this document useful (0 votes)
69 views5 pages

AMIE Project Front Page2

This document provides a table of contents for a project report on an attendance management system using fingerprint identification. The table of contents outlines 7 chapters that discuss the introduction, literature review, proposed project work, hardware implementation including components like Arduino Mega, fingerprint sensor and 8x8 LED display, software implementation using Arduino IDE, testing and deployment, and future work. Tables and figures are listed, with topics like existing RFID tag systems, block diagrams, component specifications and circuit diagrams.

Uploaded by

Karuppusamy Mari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views5 pages

AMIE Project Front Page2

This document provides a table of contents for a project report on an attendance management system using fingerprint identification. The table of contents outlines 7 chapters that discuss the introduction, literature review, proposed project work, hardware implementation including components like Arduino Mega, fingerprint sensor and 8x8 LED display, software implementation using Arduino IDE, testing and deployment, and future work. Tables and figures are listed, with topics like existing RFID tag systems, block diagrams, component specifications and circuit diagrams.

Uploaded by

Karuppusamy Mari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

TABLE OF CONTENTS

CHAPTER
TITLE PAGE NO.
NO
LIST OF TABLES IV

LIST OF FIGURES V

1 INTRODUCTION 1-2

1.1 OVERVIEW 1

1.2 PROJECT OBJECTICES 2

2 LITERATURE REVIEW 3-4

2.1 INTRODUCTION 3

2.2 PROLEM IN EXISTING SYSTEM 4

2.3 SURVEYS 4

2.4 CONCLUSIONS 4

3 PROPOSED PROJECT WORK 5-7

3.1 INTRODUCTION 5

3.2 BLOCK DIAGRAM 5

3.3 WORKING OF THE PROJECT 6

4 HARDWARE IMPLEMENTATION 8-28

4.1 INTRODUCTION 8
4.2 COMPONENTS USED FOR DEVELOPING
8
HARDWARE MODULE
4.3 ARDUINO MEGA 8

4.3.1 Overview 9

4.3.2 Power 9

4.3.3 Memory 10

4.3.4 Input and Output 10

4.3.5 Communication 11

4.3.6 Programming 12

4.3.7 Automatic Reset 12

I
4.3.8 USB Overcurrent Protection 13

4.3.9 Physical Characteristics 13

4.3.10 Summary 14

4.4 REAL TIME CLOCK MODULE 15

4.4.1 Overview 15

4.4.2 Interfacing with Arduino Mega 16

4.5 FINGERPRINT SENSOR 17

4.5.1 Overview 17

4.5.2 Interfacing with Arduino Mega 18

4.6 8X8 LED MATRIX DISPLAY 19

4.6.1 Overview 19

4.6.2 Circuit Connection Of 8x8 With Max 7219 IC 19

4.6.2.1 Selecting Rset 20

4.6.2.2 Power Supply Issues 23

4.6.3 Interfacing with Arduino Mega 24

4.7 GSM Module 26

4.8 Interfacing Memory Card Module with Arduino Mega 27

4.9 POWER CIRCUIT 28

5 SOFTWARE IMPLEMENTATION 29-42

5.1 INTRODUCTION 29

5.2 ARDUINO IDE 29

5.2.1 Arduino Ide Installation 29

5.2.1.1 Download Arduino Ide Software 30

5.2.1.2 Power Up Board 31

5.2.1.3 Launch Arduino Ide 31

5.2.1.4 Creating New File 32

5.2.1.5 Arduino Board Selection 33

II
5.2.1.6 Serial Port Selection 34

5.2.1.7 Code Uploading 35


5.3 FINGERPRINT SENSOR LIBRARY
35
FILESINSTALLATION
5.3.1 Soft & Hard Serial 36

5.3.2 Uploading of Code 36

5.3.3 Enrolling with Arduino 37

5.4 MAX7219 IC LIBRARY FILES INSTALLATION 39

5.5 PROTEUS SIMULATION 39

5.6 ARDUINO CODE 42

6 TESTING AND DEPLOYMENT 43-44

5.1 PROJECT SET-UP

5.2 VERIFICATION 43

5.3 VALIDATION 43

5.4 EVALUATION 43

7 FUTURE WORK 45

7.1 FUTURE WORK 45

REFERENCE 46

APPENDIX 1 47-61

III
LIST OF TABLES
TABLE
TABLE NAME PAGE NO.
NO

1 Arduino Mega Specification 14

2 Fingerprint Sensor Pinout 18

3 Arduino Forward Voltage and Current 22

LIST OF FIGURES
FIGURE
FIGURE NAME PAGE NO.
NO
2.1 Existing Project RF-ID Tag System 3

3.1 Block Diagram 5

4.1 Arduino Mega 8

4.2 Real Time Clock 15

4.3 Interfacing of RTC with Arduino Mega 16

4.4 Fingerprint Sensor 17

4.5 Interfacing of Fingerprint with Arduino Mega 18

4.6 8x8 Matrix Display 19

4.7 Maz7219 IC with Display 20

4.8 8x8 Matrix Connection 23

4.9 Interfacing of 8x8 Led Display with Arduino Mega 26

4.10 Ethernet Shield Module 26

4.11 Memory Card with Arduino Mega 28

4.l2 Power Circuit 28

5.1 USB Type-B Cable 30

5.2 Mini USB Cable 30

IV
5.3 Downloading of Arduino IDE 31

5.4 Installation of Arduino IDE 32

5.5 Creation of New File 32

5.6 Opening of Existing File 33

5.7 Selection of Board Type 34

5.8 Selection of Port 34

5.9 Library Manager in Arduino 35

5.10 Searching of Fingerprint Library 36

5.11 Testing of Fingerprint using Serial Monitor 36

5.12 Enrolling Finger Print 38

5.13 Storing of Finger Print 38

5.14 Single 8x8 display wit Arduino Uno 41

5.15 Triple 8x8 display with Arduino Uno 41

5.16 8x8 display with Arduino Uno Simulation 42

6.1 DATA.txt 43

You might also like