1 / 31
文档名称:

毕业设计数字电子表.doc

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

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

分享

预览

毕业设计数字电子表.doc

上传人:薄荷牛奶 2015/10/23 文件大小:0 KB

下载得到文件列表

毕业设计数字电子表.doc

相关文档

文档介绍

文档介绍:毕业论文(设计)
题目数字电子表
系部电子信息工程系
专业电子信息工程年级 2008级
学生姓名
学号
指导教师
数字电子表
电子信息工程专业
学生: 指导教师:
【摘要】数字电子表是基于电子技术的时钟产品,具有走时精准,显示直观的特点,在生产生活中应用广泛。本文介绍的是以AT89S52单片机为控制核心,时钟芯片DS1302为时钟电路,附加LCD1602液晶显示电路,DS18B20温度传感电路,按键电路等部分组合设计而成的数字电子表系统,该系统的软件部分采用C语言进行编写并使用keil软件进行编译,利用Proteus软件进行系统仿真,系统最终实现对年、月、日、时、分、秒以及星期的显示和设定,并且能够实现闹铃和温度测量的功能,该系统具有功耗低、使用便捷、功能齐全、价格低廉的优点,在自动控制等方面具有广阔的市场应用前景。本文详细阐述了数字电子表系统各部分硬件的结构组成和设计原理,以及软件部分的算法原理,方便大家研究学****br/> 【关键词】数字电子表 AT89S52 DS1302 LCD1602 DS18B20

Digital electronic watch
【Abstract】The digital electronic watches are clock products based on electronic technology which have been widely applied in manufacturing and daily life, featuring accuracy and visual displaying. This paper introduces a system of digital watch which adopts AT89S52 SCM as the control core, DS1302 as the clock circuit, plus LCD1602 LCD, DS18B20 temperature sensor circuit, keying circuit and ponents. Software of this product is written in C language piled by keil. This system is simulated on Proteus and implements the displaying and setting of year, month, date, minute, second and week, plus alarm clock and temperature measuring functions. This system has the advantage of low power consumption, usability, full-featured and low price, leading to a broad market prospect. This paper elaborates the position and design principle of hardware end, algorithms of software end, conducing to a further study and research.
【Key words】 Digital electronic watch AT89S52 DS1302 LCD1602 DS18B20
目录
绪论 2
1 整体方案论证 3
AT89S52单片机主控模块 4
DS1302时钟电路模块 4
LCD1602液晶显示模块 5
闹铃及温度显示模块 5
键盘扫描电路模块 5
2 系统硬件设计 5
AT89S52单片机的电路设计 6
AT89S52单片机的主要特点 6
AT89S52单片机管脚介绍 6
AT89S52单片机最小系统的设计 8
DS1302时钟电路设计 9
时钟芯片DS1302概述 9
DS1302的时钟及日历 11
LCD1602液晶显示电路设计 12
数字电子表系统整体电路设计 13
3 系统软件设计 13
4 系统调试 19
系统硬件调试 19
系统软件调试 20
系统测试结论 20
5 Proteus仿真过程介绍 20
Proteus软件介绍 20
系统在Proteus下的仿真过程 21
结束语 24
参考文献 25
附录 26
感谢信 27