设计简介:
项目名:智能养殖
项目编号:mcuclub-dz-237
单片机类型:STM32F103C8T6
具体功能:
1、通过土壤湿度检测模块测量土壤湿度,低于设置最小值水泵快速加水,在最小值和最大值之间,水泵慢速加水,大于最大值,水泵停止加水
2、通过光敏电阻测量光照强度,低于设置最小值补光灯高亮,在最小值和最大值之间,补光灯低亮,大于最大值,补光灯熄灭
3、通过按键设置各阈值
4、通过OLED显示屏显示数据
5、每间隔1小时,通过GSM发送检测的土壤湿度和光照值
总字数:17737
摘 要
养殖产业是巩固脱贫攻坚成果与衔接乡村振兴的重要支柱产业之一,当前养殖产业仍然相对传统,缺乏最新信息技术的支撑和融合。本研究针对养殖产业信息化、数字化、智能化程度低的问题,研究一款养殖智能服务平台并进行示范应用。
为了实现养殖的智能化发展,本文采用单片机配合传感器技术,设计一款智能养殖监控系统。采用STM32单片机作为主控芯片,采用土壤湿度检测模块测量养殖环境的土壤湿度,采用光敏电阻监测养殖环境的光照强度,采用按键进行土壤湿度和光照强度等阈值的设置,采用OLED显示屏将监测到的养殖环境相关参数进行显示,采用GSM模块将检测的土壤湿度和光照值发送到手机端,供用户实时查看。
最后,从系统集成和应用方面对该系统进行实物测试,实物测试表明,该系统的功能实现良好,且具备较强的实用性、可扩展性和可操作性,在不增加投资的情况下,平台能够提高养殖场信息化管理水平,提升养殖效率,节约养殖成本。智能服务平台应用前景广阔,将加速推进猪场信息化、无人化,也将把养殖场从市场与疫病的风险性和不确定性中解放出来。
关键词:养殖;数据采集;STM32单片机;土壤湿度传感器;GSM
ABSTRACT
The aquaculture industry is one of the important pillar industries for consolidating the achievements of poverty alleviation and connecting rural revitalization. At present, the aquaculture industry is still relatively traditional and lacks the support and integration of the latest information technology. Aiming at the low degree of informatization, digitization and intelligence in aquaculture industry, this study studied an intelligent service platform for aquaculture and demonstrated its application.
In order to realize the intelligent development of aquaculture, this paper uses single-chip microcomputer with sensor technology to design an intelligent aquaculture monitoring system. STM32 single chip microcomputer is used as the main control chip, soil moisture detection module is used to measure soil moisture in the breeding environment, photoresistor is used to monitor the light intensity of the breeding environment, button is used to set the threshold value of soil moisture and light intensity, and OLED display screen is used to display the monitored parameters of the breeding environment. The GSM module is used to send the detected soil moisture and light value to the mobile phone for users to view in real time.
Finally, from the aspect of system integration and application, the physical test of the system shows that the function of the system is well realized, and has strong practicability, scalability and operability. Without increasing investment, the platform can improve the level of information management of livestock farms, improve breeding efficiency and save breeding costs. The intelligent service platform has a broad application prospect, will accelerate the promotion of information and unmanned pig farms, and will also liberate farms from the risks and uncertainties of the market and disease.
Key words: breeding; Data acquisition; STM32 MCU; Soil moisture sensor; GSM
目 录
第一章 绪论
第二章 系统方案设计
第三章 硬件电路设计
第四章 系统程序设计
第五章 系统测试
结 论
致 谢
参考文献
附录