资源描述:
《基于单片机的单总线多点温度测控系统》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、摘要本课题主要介绍基于AT89C51单片机和DS18B20数字温度传感器的多点温度测量系统。该系统利用AT89C51单片机分别采集各个温度点的温度,实现温度显示、报警等功能。它以AT89C51单片机为主控制芯片,采用数字温度传感器DS18B20实现多路温度的检测,测量精度可以达到0.5℃。该系统采用了LCD1602A液晶显示模块,LCD1602A作为显示器,形象直观的显示测出的温度值。本文首先在绪论中介绍了此系统的背景以及功能。第二章确定设计方案。在第三章论述了总体的设计过程,确定了技术指标及器件的选择并且描述了系统硬件电路设计、硬件设计框图及所使用的
2、各种芯片功能与特性。第四章重点剖析了软件设计的过程。最后一章中具体论述了系统的调试软件及调试中出现的问题。基于AT89C51单片机的单总线多点温度测控系统具有硬件组成简单、多点温度检测、读数方便、精度高、测温范围广等特点,在实际工程中得到广泛应用。关键词:数字温度传感器,AT89C51单片机,单总线-39-AbstractTheproblemintroducesAT89C51monolithicmachineandtheDS18B20figuretemperaturesensor-basedmultiplespottemperaturemeasurem
3、entsystemmainly.AT89C51singlechipusingthesystemwerecollectedatvarioustemperaturesofthetemperature,temperaturedisplayandalarmfunctions.ItAT89C51MCU-basedcontrolchip,digitaltemperaturesensorDS18B20therealizationofmulti-channeltemperaturedetection,measurementaccuracycanreach0.5℃.Th
4、esystemusesLCD1602Aliquidcrystaldisplaymodules,LCD1602Aasadisplay,thedisplayofvisualimagestomeasurethetemperature.Thisarticlefirstdescribedintheintroductionofthissystem,aswellasbackgroundfeatures.Thesecondchaptertodeterminethedesign.Inthethirdchapterdiscussestheoveralldesignproc
5、esstodeterminethetechnicalspecificationsandthechoiceofdevicesandadescriptionofthehardwarecircuitdesign,hardwaredesignanddiagramusedinavarietyoffeaturesandfunctionsofthechip.ChapterIVanalyzesthekeysoftwaredesignprocess.Thefinalchapterdiscussesthespecificsystemdebugginganddebugsof
6、twareproblems.AT89C51singlechipbasedonsingle-busmulti-pointtemperaturemeasurementandcontrolsystemwithsimplehardwarecomponents,multi-pointtemperature,easyreading,high-accuracy,widetemperaturerange,andothercharacteristicsoftheactualprojectsarewidelyusedKeywords:digitaltemperatures
7、ensor,AT89C51singlechip,single-bus-39-目录摘要IABSTRACTII第1章绪论1第2章系统方案设计32.1方案设计32.2方案论证4第3章系统设计53.1工作原理53.2单元电路设计63.2.1DS18B20与单片机接口电路设计63.2.2键盘电路设计143.2.3显示电路设计163.2.4报警电路设计19第4章系统软件设计214.1软件设计总体思路及主程序流程图214.2测温模块流程图224.2.1温度的采集234.2.2多点温度的测量234.3显示模块流程图244.4键盘扫描流程图25第5章元器件安装及调试27
8、5.1元器件安装275.2产品调试295.2.1测试环境及工具295.2.2温度检测部分测试2