1 / 57
文档名称:

指纹密码锁设计论文..doc

格式:doc   大小:4,157KB   页数:57页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

指纹密码锁设计论文..doc

上传人:联系 2018/8/29 文件大小:4.06 MB

下载得到文件列表

指纹密码锁设计论文..doc

文档介绍

文档介绍:南京工程学院
毕业设计说明书(论文)
作者: 毛仲义学号: 202120621
院系: 计算机工程学院
专业: 电子信息科学与技术
题目: 基于单片机的指纹密码锁设计
指导者: 刘勤讲师

评阅者: 田丽鸿副教授

2016年5 月南京
毕业设计说明书(论文)中文摘要
指纹密码锁是基于单片机开发的一个利用指纹识别技术完成解锁功能的智能系统。本课题的主要任务是研究指纹录入、特征信息提取、生成模板并存储的原理,同时指纹传感器将实时采集到的信息和单片机进行交换。单片机在逻辑上控制指纹相关操作的全过程。
本系统在Keil4环境下利用51 C成功编写了一个支持指纹和键盘解锁的软件系统。该系统中包括了指纹检测、指纹采集,模板匹配、键盘扫描、密码输入以及液晶显示等功能。当指纹模板匹配成功或密码输入正确则启动***电路,反之,密码输入错误超过3次则开启报警电路。完整模拟了现实***的真实过程。
关键词指纹锁键盘扫描液晶显示报警电路
毕业设计说明书(论文)外文摘要
Title Fingerprint Lock Based on Microcontronllers
Abstract
Fingerprint Lock is an intelligent system developed basing on microcontroller which uses fingerprint identification technology plete the unlock function. The main task of the project is to study the fingerprint input, feature information extraction, principle of template generation and storage. Meanwhile, the fingerprint sensor change the real-time collection of information with microcontrollers. MCU controls the whole process of fingerprint related operations in logic.
The system in Keil 4 environment uses 51C essfully written fingerprint and unlocked the keyboard supporting software system. The system has lots of functions including fingerprint detection, fingerprint acquisition, template matching, keyboard scan, password entering and liquid crystal display. When the fingerprint template matching is essful or the password is entered correctly, the lock circuit starts. On the contrary, entering the wrong password more than three times will open the alarm circuit, which simulates the real reality unlocking pletely
Keywords Fingerprint Lock, Keyboard Scan, Liquid Crystal Display, Alarm Circuit
目录
目录 2
第一章概述 1
系统设计目的及意义 1
指纹识别原理及其前景 1
系统设计流程 2
第二章硬件系统设计 4
硬件系统整体设计 4
单片机最小系统设计 7
液晶显示模块-FYD12864-0402B 11
按键控制部分电路 15
指纹模块 19
存储芯片AT24C02 23
继电器模块 27
报警电路 28
第三章系统软件的设计 30
主程序流程图 30
31
LCD12864显示流程图 32
33
定时器的设置 33
串口初始化 35
按键扫描程序 37
主程序 38
第四章系统调试 40