毕业设计论文:基于单片机的电动智能小车设计.doc
约55页DOC格式手机打开展开
毕业设计论文:基于单片机的电动智能小车设计,共55页,字数总计:18152摘 要80c51单片机是一款八位单片机,他的易用性和多功能性受到了广大使用者的好评。这里介绍的是如何用80c51单片机来实现沈阳工业大学工程学院的毕业设计,该设计是结合科研项目而确定的设计类课题。本系统以设计题目的要求为目的,采用80c51单片机为控制核心,利用超声波传感器检测道路上的障碍...
内容介绍
此文档由会员 优秀排骨 发布
共55页,字数总计:18152
摘 要
80C51单片机是一款八位单片机,他的易用性和多功能性受到了广大使用者的好评。这里介绍的是如何用80C51单片机来实现沈阳工业大学工程学院的毕业设计,该设计是结合科研项目而确定的设计类课题。本系统以设计题目的要求为目的,采用80C51单片机为控制核心,利用超声波传感器检测道路上的障碍,控制电动小汽车的自动避障,快慢速行驶,以及自动停车,并可以自动记录时间、里程和速度,自动寻迹和寻光功能。整个系统的电路结构简单,可靠性能高。实验测试结果满足要求,本文着重介绍了该系统的硬件设计方法及测试结果分析。
采用的技术主要有:
(1)通过编程来控制小车的速度;
(2)传感器的有效应用;
(3)新型显示芯片的采用.
关键词:80C51单片机;光电检测器;PWM调速;电动小车
Abstract
80C51 is a 8 bit single chip computer. Its easily using and multi-function suffer large users. This article introduces the Institute of project of shenyang university’s design with the 80C51 single chip computer. This design combines with scientific research object. This system regards the request of the topic, adopting 80C51 for controlling core, super sonic sensor for test the hinder. It can run in a high and a low speed or stop automatically. It also can record the time, distance and the speed or searching light and mark automatically the electric circuit construction of whole system is simple, the function is dependable. Experiment test result satisfy the request, this text emphasizes introduced the hardware system designs and the result analyze.
The adoption of technique as:
(1)Reduce the speed by program the engine;
(2)Efficient application of the sensor;
(3)The adoption of the new display chip.
Keywords :80C51 single chip computer; light electricity detector;PWM speed adjusting; Electricity motive small car
目 录
摘 要 I
ABSTRACT II
第1章 绪 论 1
第2章 方案设计与论证 2
2.1 直流调速系统 2
2.2 检测系统 3
2.2.1行车起始、终点及光线检测 3
2.2.2行车距离检测 8
2.3 显示电路 9
2.4 系统原理图 9
第3章 硬件设计 11
3.1 80C51单片机硬件结构 11
3.2 最小应用系统设计 12
3.2.1时钟电路 13
3.2.2复位电路 13
3.3 前向通道设计 14
3.3.1前向通道的含义 14
3.3.2前向通道的设计 15
3.4 后向通道设计 17
3.4.1脉宽调制原理 19
3.4.2逻辑延时环节 19
3.4.3电源的设计 20
3.5 显示电路设计 20
第4章 系统软件设计说明 23
4.1主程序设计 23
4.2显示子程序设计 27
4.3避障子程序设计 28
4.4 软件抗干扰技术 29
4.4.1数字滤波技术 29
4.4.2开关量的软件抗干扰技术 30
4.4.3指令冗余技术 31
4.4.4软件陷阱技术 31
4.5 “看门狗”技术 32
4.6可编程逻辑器件 33
第5章 结 论 35
参 考 文 献 36
致 谢 37
附录A 程序清单 38
附录B 硬件原理图 47
摘 要
80C51单片机是一款八位单片机,他的易用性和多功能性受到了广大使用者的好评。这里介绍的是如何用80C51单片机来实现沈阳工业大学工程学院的毕业设计,该设计是结合科研项目而确定的设计类课题。本系统以设计题目的要求为目的,采用80C51单片机为控制核心,利用超声波传感器检测道路上的障碍,控制电动小汽车的自动避障,快慢速行驶,以及自动停车,并可以自动记录时间、里程和速度,自动寻迹和寻光功能。整个系统的电路结构简单,可靠性能高。实验测试结果满足要求,本文着重介绍了该系统的硬件设计方法及测试结果分析。
采用的技术主要有:
(1)通过编程来控制小车的速度;
(2)传感器的有效应用;
(3)新型显示芯片的采用.
关键词:80C51单片机;光电检测器;PWM调速;电动小车
Abstract
80C51 is a 8 bit single chip computer. Its easily using and multi-function suffer large users. This article introduces the Institute of project of shenyang university’s design with the 80C51 single chip computer. This design combines with scientific research object. This system regards the request of the topic, adopting 80C51 for controlling core, super sonic sensor for test the hinder. It can run in a high and a low speed or stop automatically. It also can record the time, distance and the speed or searching light and mark automatically the electric circuit construction of whole system is simple, the function is dependable. Experiment test result satisfy the request, this text emphasizes introduced the hardware system designs and the result analyze.
The adoption of technique as:
(1)Reduce the speed by program the engine;
(2)Efficient application of the sensor;
(3)The adoption of the new display chip.
Keywords :80C51 single chip computer; light electricity detector;PWM speed adjusting; Electricity motive small car
目 录
摘 要 I
ABSTRACT II
第1章 绪 论 1
第2章 方案设计与论证 2
2.1 直流调速系统 2
2.2 检测系统 3
2.2.1行车起始、终点及光线检测 3
2.2.2行车距离检测 8
2.3 显示电路 9
2.4 系统原理图 9
第3章 硬件设计 11
3.1 80C51单片机硬件结构 11
3.2 最小应用系统设计 12
3.2.1时钟电路 13
3.2.2复位电路 13
3.3 前向通道设计 14
3.3.1前向通道的含义 14
3.3.2前向通道的设计 15
3.4 后向通道设计 17
3.4.1脉宽调制原理 19
3.4.2逻辑延时环节 19
3.4.3电源的设计 20
3.5 显示电路设计 20
第4章 系统软件设计说明 23
4.1主程序设计 23
4.2显示子程序设计 27
4.3避障子程序设计 28
4.4 软件抗干扰技术 29
4.4.1数字滤波技术 29
4.4.2开关量的软件抗干扰技术 30
4.4.3指令冗余技术 31
4.4.4软件陷阱技术 31
4.5 “看门狗”技术 32
4.6可编程逻辑器件 33
第5章 结 论 35
参 考 文 献 36
致 谢 37
附录A 程序清单 38
附录B 硬件原理图 47