设计简介:

项目名:烟雾检测(实物)
项目编号:mcuclub-dz-179
单片机类型:STM32F103C8T6
具体功能:
1、通过DS18B20检测温度值
2、通过MQ-2检测烟雾值
3、通过人体热释电检测是否有人
4、有人吸烟:当有人且检测到烟雾时,语音播报“此地禁止吸烟”
5、有火灾:当温度超过设置最大值且检测到烟雾时,声光报警
6、当同时出现时,声光报警
7、通过按键设置各阈值
8、通过OLED显示测量数据
9、通过WIFI可将数据远程发送到手机端

总字数:15685

实物链接:点击跳转

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

开题报告链接:点击跳转

答辩PPT链接:点击跳转

基于云平台的烟雾报警器的设计

摘要

随着人类步入信息时代,智能化产品成为信息社会的重要成果之一。在这一背景下,远程报警系统已成为确保高铁、石油化工厂等易燃易爆场所安全管理的关键基础。然而,国内的研究主要集中在综合场所的火灾报警系统上,而适用于家庭的烟雾报警器系统除了要求小巧的结构外,还需要具备经济实惠的特点。本研究基于STM32F103C8T6单片机设计了一款远程烟雾报警系统,具备声光报警、报警状态显示等功能。在硬件设计方面,系统整合了多种传感器,包括DS18B20用于温度检测、MQ-2用于烟雾检测,以及人体热释电传感器用于人体检测。系统通过智能判断传感器数据实现了多重功能。例如,在检测到有人吸烟且有烟雾产生时,系统会通过语音播报警告:“此地禁止吸烟”;当温度超过设定的最大值且检测到烟雾时,系统会进行声光报警。此外,用户可以通过按键设置不同的阈值,并通过OLED显示测量数据。同时,通过WIFI模块,系统还可以将数据远程传送至手机端,实现远程监控和报警功能。经过系统测试,结果表明该系统能够在火灾的早期阶段准确地探测到火情并迅速报警。所设计的烟雾报警器系统具备结构简单、性能稳定、使用方便、价格低廉、智能化、安装便利、维修以及保养成本低等优势,不仅适用于家庭,还适用于各类工作场所和厂房,具有实际的应用价值。通过本研究,为家庭安全管理和火灾预防提供了一种创新的解决方案。

关键词:远程报警系统;烟雾报警器;智能化产品;火灾预防;单片机设计

Abstract

Entering the information era, intelligent products have become essential achievements of the information society. Against this backdrop, remote alarm systems have emerged as critical foundations for ensuring safety management in high-speed trains, petroleum and chemical plants, and other locations prone to fire and explosions. However, domestic research primarily focuses on comprehensive fire alarm systems for larger spaces. For home use, smoke alarm systems need to not only feature compact structures but also be cost-effective. This study designs a remote smoke alarm system based on the STM32F103C8T6 microcontroller, equipped with functions such as audio-visual alarms and status displays.In terms of hardware design, the system integrates various sensors including DS18B20 for temperature detection, MQ-2 for smoke detection, and a passive infrared sensor for human detection. The system intelligently interprets sensor data to enable multiple functions. For example, when both smoking and smoke detection are detected, the system issues an audio warning: “No smoking allowed here.” If the temperature surpasses the defined maximum while smoke is detected, the system initiates audio-visual alarms. Additionally, users can set different thresholds through buttons and view measurement data on an OLED display. Moreover, the system incorporates a WiFi module for remote transmission of data to mobile devices, enabling remote monitoring and alarm functionalities.System testing results indicate that this system accurately detects fires in the early stages and promptly triggers alarms. The designed smoke alarm system boasts advantages such as simplicity in structure, stable performance, user-friendly operation, affordability, intelligence, ease of installation, low maintenance, and operational costs. It is suitable not only for home use but also for various work environments and factories, offering practical utility. This research introduces an innovative solution for household safety management and fire prevention.

Keywords: remote alarm system; smoke alarm; intelligent product; fire prevention; microcontroller design

目录

基于云平台的烟雾报警器的设计 I

摘要 I

Abstract II

第一章 绪论 7

1.1课题设计背景与意义 7

1.2国内外发展历程 7

1.3研究目标及预期功能 8

第二章 设计思路与方案选择 10

2.1 主要元器件选择 10

2.1.1 主控芯片选择 10

2.1.2 温度检测模块方案选择 10

2.1.3 烟雾检测模块方案选择 10

2.1.4 人体检测模块方案选择 11

2.1.5 显示模块方案选择 11

2.2整体设计方案 12

第三章 硬件设计 14

3.1主控电路模块 14

3.2 环境温度检测模块电路 15

3.3 烟雾检测模块电路 16

3.4 人体检测模块电路 16

3.5 显示检测模块电路 17

3.6 语音输出模块电路 18

3.7 WiFi模块电路 19

3.8 独立按键模块电路 19

3.9 声光报警模块电路 20

第四章 系统程序设计 22

4.1 编程软件介绍 22

4.2 系统主流程设计 22

4.3温度检测模块子流程 23

4.4独立按键 26

4.5OLED显示流程设计 26

4.6WiFi模块子流程设计 27

第五章 实物测试 29

5.1整体实物测试 29

5.2 吸烟提醒实物测试 29

5.3 火灾检测实物测试 30

5.4 手机远程监测实物测试 31

第六章 总结与展望 33

致谢 34

参考文献 35

附录 36

附录一: 原理图 36

附录二:PCB 37

附录三:主程序 38

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

发表评论

后才能评论

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

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

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

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

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