室内环境控制系统的设计

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

室内环境控制系统的设计(论文15000字,程序代码)
摘要:观察研究发现,各种室内的环境因素对人的生产、生活造成了正面或负面的影响,将环境控制在适宜的范围内,将有助于提高人们的生产、生活水平。所以对于环境的监测和控制是必要的。本文设计了一种智能化的环境控制系统,该系统以STC89C51单片机系统为下位机,用来采集数据和控制空调和自动窗户设备。以个人计算机为上位机,用来处理环境数据和规划控制方案。经测试,该系统能完成实时环境温湿度、天气和空气质量检测的任务,并能及时控制设备。
关键词:单片机;温湿度传感器;爬虫;串口通信

The Design and Implementation of Indoor Environment Control System
Abstract:Observed studies have found that various indoor environmental factors have a positive or negative impact on people's production and life. Controlling the environment within an appropriate range will help to improve people's production and living standards. So it is necessary to monitor and control the environment. This paper designs an intelligent environmental control system, which uses STC89C51 single-chip computer system as the slave computer to collect data and control equipment. Personal computer is used as upper computer to process environmental data and plan control scheme. After testing, the system can complete real-time detection of environmental temperature and humidity, weather, air quality, and make timely control functions.
Key words: Single Chip Computer; Temperature and Humidity Sensor; Serial Communication; Crawle
 

室内环境控制系统的设计
室内环境控制系统的设计
室内环境控制系统的设计


目录
1 绪论    1
1.1 背景介绍    1
1.2 本文内容    2
1.3 本文结构    2
2 系统总体设计    3
2.1 设计目的    3
2.2 系统结构概述    3
3 系统选型    4
3.1 上位机系统    4
3.1.1 搭建平台    4
3.1.2 编程语言    4
3.1.3 模块功能实现    4
3.2 下位机系统    5
3.2.1 温湿度传感器    5
3.2.2 串口通信    5
3.2.3 单片机    6
4 上位机软件设计详述    7
4.1 前台程序    7
4.1.1 传感器类    7
4.1.2 设备类    9
4.2 模块程序    11
4.2.1 爬取模块    11
4.2.2 传感器读取模块    13
4.2.3 设备控制模块    14
5 下位机硬件和程序设计详述    15
5.1 下位机硬件    15
5.1.1 单片机晶振和复位电路    15
5.1.2 串口转换模块    16
5.1.3 温湿度传感器模块    16
5.2 下位机程序    17
6 上位机调试截图    19
总结    21
参考文献    22
鸣谢    23
附录:程序代码    24