1 / 40
文档名称:

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

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

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

分享

预览

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

上传人:3346389411 2012/12/26 文件大小:0 KB

下载得到文件列表

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

文档介绍

文档介绍:(论文)题目:数字时钟制作
:设计一个数字温度计,要求如下:
(1)设计一个能动态显示时分秒的数字时钟
(2)可以调节小时和分钟
(3)有闹钟功能,并且可以自行设定闹钟的时间
(4)要有完整的设计思路,包括硬件电路设计、软件设计、源程序和仿真结果,或者实物演示。
:
[1] 李朝青. 单片机原理及接口技术(简明修订版). 杭州; 北京航空航天大学出版社,1998
[2] 李广弟. 单片机基础[M]. 北京; 北京航空航天大学出版社,1994
[3] 阎石. 数字电子技术基础(第三版). 北京; 高等教育出版社,1989
[4] 廖常初. 现场总线概述[J]. 电工技术,1999.
[5] 高卫东,辛友顺,韩彦征. 51单片机原理与实践[M]. 北京; 北京航空航天大学出版社,2008
(论文)任务书于2011年11月7日发出,应于2011 年12月7日前完成,然后提交毕业考试委员会进行答辩。
毕业设计(论文)评语:
(应包括平时表现、论文质量、答辩表现等内容)
毕业设计(论文)总评成绩:
毕业设计(论文)答辩负责人签字:
年月日
摘要
本文介绍了一款基于AT89C51单片机数字时钟的设计,阐述了多功能数字时钟的设计思路,详细叙述了系统硬件、软件设计的具体过程。本设计用AT89C51作为主控器件,用DS1302作为时间的计数,用LED—12864为显示器件。通过DS1302直接读取时间、日期,进行数据转换,该器件的物理化学性稳定,线性度较好,能自动计算年、月、日、时、分、秒、和星期,能自动计算闰年。该器件可直接向单片机传送数字信号,便于单片机控制和处理。而LCD—12864是常用的液晶显示器件,其显示的分辨率为128*64,可以显示8*4行16*16点阵的汉字,也可以完成图形显示,低电压功耗是其又一个显著特点。在设计中还采用了单片机常用的汇编语言进行编写。在实际的仿真调试过程中,通过与实际时钟进行对比,查找误差的根源,确定调整误差的方法,尽量减少误差。使系统可以达到与实际时间一致的高精度准确性。
关键词:数字时钟,AT89C51,DS1302,LED—12864
Abstract
This paper introduces a digital clock based on AT89C51 design, this paper expounds the multi-function digital clock design ideas, and this paper describes the system hardware and software design of the specific process. This design is use AT89C51 for Master control device, use DS1302 for times count and use LED-12864 for shows. Through the DS1302 directly read time, date, carries on the data transfer, this device of physical chemical stability, linearity is good, can automatically calculate date and time, minutes and seconds, and week, can automatically calculate a leap year. This device can be sent directly to the single chip puter digital signal, facilitate single-chip puter control and processing. And LCD-12864 monly used liquid crystal display device, its the resolution of the display for 128 * 64, can display 8 * 4 line 16 * 16 dot matrix characters, also can be finished graphic display, low voltage power consumption is its and a notable features. In the design of the single puter is also used in the assembly langua