设计简介:

项目名:基于单片机的智能温室大棚控制系统设计
项目编号:mcuclub-dz-002
单片机:STC89C52

总字数:17779

实物链接:点击跳转

设计说明书链接:点击跳转

开题报告链接:点击跳转

答辩PPT链接:点击跳转

功能简介:
1、通过DHT11测量环境温湿度,超过上下限值进行加热制冷加湿除湿,并声光报警(可按键取消)
2、通过湿度检测模块测量土壤湿度,高于设置最大值进行通风除湿,低于设置最小值进行水泵加水,并声光报警(可按键取消)
3、通过SGP30测量CO2浓度,高于设置最大值或低于设置最小值都进行风扇通风,并声光报警(可按键取消)
4、通过光敏电阻测量光照强度,低于设置值进行补光,并声光报警(可按键取消)
5、通过按键设置上下限值、手动控制加热制冷加湿除湿、水泵、补光、声光报警、切换模式
6、通过LCD1602显示测量值
7、通过蓝牙发送数据,并可远程控制加热制冷加湿除湿、水泵、补光、声光报警、切换模式

  

我国是一个农业大国,农业发展与社会经济发展密不可分,近年来,物联网和传感技术的应用日渐广泛,将信息技术与传统产业相结合已经是必然趋势,以温室大棚为代表的设施农业也因此迎来了新的发展机遇,传统粗放型大棚农业生产模式已经远远满足不了时代发展需求,本文在温室大棚监控系统研究现状的基础上,设计了一套基于物联网的温室大棚监控系统。该系统主要采用蓝牙和传感器技术,实现了温室大棚内环境数据的远程监测和执行机构的控制功能,使大棚内农作物能够生长在适宜的环境下。研究的主要内容如下:

(1)系统关键技术研究与总体方案设计﹐根据温室大棚用户对自动控制的实际需求,对其关键技术进行了研究并结合物联网技术进行了系统总体方案的设计。

(2)系统硬件设计,根据系统硬件结构分别对蓝牙无线传感网络、主控模块和执行机构硬件电路进行了设计。

(3)系统软件设计,软件设计包括蓝牙无线传感网络软件设计、主模块软件设计、子执行设计三个部分。首先,通过蓝牙无线传感网络获取温室大棚内的环境数据,包括大棚内环境温湿度、土壤湿度、CO2浓度、光照强度,然后利用无线传输到管理人员手机,最后通过温室大棚监控平台实现温室大棚内环境数据的可视化,同时,检测的数据可以根据管理人员设置的参数进行自动调节,使得大棚中的这些检测参数处于适宜当前农作物生长的范围之内。

(4)系统搭建与测试,完成系统软硬件设计之后,通过实验室搭建模型,模拟大棚内部环境,分别对蓝牙无线传感网络、温室大棚监控平台的功能进行了测试。

关键词:物联网;蓝牙;温室大棚;测控。

Abstract

China is a large agricultural country, agricultural development and social and economic development are inseparable, in recent years, the application of the Internet of things and sensor technology is increasingly extensive, the combination of information technology and traditional industries has been an inevitable trend, with greenhouse as the representative of the facility agriculture also ushered in a new development opportunity. The traditional extensive greenhouse agricultural production mode has been far from meeting the needs of The Times. This paper designs a greenhouse monitoring system based on the Internet of Things on the basis of the research status of greenhouse monitoring system. The system mainly uses Bluetooth and sensor technology to realize the remote monitoring of environmental data in the greenhouse and the control function of the executive mechanism, so that the crops in the greenhouse can grow in a suitable environment. The main contents of the study are as follows:

(1) Research on key technologies of the system and design of the overall scheme. According to the actual needs of greenhouse users for automatic control, the key technologies are studied and the overall scheme of the system is designed in combination with the Internet of Things technology.

(2) System hardware design. According to the system hardware structure, the Bluetooth wireless sensor network, the main control module and the hardware circuit of the actuator are designed respectively.

(3) System software design, which includes three parts: Bluetooth wireless sensor network software design, main module software design and sub-executive design. First of all, the environmental data in the greenhouse is obtained through the Bluetooth wireless sensor network, including the environmental temperature and humidity in the greenhouse, soil moisture, CO2 concentration, and light intensity, and then transmitted wirelessly to the manager’s mobile phone. Finally, the environmental data in the greenhouse is visualized through the greenhouse monitoring platform. The test data can be automatically adjusted according to the parameters set by the manager, so that these test parameters in the greenhouse are within the range suitable for the current crop growth.

(4) System construction and testing. After completing the software and hardware design of the system, a model was built in the laboratory to simulate the internal environment of the greenhouse, and the functions of Bluetooth wireless sensor network and greenhouse monitoring platform were tested respectively.

Keywords: Internet of Things; Bluetooth; Greenhouses; Measure and control.

目      录

摘  要

Abstract

第一章 绪论

1.1 选题背景及实际意义

1.2 国内外发展历程

1.2.1 国内研究现状

1.2.2 国外研究现状

1.3 本论文研究目标

第2章 系统设计方案

2.1 主要元器件选择

2.1.1 主控芯片选择

2.1.2 光照强度检测模块方案选择

2.1.3 显示模块方案选择

2.2 整体设计方案

第3章 硬件设计

3.1 主控电路模块

3.2 光照检测电路模块

3.3 温湿度检测电路模块

3.4 CO2检测电路模块

3.5 土壤湿度检测电路模块

3.6 LCD1602显示电路模块

3.7 继电器电路模块

3.8 声光报警电路模块

3.9 独立按键电路模块

3.10 蓝牙无线传输电路模块

4 系统程序设计

4.1 编程软件介绍

4.2 系统主流程设计

4.3 温湿度检测子流程设计

4.4 A/D转换子流程设计

4.5 液晶显示屏子程序流程图

第五章 实物制作与调试过程

5.1 实物调试部分

5.2 环境温度实物测试

5.3 环境湿度实物测试

5.4 土壤湿度实物测试

5.5 光照强度实物测试

5.6 CO2浓度实物测试

5.7 蓝牙无线传输实物测试

第七章 结论

参  考  文  献

致谢

附录

附录A: 原理图

附录B:PCB

附录C:主程序

……………..本设计说明书是配套实物和仿真来写的,完整的设计参考书请购买后下载,购买过程遇到任何问题请联系客服进行咨询。本资料是一次性商品,不支持退货,感谢您对单片机俱乐部的支持……………..

发表评论

后才能评论

本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。

最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。

对于会员专享、整站源码、程序插件、网站模板、网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。

如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理

源码素材属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源