基于单片机的超声波测距报警系统设计
无需注册登录,支付后按照提示操作即可获取该资料.
基于单片机的超声波测距报警系统设计(任务书,开题报告,论文10000字)
摘要
跟着科学技术的成长与人类的进步,越来越多领域涉及到对距离的丈量。城市的发展,使得交通越来越便利,但日渐增多的车辆对交通施加的压力也造成了许多的交通问题。准确的避开障碍物,不仅能够有效的减缓交通压力,而且更提高了一些安全的保障。更有一些具有安全隐患的地点的距离测量,如下水管道等,超声波测距及报警起到了非常大的作用。
本设计是操纵STC89C51单片机作为主要的控制器,设计出测量功能及距离报警功能。。来实现超声波测距。红外功能是当检测到有人类活动时,蜂鸣器报警。测量报警功能就是当测量的距离小于一定的值的时候,此时系统便会发出蜂鸣报警。
关键词:STC89C51 12864液晶模块 红外传感器 蜂鸣器
Ultrasonic distance alarm system based on single chip microcomputer
Abstract
Along with the development of science and technology and the progress of human beings, many fields relate to the measurement of distance.With the development of the city, the traffic is more and more convenient, but the increasing traffic pressure on the traffic also caused a lot of traffic problems.Accurate to avoid obstacles, not only can effectively reduce the traffic pressure, but also to improve the safety of some of the security.Some of the location of the location of security risks, such as sewers, ultrasonic ranging and alarm played a very large role.
The design is the use of STC89C51 microcontroller as the main controller, the design of infrared function and distance alarm function.Infrared function is to detect when there are human activities, buzzer alarm. Distance alarm function is when the distance measurement is lower than a certain value, the system will issue a warning.
Key words: STC89C51;12864 LCD module;Infrared sensor;Buzzer
目录
摘要 I
Abstract II
第一章 绪论 1
1.1超声波测距的背景 1
1.2超声波测距的研究现状 1
1.3超声波测距系统设计 1
1.4本文内容安排 2
第二章 系统的方案分析与选择论证 3
2.1系统设计方案 3
2.1.1微处理器方案 3
2.1.2报警模块方案 3
2.1.3显示模块方案 3
2.1.4红外模块方案 4
2.1.5超声波模块方案 4
2.2最终方案 4
第三章 超声波测距的硬件设计 6
3.1LCD模块 6
3.1.1LCD工作特性 6
3.1.2LCD1602管脚说明 6
3.1.3LCD液晶显示电路 8
3.2超声波模块 8
3.2.1超声波发射模块 8
3.2.2超声波接收模块 9
3.3报警模块 10
3.3.1蜂鸣器介绍 10
3.3.2报警模块电路 10
3.4红外模块 11
3.4.1HC-SR501介绍 11
3.4.2红外模块电路 11
3.5 STC89C51单片机 12
3.5.1 STC59C51单片机 12
3.5.2时钟电路 13
3.5.3复位电路 14
第四章 控制系统的设计 15
4.1各模块程序设计 15
4.1.1LCD模块 15
4.1.2超声波模块 16
4.2总程序流程图 17
4.3软件开发环境 18
第五章 系统调试 分析与结果 19
5.1硬件电路的基本调试 19
5.2 分模块调试 19
5.2.1 LCD液晶显示器调试 19
5.2.2 报警模块调试 20
5.2.3 红外模块调试 20
5.2.4 LED灯状态指示检测调试 20
5.3 功能调试 20
第六章 总结 22
致谢 23
参考文献 24
附录一 程序 25
附录二 硬件实物图 32
附录三 电路原理图 33