JIMI 发表于 20:50

基于ATmega16的红外遥控锁

论文编号:DZXX210  论文字数:11742,页数:39
摘要
 基于ATmega16的红外线遥控锁,具有密码重置、保密性强、误码报警、耗电省,安全可靠,价格低廉,结构简单等特点。而且适合住宅、办公室用锁要求,并且被广泛应用于私人住宅,车库等各种场合,有实际开发价值。
 本文设计了一种基于ATmega16的红外遥控锁,并简要介绍了它的工作原理。论文中给出了红外发送器与红外接收器的设计电路以及密码接收的原理,电子锁的典型设计电路部分和具体应用方法,并且对红外线信号的发射和接收具有详细的研究。通过该设计对红外专用芯片PT2262/2272和AVR单片机ATmega16有了更深刻的了解。
关键词:红外线遥控,电子密码锁,PT2262/2272, ATmega16单片机
ABSTRACT
 The electronic lock of infrared remote control based on the Principle of the ATmega16 Single-Chip computer . It has the code pre-distribution and error code alarm equipment with the characteristics of high security and low power consumption, good safety and performance, cheapness, simple structure and so on. which can meet the requirements of houses and offices and is of practical value.
 This paper designed the lock controlled by infrared ray based on ATmega16,and briefly introduces the working principle. Paper give the circuit of the infrared transmitter and receiver, the principle of infrared receiving, the typical circuit and application method of electronic lock, and the emitting and receiving of  infrared signal. Through this design, I have a deeper understand of the special-purpose chip microcontroller PT2262/2272 and ATmega16.
 
 Keywords: Single chip  Infrared Code lock  PT2262/2272  ATmega16MCU
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.1.2 单片机历史 1
1.1.2 红外通信的历史和原理 2
1.1.2 研究的目的和意义 3
1.1.2 研究的内容 4
第2章系统方案选择 5
2.1 主控制模块的器件选择 5
2.2 红外线发射接收模块选择 5
第3章 硬件系统的主要芯片介绍 7
3.1 红外线发射和接收模块 7
3.1.1 芯片PT2262/2272介绍 7
3.1.2 芯片PT2262/2272特点 7
3.2 系统主控模块 9
3.2.1 AVR单片机ATmega16简要介绍 9
3.3 12864液晶 9
3.4 DS18B20温度传感器 11
第4章 硬件系统介绍 13
4.1 系统设计原理 13
4.2 ATmega16最小系统硬件电路介绍 14
4.3 人机界面硬件设计 16
4.3.1 继电器模块 16
4.3.2 液晶模块 16
4.3.3 蜂鸣器 17
4.4 温度传感器电路设计 18
4.5 红外线发射电路设计 18
4.6 红外线接收电路设计 18
第5章 软件设计与实现 21
5.1 系统主程序设计 21
5.2 DS18B20相关程序设计 22
第6章 结束语 24
致谢 25
参考文献 26
附录1 实物图 27
附录3 ATmega16 引脚图及说明 28
附录4 源代码 30
页: [1]
查看完整版本: 基于ATmega16的红外遥控锁