{$cfg_webname}
主页 > 计算机 > JAVA >

基于STM32和安卓Android温度远程监测系统设计

来源:56doc.com  资料编号:5D20522 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20522
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于STM32和安卓Android温度远程监测系统设计(任务书,开题报告,论文12000字,程序代码)
摘要
随着当今工业水平的不断进步和机械水平的持续提高,我们对机械设备运行的高效性,准确性和稳定性要求越来越严格,远程监控技术也随之出现。远程实时监控系统,即本地的计算机,对远程的控制系统通过网络系统进行实时的监控的系统。而其结构包括以下:远程操控层、Scada监测层和现场智能设备层。远程监控技术,通过各个监控平台对监控对象实行实时的和全面的监控,实现了一种通过网络连接的方式的资源共享。
本文设计了一种基于嵌入式和Java网络编程的温度远程监控系统。可以完成数控机床的温度采集,并上传到服务器,客户可以通过Android客户端远程实时读取到机床的温度信息。
本文采用STM32系列单片机进行硬件开发,设计一种温度数据采集卡,STM32系列单片机作为TCP服务端发送数据,手机作为TCP客户端接收显示数据。
关键词:嵌入式系统;Android客户端;远程监测
Abstract
Along with the advance of the modern industrial level and the level of machinery continues to improve, we for mechanical equipment operation efficiency, accuracy and stability requirements of more and more strict, remote monitoring technology has also emerged.Remote real-time monitoring system, that is, local computer, the remote control system through the network system real-time monitoring system.Its structure includes the following: remote control layer, Scada monitoring layer and field intelligent equipment layer.Remote monitoring technology enables real-time and comprehensive monitoring of monitoring objects through various monitoring platforms, and realizes resource sharing through network connection.
This paper designs a remote temperature monitoring system based on embedded and Java network programming.The temperature of the CNC machine tool can be collected and uploaded to the server. The customer can read the temperature information of the machine tool remotely and in real time through the Android client.
This article USES STM32 series MCU hardware development, design a kind of temperature data acquisition card, STM32 series single chip microcomputer as the TCP server to send data, mobile phone as a TCP client receives the display data..
Key words: Embedded system; Android client; Remote monitoring

研究内容与章节安排
本文设计的数控机床远程监测系统研究内容与章节安排如下:
第1 章:绪论,介绍目前该领域的现状,以及本次设计的基本概况
第2 章:系统的总体设计方案,通过对系统所需要的功能进行分析,设计系统的基本结构。
第3 章:基于嵌入式微处理器的温度数据采集卡的设计,包括DS18B20的介绍和使用,数据发送方案的设计以及数据采集卡的硬件设计和软件设计。
第4 章:设计了本次远程检测系统的通信协议,包括该协议的传输层和应用层的软件设计,该通信系统的服务器和客户端的设计。
第5 章:本章完成了对本次设计的温度远程检测系统的测试,并分析是否达到预期功能。
第6 章:总结本次设计并分析本次设计成功的地方和不足之处。 
     

基于STM32和安卓Android温度远程监测系统设计
基于STM32和安卓Android温度远程监测系统设计


目录
摘要    I
ABSTRACT    II
第1章 绪论    1
1.1 研究现状    1
1.2 数控机床的概况    2
1.3 远程监测系统概况    3
1.4 研究内容与章节安排    3
第2章 系统的总体设计方案    4
2.1 系统功能分析    4
2.1.2 温度数据的采集    4
2.1.2 温度数据的发送    4
2.2 系统总体结构设计    5
2.3本章小结    6
第3章 数据采集发送器的设计方案    7
3.1 温度数据采集方案    7
3.1.1 温度传感器的选择    7
3.1.2 温度传感器使用    7
3.2 温度数据发送方案    9
3.2.1 通信方式的选择    9
3.2.2 嵌入式通信模块    10
3.3 嵌入式数据采集发送器的实现    10
3.3.1数据采集发送器的硬件设计    10
3.3.2数据采集发送器的软件设计    12
3.4本章小结    13
第4章 TCP通信服务器与客户端的搭建    14
4.1 服务器搭建    14
4.1.1 通信协议的设计    14
4.1.2 Socket服务端的实现    15
4.2 ANDROID客户端的实现    15
4.2.1 软件开发平台    15
4.2.2 Android 客户端界面设计    16
4.2.3 Adroid客户端程序设计    16
4.3 本章小结    17
第5章 系统的测试与分析    18
5.1 温度数据采集卡的功能测试分析    18
5.1.1 温度数据采集功能测试    18
5.1.2 温度数据发送功能测试    19
5.2    客户端功能测试分析    21
5.3 小结    22
第 6 章 总结    23
参考文献    24
致谢    25

推荐资料