智能导盲拐杖的设计 毕业论文 - 图文

来源:网络收集 时间:2025-09-28 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xuecool-com或QQ:370150219 处理(尽可能给您提供完整文档),感谢您的支持与谅解。点击这里给我发消息

天津职业技术师范大学

Tianjin University of Technology and Education

毕 业 论 文

专 业: 班级学号: 学生姓名: 指导教师:

二〇一三年六月

I

天津职业技术师范大学本科生毕业设计

基于单片机电子导盲拐杖设计

Electron blind-guide crutch design based on MCU

专业班级: 学生姓名 指导教师:

学 院:电子工程学院

2013年06月

II

摘 要

随着社会的发展,在社会生活中应用超声波测距技术已很广泛,如汽车倒车雷达、测距仪和物位测量仪等都可以通过超声波来实现。由于超声波指向性强,能量消耗缓慢,在介质中传播的距离较远,因而超声测距技术的研究和开发具有实际意义。

本设计研究为盲人提供行走时,遇到前方障碍物提前躲避的预警系统。以AT89S52作为核心处理器,采用超声波回波时间差测量人与物体之间的安全距离,实现了提前预警使用者避让障碍物,起到避免安全隐患的作用。

该系统是基于AT89S52单片机的超声波测距系统,它根据超声波在空气中传播的反射原理,以超声波传感器为检测部件, 应用超声波在空气中传播的时间差来测量距离。夜晚时利用光敏传感器控制警示灯开关,警示来往车辆避让。另有时间播报功能。主要由测距系统(包括超声波发射模块、超声波接收模块)和语音报警系统,时间播报系统,警示灯控制系统,稳压电源,五个主要模块构成。

该设计利用AT89S52单片机系统的I/O口,控制超声波传感器发出40KHz的超声波,利用反射回来的超声波信号,经过放大、整形、滤波等电路回到单片机,比较调试后确定与障碍物之间的距离,完成测距。

该装置将单片机的实时控制及数据处理功能,与超声波的测距技术、传感器技术相结合。语音系统发出警示音,提醒使用者前方障碍物需躲避。使盲人在看不见的情况下,能够识别前方的障碍物正常的行走,从而起到保护盲人安全的作用。

关键词:智能避障;超声波测距 ;AT89S52单片机

I

ABSTRACT

With the development of society,It is applied widely by ultrasonic to measure distance, such as cars reversing radar,range finder and level measurement and so on. Because of the strong point of ultrasonic, low energy consumption, long distance transporting in media, thus it is practical and significant to measure distance by ultrasonic.

This design study for the blind to walk, meet obstacles ahead of early warning system. AT89S52 as the core processor, USES the ultrasonic echo time difference measuring safety distance between people and objects, implement the early warning users avoid obstacles, avoid safe hidden trouble.

Is the system of ultrasonic ranging system based on AT89S52 microcontroller, it is based on the reflection principle of ultrasonic wave in air and in ultrasonic sensors for detection components, application of ultrasonic wave in air time difference to measure distance. Night when using photosensitive sensor warning light switch control, avoidance of traffic warning. Otherwise time function. Mainly by the ranging system (including ultrasonic transmitting module, ultrasonic receiver module) and voice alarm system, time to broadcast system, warning lights, control system, regulated power supply, the five major modules.

The design USES AT89S52 single chip microcomputer system I/O mouth, control issue of 40 KHZ ultrasonic ultrasonic sensor, using the reflected ultrasonic wave signal, after amplification, plastic, such as filter circuit back to the single-chip microcomputer, is after the debugging and the distance between the obstacles, to complete the range. The device will single-chip microcomputer real-time control and data processing capabilities, combined with ultrasonic ranging technology, sensor technology. Issued a warning sound, voice system remind users in front of the obstacles to avoid. Under the condition of the invisible for the blind and can identify the obstacles in front of the normal walking, which play a role to protect the safety of the blind.

Key Words:Intelligent obstacle avoidance ;Ultrasonic ranging;Single chip microcomputer

II

目 录

1.引言 ............................................................................................................................ 1

1.1设计研究的背景及意义 ..................................................................................... 1 1.2设计研究的内容 ................................................................................................. 1 1.3本章小结 ............................................................................................................. 2 2.超声波系统的工作原理及方案 ................................................................................ 3

2.1 超声的概述 ........................................................................................................ 3 2.2超声波传感器 ..................................................................................................... 3 2.3超声波测量中盲区及近限和远限 ..................................................................... 4 2.4 超声测距的方案 .............................................................................................. 4 2.5本章小结 ............................................................................................................. 5 3.智能导盲拐杖硬件系统设计 .................................................................................... 6

3.1设计实现的功能 ................................................................................................. 6 3.2设计思路 ............................................................................................................. 6 3.3硬件电路设计 ..................................................................................................... 7

3.3.1 CPU模块 ................................................................................................... 7 3.3.2超声波换能模块 ..................................................................................... 10 3.3.3语音播报模块设计 ............................................................................... 15 3.3.4温度检测模块和时钟模块的设计 ....................................................... 16 3.3.5灯光示警模块设计 ................................................................................. 18 3.3.6 稳压电源模块的设计 ............................................................................ 19 3.4本章小结 ........................................................................................................... 20 4.智能导盲拐杖软件设计 .......................................................................................... 21

4.1系统软件设计语言 .......................................................................................... 21 4.2 软件设计心得 ................................................................................................ 21 4.3设计的软件环境简介 ....................................................................................... 21 4.4主要模块软件设计流程图 ............................................................................... 23 4.5本章小结 ........................................................................................................... 24 5系统的调试结果 ......................................................................................................... 25 结 论 ........................................................................................................................ 26 参考文献 ........................................................................................................................ 27

III

百度搜索“70edu”或“70教育网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,70教育网,提供经典综合文库智能导盲拐杖的设计 毕业论文 - 图文在线全文阅读。

智能导盲拐杖的设计 毕业论文 - 图文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印 下载失败或者文档不完整,请联系客服人员解决!
本文链接:https://www.70edu.com/wenku/618554.html(转载请注明文章来源)
Copyright © 2020-2025 70教育网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:370150219 邮箱:370150219@qq.com
苏ICP备16052595号-17
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:7 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:xuecool-com QQ:370150219