基于单片机的智能循迹小车外文翻译_智能小车外文翻译

2020-02-28 其他范文 下载本文

基于单片机的智能循迹小车外文翻译由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“智能小车外文翻译”。

摘要:本次设计的智能循迹小车是以单片机89c51为主控制器。运用反射式红外传感器来进行路径检测和速度监测模块。将检测数据传回单片机进行处理,同时,用单片机产生PWM波来控制小车的行进速度,并实时控制小车的行进状态。另外,在小车上还扩展了LCD作为人机交互界面,以便于实时了解小车个监测传感器的状态机小车的实时数据,由于本次设计的是智能自动循迹小车,整个任务过程无需人工的任何干预,故而没有进行键盘及遥控等的人工操作设备。用多路传感器的实时监测和算法的紧密配合来保证小车的顺畅完成任务。

关键字:80c51单片机,c/c++/汇编语言编程,电子智能小车,光电检测器

一、引言

智能车辆是一个运用计算机、传感、信息、通信、导航、人工智能及自动控制等技术来实现环境感知、规划决策和自动行驶为一体的高新技术综合体。它在军事、民用和科学研究等方面已获得了应用,对解决道路交通安全提供了一种新的途径

随着汽车工业的迅速发展,关于汽车的研究也就越来越受人关注。全国电子大赛和省内电子大赛几乎每次都有智能小车这方面的题目,全国各高校也都很重视该题目的研究,许多国家已经把电子设计比赛作为创新教育的战略性手段。电子设计涉及到多个学科,机械电子、传感器技术、自动控制技术、人工智能控制、计算机与通信技术等等,是众多领域的高科技。电子设计技术,它是一个国家高科技实例的一个重要标准,可见其研究意义很大

本次设计虽然只是一个演示模型,但是具有充分的科学性和实用性。首先我们根据交通路面的复杂情况,按照适当的比例制作出一个路况模型,包括弯道、直道以及路面上设置的障碍物等。在弯、直道上,小车沿着预定轨道自由行使,当小车遇到障碍物时,脉冲调制的红外线传感器将检测到的信号发送给单片机,单片机根据程序发出相应的控制信号控制小车自动避开障碍物,进行倒车、前进、左转、右转等动作

二、主题部分

智能车辆是集环境感知、规划决策、多等级辅助驾驶等功能于一体的综合系统,是智能交通系统的一个重要组成部分。它在军事、民用、太空开发等领域有着广泛的应用前景。本次设计对智能小车的控制系统进行了研究,设计实现一个基于路径规划处理的智能小车控制系统 2.1 理论的提出

科技的进步带动了产品的智能化,单片机的应用更是加快了发展的步伐,它的应用范围日益广泛,已经远远的超出了计算机科学领域。小到玩具、信用卡,大到航天飞机、机器人,从实现数据采集、远程控制、模糊控制等智能系统带人类的日常生活,到处离不开单片机,此设计正是单片机的一个典型的应用。此设计通过实现了小车的无人驾驶,通过对路面的检测,由单片机来判断控制其小车的反应情况,使其变得智能化,实现自动的前进,转弯,停止功能,此系统还不断的完善后可以应用到道路检测,安全巡逻中,能满足社会的需求。

在设计上,使用连个传感器来检测路面的情况,传感器的心海比较微弱,采用一个放大器进行比较放大,并将其信号输入到控制器,在受控制端使用步进电机,因为步进电机是用电脉冲进行控制的,只要从控制器输出满足步进电机功过的固定控制字即可。此外步进电机的运作还要一个驱动电路,故电路中还要加入一个驱动电路,各个功能模块对电源电流的要求不同,对电源部分设置转换电路,从而满足各个部分的需要。经过元件的比较选择,设计出电路原理图和电路板,并做好硬件的调试,系统往往是软件和硬件两者相结合的有机整体。软件上,使用51单片机的定时器中断来控制路面检测间隔和小车的运动及速度。由于带那路比较简单,就采用较为传统的汇编语言进行程序设计。对于程序设计的正确性,用较常用的keil c51仿真软件进行仿真验证,最后便是软硬件的综合调试,证明本设计方案的正确性和可行性。2.2 电子智能小车的设计要求

①电动车能够能够按照行使路线跑完全程;

②电动车能存储并显示检测到的金属片数目以及金属片至起跑线的距离;

③要求电动车行使完全程后能够准确的显示电动车全程行使时间;

④电动车在行使过程中不能与障碍物碰撞。2.3计算摘要:

