1 / 76
文档名称:

自行车里程表的设计.doc

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

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

分享

预览

自行车里程表的设计.doc

上传人:分享精品 2018/2/24 文件大小:833 KB

下载得到文件列表

自行车里程表的设计.doc

相关文档

文档介绍

文档介绍:学号:1434060103
毕业设计说明书
GRADUATE DESIGN
设计题目:基于单片机的自行车里程速度表设计与实现
学生姓名:程晓锋
专业班级:2014自升本1班
学院:继续教育学院
指导教师:邸志刚副教授
2016年11月30日
摘要
随着居民生活水平的不断提高,自行车不再仅仅是普通的运输、代步的工具,而是成为人们娱乐、休闲、锻炼的首选。自行车的速度里程表能够满足人们最基本的需求,让人们能清楚地知道当前的速度、里程等物理量。本论文主要阐述一种基于霍尔元件的自行车的速度里程表的设计。以 AT89C52 单片机为核心,霍尔传感器测转数,实现对自行车里程/速度的测量统计,采用 1302 实现在系统掉电的时候保存里程信息,并能将自行车的里程数及速度用LCD实时显示。文章详细介绍了自行车的速度里程表的硬件电路和软件设计。硬件部分利用霍尔元件将自行车每转一圈的脉冲数传入单片机系统,然后单片机系统将信号经过处理送显示。软件部分用C语言进行编程,采用模块化设计思想。该系统硬件电路简单,子程序具有通用性。
关键词:里程/速度;霍尔元件;单片机;LCD显示
Abstract
With the developing of people’s life, the bicycle is not only the universal tool of transportation and substitute for walking, but es the first choice of entertainment and exercising. The bicycle mileage/speed can fulfill the basic need of people’s life, so that they can learn the speed and the mileage of the bicycle. In this paper, the bicycle mileage/speed design based on the Hall element is elaborated. By AT89C52 as kernel, using Hall element to measure revolution, the measure and statistic are achieved. The range information is saved by when the power is off, the bicycle speed can be displayed on LCD. In this article, the hardware circuit and software design of bicycle mileage/speed instrument are introduced in detail. About the hardware, the pulse number is transmitted of one cycle of the bicycle into Single Chip puter system. Then the signal processed by Single Chip puter system is sent to display scream. About the software, in assemble language; the program is designed in the mode of modules. The system has simple hardware, common sub-program.
KEY WORDS: Mileage / speed; Hall element; Single chip puter; LCD display .
前言 1
第1章绪论 2
课题背景 2
设计的主要内容及技术指标 2
第2章自行车里程表总体方案设计 3
任务分析与实现 3
自行车里程表硬件方案设计 3
自行车里程表软件方案设计 4
第3章自行车里程表硬件模块设计 5
里程表的硬件设计 5
霍尔传感器电路模块设计 5
按键电路模块设计 6
电源电路模块设计 6
时钟电路模块设计 7
LCD显示模块电路模块设计 7
串口下载电路模块设计 8
复位电路模块设计 9
晶振电路模块设计 10
第4章软件的设计 11
里程表的软件设计 11
里程速度