基于单片机智能火灾报警器系统设计 .pdf
随着现代家庭用火、用电量的增加,家庭火灾发生的频率越来越高,火灾报
警器也随之被广泛的应用于各种场合。本设计是利用单片机结合传感器技术而开
发设计的智能火灾报警系统。设计目的是设计和实现一种分布式智能火灾报警控
制系统,实现系统软硬件的组成和实现。论文中主要针对智能火灾报警器系统中
的各个组成部件进行了介绍,对它的主控电路和外围设备电路之间的接口技术,
还有软件方面进行了重点介绍.
设计以MCS-51单片机为硬件核心实现智能火灾报警系统的设计。文中选用
MQ-2型半导体烟雾传感器实现烟雾的检测;选用DS18B20数字温度传感器实现温
度的检测;使用ADC0809对MQ-2采集的模拟信号进行A/D转换,以便单片机处理。
由于ADC0809的时钟信号通常为500KHz,故而选用74LS74进行分频。单片机处理
数据后,与设定地上限值进行比较,超过上限值时,发出指令,实现光报警,达
到预期的效果。
关键词:火灾;单片机;报警器;ADC0809;传感器
Abstract
Withthemodernfamilytheuseoffire,electricityconsumptionincreases,households
aremorefrequentfires,firealarmalsowillbewidelyusedinvariousapplications.This
designistheuseofmicrocomputerwiththesensortechnologydevelopmentanddesign
ofintelligentfirealarmsystem.Designpurposeistodesignandimplementationofa
distributedintelligentfirealarmcontrolsystem,andthecompositionandrealizationof
hardwareandsoftware.Themainthesisofintelligentfirealarmsystemofthe
componentpartshavebeenintroduced,itsmaincontrolcircuitandperipheralcircuits
interfacebetweentechnologyandsoftwarewerealsohighlighted.
DesignedtoMCS-51microcontrollercoreforthehardwarerealizationofintelligent
firealarmsystem.AselectionMQ-2-typesemiconductorSmokeSensorsdetectsmoke;
optionaldigitaltemperaturesensorDS18B20Temperaturemeasurement;useofthe
MQ-2ADC0809analogsignalsacquisitionA/Dconverterforsinglechipprocessing.
AstheADC0809clocksignalisusually500KHz,Guer74LS74forfrequencyselection.
MCUprocessingdata,andsettheupperlimitcomparison,overthelimit,givedirections,
toachievesoundandlightalarm,toachievethedesiredresults.
Keywords:Fire,MCU,alarmapparatus,ADC0809,sensor
I
目录
第1章概述
1.1火灾报警技术的发展概况错误!未定义书签。
1.2智能火灾报警系统简介
1.3课题研究的意义
1.4本章小结
第2章方案设计
2.1系统的主要功能及原理
2.2系统芯片的选择错误!未定义书签。
2.3系统的结构原理框图
2.4本章小结
第3章硬件模块设计
3.1单片机主控处理