PM2.5检测仪在设计中GP2Y1010AU0F粉尘传感器采集空气中PM2.5的浓度值,经过STC89C51单片机处理后,在LCD1602液晶上显示,并且设置一个报警值
摘要:PM2.5浓度是检验空气质量的重要指标。从传统的天气预报节目,到智能手机的天气应用,无一例外地含有区域的PM2.5浓度报告,这说明PM2.5浓度现已受到了空前的关注,PM2.5浓度已经成为和天气、气温、湿度等一样重要的标注之一。随着人们日渐了解PM2.5的危害之处,同时对自身健康的关注不断提高,相应的也会提升对实时空气质量的检测要求。但由于PM2.5粒子的相对流动性,一个环境监测站得出的结果往往无法准确代表一整片区域的空气质量,一段距离之外的空气质量就会有差异。对于有相应需求的用户来说,环境监测已经不再仅限于接收环境数据;他们如果想主动去获取实时数据,就会需要一个具有实时性,便携性和相对准确性的个人级别环境检测设备。本课题制作的仿真PM2.5检测仪会根据以上需求,从使用者的角度出发,介绍PM2.5检测仪的构建和制作思路,各部件的原理,仿真过程和调试过程。
关键词:PM2.5检测仪 Proteus仿真 单片机
Design of PM2.5 detector based on Proteus simulation
Abstract:PM2.5 concentration is an important index to test air quality. From the traditional weather forecast programs, the weather to the smartphone applications, without exception, containing area of PM2.5 concentrations report, suggesting that concentrations of PM2.5 has received unprecedented attention and concentrations of PM2.5 has become and weather, temperature, humidity, etc. As one of the important marks. As people become more aware of the hazards of PM2.5 and pay more and more attention to their own health, the detection requirements of real-time air quality will be improved accordingly. But due to the relative liquidity of PM2.5 particles, an environmental monitoring station of results often cannot accurately represent a whole area of air quality, air quality will be from a distance. For users with corresponding requirements, environmental monitoring is no longer limited to receiving environmental data. If they want to proactively obtain real-time data, they will need a personal level environmental detection device that is real-time, portable and relatively accurate. This topic make simulation of PM2.5 monitor will according to the above requirements, from the perspective of the consumer, also introduces the building and making ideas of PM2.5 detector, the principle of components, simulation and debugging process.
KeyWords:PM2.5 detector;Proteus simulation
目 录
1 概述 1
1.1 设计的主要内容和意义 2
1.1.1 设计的主要内容 …4
1.1.1 设计的主要意义 …4
2 主控制器以及主要器件 …1
2.1 STC89C51单片机 …2
2.2 粉尘传感器 GP2Y1010AUOF …2
2.3 A/D转换芯片 ADC0832 …2
2.4 1602LCD 液晶显示屏 …2
2.5 蓝牙模块 HC-05 …2
2.6 温湿度传感器 DHT11 …2
3 硬件电路设计 …1
3.1 电路设计框图 …2
3.2 系统概述 …2
3.3 单片机最小系统 2
3.4 粉尘传感器电路设计 …2
3.5 A/D转换 …2
3.6 LCD显示模块设计 …2
3.7 蓝牙电路 …2
3.8 温湿度传感器电路 2
4 程序设计及软件应用 1
4.1 主程序设计 2
4.2 主要子函数的设计 …2
4.3 keil的应用 2
4.4 protel99se的应用 2
4.5 Proteus的应用 2
5 总结 1
致谢 1
参考文献 …1
致谢 1
附录 1
程序源代码 …2
1 概述
1.1 设计的主要内容和意义
本章介绍设计PM2.5检测仪的主题思路结构,PM2.5检测仪设计的意义等一系列实验前提。
1.1.1 设计的主要内容
本实验所制作的PM2.5检测仪,是使用了Proteus仿真软件下所完成的。主体是围绕着使用51单片机来控制其他组件,具体如下:在本实验中作为PM2.5检测传感器的粉尘监测传感器、显示PM2.5的读数的显示模块、由蜂鸣器和红绿黄三个LED灯组成的声光报警模块等组成的电路。本实验采用了夏普G2Y1010AU0F粉尘传感器来作为PM2.5传感器,用来检测空气中粉尘的浓度值。输出的信号在经过单片机程序的处理后,最终将粉尘浓度的读数输出在液晶屏幕上显示,同时通过LED报警灯和蜂鸣器指示浓度的状态。