首页 实物资料 开题报告 设计说明书 答辩PPT

设计说明书

总字数:19000+

摘要

在家庭植物工厂种植中,光照、温度、病虫害及水质酸碱度等环境因素的适宜与否,直接影响植物的生长状态和品质。传统的家庭植物管理主要依赖人工观察和手动调节,不仅耗费时间和精力,且难以精准把控各项环境参数,易因调控不及时或不准确导致植物生长不良,无法满足家庭种植者对高效、便捷管理植物的需求。​

基于 STM32F103C8T6 单片机的家庭植物工厂控制系统,整合了 5516 光照检测模块、DS18B20 温度传感器、HC-SR04 超声波检测模块、PH4502C PH 检测模块、3 个独立按键、OLED 显示屏、ESP8266WiFi 模块及执行设备(补光灯、加热装置、制冷装置、通风设备、紫色诱杀灯、循环水泵等),实现了家庭植物工厂环境的自动化监测与智能调控。系统核心功能包括:通过 5516 光照检测模块监测光照,光照较低时自动开启补光灯;通过 DS18B20 检测温度,温度小于最小值时自动打开加热装置,温度大于最大值时自动启动制冷和通风设备;通过 HC-SR04 超声波检测模块检测是否有虫子,检测到虫子时打开紫色诱杀灯进行诱杀;通过 PH4502C PH 检测模块检测水中 PH 值,PH 值超出阈值范围时自动打开循环水泵;支持通过 3 个独立按键设置各参数阈值,控制补光灯、加热、制冷、诱杀灯及循环水泵;通过 OLED 显示屏实时显示各项监测数据及设备状态;利用 ESP8266WiFi 模块将数据上传至手机端,手机端可设置阈值并控制相关设备。​

该系统的实现,有效提升了家庭植物工厂管理的自动化与智能化水平,减少了人工干预,确保了植物生长环境的稳定适宜,为家庭种植者提供了高效、便捷的解决方案,同时为同类家庭种植控制系统的研发提供了参考,具有较高的实际应用价值。​

关键词:STM32F103C8T6;家庭植物工厂;控制系统;传感器;智能调控;WiFi 通信

ABSTRACT

In home plant factory cultivation, the suitability of environmental factors such as light, temperature, pests and diseases, and water pH directly affects the growth status and quality of plants. Traditional home plant management mainly relies on manual observation and manual adjustment, which not only consumes time and energy but also makes it difficult to accurately control various environmental parameters. It is easy to cause poor plant growth due to untimely or inaccurate regulation, failing to meet the needs of home growers for efficient and convenient plant management.​

The home plant factory control system based on the STM32F103C8T6 microcontroller integrates 5516 light detection modules, DS18B20 temperature sensors, HC-SR04 ultrasonic detection modules, PH4502C PH detection modules, 3 independent buttons, OLED displays, ESP8266WiFi modules, and executive devices (fill lights, heating devices, refrigeration devices, ventilation equipment, purple trapping lights, circulating water pumps, etc.), realizing automatic monitoring and intelligent regulation of the home plant factory environment. The core functions of the system include: monitoring light through the 5516 light detection module, automatically turning on the fill light when the light is low; detecting temperature through DS18B20, automatically turning on the heating device when the temperature is lower than the minimum value, and automatically starting the refrigeration and ventilation equipment when the temperature is higher than the maximum value; detecting whether there are insects through the HC-SR04 ultrasonic detection module, and turning on the purple trapping light to trap and kill insects when detected; detecting the pH value of water through the PH4502C PH detection module, and automatically turning on the circulating water pump when the pH value exceeds the threshold range; supporting the setting of various parameter thresholds through 3 independent buttons to control the fill light, heating, refrigeration, trapping light and circulating water pump; real-time display of various monitoring data and equipment status through the OLED display; uploading data to the mobile phone through the ESP8266WiFi module, and the mobile phone can set thresholds and control related equipment.​

The implementation of this system effectively improves the automation and intelligence level of home plant factory management, reduces manual intervention, ensures a stable and suitable growth environment for plants, provides an efficient and convenient solution for home growers, and also offers a reference for the research and development of similar home planting control systems, with high practical application value.​

Keywords: STM32F103C8T6; Home plant factory; Control system; Sensor; Intelligent regulation; WiFi communication​

目录

第 1 章 绪论

1.1 研究的目的及意义

1.2 国内外发展情况

1.3 本文主要研究内容

第2章 设计思路与方案论证

2.1 主要元器件选择

2.1.1 主控芯片选择

2.1.2 光照检测模块选择

2.1.3 温度传感器选择

2.1.4 超声波检测模块选择

2.1.5 PH 检测模块选择

2.1.6 按键模块选择

2.1.7 显示模块选择

2.1.8 WiFi 模块选择

2.2整体设计方案

第 3 章 硬件设计

3.1 主控电路模块

3.2 光照检测模块电路

3.3 温度传感器电路

3.4 超声波检测模块电路

3.5 PH 检测模块电路

3.6 显示模块电路

3.7 WiFi 模块电路

3.8 按键模块电路

3.9 执行设备驱动电路

第4章 系统程序设计

4.1 编程软件介绍

4.2 系统主流程设计

4.3 OLED显示子流程设计

4.4 独立按键子流程设计

4.5 ADC模数转换子流程设计

4.6 超声波检测模块子流程设计

4.7 温度检测模块子流程设计

4.8 WiFi模块子流程设计

第 5 章 实物测试

5.1 整体实物测试

5.2 光照检测模块功能测试

5.3 温度传感器功能测试

5.4 超声波检测模块功能测试

5.5 PH 检测模块功能测试

5.6 WiFi 模块功能测试

5.7 按键设置与显示功能测试

第 6 章 总结与展望

6.1 总结

6.2 展望

致谢

参考文献

附录

附录一:原理图

附录二:PCB

附录三:主程序

购买后可查看具体内容!

发表评论

后才能评论

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

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

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

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

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