本次设计的智能循迹小车是以单片机89c51为主控制器。运用反射式红外传感器来进行路径检测和速度监测模块。将检测数据传回单片机进行处理,同时,用单片机产生PWM波来控制小车的行进速度,并实时控制小车的行进状态。另外,在小车上还扩展了LCD作为人机交互界面,以便于实时了解小车个监测传感器的状态机小车的实时数据,由于本次设计的是智能自动循迹小车,整个任务过程无需人工的任何干预,故而没有进行键盘及遥控等的人工操作设备。用多路传感器的实时监测和算法的紧密配合来保证小车的顺畅完成任务。

关键字:80c51单片机,c/c++/汇编语言编程,电子智能小车,光电检测器

三、引言

智能车辆是一个运用计算机、传感、信息、通信、导航、人工智能及自动控制等技术来实现环境感知、规划决策和自动行驶为一体的高新技术综合体。它在军事、民用和科学研究等方面已获得了应用,对解决道路交通安全提供了一种新的途径

随着汽车工业的迅速发展,关于汽车的研究也就越来越受人关注。全国电子大赛和省内电子大赛几乎每次都有智能小车这方面的题目,全国各高校也都很重视该题目的研究,许多国家已经把电子设计比赛作为创新教育的战略性手段。电子设计涉及到多个学科,机械电子、传感器技术、自动控制技术、人工智能控制、计算机与通信技术等等,是众多领域的高科技。电子设计技术,它是一个国家高科技实例的一个重要标准,可见其研究意义很大

本次设计虽然只是一个演示模型,但是具有充分的科学性和实用性。首先我们根据交通路面的复杂情况,按照适当的比例制作出一个路况模型,包括弯道、直道以及路面上设置的障碍物等。在弯、直道上,小车沿着预定轨道自由行使,当小车遇到障碍物时,脉冲调制的红外线传感器将检测到的信号发送给单片机,单片机根据程序发出相应的控制信号控制小车自动避开障碍物,进行倒车、前进、左转、右转等动作

四、主题部分

智能车辆是集环境感知、规划决策、多等级辅助驾驶等功能于一体的综合系统,是智能交通系统的一个重要组成部分。它在军事、民用、太空开发等领域有着广泛的应用前景。本次设计对智能小车的控制系统进行了研究,设计实现一个基于路径规划处理的智能小车控制系统 4.1 理论的提出

科技的进步带动了产品的智能化,单片机的应用更是加快了发展的步伐,它的应用范围日益广泛,已经远远的超出了计算机科学领域。小到玩具、信用卡,大到航天飞机、机器人,从实现数据采集、远程控制、模糊控制等智能系统带人类的日常生活,到处离不开单片机,此设计正是单片机的一个典型的应用。此设计通过实现了小车的无人驾驶,通过对路面的检测,由单片机来判断控制其小车的反应情况,使其变得智能化,实现自动的前进,转弯,停止功能,此系统还不断的完善后可以应用到道路检测,安全巡逻中,能满足社会的需求。

在设计上,使用连个传感器来检测路面的情况,传感器的心海比较微弱,采用一个放大器进行比较放大,并将其信号输入到控制器,在受控制端使用步进电机,因为步进电机是用电脉冲进行控制的,只要从控制器输出满足步进电机功过的固定控制字即可。此外步进电机的运作还要一个驱动电路,故电路中还要加入一个驱动电路,各个功能模块对电源电流的要求不同,对电源部分设置转换电路,从而满足各个部分的需要。经过元件的比较选择,设计出电路原理图和电路板,并做好硬件的调试,系统往往是软件和硬件两者相结合的有机整体。软件上,使用51单片机的定时器中断来控制路面检测间隔和小车的运动及速度。由于带那路比较简单,就采用较为传统的汇编语言进行程序设计。对于程序设计的正确性,用较常用的keil c51仿真软件进行仿真验证,最后便是软硬件的综合调试,证明本设计方案的正确性和可行性。4.2 电子智能小车的设计要求

①电动车能够能够按照行使路线跑完全程;

②电动车能存储并显示检测到的金属片数目以及金属片至起跑线的距离;

③要求电动车行使完全程后能够准确的显示电动车全程行使时间;

④电动车在行使过程中不能与障碍物碰撞。4.3计算机网络教学网站的总体构思

