第一范文网 - 专业文章范例文档资料分享平台

汽车雨刮器的自动控制系统设计与实现

来源:用户分享 时间:2025/11/25 7:49:49 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

汽车雨刮器的自动控制系统设计与实现

设计总说明

本次设计的汽车自动雨刷省去了人为手动操作雨刷的问题,能够自动感应雨量并进行相应的工作。自动雨刷用雨滴传感器作为检测器来感应雨量的大小,把感应信号传给单片机,通过软件的控制驱动芯片自动调节电机的正反转与转动频率。此次设计采用40引脚的单片机AT89S52,设计中运用ULN2003AN驱动芯片来驱动步进电机的运转,克服了电机在低频工作时的噪音大,震动大的缺点。本次设计在一定的程度上为驾驶者提供了舒适性和安全性的保障,避免了由于驾驶者手动操作雨刷的不当而带来的交通安全问题,同时也大大的提高了汽车雨刷的全面性与可靠性。

在汽车智能雨刮系统中由于两个雨刮电机的转速不可能完全一样,就存在两个雨刮摆动不同步的问题。本文在分析了模糊控制理论及雨刮同步摆动规则的基础上,提出了一种基于模糊控制的汽车智能雨刮系统。该系统将转速偏差和转速偏差变化量模糊化为模糊控制器的输入语言变量,根据所制定的一套模糊控制规则来选择控制PWM的输出语言变量,并以此通过脉宽调制技术来驱动直流电机,使两个雨刮同步摆动。

关键词:雨滴传感器;步进电机;单片机;雨刮器

I / 72

Car Wiper Blade Design and Implementation of Automatic

Control System

Design Description

The design of the automatic wipers is improved further in the traditional manual based on. Automatic wiper with rain sensor as the detector size induced precipitation, the induction signal is sent to the single chip microcomputer. reversing and turning frequency automatic adjusting motor through the control of the software driver. The design is based on the 40pin of the mic AT89S52. That use of ULN2003AN to drive the stepper motor driver chip design operation. The pulse width modulation’s chopper driver mode. Thus greatly overcome the noise when the motor work in the low frequency , vibration faults. Provide comfort and safely guarantee this design in a certain extent for the driver, to avoid the traffic safety problem caused by the driver manually operated wiper improper. At the same time also greatly improve the comprehensiveness and reliability of automobile windshield wiper.

In intelligent windscreen wiper system of automobile, As the problem of technics, rotate speed of two electro motors are not the same completely, so there are the problems that two wiper blades swing ansynchronous. In the thesis, a intelligent windscreen wiper system of automobile based on fuzzy control is presented, by analyzing fuzzy control theory and synchronous swing rules of windscreen wiper. The speed error and its change were used as fuzzy stable variable. According to a set of fuzzy rules, the output variable was selected to control the PWM switch. In this way, the PWM technique was used to drive the DC motor and control windscreen wiper to swing synchronously. keywords:rain sensor;Stepper motor;MCU; windscreen wiper

2 / 72

目录

1.绪论 ............................................................ 1

1.1 概述 ...................................................... 1 1.2 研究背景 .................................................. 1 1.3国内外研究现状 ............................................. 2 1.4研究意义 ................................................... 3 2.总体设计方案 .................................................... 4

2.1自动雨刷控制系统设计思路 ................................... 4 2.2设计原理 ................................................... 4 2.3系统组成 ................................................... 5

2.3.1 单片机的比较与选择 ................................... 5 2.3.2 STC12c5a60s2功能特性概述 ............................ 6 2.4雨滴传感器的分类 ........................................... 8

2.4.1压电振子原理的雨滴传感器 ............................. 8 2.4.2雨滴传感器种类 ....................................... 9 2.4.3光量变化的雨滴传感器 ................................. 9 2.4.4红外雨滴传感器的原理 ................................ 10 2.5 显示元件选择 ............................................. 10

2.5.1液晶显示简介 ........................................ 10

3 / 72

2.5. LCD1602的基本参数及引脚功能 ......................... 12 2.6刮水电机 .................................................. 13

2.6.1刮水电机型号的编制方法 .............................. 13 2.6.2减速器的结构特点 .................................... 14 6.2.3刮水电机的控制电路分析 .............................. 15

3.智能雨刮器的硬件组成及其芯片介绍 ............................... 17

3.1 STC89C52的时钟电路和复位电路 ............................. 18 3.2 A/D转换电路 .............................................. 18

3.2.1 ADC0832芯片介绍 .................................... 19 3.2.2 ADC0832芯片电路 .................................... 21 3.2 液晶显示电路 ............................................. 21

3.2.1 1602液晶简介 ....................................... 21 3.2.2 液晶引脚说明 ........................................ 22 3.2.3 液晶显示模块电路 .................................... 22 3.3 雨滴传感器电路设计 ....................................... 23 3.4电机控制的硬件设计 ........................................ 24 3.5发射模块 .................................................. 25

3.5.1发射管 .............................................. 25 3.5.2由555定时器构成的多谐振荡器 ........................ 26 3.6接收模块 .................................................. 27

4 / 72

3.6.1红外接收管 .......................................... 27 3.6.2带通滤波器 .......................................... 28

4.软件设计 ....................................................... 29

4.1程序语言及开发环境 ........................................ 29 4.2 智能雨刮器的主程序流程图设计 ............................. 29 4.3雨滴传感器的流程图设计 .................................... 30 4.4智能雨刮器电机控制的流程图设计 ............................ 31 5.系统调试 ....................................................... 33

5.1 元器件的选择与测量 ....................................... 33 5.2 元件的焊接与组装 ......................................... 33 5.3程序烧录 .................................................. 34 5.4 KEIL运行 ................................................. 34 5.5 运行结果 ................................................. 35 6. 总结 .......................................................... 37 致谢 ............................................................. 38 参考文献 ......................................................... 39 附录 ............................................................. 41

附录Ⅰ 电路原理图 ............................................ 41 附录Ⅱ 程序 .................................................. 42

5 / 72

汽车雨刮器的自动控制系统设计与实现.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c6wfzg5s3kc55t2h95x553fre38hi5501176_1.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top