JIMI 发表于 20:51

简易智能密码锁

论文编号:DZXX067  论文字数:11934,页数:50
摘要
 该简易智能密码锁是以AT89C51单片机为控制核心,外加密码存储,行列式键盘,状态显示,声光报警,液晶LCD显示等电路的配合。密码存储电路采用I2C总线的EEPROM存储器AT24C01,保证掉电时密码信息不丢失。单片机是整个系统的控制中心,它除了完成密码读取、密码比较、密码存储、错误密码处理、显示等功能外,还实现与键盘和显示LCD的接口功能。用户可以通过键盘输入密码,可以显示密码,同时也可以修改密码。在输错三次密码后,自动声光报警,并锁住键盘。关键词: 单片机,智能密码锁,AT89C51 ,AT24C01, LCD
ABSTRACT
 This simple intelligence password lock is based on MCU AT89C51,  in addition, password saving, the row or column type keyboard, estate manifestation, the sound and light alarm, the LCD manifestation circuit and so on. The password saving circuit adopt I2C BUS of EEPROM memorizer AT24C01, and assurance while dropping the electricity the password information does not lose. The MCU is a control centre of the whole system. It is in addition to completing to read the password, compare password, save password, handle the false password, display an so on, still carrying out with the keyboard and LCD interface function. The customer can import the password with the keyboard, the password can display, also the customer can modify the password. At three times importing password after, it will give an sound and light alarm, and lock the keyboard.
 
  
 
Keyword:  MCU, Intelligence Password Lock, AT89C51 , AT24C01,  LCD
目录
摘要.................................................................I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 课题设计目标 1
第2章 数字密码锁的设计方案论证 2
2.1 数字密码锁密码锁设计方案 2
2.1.1基于VHDL的数字密码锁设计 2
2.1.2基于FPGA数字密码锁设计 3
2.1.3基于AT89C51设计方案 4
第3章 主要芯片介绍 6
3.1 AT89C51的介绍 6
3.2 AT24C01的介绍 8
3.2.1 AT24CO1的特性与引脚 8
3.2.2  总线状态及时序 9
3.2.3 器件寻址及读写时序 10
3.3 通用液晶1602的介绍 11
3.3.1 1602的技术参数和性能 11
3.3.2 1602的接口 12
3.3.3 1602的指令说明 13
3.3.4 1602操作时序 14
3.4 74LS373芯片介绍 15
第4章 硬件设计与实现 17
4.1 键盘接口电路 17
4.2 AT89C51单片机与AT24C01 E2PROM通讯的硬件实现 18
4.3 状态指示与报警电路 19
4.4 液晶显示电路 20
4.5 单片机控制电路 21
4.5.1单片机的复位电路 21
4.5.2 单片机的时钟电路 21
4.6 稳压电源电路 22
第5章 软件的设计与实现 23
5.1初始密码设置程序 25
5.2 键盘扫描子程序 25
5.3 密码修改子程序 27
5.4 液晶显示延迟 27
第6章 电路的仿真 28
6.1 电路的仿真 28
6.1.1  PROTEUS软件的介绍 28
6.1.2  用PROTEUS软件的仿真过程 28
第7章 总结 30
致谢 31
参考文献 32
附录1  33
页: [1]
查看完整版本: 简易智能密码锁