电子系统设计报告题目:多路数据采集系统设计(单片机设计类摘要:本设计采纳 ATmega16 单片机作为数据采集系统的控制核心,系统分为数据采集模块、A/D 转换模块、软件控制模块、键盘模块和显示模块。该系统硬件部分的重心在于单片机,首先数据采集模块采集由外接电路传输过来的两路不同电压,再通过 A/D 转换模块进行模数转换,实现对采集到的数据进行模拟量到数字量的转换,并将转换后的数据通过数码管显示出来,通过按键可以控制要采集哪路的模块。该系统软件部分应用编写控制软件,对数据采集系统、模数转换系统、数据显示等程序进行了设计。关键词:ATmega16 单片机;数据采集;A/D 转换。Abstract:This design uses the ATmega16 MCU as the control core of a data acquisition system, system is divided into data acquisition module, A / D conversion module, the software control module, keyboard module and display module. The hardware of the system is the focus of scm. The first data acquisition module by the external circuit transmission over two different voltage, then through A / D conversion module for analog-digital conversion, to achieve the data collection for analog to digital conversion, and stores the converted data through the digital tube display, through the buttons can control which road to acquisition module. The system software application software of control, data acquisition system,A / D conversion system, data display program design.key words: ATmega16 MCU;Data acquisition;A / D conversion.一、设计目的和要求设计一个 2 路数据采集系统,需要采集的模拟信号为电压信号,用电位器构成的分压电路来模拟。采集哪路信号可以通过按键控制。电压值通过数码管显示。二、设计流程(1 硬件概述ATmega16 单片机概述该单片机系统是由 CPU、随即存取数据存储器、只读程序存储器、输入输出电路(I/O 口,还有可能包括定时/计数器、串行通信口、显示驱动电路(LCD 和 LED 驱动电路、脉宽调制电路、模拟多路转换器及 A/D 转换模块等电路集成到一个单块芯片上,构成了一个最小但功能完善的电脑系统。 A/D 模数转换器“本次设计实验室提...