资源描述:
《基于c的智能交通灯设计(硬件)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、JIANGSUTEACHERSUNIVERSITYOFTECHNOLOGY本科毕业设计(论文)基于89c51的智能交通灯设计(硬件)学院名称:电气信息工程学院专业:电气工程及其自动化班级:05自控(1)班姓名:王峰指导教师姓名:路子赟刘伟指导教师职称:助教副教授2009年6月II基于89c51的智能交通灯设计摘要:本设计将运动检测技术与交通灯控制结合起来,除了具有正常的交通灯时序控制外,当发现有闯红灯的情况时还能发出报警,从而使交通灯控制系统具有初步的视觉感知功能。系统是由显示模块、控制模块、运动检测处理模块,以及MATLAB环
2、境下PC机与AT89C51单片机的实时串口通信模块等组成。本次设计中的关键技术环节是模拟了一个串行口,即用P1口的P1.6和P1.7来分别模拟RXD和TXD,通过模拟串口控制74HC164来实现数码管的显示;PC机串口与单片机原有串口之间通过MAX232电平转换芯片和RSR-232数据总线进行硬件连接,利用MATLAB设备控制工具箱中提供的serial函数来创建串口设备对象,PC机对串口的读写操作都通过调用设备控制工具箱的各种函数对串口对象的操作来实现。此外,数码管显示模块采用的PCB版的画图与制作,使其硬件整体更加整洁、美观。
3、最后,做出了实物,并且实验表明达到了设计目标。关键词:89C51单片机;交通灯;模拟串行口;MAX232;RSR232总线IIThedesignofintelligenttrafficlights89c51basedonAbstract:Thedesignandmotiondetectiontechnologycombinedwiththetrafficlightcontrol,inadditiontothetrafficlightswithnormaltimingcontrol,asfoundinthecaseofredlig
4、htrunningcanissueawarning,sothatthetrafficlightscontrolsystemhasthefunctionoftheinitialvisualperception.Systemisprovidedbythedisplaymodule,controlmodule,motiondetectionprocessingmodule,aswellastheMATLABenvironmentwiththePC-SCMSTC89C51serialcommunicationmodule,suchasr
5、eal-timecomponent.Thedesignofthekeytechnologiesisthesimulationofaserialport,thatis,themouthwithP1toP1.6andP1.7,respectively,simulatedRXDandTXD,throughsimulationtoachieve74HC164serialcontroldigitaltubedisplay;PCmachineSingle-chipserialportandbetweentheoriginalMAX232se
6、riallevelconverterchipandRSR-232databustoconnecttohardware,theuseofMATLABControlToolboxprovidesfunctionstocreatetheserialserialdeviceobject,PCmachineserialreadandwriteoperationsbycallingthedevicecontrolthevariousfunctionsofthetoolboxserialoperationtoachievethetarget.
7、Inaddition,theLEDdisplaymodulePCBusedintheproductionversionofthedrawingandtotheoverallhardwaremoreclean,beautiful.Finally,makeaphysicalandexperimentalresultsshowthatthedesigngoaltoachieve.Keywords:89C51single-chip;Trafficlights;Simulationofserialport;MAX232;BusRSR232
8、II目录前言........................................................1第1章交通管理方案论证......................................31.1设计任务31.2方案介绍3第2