文档介绍:毕业设计(论文)
设计(论文)题目: 液晶万年历的显示
指导教师:
学生专业:
班级:
学生姓名:
教研室主任:
信息工程学院
二〇一〇年 11 月 10 日
摘要
随着电子技术的迅速发展,特别是大规模集成电路的出现,人类生活发生了根本性的变化。以单片机技术为核心的产品已走进了千家万户,数字万年历的出现更是给人们的生活带来诸多方便,本文就实现了基于AT89C52单片机的多功能数字万年历的设计。
本设计以AT89C52单片机技术为核心,以各种硬件电路为基础,软件采用C语言进行编写,为了便于扩展和更改,采用模块化的程序设计方法,使程序设计的逻辑关系更加简洁明了,系统升级更加简单方便。系统以LCD1602液晶模块为载体显示数据,所以具有人性化的操作界面和美观的页面效果;可以显示公历日期、时间、农历日期、星期、温度。用户可以通过按键调节系统时间、设定时间。左后完成了组装与调试。
关键词:AT89C52 LCD1602
Abstract
With the rapid development of electronic technology, especially the emergence of large-scale integrated circuits, human life there has been a fundamental change. The products have entered tens of thousands of household whose core is single-chip technology, the emergence of digital calendar is to bring a lot of people’s lives easy, This article worked out a design of multi-functional digital calendar based on the single chip AT89S52.
The design of single-chip AT89S52 technology as the core, based on a variety of hardware circuitry and used assembly language for the preparation of software, In order to facilitate the expansion and changes to the design ,procedures for the used of modular design method so that the logic of the relationship between program design more concise, the system more simple and convenient to upgrade. System use dot-matrix LCD Module 1602 font display as the data ,time ,Chinese data, week ,temperature, and has alarm functions. User can adjust the system time or set the alarm time through the button . pleted the assembly missioning finally.
Keywords:AT89C51chip LCD1602
目录
第一章绪论 1
单片机的发展 1
设计任务 1
设计意义 1
设计方案思路: 2
系统原理 2
第二章硬件电路设计 3
芯片DS1302: 3
、Ds1302简介: 3
、Ds1302工作原理: 4
温度传感器: 4
、温度传感器(DS18B20芯片)简介: 4
、DS18B20的主要特征: 5
、引脚定义: 5
、DS18B20工作原理及应用: 6
液晶显示器 6
引脚说明: 6
: 8
AT89C52主控模块: 8
㈠引脚功能特性: 9
AT89S52的总线结构 10
AT89C51的功能描述 11
硬件原理框图 11
系统硬件概述 12
主要单元电路 12
第三章系统软件设