项目编号:mcuclub-dz-298
设计简介:
项目名:无线远程监测(实物)(mcuclub-dz-230)
项目编号:mcuclub-dz-298
单片机类型:STM32F103C8T6
具体功能:
1、通过DHT11检测温湿度,当温湿度不在设置的上下限值之间,进行声光报警,当温度高于设置最大值或湿度高于设置最大值,开启风扇
2、通过GP2Y10检测粉尘浓度,当粉尘浓度值大于设置最大值,进行声光报警,开启风扇
3、通过MQ-5检测可燃气体值,当可燃气体值大于设置最大值,进行声光报警,开启风扇
4、通过MS1100检测甲醛值,当甲醛值大于设置最大值,进行声光报警,开启风扇
5、通过按键设置各阈值
6、通过OLED显示屏显示测量值
7、通过NB模块将测量数据发送到手机端,手机端可设置各阈值,可控制声光报警、风扇
总字数:19033
实物链接:点击跳转
设计说明书链接:点击跳转
开题报告链接:点击跳转
答辩PPT链接:点击跳转
摘 要
无线网络凭借其分布范围广、灵活性强、布置方便等特点被广泛应用于各种环境监测场合,实现了简单数据的及时获取。本文以单片机和传感器技术为基础,实现多个环境参数信号的采集、处理以及无线传输,为环境参数监测与无线网络的结合提供了一种新的硬件实现方式。
本文以环境参数作为研究对象,采用单片机技术对其进行设计,分为软件设计和硬件设计,硬件设计:采用STM32单片机作为主控芯片,采用DHT11检测环境中的温湿度,采用GP2Y10检测环境中的灰尘浓度,采用MQ-5检测可燃气体值,采用MS1100检测甲醛值,采用OLED显示屏进行相关数据的显示,采用NB模块将检测到的数据传输到用户的手机上,用户可以通过按键对其参数值进行设置,也可以通过手机对相关阈值进行设置;软件设计:采用Keil5作为此次设计程序编程软件,采用AD作为此次设计的原理图和PCB的绘制软件,采用stc-isp作为此次设计程序的烧录软件,采用Visio作为此次设计的流程图绘制软件;通过软硬件配合进行设计,实现对自然环境中的相关参数进行监测和控制,使环境处于优良状态。
关键词:环境控制;温湿度;传感器;Keil5;单片机
Abstract
Wireless network has been widely used in various environmental monitoring occasions by virtue of its wide distribution range, strong flexibility and convenient layout, which realizes the timely acquisition of simple data. Based on single chip microcomputer and sensor technology, this paper realizes the acquisition, processing and wireless transmission of multiple environmental parameter signals, which provides a new hardware realization method for the combination of environmental parameter monitoring and wireless network.
In this paper, environmental parameters as the research object, the use of single-chip microcomputer technology to design it, divided into software design and hardware design, hardware design: STM32 single chip microcomputer is used as the main control chip, DHT11 is used to detect temperature and humidity in the environment, GP2Y10 is used to detect dust concentration in the environment, MQ-5 is used to detect combustible gas value, MS1100 is used to detect formaldehyde value, and OLED display is used to display relevant data. The NB module is used to transmit the detected data to the user’s mobile phone, and the user can set the parameter value by pressing the button, or set the related threshold through the mobile phone. Software design: Keil5 is used as the programming software of this design program, AD is used as the drawing software of this design schematic and PCB, stc-isp is used as the burning software of this design program, and Visio is used as the flowchart drawing software of this design. Through the design of hardware and software cooperation, the relevant parameters in the natural environment can be monitored and controlled, so that the environment is in a good state.
Key words: environmental control; Temperature and humidity; Sensor; Keil5; Single chip microcomputer.
目 录
摘 要
Abstract
第1章 绪论
第2章 系统设计方案
第3章 硬件设计
第4章 系统程序设计
第5章 实物测试
结论
参 考 文 献
致谢
附录