您现在的位置:网站首页答辩论文工学论文电子论文

毕业设计 基于AT89S52单片机智能小车控制系统的设计

  • 简介:毕业设计-基于AT89S52单片机智能小车控制系统的设计,共44页,11749字,附外文翻译、答辩PPT、实物图、程序,摘 要,随着科技的发展,由微处理器和电子元件开发的智能玩具越来越受到消费者的青睐,相比较传统玩具,智能玩具能更好的发展儿
    类型:word+ppt    页数:44    字数:11749   
    资料包括:论文 程序 外文翻译 答辩稿   
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载
文件大小:11.89MB
适用专业:自动化
适用年级:大学
论文编号:209169

论文简介:

毕业设计-基于AT89S52单片机智能小车控制系统的设计,共44页,11749字,附外文翻译、答辩PPT、实物图、程序
摘 要
随着科技的发展,由微处理器和电子元件开发的智能玩具越来越受到消费者的青睐,相比较传统玩具,智能玩具能更好的发展儿童的智力,想象力,甚至能通过人机交流的方式为孩子的生活增添欢乐,作为智能玩具的一个品种,智能小车可以实现自动寻迹,遥控操作等功能,本设计是由高性价比的C51控制器加上寻迹传感器模块和无线遥控接收模块搭配而成,这是一种非常好的硬件设计方案,其优势在于所用的器件成本较低,可靠性较高,若进行市场推广,将会产生巨大的经济和社会效益。
本文对智能小车概况做了阐述,并简要说明了寻迹和遥控的基本原理。在硬件设计方面,本论文以ATMAL公司的 AT89S52单片机为控制核心,依靠光电对管传感器采集黑线情况,设计小车的寻迹算法,另外使用了无线接收器接收遥控信号来控制小车的前进、后退、转向等动作。软件方面,利用C语言编写小车的寻迹、遥控方案,设计出具有自动寻迹和无线控制功能的小车,小车能够在铺设的赛道上自动完成循黑线环绕一周,用户通过无线遥控使小车在自动寻迹和无线控制两种模式之间自由切换,本论文首先对系统的理论支持做了概述,然后对各模块的硬件接口电路进行了阐述,最后阐述了自动寻迹和无线控制的软件设计实现。
关键字:红外寻迹,无线遥控,微控制器


ABSTRACT
With the development of science and technology, developed by microprocessor and electronic components of smart toys more and more get the favour of consumer, instead of traditional toys, and can even children man-machine communication, high ratio of C51 controller combined with tracking sensor module and the wireless remote control receiving module is a very good solution, its advantage lies in the low device cost, high reliability, so it is suitable for market promotion, and will produce great economic benefit and social benefit.
In this paper, the general situation in this paper, the intelligent car and briefly illustrates the tracking and the basic principle of remote control. In terms of hardware design, this thesis ATMAL company AT89S52 single chip microcomputer as control core, rely on the photoelectric sensor to collect the black thread, the pipe design car tracking algorithm, using the wireless receiver remote control signal to control the car forward, backward, steering movements. Software, using C language programming, design the car tracking algorithm. Designed with automatic tracking and wireless control function of the car: car can automatically follow the black line on the laying of track around a week, and at any time during the process of marching switch remote control function.
This paper first makes a brief introduction to the system theory support to do, and then the hardware interface circuit of every module are expounded, finally expounds the software design of automatic tracking and wireless control implementation.
?
KEY WORDS :infrared tracking, wireless remote control, MCU.


目 录
第一章 绪论 5
1.1 课题研究背景 5
1.2 寻迹控制介绍 5
第二章 硬件模块的论证与分析 6
2.1 轨迹探测模块设计与比较 6
2.2 微控制器模块论证与分析 6
2.3 电机驱动模块论证与分析 7
2.4 电机选型的论证与分析 7
2.5 车体部分论证与分析 8
第三章 AT89S52单片机简介 9
3.1 AT89S52单片机详细介绍 9
3.1.1 微处理器 9
3.1.2 数据存储器 9
3.1.3 程序存储器 9
3.1.4 中断系统 9
3.1.5 定时器/计数器 9
3.1.6 串行口 9
3.1.7 I/O 端口 10
3.1.8 特殊功能寄存器 10
3.2 最小应用系统设计 10
3.2.1 时钟电路 11
3.2.2 复位电路 11
第四章 硬件模块详述 12
4.1 设计方案介绍 12
4.2 寻迹模块的设计与实现 12
4.2.1 反射式红外传感器电路详述 12
4.2.2 红外传感器寻迹方法论述 14
4.2.3 轨迹探测算法设计详述 15
4.3 电机驱动模块的电路设计与实现 18
4.4 电机驱动芯片介绍 19
第五章 软件流程图的设计 22
5.1 软件设计思路 22
5.2 软件设计流程图 22
第六章 系统整体连线图 23
6.1 整体连线图 23
6.2 整体连线图说明 23
参考文献... 24
致谢......................26
毕业设计小结 27
附录A: 小车实物图 28
附录B:程序 29


主要技术指标
采用微控制器的智能小车无论是作为商品还是学科竞赛都很受青睐。本设计对小车的运动控制采用遥操作,并有手动和自动两种模式可选,分别实现小车的遥控运行和自动寻迹。这是一种有较高性价比的设计,可以在消费类电子产品上推广,产生较大的经济和社会效益。
(1)设计合理的技术方案;
(2)选择适合本方案的MCU,采用舵机和电机控制,实现手动和自动寻迹两种运动模式;手动模式实现对“前进、后退、左转、右转”等遥控指令的实时执行,自动寻迹模式沿确定赛道完成前进运行;
(3)选择合适的光电传感器,实现小车运行中的自动避障;
(4)功能完备、可靠;
(5)系统的软硬件实现。


论文文件预览:
共2文件夹,3个文件,文件总大小:11.89MB,压缩后大小:11.37MB

  • 毕业设计-基于AT89S52单片机智能小车控制系统的设计
  • 李嘉涛
  • ppt智能循迹小车答辩PPT.ppt  [3.77MB]
  • doc李嘉涛毕业设计.doc  [7.97MB]
  • doc英文翻译-李嘉涛.doc  [151.00KB]

查看评论 已有0位网友发表了看法
  • 验证码: