智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)(论文8000字,电路原理图,PCB图,程序代码)
摘  要
在嵌入式技术快速发展过程中,各种不同类型的智能终端设备得到广泛应用,为人们日常生活带来便利。作为智能家居建设过程中重要的安全屏障,智能电子锁的设计得到研发人员的重视。
本次智能电子锁防盗报警系统的设计,其具有指纹注册,指纹注销,密码修改,指纹开锁,密码开锁,IC卡注销,IC卡注册,IC卡开锁等多种功能,其采用STC89C52单片机来作为系统的核心控制器,并结合RFID射频模块,FM608指纹传感器,LCD12864液晶,AT24C02存储模块等来构成整个系统的硬件结构。并通过Keil平台和C语言完成液晶显示,指纹识别,密码存储,IC卡识别等各个功能模块的软件程序设计,并采用制作实物的方式对硬件和软件的理论设计进行验证,通过电烙铁等制作工具完成电路焊接,程序下载,功能测试等操作,最终印证了设计的可行性。
关键词:单片机;指纹;电子锁;RFID

Abstract
With the rapid development of embedded technology, various types of intelligent terminal devices have been widely used, which brings convenience to people's daily life. As an important security barrier in the construction of smart home, the design of intelligent electronic lock has attracted the attention of R & D personnel.
This design of intelligent electronic lock anti-theft alarm system has many functions, such as fingerprint registration, fingerprint cancellation, password modification, fingerprint unlocking, password unlocking, IC card cancellation, IC card registration, IC card unlocking and so on. It uses STC89C52 single chip microcomputer as the core controller of the system, combined with RFID RF module, fm608 fingerprint sensor, LCD12864 LCD, AT24C02 memory module constitutes the hardware structure of the whole system. The software program design of various functional modules such as liquid crystal display, fingerprint identification, password storage and IC card identification is completed through keil platform and C language, and the theoretical design of hardware and software is verified by making physical objects. The operation of electric circuit welding, program download and function test are completed through electric soldering iron and other production tools, which finally confirms the feasibility of the design.
Key words: single chip microcomputer; Fingerprints; Electronic lock; RFID

本文主要内容
本次智能电子锁防盗报警系统设计,主要围绕IC识别,指纹识别,密码识别等展开,并以此和基础完成了电路,程序的设计。在章节安排上,主要分为五章,第一章是针对课题智能电子锁防盗报警系统的背景和研究状况进行分析;第二章是对控制器,核心器件的选型及系统功能方案沟通的规划;第三章是对关键的硬件电路进行分析,如RFID模块,指纹识别模块等硬件电路;第四章是对开发平台,主程序以及各个子程序的设计流程进行分析;第五章则是实物制作的调试过程,分析在硬件和软件制作调试过程中遇到的问题,测试的结果等等。
本次智能电子锁防盗报警系统的整体框图如图3.1所示,主控制模块选用单片机STC89C52,同时还包括AT24C02存储电路,指纹模块,LCD12864液晶,继电器,矩阵键盘等硬件电路。其中指纹模块和矩阵键盘,作为两种密码的输入方式用来进行电子锁的开启;液晶则作为显示设备来显示相应的信息;AT24C02则作为存储电路用来保存密码,防止密码掉电丢失。
 

智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)
智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)
智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)
智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)
智能电子锁防盗报警系统的设计(含电路原理图,PCB图,程序代码)


目录
摘  要    I
Abstract    II
目录    III
1  绪论    1
1.1  课题背景及意义    1
1.2  国内外研究现状    1
1.3  本文主要内容    2
2  系统总体设计    3
2.1  功能设计    3
2.2  方案设计    3
3  系统硬件设计    4
3.1  单片机最小系统设计    4
3.2  液晶显示电路设计    5
3.3  矩阵键盘电路设计    5
3.4  指纹模块电路设计    6
3.5 RFID射频电路设计    7
3.6 存储电路设计    8
3.7 电子锁控制电路设计    8
3.8 报警提示电路设计    9
4  系统软件设计    10
4.1主程序设计    10
4.2按键检测程序设计    10
4.3液晶显示程序设计    11
4.4指纹模块程序设计    12
4.5 RFID程序设计    13
5  系统调试    15
5.1主控板的PCB设计    15
5.2 硬件调试    15
5.3 软件调试    16
总结    18
参考文献    19