1 / 64
文档名称:

毕业设计(论文)-基于单片机的多功能数字钟的设计.doc

格式:doc   页数:64页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于单片机的多功能数字钟的设计.doc

上传人:3346389411 2013/4/11 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于单片机的多功能数字钟的设计.doc

文档介绍

文档介绍:基于单片机的多功能数字钟的设计
摘要:本设计论文介绍了用AT89C2051单片机控制的数字钟的硬件结构与软件设计,给出了汇编语言源程序。此数字钟是一个将“时”、“分”、“秒”显示于人的视觉器官的计时装置。它的计时周期为12小时,显示满刻度为12时59分59秒99毫秒,另外应有校时功能。电路由时钟脉冲发生器、时钟计数器、译码驱动电路和数字显示电路以及时间调整电路组成。用晶体振荡器产生时间标准信号,这里采用石英晶体振荡器。根据60秒为1分、60分为1小时、24小时为1天的计数周期,分别组成两个60进制(秒、分)、一个12进制(时)的计数器。构成秒、分、时的计数,实现计时的功能。显示器件选用LED七段数码管。在译码显示电路输出的驱动下,显示出清晰、直观的数字符号。针对数字钟会产生走时误差的现象,在电路中就设计有有校准时间功能的电路。
关键词:单片机;AT89C2051;数字钟;计时
Based on SCM multi-purpose digital clock design
Abstract:The paper mainly presents the hardware and software design of the digital clock using AT89C2051. The source program using assemble Language is given. This digital clock is a time-device, which can display "hour", "minute", "second". Its time period is 12 hours and the full scale of the display is 12 hours, 59 minutes, 59 seconds and 99 milliseconds and it has the function of time adjustment. The circuit consists of the clock pulse generator, the clock counter, decoding drive circuit, digital display circuit and the time adjustment circuit. It generates time standard signal using crystal oscillator, here is the quartz crystal oscillator. Because 60 seconds is 1 minute, 60 minutes is 1 hour and 24 hours is 1 day, we uses two counters of 60 parts and a counter of 12 part separately to constitute the count of percentage of second, second, minute, and hour. So it can realize time function. ponent selects seven-segment numerical tube LED. Driven by decoding output circuit, it can display showing clear and intuitive figures. Due to walking error of digital clock, we design time calibration circuit in the system.
Key words:Single-chip puter; AT89C2051; Digital clock; Time
目录
第1章绪论 1
前言 1
设计的目的及意义 1
第2章数字钟的功能实现与设计方案 2
数字钟的功能及设计要求 2
数字钟的实现形式 2
方案的确定 3
微处理器 3
显示电路 3
按键电路 4
第3章数字钟的硬件系统设计 5
数字时钟的硬件系统框架 5
数字时钟的主机电路设计 5
系统控制芯片CPU(AT89C2051)的选择 5
系统时钟电路设计 10
系统复位电路设计 12
按键与按钮电路设计 13
闹铃声光指示电路设计 13
数字钟的显示电路设计 13
校时电路设计 17
校时