基于STM32+Web的在线温度计设计与实现

资源下载地址:https://download.csdn.net/download/sheziqiong/85656247
资源下载地址:https://download.csdn.net/download/sheziqiong/85656247
摘 要
本毕业设计主要设计自主研发的温度采集和温度数据的储存处理显示过程,继而实现在线温度计系统。在线温度计主要主要包括温度采集单元、数据的储存处理和显示。
在线温度的整体概述为:
数据采集部分使用Client/Server构架,由温度采集单元采集数据,经初步处理的数据上传到数据服务器,数据服务器对数据进行储存。
数据查询部分采用Browser/Server构架,用户在页面上发送查询请求,服务器在收到页面的查询请求后对数据库的数据进行查询、处理和显示。
Clint为STM32F030,使用ARM Development Tools(评估版)进行设计和调试完成,其主要功能是采集来自DS18B20的温度数据,和实现与服务器的通信。
Browser为JavaScript+html,其中JavaScript采用Highcharts+jQuery框架实现数据的可视化显示。
Server使用Ubuntu Server 14.04.1 LTS 使用语言:Python2.7网站后台服务器框架:django1.8数据库:mysql。
各个系统间通信利用wifi网络的高带宽实现数据加密和双向鉴权,保证通信链路上的可靠性。
该系统实现了对数据的采集。与服务器之间数据的可靠通信,实现数据在互联网上的显示、统计、储存等功能,为数据分析者提供在线的实时、可靠、直观的温度数据,方便其对大数据的分析利用。
关键词:温度采集;STM32;物联网;数据传输;数据的可视化
ABSTRACT
The graduation project is mainly designed to self-developed treatment temperature storage temperature data acquisition and display process,and then realize online thermometer system.Online thermometers includes temperature acquisition unit, storing data processing and display.
Overview whole line temperature is:
Data collection using the Client / Server architecture, the temperature acquisition unit collecting data, the data preliminary processing of data uploaded to the server, data server for data storage.
Data query part of Browser / Server architecture, the user sends a query on the page, the server after receiving the query page of data in the database to query and process display.
Clint is STM32F030,use ARM Development Tools (evaluation version) to design and debug complete,and its main function is to collect temperature data from the DS18B20, and communicate with the server.
Browser is JavaScript + html,which Highcharts + jQuery JavaScript framework using time data visualization
Server using Ubuntu Server 14.04.1 LTS Language: Python2.7 website backend server framework: django1.8 databases: mysql
Communication between the various systems using a high-bandwidth wifi network for reliability data encryption and mutual authentication to ensure that the communication link.
The system implements the data collection.Reliable communication between the server and data,data display,statistics,storage and other functions on the Internet,providing online,real-time visual and reliable temperature data to facilitate their use of big data analysis for the data analyst.
Key words:temperature acquisition; networking; data transmission; data visualization
目 录
1 引言 1
2 概述 2
2.1 在线温度计系统概述 2
2.2 本设计方案思路 3
2.3 研发方向和技术关键 3
2.4 主要技术指标 3
3 总体设计 4
4 温度采集终端 5
4.1 硬件设计 5
4.2 软件设计 8
5 数据处理平台 14
5.1 总体方案 14
5.2 程序流图 15
5.3 数据库设计 16
5.4 界面设计 17
6 制作与调试 19
6.1 硬件电路的布线与焊接 19
6.2 调试 19
7 结论 23
致 谢 24
参考文献 25
附 录 26

  1. 程序 26
    本文转载自:http://www.biyezuopin.vip/onews.asp?id=16259
    包含:文档+任务书+开题报告+代码
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    资源下载地址:https://download.csdn.net/download/sheziqiong/85656247
    资源下载地址:https://download.csdn.net/download/sheziqiong/85656247

猜你喜欢

转载自blog.csdn.net/newlw/article/details/125311114