最新公告
  • 欢迎您光临99源码网,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!立即加入我们
  • 自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序

    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序 最后编辑:2021-06-09
    增值服务: 自动发货 使用说明 安装指导 环境配置二次开发BUG修复
    购买后自动跳转百度云,项目自提,轻松方便。
    若有个人部署运行问题,点击右侧客服按钮咨询站长
    站长联系方式
    QQ:3484724101

    摘  要

    本次设计自动避障小车就是基于单片机这一系统开发而成的。此外本设计还加入了液晶显示部分。同时本次设计可全面提高个人对单片机技术、传感器技术智能控制技术、计算机控制技术知识的综合应用能力。掌握从系统级、电路级到芯片级各层次的设计和实现手段。在此设计过程中,将会用到多门学科的理论知识,是对以前所学知识的一个全面的复习和巩固,更重要的是培养自我分析问题和解决问题的能力,还增强了实际的动手能力。

    设计采用STC89C52作为控制电路,把两个红外信号接到单片机上,通过单片机对信号的接收和处理,控制外围电路使小车转向,来避开障碍物。通过H桥驱动电路来控制电机的转向和前进。通过为微控制芯片对数据进行处理,处理速度远远满足小车的运行和避障的需求。也可以通过编写不同的程序,增加模块来增加小车的功能。它通过红外线传感器获知前方的障碍物情况,若不存在障碍物,小车直线前进;若左前方发现障碍物,左前放的红外传感器将信号传给单片机,单片机作出处理后控制小车向右转弯以躲开障碍物;若右前方发现障碍物,右前放的红外传感器将信号传给单片机,单片机作出处理后控制小车向左转弯以躲开障碍物;若正前方发现障碍物,则两个红外传感器将信号传给单片机,单片机作出处理后控制小车倒车至合适距离后,通过传感器传来的信号决定转弯方向,以躲开障碍物。检测使用的红外传感器是专业的红外避障传感器,当有障碍物时,它能够反映出电平高低的变化,而且更加廉价易得,适合简单的避障。

    关键词:自动避障;单片机;小车;红外线

    Abstract

    This design of automatic obstacle avoidance car is based on the single-chip microcomputer this system is developed. In addition, this design also added liquid crystal display part. At the same time, this design can improve the comprehensive application ability of single-chip computer technology, sensor technology intelligent control technology, computer control technology knowledge in an all-round way. Master all levels of design and implementation from system level, circuit level to chip level. In this design process, the theoretical knowledge of many subjects will be used, it is a comprehensive review and consolidation of the knowledge learned before, more important is to cultivate the ability of self-analysis and problem-solving, but also to enhance the practical ability of hands-on.

    The design adopts STC89C52 as the control circuit, two infrared signals are connected to the single-chip microcomputer, the signal is received and processed by the single-chip microcomputer, and the peripheral circuit is controlled to turn the car to avoid the obstacle. The H-bridge driving circuit is used to control the steering and advance of the motor. By processing the data for the micro-control chip, the processing speed can meet the demands of the running and obstacle avoidance of the car. You can also add modules to increase the function of the car by writing different programs. If there is no obstacle, the car goes straight ahead; if the obstacle is found in front of the left, after the single-chip processor makes the processing, controls the car to turn to the right to avoid the obstacle; If the obstacle is found in front of the right, the infrared sensor in front of the right will transmit the signal to the single-chip microcomputer. After the single-chip processor makes the processing, the control car will turn to the left to avoid the obstacle; If the obstacle is found in front, the two infrared sensors transmit the signal to the single-chip microcomputer. After the single-chip microcomputer makes the processing, the car is controlled to the appropriate distance, and then the turning direction is determined by the signal from the sensor in order to avoid the obstacle. The infrared sensor used in the detection is a professional infrared obstacle avoidance sensor. When there are obstacles, it can reflect the change of the level. It is easy to get and easy to get. It is suitable for simple obstacle avoidance.

    Key words: automatic obstacle avoidance; single chip microcomputer; car; infrared ray

    目  录

    1 绪论 1

    1.1  课题研究背景及意义 1

    1.2  国内外研究现状 1

    1.2.1国外智能车辆研究现状 2

    1.2.2发展前景 3

    1.3  课题主要研究内容 4

    2 工作原理及总体设计 5

    2.1  工作原理 5

    2.2  总体设计 5

    3  硬件设计 7

    3.1  小车车体设计 7

    3.2  电源模块 7

    3.3  电机驱动模块 8

    3.4  电机模块 9

    3.5  检测模块 9

    3.6  最终方案 9

    4  硬件实现及单元电路设计 11

    4.1  主控制模块 11

    4.2  单片机的复位电路与振荡电路设计 11

    4.3  电源设计 13

    4.4  驱动电路 14

    4.5  E18-D50NK光电开关避障模块 15

    4.6  红外光电开关传感器的安装 17

    4.7  小车车体总体设计 17

    5  软件设计与仿真调试 18

    5.1  主程序流程 18

    5.2  Keil uVision3环境 19

    5.3  单片机程序烧写 22

    5.4  系统的安装与调试 23

    结束语 24

    致  谢 25

    参考文献 26

    附录 28

    附录A 整体电路图 28

    附录B 部分源程序 29

    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序
    自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序

    猜你喜欢

    猜你在找

    99源码网专注代写Java程序,php程序,网站建设,毕业设计,课程设计,代写C/C++程序,代写数据结构,代写ios android程序。除外还代做Web开发、Php网站开发、ASP.NET网站作业等。
    99源码网,程序代做,代写程序代码,代写编程,代写Java编程,代写php编程,计算机专业代做,计算机毕业设计,网站建设,网站开发,程序 » 自动避障小车控制系统设计毕业论文+任务书+开题+文献综述+翻译及原文+避障程序

    常见问题FAQ

    免费下载或者VIP会员专享资源能否直接商用?
    本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
    提示下载完但解压或打开不了?
    最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。若排除这种情况,可在对应资源底部留言,或 联络我们.。
    找不到素材资源介绍文章里的示例图片?
    对于PPT,KEY,Mockups,APP,网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。
    99源码网
    一个专注优质源码分享的平台
    • 2021-06-09Hi,初次和大家见面了,请多关照!

    发表回复

    售后服务:

    • 售后服务范围 1、商业模板使用范围内问题免费咨询
      2、源码安装、模板安装(一般 ¥50-300)服务答疑仅限SVIP用户
      3、单价超过200元的模板免费一次安装,需提供服务器信息。
      付费增值服务 1、提供软件定制、二次开发等服务请详询在线客服
      2、承接系统建站、仿站、开发、定制等服务
      3、服务器环境配置(一般 ¥50-300)
      4、网站中毒处理(需额外付费,500元/次/质保三个月)
      售后服务时间 周一至周日(法定节假日除外) 9:00-23:00
      免责声明 本站所提供的源码等资源仅供学习交流,若使用商业用途,请购买正版授权,否则产生的一切后果将由下载用户自行承担,有部分资源为网上收集或仿制而来,若模板侵犯了您的合法权益,请来信通知我们(Email: 3484724101@qq.com),我们会及时删除,给您带来的不便,我们深表歉意!

    Hi, 如果你对这款软件有疑问,可以跟我联系哦!

    联系作者
    • 5695会员总数(位)
    • 2184资源总数(个)
    • 3本周发布(个)
    • 0 今日发布(个)
    • 1488稳定运行(天)

    提供最优质的资源集合

    立即查看 了解详情