基于单片机的智能门禁系统.doc
约27页DOC格式手机打开展开
基于单片机的智能门禁系统,目 录1 绪论21.1课题研究背景及意义21.2 国内外研究现状31.2.1国内研究现状31.2.2国外研究现状31.3 智能卡简介41.3.1非接触式智能卡的基本原理41.3.2ic卡的优点52 智能卡门禁系统设计方案52.1 设计要求52.2 总体方案62.2.1系统的组成和功能62.3系统的设计原则73 智能门禁...
内容介绍
此文档由会员 lixiaolei0512 发布
目 录
1 绪论 2
1.1课题研究背景及意义 2
1.2 国内外研究现状 3
1.2.1国内研究现状 3
1.2.2国外研究现状 3
1.3 智能卡简介 4
1.3.1非接触式智能卡的基本原理 4
1.3.2IC卡的优点 5
2 智能卡门禁系统设计方案 5
2.1 设计要求 5
2.2 总体方案 6
2.2.1系统的组成和功能 6
2.3系统的设计原则 7
3 智能门禁系统硬件设计 8
3.1 系统功能和结构 8
3.2 外围电路 11
3.3键盘电路 11
3.4 蜂鸣与报警电路 12
3.5 显示部分 12
3.6 时钟电路 14
3.7 数据存储器 15
3.8 主处理器与PC机间串口通信电路 16
3.9读卡模块 17
4 智能门禁系统软件设计 19
4.1软件开发工具 19
4.2 主程序流程图 20
4.3 EEPROM读写程序设计 21
4.4 键盘扫描程序 21
4.5 液晶显示程序 22
5 参考文献 23
附录 26
基于单片机的智能门禁系统
摘 要:
为了科学地管理特定区域的出入权限,在管理区域中建立一套现代化的智能门禁监控管理系统是必不可少的。
本文首先简单介绍了非接触式IC卡的技术,通过与接触式IC卡的比较,说明了非接触式IC卡的特点和优势。本课题研究开发了基于非接触式IC卡识别的门禁系统。详细分析了系统的硬件设计和软件设计,以及主要程序设计的流程图和程序。形成了一套完整的门禁监控管理系统。
该系统以单片机W77E58为核心门禁控制器;以键盘和zlg500B读卡模块作为门禁系统的核心部分,并与PC机组成通信网络系统,来达到以卡识别身份和验证信息的目的。同时还扩展有状态指示灯和蜂鸣器用于读卡状态指示。此外,该部分还包含有LCD接口电路,历时芯片DS1302,AT24C256存储器设计以及开关等模块。实验证明系统的可行性。
关键词:智能门禁系统,RFIC 卡,键盘,单片机
The Intelligent Guard Control System based on MCU
Abstract: In order to manage in and out rights of location area effectively, it is absolutely necessary to set up a set of modern intelligent access control system.
Firstly, this paper briefly introduces the RFIC card technology and the feature and the advantage of IC card through comparing with the no-contact IC card. This paper main makes a study of guard system with IC card, and analysis the design of hardware and software detailed, gives the main flow chart and program, it forms a completely guard control system.
The design uses W77E58 as the core entrance guarder. The keyboard and card-reader module zlg500B are the core-part of this entrance guard system. They communicate with PC computer to identify the correctly of the user. Besides, it has the state designation lights and buzzer using for the state designation of reading card. In addition, this part also includes the design of interface circuit of LCD, chip of time and date DS1302, AT24C256 memory, and digital signals and pulse signals. The experiment proves that the system is feasible.
Key Words: Intelligent Guard Control System,RFIC card,Keyboard ,MCU
1 绪论 2
1.1课题研究背景及意义 2
1.2 国内外研究现状 3
1.2.1国内研究现状 3
1.2.2国外研究现状 3
1.3 智能卡简介 4
1.3.1非接触式智能卡的基本原理 4
1.3.2IC卡的优点 5
2 智能卡门禁系统设计方案 5
2.1 设计要求 5
2.2 总体方案 6
2.2.1系统的组成和功能 6
2.3系统的设计原则 7
3 智能门禁系统硬件设计 8
3.1 系统功能和结构 8
3.2 外围电路 11
3.3键盘电路 11
3.4 蜂鸣与报警电路 12
3.5 显示部分 12
3.6 时钟电路 14
3.7 数据存储器 15
3.8 主处理器与PC机间串口通信电路 16
3.9读卡模块 17
4 智能门禁系统软件设计 19
4.1软件开发工具 19
4.2 主程序流程图 20
4.3 EEPROM读写程序设计 21
4.4 键盘扫描程序 21
4.5 液晶显示程序 22
5 参考文献 23
附录 26
基于单片机的智能门禁系统
摘 要:
为了科学地管理特定区域的出入权限,在管理区域中建立一套现代化的智能门禁监控管理系统是必不可少的。
本文首先简单介绍了非接触式IC卡的技术,通过与接触式IC卡的比较,说明了非接触式IC卡的特点和优势。本课题研究开发了基于非接触式IC卡识别的门禁系统。详细分析了系统的硬件设计和软件设计,以及主要程序设计的流程图和程序。形成了一套完整的门禁监控管理系统。
该系统以单片机W77E58为核心门禁控制器;以键盘和zlg500B读卡模块作为门禁系统的核心部分,并与PC机组成通信网络系统,来达到以卡识别身份和验证信息的目的。同时还扩展有状态指示灯和蜂鸣器用于读卡状态指示。此外,该部分还包含有LCD接口电路,历时芯片DS1302,AT24C256存储器设计以及开关等模块。实验证明系统的可行性。
关键词:智能门禁系统,RFIC 卡,键盘,单片机
The Intelligent Guard Control System based on MCU
Abstract: In order to manage in and out rights of location area effectively, it is absolutely necessary to set up a set of modern intelligent access control system.
Firstly, this paper briefly introduces the RFIC card technology and the feature and the advantage of IC card through comparing with the no-contact IC card. This paper main makes a study of guard system with IC card, and analysis the design of hardware and software detailed, gives the main flow chart and program, it forms a completely guard control system.
The design uses W77E58 as the core entrance guarder. The keyboard and card-reader module zlg500B are the core-part of this entrance guard system. They communicate with PC computer to identify the correctly of the user. Besides, it has the state designation lights and buzzer using for the state designation of reading card. In addition, this part also includes the design of interface circuit of LCD, chip of time and date DS1302, AT24C256 memory, and digital signals and pulse signals. The experiment proves that the system is feasible.
Key Words: Intelligent Guard Control System,RFIC card,Keyboard ,MCU