江阴职业技术学院项目设计报告项目:数字电压表设计与制作摘 要 本文介绍了一种基于单片机的简易数字电压表的设计。该设计主要由三个模块组成:A/D 转换模块,数据处理模块与显示模块。A/D 转换主要由芯片ADC0832 来完成,它负责把采集到的模拟量转换为相应的数字量在传送到数据处理模块。数据处理则由芯片 AT89C51 来完成,其负责把 ADC0832 传送来的数字量经过一定的数据处理,产生相应的显示码送到显示模块进行显示;此外,它还控制着 ADC0832 芯片工作。该系统的数字电压表电路简单,所用的元件较少,成本低,且测量精度和可靠性较高。此数字电压表可以测量 0-5V 的 1 路模拟直流输入电压值,并通过一个四位一体的 7 段数码管显示出来。关键词 单片机;数字电压表;A/D 转换;AT89C51;ADC0832.AbstractThis paper which introduces a kind of simple digital voltmeter is based on single-chip microcontroller design. The circuit of the voltage meter is mainly consisted of three mould pieces: A/D converting mould piece, A/D converting is mainly completed by the ADC0832, it converts the collected analog data into the digital data and transmits the outcome to the manifestation controlling mould piece. Data processing is mainly completed by the AT89C51 chip, it processes the data produced by the ADC0832 chip and generates the right manifestation codes, also transmits the codes to the manifestation controlling mould piece. Also, the AT89C51 chip controls the ADC0832 chip to work. The voltmeter features in simple electrical circuit, lower use of elements, low cost, moreover, its measuring precision and reliability. The voltmeter is capable of measuring voltage inputs from 1 route ranging from 0 to 5 volt, and displaying the measurements though a digital code tube of 7 pieces of LED.Keywords Single-chip microcontroller; Digital voltmeter; A/D converter; AT89C51; ADC0832目录摘要 IAbstractI目录 II第一章绪论 11.1 课题的应用场合 11.2 系统的功能和性能...