基于C51的自行车里程监测仪的嵌入式设计与实现

上传人:龙*** 文档编号:24862276 上传时间:2017-12-08 格式:PDF 页数:54 大小:3.09MB
返回 下载 相关 举报
基于C51的自行车里程监测仪的嵌入式设计与实现_第1页
第1页 / 共54页
基于C51的自行车里程监测仪的嵌入式设计与实现_第2页
第2页 / 共54页
基于C51的自行车里程监测仪的嵌入式设计与实现_第3页
第3页 / 共54页
基于C51的自行车里程监测仪的嵌入式设计与实现_第4页
第4页 / 共54页
基于C51的自行车里程监测仪的嵌入式设计与实现_第5页
第5页 / 共54页
点击查看更多>>
资源描述

《基于C51的自行车里程监测仪的嵌入式设计与实现》由会员分享,可在线阅读,更多相关《基于C51的自行车里程监测仪的嵌入式设计与实现(54页珍藏版)》请在金锄头文库上搜索。

1、自行车里程监测仪的嵌入式设计与实现- I - XX 大学 2016 届毕业论文 题目 :自行车里程监测仪的嵌入式设计与实现 Embedded design and implementation of bicycle mileage monitor 姓名 :X X X 学号 :10214521 学院 :不知道 专业 :不知道 导师 :不知道 时间 :2016.4.12 完成时间 :2016 年 4 月 6 日 自行车里程监测仪的嵌入式设计与实现- I - 摘 要 随着时代的发展 ,我们可以看到 ,我国的自行车数量越来越多 ,其原因就在于 ,自行车既可以用于娱乐 ,又可以短途代步 ,同时也是人们户

2、外郊游的上佳选择。因为自行车的方便,简单易学等特点,如今,基本上所有的人多可以骑自行车了。而人们对于骑车时的一些数据,例如骑行的速度,骑行的距离等。多还是靠人的长期知识进行粗略的估计,这对科学锻炼来说是不合适的。所以本设计就旨在设计一款基于 C51 单片机的自行车里程监测仪,实现对自行车车速和里程的监测,从而可以让人们清楚的知道自己现在的骑车状态,对于锻炼的人来说,有了这个系统,锻炼可以更加的科学合理。对于普通的游玩骑行的人来说,这个系统也可以帮助人们实时的了解自己的行进距离从而合理的安排出游的时间和目的地。 本设计主要实现了:利用 C51 单片机对自行车的速度和里程进行实时的采集和显示,同时

3、对骑行速度进行预警提示,设计中包含电路电源设计,程序设计,系统组合,软件仿真等分部设计。 进过前期的学习和设计最终利用 STC89C51 单片机作为核心控制器件,利用AH3503 开关型霍尔传感器进行数据采集,利用 LCD1602 作为显示器件, LED 和蜂鸣器作为提示元素,独立按键作为复位清除按键。完成了本次设计。经过前期的仿真和后期的实物检验可以得知本设计是完整可靠的系统。 进过实际的测试可以得知本设计不但具有研究意义,同时具有市场推广的潜力,如果能进行后续的功能改进和提升,用于市场推广是完全可行的。 关键词: C51;单片机; AH3503;霍尔元件 自行车里程监测仪的嵌入式设计与实现

4、Abstract With the development of the times, we can see, growing number of bicycles in our country, and the reason is, the bicycle can be used for entertainment, and walking a short distance, and is also one of the outdoor picnic is an excellent choice. Because the bicycle is convenient, easy to lear

5、n and so on, now, basically all the people can ride a bicycle. And some of the data, for example, when people ride a bike, such as the speed of riding, riding distance, etc. More than a rough estimate of the long-term knowledge of people, which is not suitable for scientific exercise. So this design

6、 aims to design a based on C51 microcontroller bicycle mileage monitoring, monitoring of bicycle speed and mileage, so that people can clearly know her ride now, for people who exercise. With this system, the exercise can be more scientific and reasonable. For ordinary people who play riding, this s

7、ystem can also help people to understand their own travel distance in real time and thus reasonable arrangements for travel time and destination. This design mainly realizes the C51 microcontroller on the bicycle speed and mileage of real-time acquisition and display, at the same time, the riding sp

8、eed warn, design includes power supply circuit design, program design, system composition, software simulation design division. Study and design of pre eventually use STC89C51 microcontroller as the core control device, using AH3503 linear Hall sensor data collection, using the LCD1602 display the,

9、led and buzzer as the prompt element, independent keys as a reset to remove the keys. Completed the design. After the physical test and simulation during late prophase can this system design is complete and reliable. The actual test can get Chihpen design not only has the significance of the researc

10、h, also has the potential for market promotion, if we can improve and upgrade the following function for market promotion is feasible. Key words: C51; single chip microcomputer; AH3503; Holzer element 自行车里程监测仪的嵌入式设计与实现目 录 第 1 章 绪 论 .1 1.1 设计的目的 .1 1.2 国内外研究现状 .1 1.3 设计的任务和内容 .2 第 2 章 系统的总体设计方案 .3 2.

11、1 主要任务以及思路 .3 2.2 系统的总体组成 .3 2.3 系统的硬件组成 .4 2.4 系统的软件组成 .5 第 3 章 控制器件选择 .6 3.1 单片机的组成和特点 .6 运算器 .6 控制器 .6 主要寄存器 .7 3.2 STC89C51 单片机介绍 .8 3.2.1 STC89C51 单片机特点 .9 3.3 STC89C51 单片机资源介绍 .10 3.4 STC89C51 单片机定时器介绍 .12 3.5 STC89C51 单片机外部中断介绍 .12 第 4 章 数据采集器选择 .14 4.1 可用传感器的介绍和对比 .14 4.2 霍尔传感器介绍 .15 4.2.1 霍尔传感器原理 .15 4.2.2 霍尔传感器分类 .15 4.3 AH3503 集成线性型霍尔传感器介绍 .16 4.4 AH3503 霍尔传感器的检测原理 .17 第 5 章 系统电路设计 .18 5.1 STC89C51 单片机系统电路 .19 5.1.1 复位电路的设计 .19 5.1.2 STC89C51 单片机的晶振电路 .20 自行车里程监测仪的嵌入式设计与实现5.2 霍尔传感器电路 .21 5.3 系统电路的设计 .21 5.4 液晶显示电路的设计 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号