资源描述:
《基于单片机的温度控制系统设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、《基于基于单片的温度控制系统设计与实现》摘要近年来随着计算机在社会领域的渗透,单片机的应用正在不断地走向深入,同时带动传统控制检测日新月益更新。在实时检测和自动控制的单片机应用系统中,单片机往往是作为一个核心部件来使用,仅单片机方面知识是不够的,还应根据具体硬件结构,以及具体应用对象特点的软件结合,以作完善。本文从硬件和软件两方面来讲述温度自动控制过程,在控制过程中主要应用AT89C51、ADC0809、LED显示器、LM324比较器,而主要是通过DS18B20数字温度传感器采集环境温度,以单片机为核心控制部件,并通过四位数码管显示实时温
2、度的一种数字温度计。系统的过程则是:首先,通过设置按键,设定恒温运行时的温度值,并且用数码管显示这个温度值.然后,在运行过程中将采样的温度模拟量送入A/D转换器中进行模拟-数字转换,再将转换后的数字量用数码管进行显示。关键词:单片机系统;传感器;数据采集;模数转换器;温度《基于基于单片的温度控制系统设计与实现》AbstractInrecentyears,withthecomputerpenetrationinthesocialfield,theapplicationofSCMistokeepatthesametime,traditiona
3、lcontroltestingupdateonCrescentbenefits.Inreal-timedetectionandautomaticcontrolsystemofsingle-chipapplications,oftenasasingle-chipcorecomponenttouseonlysingle-chipisnotenoughknowledge,butalsothespecifichardwarestructureandthespecificfeaturesofapplicationsoftwareobjectscom
4、binetomakeperfect.Inthispaper,bothhardwareandsoftwareforautomaticcontrolofwatertemperatureontheprocess,inthecontrolofthemainapplicationoftheprocessofAT89C51,ADC0809,LEDdisplay,LM324comparator,butmainlythroughthedigitaltemperaturesensorDS18B20collectingambienttemperatureto
5、single-chipmicrocomputerasthecorecontrolcomponents,andthroughfourreal-timedigitaldisplayofadigitalthermometertemperature.Systematicprocessis:Firstofall,bysettingthebutton,setthethermostattemperatureatthetimeofoperation,anddigitaldisplayofthetemperature.Then,intherunningte
6、mperatureoftheprocessofsamplinganalogintotheA/Dconverterinthesimulation-digitalconverter,andthenconverteddigitalcontrolwithdigitaldisplay.Keywords:Single-chipmicrocomputersystem;Sensor;DataAcquisition;ADC;Temperature《基于基于单片的温度控制系统设计与实现》目录第1章绪论11.1课题的背景及其意义11.2课题研究的内容及要求21
7、.3课题的研究方案2第2章设计理论基础42.1单片机的发展概况42.2AT89C51系列单片机介绍52.2.1AT89C51系列基本组成及特性52.2.2AT89C51系列引脚功能62.2.3AT89C51系列单片机的功能单元92.3ADC0809模数转换器112.4移位寄存器74LS164132.5数码显示管LED132.6数字温度计DS18S2014第3章电路设计163.1系统整体电路16第4章软件设计174.1系统的主程序设计174.3DS18B20温度传感器与单片机的接口电路214.4数码管显示与单片机对接224.5仿真结果26第
8、5章系统调试305.1硬件调试305.1.1硬件电路故障及解决方法305.1.2硬件调试方法31《基于基于单片的温度控制系统设计与实现》5.2软件调试315.2.1软件电路故障及解决方法315