摘要现在伴随着计算机和网络技术的高速发展,数据采集系统从传统电路、微机模式发展为嵌入式系统模式,嵌入式系统在现代数据采集中扮演着不可替代的重要角色。
本文研究的主要内容是利用AM3517芯片为核心的SEED DIM3517开发板,设计一套嵌入式数据采集系统。为此本设计以AM3517为核心,通过I2C总线进行数据采集,串口为RS232电路,采用UDP协议,将高频头所采集到的卫星数据发送到指定的Linux服务器终端上。而软件部分实现了Linux系统在开发平台上的移植。在系统的调试和实验过程中,能实现各部分的基本功能,达到了预期目标。64481
毕业论文关键词 嵌入式 AM3517 I2C UDP协议 Linux
毕业设计说明书(论文)外文摘要
Title The design of signal acquisition system based on AM3517
Abstract With computers and the rapid development of network technology, data acquisition system from the traditional circuits, computer model development into embedded system mode.Embedded at modern data acquisition system plays an irreplaceable role.The main content of this thesis is to use AM3517 chip as the core SEED DIM3517 embedded development board design a data acquisition system.Therefore the design AM3517 as the core;through the I2C bus for data acquisition;using serial interface circuit RS232 and UDP protocol.It LNB satellite data collected to be sent to the specified Linux server terminal.It put the satellite data that is collected by High-frequency head is sent to the specified Linux server terminal.In the software part, the transplantation of Linux system on the development platform.Commissioning of the system and the experimental process,it achieve the basic functions of each part and achieve the desired objectives.
Keywords Embedded Systems AM3517 I2C UDP protocol Linux
1 绪论 1
1.1 课题研究的背景与意义 1
1.2 嵌入式系统概述 2
1.3 嵌入式系的组成 3
1.4 嵌入式系的发展趋势 5
1.5 本论文研究的主要工作 5
2 系统软硬件设计方案 7
2. 1 硬件设计方案 7
2. 2 嵌入式操作系统 8
2. 3 Linux开发环境配置 9
2.3.1 在虚拟机下安装Linux系统 9
2.3.2 调整虚拟机屏幕大小 10
2.3.3 安装设置共享文件夹 10
2.3.4 给虚拟机添加虚拟串口 11
2.3.5 配置交叉编译器 12
2.3.6 配置超级终端 14
2.3.7 挂载U盘 14
3 I2C数据采集 16
3. 1 I2C数据采集 16
3.1.1 I2C总线简介 16
3.1.2 I2C总线串行工作原理 17
4 网络UDP传输原理