基于mcs-51的万年历设计.doc

约58页DOC格式手机打开展开

基于mcs-51的万年历设计,论文标准word格式排版共58页 27094字摘要本设计是一个基于mcs-51单片机实现的万年历。本文首先描述系统硬件工作原理,并附以系统结构框图加以说明,着重介绍了本系统所应用的各硬件接口技术和各个接口模块的功能及工作过程,其次,详细阐述了程序的各个模块和实现方法。本设计以数字集成电路技术为基础,at89c51单片机...
编号:25-265623大小:1.45M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 莎士比亚 发布

论文标准WORD格式排版共58页 27094字

摘 要
本设计是一个基于MCS-51单片机实现的万年历。
本文首先描述系统硬件工作原理,并附以系统结构框图加以说明,着重介绍了本系统所应用的各硬件接口技术和各个接口模块的功能及工作过程,其次,详细阐述了程序的各个模块和实现方法。本设计以数字集成电路技术为基础,AT89C51单片机技术为核心。本文编写的主导思想是软、硬件相结合,以硬件为基础,来进行各功能模块的编写。
本系统以单片机的C语言进行软件设计,为了便于扩展和更改,软件的设计采用模块化结构,使程序设计的逻辑关系更加简洁明了。系统通过字符型液晶显示数据,所以具有人性化的操作和直观的显示效果。可以显示时间、公历日期、星期,并有闹铃、语音报时及检测温度的功能。
关键词:  单片机; 液晶模块 ;语音报时;温度传感器;


Abstract
The design is a based on the MCS-51 perpetual calendar.
This article first describes the system hardware principle of work,and attaches by the system structure diagram performs to explain,emphatically introduced this system applies various hardware connection technology and each interface module function and the workprocess, next, it is elaborated the procedure of each module and how they realized. This design is based on the digital IC, and the core of AT89C51 MCU technique. This article writed with the guiding of software and hardware unifies, take the hardware as thefoundation, writing each programme for each functions module.
This system’s software design whth the MCU C language, in order to be advantageous for theexpansion and change, the software design uses the design of modularization, so that the logical of the programmer become clear and it is easy to understand .This system use the character LCD to show the data,so it has the humanize operation and the intuitionistic show effect. It can show the time, Gregorian calendar, week, bell, pronunciation of time and the temperature examination.
The keyword:MCU; LCD module; The pronunciation of time; Temperature sensor.

目 录
摘 要 I
ABSTRACT II
第1章 绪论 1
第2章 方案论证 3
2.1 功能要求 3
2.2 方案确定 3
第3章 系统硬件设计 6
3.1 电源部分的设计 6
3.1.1 变压器式直流稳压电源 6
3.1.2 开关式直流稳压电源 7
3.1.3 开关式直流稳压电源的设计 7
3.2 主电路的设计 8
3.2.1 主要芯片的选择 8
3.2.2 主电路原理分析 9
3.3 单片机外围芯片简介 10
3.3.1 1602LCD显示模块 10
3.3.2 温度传感器DS18B20 13
3.3.3 语音芯片ISD1420 16
第4章 程序设计 19
4.1 总体设计 19
4.2 主程序的设计 20
4.3 INT1中断服务程序 22
4.4 各功能模块的设计 22
4.4.1 显示子程序 22
4.4.2 日历、时间校正子程序 23
4.4.3 定时处理子程序 23
4.4.4 温度检测及处理子程序 25
4.4.5 语音报时子程序 27
4.4.6 延时子程序 28
第5章 调试及性能分析 29
5.1 软件调试 29
5.2 硬件调试 29
5.3 性能分析 30
结束语 31
致谢 32
附录一 系统原理图 33
附录二 系统的PCB图和元件安装图 34
附录三 程序清单 35
主要参考文献 54