采用89c51单片机作为小车的控制单元,在小车的前端就八路从外传感器,作为小车进入车库过程中黑带的检测元件,在小车的后端在接上八路红外线传感器作为小车退出车库时的黑带检测元件,采用LJ18A3-8-Z/BX电感式接近开关作为车库内铁片的检测元件,单片机接受到传感器检测到的信号后通过相应的程序控制小车的前进,后退,转弯,从而使小车的性能指标满足本次设计的要求。4.3.1 设计思路

智能小车是智能车辆研究的一个分支。它以车轮作为移动机构、能够实现自主 行驶,所以我们称之为智能小车。智能小车具有机器人的基本特征——易于编程。它与遥控小车的不同之处在于,后者需要操作员来控制其转向、启停和进退,比较 先进的遥控车还能控制其速度(常见的模型小车都属于这类遥控车);而智能小车 则可以通过计算机编程来实现其对小车启停、行驶方向以及速度的控制,无需人工 干预。操作员可以通过修改智能小车的计算机程序或者某些数据来改变它的行驶方 式。这种可以通过编程来控制、改变小车行驶方式的特性是智能小车的最大特点。智能小车控制系统的研究目的是使得小车行驶具有更高自主性。如果任意给定 小车一条无障路径,通过该系统,小车就可以得到系统对路径图形处理后的数据(位 移与转角),并能根据位移和转角信息按照预定路径行进 4.3.2 控制系统结构分析

根据上述设计思路,可将智能小车控制系统的结构分为两层

1、规划层

上位机控制系统,规划层提供的是小车行驶的全局信息,包括路径处理模块和 通信模块。它要解决的基本问题有

(1)使用什么工具处理小车的路径图形;

(2)建立小车的运动模型,计算出小车行驶所需的数据;(3)建立小车的运动模型,计算出小车行驶所需的数据;

2、行为层

下位机控制系统,行为层是智能小车控制系统的底层结构,实现对小车行驶的 实时控制,它包括通信模块、电机控制模块和数据采集模块。它要解决的基本问题 有:(1)接收、处理上位机发送的数据信息;(2)设计步进电机的控制系统;

(3)采集小车的位移和转角信息,定位小车姿态,分析系统控制误差;

4.3.3 总设计方案

由系统结构得到智能小车控制系统的命令流程:

(1)启动AutoCAD,绘制或选择一条封闭曲线为小车路径,拾取小车的起始路径图元(2)对选取的路径图形进行处理,使小车转弯处存在的棱角在最小转弯半径范围外以圆弧方式过渡

(3)生成新的路径图形,模拟小车的运动过程;

(4)计算出小车行驶所需要的位移和车轮转角,并将此数据发送给下位机(5)下位机接收数据后,通过软件编程控制小车车轮的转速和转角,使其按照 预定路径前进

一个完整的控制系统要求系统的各功能模块联系紧密,根据上述命令流程和它们之间的关系,可得系统的总设计方案。4.4设计主要有以下几个模块组成1、信息采集模块:信息采集部分是由光电检测和运算放大模块组成,光电检测有寻迹检测和测速检测两个部分。将检测到的信号经过预算放大模块lm324放大整形后送给单片机处理,其核心部分是几个光电传感器。

2、控制处理模块:控制处理模块是一一片stc89c52单片机为核心,单片机将从采集到的信息进行判断后,按照预定的算法处理,把处理的结果送交电机驱动和液晶显示模块,使之做出相应的动作。

3、执行模块:执行模块是由液晶显示、电机驱动及电机、蜂鸣器三部分组成。液晶主要是将单片机处理的结果进行实时显示,方便及时用户了解系统当前的状态,电机驱动根据单片机的指令对两个电机进行动作,使之能够根据需要作出相应的加速、减速、转弯、停车等的动作,以达到预期的目的。蜂鸣器主要是根据要求在特定的位置作出出响应来报告位置。

五﹑

参考文献

