登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 机械机电类 > 车辆工程 > 正文

面向起停跟车的车载传感装置应用毕业论文

 2021-07-12 11:07  

摘 要

随着汽车工业的发展,城市汽车越来越多导致城市交通也越来越拥挤。起停跟车就是在城市拥挤的工况下能够自动起步停车跟随前车从而减轻驾驶员在拥堵的道路上驾驶压力,减少驾驶员在因疲劳驾驶而造成的交通事故。本文书所介绍的面向起停跟车的车载传感装置就是通过飞思卡尔单片机编写程序实现测量与前车的距离并通过ZigBee的无线通信将测量的距离通过电脑显示从而达到起停跟车的要求,以减轻驾驶员的驾驶压力。对车载传感器的的要求就是要测量准确和显示精准。

起停跟车的车载传感装置主要包括两个超声波雷达传感器,两个ZigBee模块进行无线通信,飞思卡尔单片机对超声波雷达传感器和ZigBee模块进行控制,通过CodeWarrior软件对程序进行调试,利用飞思卡尔单片机的PIT模块,PWM模块和ECT的输入捕捉模块对超声波雷达传感器进行控制,对一个超声波雷达传感器进行了熟练地操作后尝试的进行了两个超声波雷达传感器的测距方案的制定,利用两个超声波雷达传回来的数据进行相应的处理得到更加精确的距离数据;利用X-CTU软件对ZigBee模块的两个xbee pro模块进行了点对点通信的设置,通过飞思卡尔单片机的SCI通信模块对其中一个xbee上位机进行输送超声波测出距离的数据,接着另一个xbee下位机进行数据的接收并传送到电脑上的X-CTU软件实时的监控距离数据的变化。

最后,对整个测距模块进行了实车测试,首先测试测量的距离是否准确,其次测量汽车变化位置时数据变化反应的灵敏度,最后测量两个ZigBee在不同位置时接收数据是否准确。

关键字:超声波雷达测距;ZigBee无线通信;飞思卡尔单片机; XBee-pro;

ABSTRACT

With the auto industry development, the city more and more cars are increasingly leading to urban traffic congestion. Starting with the car is parked in a crowded city park conditions can automatically start to follow the vehicle in front so as to reduce the pressure on the driver to drive the congested roads and reduce traffic accidents caused by driver fatigue driving caused. This article describes the book plays with the car parked facing the vehicle sensing device is realized by Freescale microcontroller programming and measure distance between the front of the car and through the ZigBee wireless communication distance measured by the computer display so as to start and stop with the car requirements, in order to reduce the driver's driving pressure. On-board sensor requirement is to accurately measure and display accurate.

Start and stop with the car-vehicle sensing device includes two ultrasonic radar sensors, two ZigBee wireless communication modules, Freescale microcontroller for ultrasonic radar sensors and ZigBee module is controlled by CodeWarrior software program debugging using fly thinking Carl MCU PIT modules, PWM modules and ECT input capture module ultrasonic radar sensor control, a ultrasonic radar sensor after the attempt to manipulate the development were the two ultrasonic sensors radar ranging program, the use of two ultrasonic radar data returned by the appropriate treatment to obtain a more accurate distance data; use X-CTU software modules for ZigBee modules were two xbee pro set point to point communication through Freescale MCU SCI communication module wherein a host computer for delivery xbee ultrasound measured distance data, followed by another xbee lower machine and receive data transmitted to change X-CTU software on your computer from the real-time monitoring data.

Finally, the entire ranging module was real vehicle test, the first test of the accuracy of the distance measurement, followed by measuring changes in location data when the vehicle changes the sensitivity of the reaction, the last two ZigBee measuring whether the received data is accurate at the time in different locations.

Key word: Ultrasonic Ranging; ZigBee wireless communication; Freescale microcontroller; XBee-pro

目 录

第1章 绪论 1

1.1 研究目的及意义 1

1.2 国外的研究现状分析 1

1.3 国内的研究现状 2

1.4 研究内容 2

第2章 基于超声波雷达测距模块 3

2.1 超声波测距的相关知识 3

2.1.1 超声波的基本常识 4

2.1.2 超声波传播速度的影响因素 5

2.2 SN-SR04T 一体化超声波测距传感器 5

2.2.1 基本工作原理 5

2.2.2 电气参数 5

2.2.3 超声波时序图 6

2.3 基于STC90C52单片机系统的总体方案设计 6

2.3.1 STC90C52简介 7

2.3.2 基于STC90C52单片机的测距方案 8

2.4 基于飞思卡尔MC90S12单片机测距系统的方案设计 11

2.4.1 飞思卡尔MC90S12单片机的介绍 11

2.4.2 基于PWM模块触发和ECT模块接收的测距方案研究 12

2.4.3 基于PIT模块触发和ECT模块接收的测距方案研究 17

第三章 基于ZigBee技术的无线传输模块 20

3.1 ZigBee技术简介 20

3.1.1 ZigBee协议 20

3.1.2 ZigBee技术的优点 21

3.1.3组网通信方式 21

3.2 XBeePROS2B模块 22

3.3 X-CTU软件的使用 23

3.4串口通信 24

第四章双超声波雷达测距系统和实车测距实验 28

4.1双超声波雷达测距 28

4.2双超声波雷达传感器测距实验 29

4.2.1实验准备 29

4.2.2实验的目的 30

4.2.3实验的过程 30

4.2.3实验结论 33

第五章 总结与展望 35

5.1 论文总结 35

5.2 未来展望 36

附 件 37

参考文献 55

致谢 57

第1章 绪论

1.1 研究目的及意义

随着汽车工业的发展,给我们的出行提供的极大的方便的同时也引发了城市交通堵塞的问题。遇到交通拥堵的工况时,驾驶员必然心情烦躁。恶劣的心情将会直接影响车辆的操作技术。德国交通局调查显示有20%的相关交通事故由这个引起的。所以设计一套采用超声波雷达测距和zigbee模块的传感器的跟车系统来减轻驾驶员的操作车辆的压力是很有必要的。

通过超声波雷达对汽车近范围探测,通过多个传感器对汽车周边“死角”进行监控。采用近距离、低复杂度、自组织、低功耗、低数据速率的zigbee无线通信技术对前面的车辆进行车速的实时监测,从而达到自动起步跟车的目的。

1.2 国外的研究现状分析

城市起步跟车系统的前身是自适应巡航系统,该系统的最早在上个世纪60年代就被外国人研究并提出自适应巡航的概念,但是由于在60年代电子控制的水平还不是很高,导致虽然提出这个概念但没有进一步的研究下去。但是到了90年代,随着科技的进步和电子水平还有超声波雷达测距传感器的快速发展,并且在90年代智能车的概念也迅速成为当时时代的主流,国外的著名汽车厂和汽车零部件公司开始对自适应巡航系统进行深入的研究,并且对自己的研究成果进行了实车的测试,推动了自适应巡航系统在90年代的快速发展。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图