AVR单片机LCD数显定时器设计制作+电路图
时间:2019-12-08 15:20 来源:毕业论文 作者:毕业论文 点击:次
摘要传统的全息曝光定时器功能比较简单,按键少可扩展性不高,导致学生在实验过程中需要对时间进行手写的记录亦或是需要进行一系列操作改变原有的工作方式,整个过程不够友好。本次毕业设计利用 AVR 单片机和 LCD 液晶点阵显示屏以及自制的键盘实现了一个显示效果丰富且扩展性良好的曝光定时器。所制作的定时器有三个主要功能,分别是定时、计数和计时,而在设计的过程中单片机保证了足够的接口,为以后的扩展提供了方便的实现方式。本次的毕业设计说明书将主要说明制作定时器的程序设计,硬件构造,实现的效果和操作的流程。42534 毕业论文关键词 改进 设计 编程 扩展 单片机 Title LCD Digital Display Holographic Exposure Timer Design Abstract The functions of traditional holographic exposure timers are relativelysimple,with few keys been programed.Low scalability makes the progress ofexperiment unfriendly,resulting in noteing the value students saw with theirhand.The graduation project aims to design an exposure timer with flexible displayand high scalability,making use of AVR micro-controller ,LCD dot matrix displayand self-made keyborad.There are three main functions:countdowning ,counting andtiming.To achieve high scalability ,plenty of interface has been provided duringthe desgin progress.What I will report in this paper can been summed up into fouraspects :the design of the timer program ,hardware configuration the result I haveachieved and the correct operation of processes. Keywords improvement program design micro-controller scalability 目次 1引言1 1.1LCD显示的发展过程...1 1.1.1液晶的发现和应用.1 1.1.2LCD的工作原理.1 1.1.3液晶材料的发展趋势.2 1.1.4选题的意义及内容安排.2 2硬件设计...4 2.1AVR介绍4 2.1.1单片机的发展..4 2.1.2ATmega64单片机...4 2.1.3单片机的引脚设计5 2.2键盘的电路设计8 3工作原理及程序设计10 3.1定时计数器的原理..10 3.2中断程序的初始化..10 3.3定时器的功能设计..11 3.3.1LCD的显示程序...11 3.3.2三大功能的程序设计...15 3.3.3键盘的程序设计16 3.3.4程序设计中的其他问题及解决方法..17 4定时器的效果和操作步骤18 4.1定时器界面...18 4.2操作步骤...19 结论20 致谢21 参考文献.22
附录A.23 |