基于51单片机的液晶显示倒车测距系统设计
无需注册登录,支付后按照提示操作即可获取该资料.
基于51单片机的液晶显示倒车测距系统设计(任务书,开题报告,外文翻译,论文14000字)
摘要
本文借助51单片机的编程软件Keil和仿真软件Proteus对一种基于51单片机的倒车测距系统进行了电路设计和程序编写。基于51单片机的开发环境这一倒车测距系统首先应具备一个距离测量模块,其次需要一个显示模块及时传递信息,最后需要一个报警模块提示使用者及时刹车。首先在显示电路和测距电路的模块选择方面本文对多种情况进行了比较,综合分析了每种模块的优缺点,其次考虑到选用模块的使用环境,最终选择使用超声波模块测量距离,使用1602液晶作为显示模块。本文所得的设计系统对于辅助驾驶员泊车具有重要的指导意义。
研究结果表明:该系统的超声波测距模块、液晶显示模块以及报警模块均可以正常工作,可以精确的实现在倒车情况下的距离测定,不存在测量延时的问题,基本达到预期设计目标且具有实用价值。
本文的特色:本文对单片机的基础原理有详细的介绍和讲解,对所使用的模块以及使用方法也记录详尽,作者设计思路清晰,在设计过程中不断简化流程得到最终的设计成品,旨在对读者进行单片机相关设计时提供一定的帮助。
关键词:51单片机;倒车测距;液晶;超声波
Abstract
In this paper, with the programming software of Kei1 and simulation software Proteus of 51 single-chip microcomputer, the circuit design and programming of a 51-microcomputer-based reverse ranging system are carried out. Based on the development environment of 51 single-chip microcomputer, this reversing distance measurement system should first have a distance measurement module. Secondly, a display module is required to transmit information in time. Finally, an alarm module is required to prompt the user to brake in time. Firstly, in the module selection of display circuit and ranging circuit, this paper compares various situations, comprehensively analyzes the advantages and disadvantages of each module, and secondly considers the use environment of the selected module, and finally chooses to use ultrasonic module to measure distance, use 1602 the liquid crystal is used as a display module. The design system obtained in this paper has important guiding significance for assisting driver parking.
The research results show that the ultrasonic ranging module, liquid crystal display module and alarm module of the system can work normally, and the distance measurement under reverse condition can be accurately realized. There is no problem of measuring delay, which basically achieves the expected design goal and has Practical value.
The characteristics of this paper: This article has a detailed introduction and explanation of the basic principles of the single-chip microcomputer. The modules used and the methods of use are also recorded in detail. The author's design ideas are clear, and the process is simplified in the design process to obtain the final design finished product. The reader provides some help when designing the microcontroller.
Key Words: 51 single-chip microcomputer; reversing distance measurement; liquid crystal; ultrasonic.
研究的主要内容
本次课题的设计内容为基于51单片机的液晶显示倒车测距系统。对于测距模块部分可以直接选用合适的测距模块来完成,显示部分与报警部分同理。本次设计的难点在于选择适当型号的模块并把它们的功能整合起来。首先拟定大致要实现的功能,其次结合汽车在行驶中的实际状态,尤其考虑倒车这一过程,最后确定需要的元器件开始电路设计部分。本次设计的电源部分为5v直流稳压电源。为保证该系统能正常工作,还添加了温度补偿传感器用于监测使用的环境温度。
目录
第1章绪论 1
1.1研究背景及意义 1
1.2国内外研究现状 1
1.3研究的主要内容 2
1.4本次设计应解决的关键问题 2
第2章电路方案选择 3
2.1方案比较 3
2.1.1激光测距 3
2.1.2红外线测距 3
2.1.3超声波测距 3
2.2电路总体方案 4
第3章单片机概述 5
3.1STC89C52主要性能 5
3.2STC89C52的外部结构及工作特性 5
3.3 STC89C52的内部组成 6
第4章超声波测距技术 7
4.1超声波传感器介绍 7
4.2HC-SR04超声波测距模块 7
4.2.1HC-SR04超声波测距模块的优势 7
4.2.2HC-SR04超声波测距模块工作原理 8
4.2.3HC-SR04的电气参数以及管脚分布介绍 8
4.2.4HC-SR04超声波模块时序图 9
第5章系统硬件电路设计 11
5.1STC89C52单片机最小系统 11
5.1.1单片机复位电路 11
5.1.2单片机晶振电路 12
5.2驱动显示电路及报警电路 12
5.2.1 1602液晶显示屏 13
5.3温度检测电路 14
5.3.1温度检测方案分析 14
5.3.2数字温度传感器DS18B20 14
第6章系统的程序设计 16
6.1系统主程序 16
6.2显示部分子程序 17
6.3报警及按键子程序 18
6.4超声波模块程序 19
第7章电路仿真测试 21
7.1仿真软件的选择 21
7.2原理图绘制 21
第8章实物的制作与验证 24
第9章结论 26
参考文献 27
附录A 电路整体原理图 28
致谢 29