项目编号:mcuclub-jk-007
51单片机实物设计简介:
单片机:STC89C52
功能简介:
1、通过颜色传感器识别口罩颜色(蓝色)配合红外避障管检测人是否佩戴口罩,如果监测到未带口罩,语音提醒,并声光报警
2、通过非接触红外测温配合红外避障管检测人体温度,超过设定值进行语音提醒,并声光报警
3、通过按键设置温度上下限
4、通过显示屏显示测量数据(STC89C52用LCD1602,STM32F103C8T6用OLED)
扩展功能:通过蓝牙模块将测量数据发送到手机端
实物演示视频:
打开视频声音方法:鼠标放在视频中,点击右下角小喇叭图形即可;视频放大后不清晰,可将鼠标放在视频上,点击“进入哔哩哔哩,观看更高清”
仿真演示视频:
打开视频声音方法:鼠标放在视频中,点击右下角小喇叭图形即可;视频放大后不清晰,可将鼠标放在视频上,点击“进入哔哩哔哩,观看更高清”
电子版资料介绍视频:
打开视频声音方法:鼠标放在视频中,点击右下角小喇叭图形即可;视频放大后不清晰,可将鼠标放在视频上,点击“进入哔哩哔哩,观看更高清”
电子版实物资料预览
实物图
底板:底板在嘉立创进行打板,为绿色PCB板,两层板,厚度1.2,上下覆铜接地。元器件基本上为插针式,个别降压芯片会使用贴片式。
供电接口:TYPE-C
电子版仿真资料预览
仿真图
仿真软件版本:proteus8.17 (本站提供该软件免费下载链接)
电路连线方式:网络标号连线方式
注意:部分实物元器件仿真中没有,仿真中会用其他工作原理相似的元件代替,这样可能导致实物程序和仿真程序不一样
原理图
软件版本:AD2013 (本站提供该软件免费下载链接)
电路连线方式:网络标号连线方式
注意:原理图只是画出了模块的引脚图,而并不是模块的内部结构原理图
PCB图
软件版本:AD2013 (本站提供该软件免费下载链接)
PCB图是由原理图导出,封装很大一部分都是作者自己绘制,不提供封装库,只提供连接好的源文件,可以直接在嘉立创进行打板。两层板,上下覆铜接地。
注意:PCB图中间有一个项目编号,隐藏在单片机底座下,插入单片机后不会看到。如果想截没有项目编号的PCB图,可在PCB源文件中点击删除。另外,如果想在实物PCB板上加自己的信息(比如日期、学号、姓名等),可联系客服。
系统框图
绘制软件:VISIO (本站提供该软件免费下载链接)
软件设计流程
绘制软件:VISIO (本站提供该软件免费下载链接)
开题报告
下图为开题报告整体框架模板,基本上所有项目的开题报告格式都如下所示,但由于部分院校要求不一致,可能有一小部分格式有所变动。
购买后可查看具体内容!
设计说明书
总字数:15000+
摘 要
伴随着科学技术的发展,人们的生活质量也得到大幅度的提升,人们对生活用品的质量和精度要求也越来越高。针对目前市面上都是接触式人体温度检测,比如现在很多医院还在使用水银测温,虽然对人体的温度检测较为准确,但是水银测温计不小心打破,流出来的汞蒸气对人们的身体有害,而且污染环境。设计一款安全的,没有污染的,非接触的测温系统就显得很重要了。本设计以STC89C52单片机为核心设计的一款红外测温系统。该系统包括单片机最小系统、红外非接触测温MLX90614、颜色检测电路等,非接触测温MLX90614用来检测人体的温度、颜色检测电路检测是否佩戴口罩;红外避障管检测当前是否有人,蜂鸣器报警用来提醒当前检测者的温度不在正常的范围内,按键可以根据具体情况进行人们此时正常的温度范围、显示屏显示当前检测的环境温度和人体的检测温度。语音电路,当检测到有人,语音播报当前检测温度及当前温度是否正常或者过高过低;当人体温度超过设定的阈值的时候进行报警提醒,而且该设计是非接触的,使用较为安全。
关键词:口罩识别;红外对管;非接触红外测温;语音播报
Abstract
With the development of science and technology, people’s quality of life has also been greatly improved, and people’s requirements for the quality and accuracy of daily necessities are getting higher and higher. In view of the current contact human temperature detection on the market, for example, many hospitals are still using mercury temperature measurement. Although the human temperature detection is more accurate, the mercury thermometer is accidentally broken, and the mercury vapor flowing out is harmful to people’s health and pollutes the environment. It is very important to design a safe, pollution-free, non-contact temperature measurement system.This design takes STC89C52 single chip microcomputer as the core to design an infrared temperature measurement system. The system includes the minimum system of single chip microcomputer, infrared non-contact temperature measurement MLX90614, color detection circuit, etc. The non-contact temperature measurement MLX90614 is used to detect the temperature of the human body, and the color detection circuit detects whether to wear a mask; The infrared obstacle avoidance tube detects whether there is a person at present. The buzzer alarm is used to remind the current detector that the temperature is not within the normal range. The key can be used to carry out the normal temperature range of people at this time according to the specific situation. The display screen displays the current detected ambient temperature and human body detection temperature. Voice circuit: when someone is detected, the voice broadcast will tell whether the current detection temperature and current temperature are normal or too low; When the human body temperature exceeds the set threshold, an alarm will be sent to remind the user. The design is non-contact and safe to use.
Key words: Infrared tube alignment; Non contact infrared temperature measurement; Voice Announcements.
目 录
1 绪论
1.1 课题背景
1.2 国内外研究现状和发展趋势
1.3 本课题的研究内容
2 系统总体方案
2.1 系统结构设计
2.2 系统工作原理
3 硬件电路设计
3.1 单片机最小系统
3.1.1主控模块电路
3.1.2 晶振电路
3.1.3 复位电路
3.1.4 电源电路
3.1.5下载电路
3.2 非接触温度检测电路
3.3 红外避障模块电路
3.4 颜色检测电路
3.5 LCD1602显示电路
3.6 语音播报电路
3.7 报警提醒电路
3.8 独立按键电路
3.9蓝牙模块(ECB02)
4 系统程序设计
4.1 编程软件介绍
4.2 系统主流程设计
4.3 独立按键
4.4 LCD1602液晶显示子流程
4.5 蓝牙模块子流程
5 仿真测试
5.1整体仿真测试
5.2 人体温度仿真测试
5.3 口罩佩戴仿真测试
6 实物测试
6.1实物焊接
6.2 人体温度实物测试
6.3 口罩佩戴实物测试
7 总结与展望
7.1总结
7.2 课题展望
致 谢
参考文献
附 录
附录A:原理图
附录B:PCB
附录C:主程序
购买后可查看具体内容!
答辩PPT
下图为答辩PPT整体框架模板,基本上所有项目的答辩PPT格式都如下所示,但由于部分院校要求不一致,可能有一小部分格式有所变动。
购买后可查看具体内容!