[1]徐国华 主编,移动机器人的发展现状及其趋势[J].机器人技术与应用,2001(3)[2]党宏社 主编,智能车辆系统发展及其关键技术概述[J].公路交通科技,2002(4)[3]尹念东 主编,智能车辆的研究及前景[J].上海汽车,2002(2)[4]王荣本 主编,世界智能车辆研究概述[J].公路交通科技,2001(10 [5]王建农 主编.自主移动机器人的导航研究[R].机器人,199 [6]Dickmanns,E.D,A.Zapp.Auto high speed road vehicle guidance[J].computer,1987 [7]姚

佳 主编,智能小车的蔽障及路径规划[D].东南大学硕士论文.2005 [8]徐国华 主编,谭民移动机器人的发展现状及其趋势[J].机器人技术与应用,2001(3)[9]白井良明[同],机器人工程[M].北京:科学出版社,2001 [10]张毅刚 主编,新编MCS-51单片机应用设计,第一版,哈尔滨工业大学出版社,2003 [11]刘南平 主编,电子产品设计与制作技术,科学出版社,2008 [12]杨

刚 主编,电子系统设计与实践,电子工业出版社,2009.3 [13]余祖俊 主编,微机监测与控制应用系统设计,北方交通大学出版社,2001.12 [14]温志明 主编,运动控制系统分析与应用,国防工业出版社,2008.2 [15]催维娜 主编,智能电子制作,科学出版社,2007 [16]李忠文 主编,实用电机控制电路,化学工业出版社,2003.4 [17]张红润 主编,智能技术——系统设计与开发,北京航空航天出版社,2007.2 [18]陈铁军 主编,智能控制理论及应用,清华大学出版社,2009.1 [19]刘少强 主编,传感器设计与应用实例,中国电力出版社,2008 [20]何立民 主编,单片机应用系统设计,北京:航天航空大学出版社 [21]李广弟 主编,单片机基础,北京:北京航空航天大学出版社,2001 [22]何希才 主编,新型实用电子电路400例,电子工业出版社,2000 [23]赵负图 主编,传感器集成电路手册,第一版,化学工业出版社,2004 [24]陈伯时 主编,电力拖动自动控制系统,第二版,北京:机械工业出版社,2000年6月 [25]http://www.daodoc.com/

Abstract: the design of intelligent tracking the car based on single chip microcomputer 89 c51 controller.Use reflective infrared sensor to test path and speed monitoring module.Will detect data back to the single chip microcomputer for proceing, at the same time, using single-chip microcomputer to produce PWM wave to control the speed of the car, and real-time control of the car's moving state.In addition, also expanded the LCD on the car as the human-computer interaction interface, in order to understand the car a real-time monitoring of the real-time data of sensor state machine car, due to the design of intelligent automatic tracking the car, the whole proce of task without any manual intervention, so no keyboard and remote control and manual operation of the equipment.With multiple sensors for real-time monitoring and algorithm closely to ensure that the car of complete the task smoothly.Key words: 80 c51, c/c + +, aembly language programming, electronic smart car photoelectric detector The introduction Intelligent vehicle is a use of computer, sensor, information, communication, navigation, artificial intelligence and automatic control technology to realize the environment awarene, planning decision and automatic drive of high and new technology.It in aspects such as military, civil and scientific research has received application, to solve the traffic safety provides a new way With the rapid development of automobile industry, the research about the car is becoming more and more attention by people.Contest of national competition and the province of electronic intelligent car almost every time this aspect of the topic, the national various universities are also attaches great importance to research on the topic, many countries have put the electronic design competition as a strategic means of innovative education.Electronic design involving multiple disciplines, machinery and electronics, sensor technology, automatic control technology, artificial intelligent control, computer and communication technology, etc., is a high-tech in the field of many.Electronic design technology, it is a national high-tech instance is one of the most important standard, its research significance is great The design though just a demo model, but is full of scientific and practical.First we according to the complex situation of road traffic, in accordance with the appropriate author to make a road model, including bend, straight and pavement set obstacles, etc.On curved and straight, the car along the orbit free exercise, when the small car meet obstacles, pulse modulation infrared sensors to detect the signal sent to the microcontroller, a corresponding control signal according to the program MCU control cars automatically avoid obstacles, to carry on the back, forward, turn left, turn right Subject parts Intelligent vehicle is a concentration of environment awarene, planning decision, multi-scale auxiliary driving, and other functions in an integrated system, is an important part of intelligent transportation system.In military, civilian, space exploration and other fields has a broad application prospect.The design of smart car control system are studied, based on path planning is a proce of the intelligent car control system 2.1 theory is put forward The progre of science and technology of intelligent led products, but also accelerated the pace of development, MCU application scope of its application is increasingly wide, has gone far beyond the field of computer science.Small to toys, credit CARDS, big to the space shuttle, robots, from data acquisition, remote control and fuzzy control, intelligent systems with the human daily life, everywhere is dependent on the single chip microcomputer, this design is a typical application of single chip microcomputer.This design by implementing the driverle car, on the tests, by the reaction of the single chip microcomputer to control the car, make its become intelligent, automatic forward, turn and stop function, after continuing the perfection of this system also can be applied to road testing, security patrol, can meet the needs of society.In design, the use of the sensors to detect road surface condition, sensor central sea are faint and adopts a comparing amplifier amplification, and the signal input to the controller, the controlled end using stepper motor, because of the step motor is controlled electrical pulse, as long as the output from the controller to satisfy stepper motor merits of fixed control word.In operation of stepping motor and a driving circuit, it also to join a drive circuit in the circuit, each function module is different to the requirement of power supply current, the power supply part set up conversion circuit, so as to meet the needs of the various parts.After comparison choice element, design the circuit principle diagram and the circuit board, and do the debugging of hardware, system software and hardware is often the combination of organic whole.Software, on the use of the 51 single-chip timer interrupt to control pavement test interval and the car movement and speed.Due to take that road is simple, it is using more traditional aembly language for programming.For the correctne of the program design, using a commonly used keil c51 simulation software simulation validation, the last is integrated debugging of software and hardware, and prove the correctne and feasibility of the design scheme.2.2 electronic intelligent car design requirements(1)electric vehicles can be able to according to the course to run all the way;(2)electric vehicles can store and display the number of detected metal and sheet metal to the starting line in the distance;(3)are accurately electric cars after exercising all the way to the display of the electric vehicle the entire exercise time;(4)electric cars can't collisions with obstacles in the proce of exercise.2.3 the general conception of computer network teaching website Using 89 c51 as the car's control unit, sensor eight-way from outside, in the front of the car, as a black belt in the proce of the car into the garage detecting element, at the rear end of the car when connected to eight-channel infrared sensors as the car pulled out of the garage of a black belt in detecting element, the LJ18A3-851 SCM application design, the first edition, Harbin industrial university pre, 2003 [11] LiuNaPing editor, electronic product design and production technology, science pre, 2008 [12] Yang just editor, electronic system design and practice of electronic industry pre, 2009.3 [13] Yu Zujun editor, microcomputer monitoring and control system design, northern jiaotong university pre, 2001.12 [14] WenZhiMing editor, movement control system analysis and application of national defense industry pre, 2008.2 Reminder weina editor [15], and intelligent electronic production, science pre, 2007 [16] Li Zhongwen editor, practical motor control circuit, chemical industry pre, 2003.4 [17] Zhang Gongrun editor, intelligent technology, system design and development, Beijing aeronautics and astronautics pre, 2007.2 [18] Chen Tiejun editor, intelligent control theory and applications, tsinghua university pre, 2009.1 [19] LiuShaoJiang editor, sensor design and application instance, China electric power pre, 2008 [20] He Limin editor, single chip microcomputer application system is designed, Beijing aerospace university pre [21] Li Guangdi editor, microcontroller based, Beijing: Beijing university of aeronautics and astronautics pre, 2001 [22] He Xicai editor, a new practical electronic circuit 400 cases, the electronic industrial pre, 2000 [23] zhao negative diagram editor, sensor IC manual, the first edition, chemical industry pre, 2004 [24] Chen Boshi editor, electric drive automatic control system, the second edition, Beijing: mechanical industry pre, June 2000 [25] HTTP: / / http://www.daodoc.com/

智能循迹小车

专业创新实践实训报告 课题名称 成员 院系 专 业 指导教师智能循迹小车*** 航空工程学院 电子信息科学与技术专业*** 2016年5月28日目录1 实训任务与内容 ......................

智能循迹小车

附件一:参赛队号:___________(由工作人员填写)简易小车寻迹竞速大赛设计方案书参赛队名:_____胜利队________________ 参赛队员及班级:__李永新___电信101____吕凯 电信101 __邓邹......

智能循迹小车心得体会

刀豆文库小编为你整合推荐4篇智能循迹小车心得体会,也许这些就是您需要的文章,但愿刀豆文库能带给您一些学习、工作上的帮助。......

智能循迹小车实验报告

摘要本设计主要有单片机模块、传感器模块、电机驱动模块以及电源模块组成,小车具有自主寻迹的功能。本次设计采用STC公司的89C52单片机作为控制芯片,传感器模块采用红外光电对......

蔽障循迹智能小车毕业论文

2013年 7 月12日一、绪论.......................................................................4 1.1智能小车的作用和意义...............................................

《基于单片机的智能循迹小车外文翻译.docx》
将本文的Word文档下载,方便收藏和打印
推荐度:
基于单片机的智能循迹小车外文翻译
点击下载文档
相关专题 智能小车外文翻译 外文 单片机 小车 智能小车外文翻译 外文 单片机 小车
[其他范文]相关推荐
[其他范文]热门文章
下载全文