电子密码锁毕业设计论文 下载本文

河南城建学院本科毕业设计论文 摘要

摘 要

电子密码锁己广泛的应用于日常生活中,随着电子产品向智能化和微型化的 不断发展,单片机已成为电子产品研制和开发中首选的控制器。由于单片机具有 体积小,耗电少,控制精度高,运行可靠等的特点,所以广泛应用于生产实际中。电 子密码锁是每个行业和生活中的重要参数之一。为了更好地推广电子锁在各领域 中的应用,在此根据任务要求设计了一种基于AT89S52单片机控制的电子密码锁。并介绍了单片机控制的矩阵式开关与数码管控制装置及其工作原理、设计思想、以及硬件电路和软件程序等。装置应用AT89S52单片机,通过单片机编写密码程序,并用74LS47和3-8译码器74LS138驱动的数码管来显示密码。数码管可以时时显示当前输入的六位数字。当输入密码正确时,对应的指示灯亮;当密码不正确时,另一个对应的指示灯亮且并且发出声音报警。

关键词:矩阵式键盘,单片机,数码管显示,电子密码锁,译码器

I

河南城建学院本科毕业设计论文 Abstract

Abstract

Electronic locks have been widely used in daily life, as electronic products to intelligent and miniaturization, SCM has become electronic product research and development in the preferred controller。Since the microcontroller with small, low power consumption, high precision control, reliable, and more features,it is widely used in production。Electronic code lock is the life of each industry and one of the important parameters。In order to better promote electronic locks in all areas of application,we designed an application MCU AT89S52 microcontroller-based control design of a matrix switch with digital control devices and their working principle, design, and hardware and software of electronic lock。AT89S52 microcontroller device applications, the password program written by SCM, and 3-8 with 74LS47 Decoder 74LS138-driven digital control to display the password。Digital tube can always display the current input of six digits。When you enter the password correctly, the corresponding indicator light;When the password is incorrect, the other, and the corresponding indicator light and sound alarm。

Key word:Matrix keyboard,SCM,Digital display ,Electronic locks

河南城建学院本科毕业设计论文 目录

目录

摘 要 ............................................................... Ⅰ Abstract ............................................................ Ⅱ 引 言 ............................................................... 1 第1章.系统方案选择和论证 .......................................... 2

1.1 设计要求 ..................................................... 2 1.2 系统基本方案 ................................................. 2

1.2.1 系统框图 ............................................. 2 1.2.2 各模块方案选择和论证 ................................... 3 1.2.3 系统各模块的最终方案 ................................... 4

第2章. 系统的硬件设计与实现 ....................................... 6

2.1 系统硬件概述 ................................................. 6 2.2 主要单元电路的设计 ........................................... 6

2.2.1 键盘扫描模块电路的设计 ............................... 6 2.2.2 单片机控制模块电路的设计 ............................. 7 2.2.3 声光报警模块电路的设计 ............................... 8 2.2.4 数码显示模块电路的设计 ............................... 9

第3章. 系统的软件设计 ............................................ 11

3.1 系统软件概述 ................................................ 11

3.1.1 软件系统分析 ........................................ 11 3.1.2 主程序流程图: ...................................... 12 3.2 子程序的设计 ................................................ 13

3.2.1 自检子程序 .......................................... 13 3.2.2 键盘扫描子程序 ...................................... 14 3.2.3 移位子程序 .......................................... 15 3.2.4 显示子程序 .......................................... 16 3.2.5 密码显示子程序 ...................................... 17 3.2.6 开锁子程序 .......................................... 18 3.2.7 修改密码子程序 ...................................... 19

第4章.分析与结论 .................................................. 20 第5章.致谢辞 ..................................................... 20 第6章.参考文献 ................................................... 21 附录A:系统电路图 .................................................. 22

河南城建学院本科毕业设计论文 目录

附录B:系统主要元件清单 ............................................ 24 附录C:系统程序清单 ................................................ 25 附录D:系统使用说明书 .............................................. 36