资源描述:
《基于单片机实现数字万用表的设计论文_学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于单片机实现数字万用表的设计何佳芬摘要数字万用表(DMM)亦称数字多用表,是目前在电子测量和维修工作中最常用、最得力的一种工具类数字仪表。但以往数字万用表电路复杂,且实现不易,为了简化数字万用表电路,本设计选择单片机为核心。本设计的工作原理是测量时将所有测量参数值转换为直流电压值。测量参数的选择是由键盘控制电路完成的。单片机采样该直流电压值,再通过单片机内部的A/D转换将其转换成单片机所能处理的数字值,采集到单片机中,通过编写程序将该值还原为所测参数的真值,最后输送到显示和语音播报部分将其传送给测量人员。本课题的设计是用已学的电子信息工程专业的专业
2、知识,利用单片机设计出的一款数字万用表。这款数字万用表除了具有测量电阻、电流、电压、电容等功能外,还具有语音播报功能,同时能把测量的结果在LCD显示器上显示出来。关键词:数字万用表,单片机,A/D转换ⅡABSTRACTDigitalMultimeter(DMM),alsoknownasthedigitalmultipurposetable,iscurrentlyinelectronicmeasurementandmaintenanceworkinthemostcommonlyused,themosteffectivetoolsofanumberofi
3、nstruments.Butthepastdigitalmultimetercircuitcomplicatedanddifficulttoachieve,inordertosimplifythedigitalmultimetercircuit,thedesignoptionsforthemicrocontrollercore.ThedesignoftheworkingprincipleistomeasurewhenallmeasurementparametersfortheDCvoltageconversionvalue.Measurementpa
4、rametersofchoiceiscontrolledbythekeyboardtocompletethecircuit.SCMsamplingoftheDCvoltagevalue,andthenthroughtheinternalmicrocontrollerA/DconvertertoconvertSCMcanhandlethenumberofvalues,collectedtheSCM,throughthepreparationproceduresforthereductionofthevalueThetruevalueofmeasurin
5、gparameters,transportedtothefinalbroadcastoftheshowandvoicewillbetransmittedtothemeasurementofitsstaff.Thistopicisdesignedtohavebeenusedintheelectronicsandinformationengineeringexpertise,theuseofamicrocontrollerdesignadigitalmultimeter.Thedigitalmultimeterinadditiontomeasuringr
6、esistance,current,voltage,capacitance,andotherfunctions,butalsoavoicebroadcastfeature,andcanmeasuretheresultsintheLCDmonitorontheshow.Keywords:DigitalMultimeter(DMM),Single-chipmicro-computer(SCM),A/DtransformationⅡ50目录摘要IABSTRACTII1前言31.1课题研究的背景及意义31.2本课题的研究现状和水平31.3数字万用表的发展趋势
7、41.4本设计实现的技术指标52方案分析与选择62.1设计方案62.2方案论证83系统硬件设计93.1凌阳SPCE061A简介93.1.1总述93.1.2性能93.1.3结构概览93.1.4芯片的引脚排列和说明103.1.5特性113.2系统硬件设计143.2.1参数测量电路的设计143.2.2键盘控制电路的设计253.2.3语音播报和显示电路的设计263.3电源电路的设计274系统软件设计294.1主程序设计294.2子程序设计304.2.1声音功能子程序的设计304.2.2键盘扫描子程序设计324.2.3采样子程序设计335系统组装与调试365.
8、1系统组装365.1.1PCB制作365.1.2元件焊接365.2系统调试36505.2.1硬件调试365.