Open Nav

基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.仅供学习参考之用.
   帮助中心
资料介绍:

基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)(任务书,开题报告,论文说明书14500字,电路原理图,PCB图,C语言程序)
摘  要
随着人们生活水平的提高和生活节奏的加快,对时间的要求越来越高,精准数字计时的消费需求也是越来越多。我国生产的电子万年历有很多种,总体上来说以研究多功能电子万年历为主,使万年历除了原有的显示时间,日期等基本功能外,还具有闹铃,报警等功能。在日常生活中,一款集齐了显示时间、测温、显示温度功能的LCD时钟可以给人们带来很大的方便。
本文以51单片机为课题背景,论述了数字温度芯片DS18B20接口获取温度数据,实时时钟芯片DS13O2接口获取时间/日历数据,通过与液晶模块LCD1602接口显示温度、时间和日历,调整时间按键采用简单的单个I/O口键盘及红外线控制,温度蜂鸣器报警功能。首先介绍了当前电子时钟在我国的发展现状。其次,介绍了硬件各个系统电路的工作原理,利用电子线路软件对各个模块电路进行了原理图和印制电路板的设计。另外还详细分析了软件设计过程。
对系统进行测试,测试结果表明该系统能够实现温度测量,液晶显示时间、日历、温度,红外线按键控制及单个I/O口键盘控制,蜂鸣器报警功能。论文结尾附有51单片机的电子时钟电路原理图和系统软件程序。 [资料来源:http://doc163.com]
关键词:温度芯片DS18B20  时钟芯片DS1302   液晶模块LCD1602
 
Digital clock design based on 51 single chip microcomputer
Abstract
With the improvement of people's living standard and life rhythm speeding up, more and more high to the requirement of time, precision timing is also more and more consumer demand. China's production of electronic calendar has a lot of kinds, overall to study electronic calendar is given priority to, make the calendar in addition to the original display time, date and other basic features, also has the alarm clock, alarm, etc. In daily life, collected a display time, temperature, temperature function of LCD clock can bring great convenience.
Based on 51 single chip processor as the project background, this paper discusses the temperature chip DS18B20 digital interface to get the temperature data, real time clock chip DS13O2 interface to get time/calendar data, through LCD1602 interface and LCD module display temperature, time and calendar, adjust the time keys using simple single I/O mouth keyboard and infrared control, temperature buzzer alarm function. First this paper introduces the current status of the development of the electronic clock in our country. Secondly, this paper introduces the working principle of each system hardware circuit, using electronic circuit software on each module circuit schematic diagram and PCB design. In addition, the software design process are analyzed in detail.

[资料来源:http://Doc163.com]

Testing system, the test results show that the system can realize the temperature measurement, time, calendar, temperature, liquid crystal display (LCD) infrared button control and a single I/O mouth keyboard control, the buzzer alarm function. Thesis ends with 51 SCM digital clock circuit schematic diagram and system software programs.
Keywords: temperature chip DS18B20 clock chip DS1302 LCD1602 LCD module
 
设计要求
本课题要求以单片机为核心,设计一个可调时的数字时钟。整个系统包括时钟模块,液晶显示模块,红外遥控模块模块及温度采集模块。软件程序采用C语言完成。
该系统是通过读取时间芯片的时间,可精确到分钟,并将其时间及日期,当前温度值显示在液晶屏上。对于时间的调整功能由红外遥控模块实现,并带有温度报警功能。
具体完成硬件上功能有:
1)具备年、月、日、时、分、秒、星期、温度液晶显示功能。
2)具备年、月、日、时、分、秒、星期红外线校准功能。
3)具备测量环境温度及温度报警功能。
软件上实现功能有:
1)系统通过时钟芯片读取时间及日期,可精确到分钟。 [资料来源:http://doc163.com]
2)实现测量当前温度值。
3)实现时间/日期及当前温度显示在液晶屏上。
4)实现对时间调整功能由红外控制模块实现。
5)实现测量结果的实时显示。
6)实现温度报警功能。
 
[资料来源:http://www.doc163.com]

基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)
基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)
基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)
基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)
基于51单片机的数字时钟设计(含电路原理图,PCB图,程序)

[来源:http://Doc163.com]
目  录
摘  要    I
Abstract    II
目  录    III
第一章 引言    1
1.1概述    1
1.2国内时钟电路的研究现状    1
第二章 系统总体设计思路    3
2.1设计要求    3
2.2 单片机方案选择和论证    4
2.3 温度传感器的选择和论证    4
2.4时间生成模块和液晶显示模块的选择和论证    4
2.5电路设计最终方案决定    6
第三章 系统硬件设计    7
3.1单片机电路    7
3.2电源电路    8
3.3程序下载接口电路    9
3.4按键及红外线控制电路    9
3.5液晶屏连接电路    10
3.6时钟芯片控制电路    12
3.7温度传感器电路    14
3.8蜂鸣器控制电路    16
3.9原理图及PCB板图的设计    18 [资料来源:http://www.doc163.com]
第四章 系统软件设计    19
4.1程序流程图    19
4.2温度测量程序流程图    19
4.3 DS1302时钟程序流程图    20
4.4 LCD显示程序流程图    21
第五章 实验运行结果    22
5.1系统测量精度及稳定性分析    22
5.2 Keil软件调试流程    22
5.3系统整体测试调试    24
5.3.1硬件调试及问题解决    24
5.3.2系统时钟误差分析    25
5.3.3硬件调试及问题解决    25
结语    25
参考文献    28
致谢    29

[资料来源:https://www.doc163.com]

  • 关于资料
    提供的资料属本站所有,真实可靠,确保下载的内容与网页资料介绍一致.
  • 如何下载
    提供下载链接或发送至您的邮箱,资料可重复发送,若未收到请联系客服.
  • 疑难帮助
    下载后提供一定的帮助,收到资料后若有疑难问题,可联系客服提供帮助.
  • 关于服务
    确保下载的资料和介绍一致,如核实与资料介绍不符,可申请售后.
  • 资料仅供参考和学习交流之用,请勿做其他非法用途,转载必究,如有侵犯您的权利或有损您的利益,请联系本站,经查实我们会立即进行修正! 版权所有,严禁转载
    doc163.com Copyright © 2012-2024 苏ICP备2021029856号-4