基于单片机智能灭火小车控制系统设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科毕业设计(论文)
基于单片机智能灭火小车控制系统设计
学生学院信息工程学院
专业测控技术与仪器
(光机电一体化方向)
年级班别20级(1)班
学号
学生姓名
指导教师
20 年5月
摘要
如今,我国正处于经济迅猛发展的时期,人民的生活水平得到普遍提高,居住环境和生活环境也不断的改善,但同时,我国的消防安全隐患仍是个巨大的问题。每年,我国的火灾事故频频出现,尤其是发生了重大火灾时,消防工作人员自身在抢救时也面临着生命的危险,甚至有时候根本无法达到目的地进行灭火抢救。如何能在高效灭火的同时保障消防员的生命安全,是我们当今所考虑的问题,于是,当代人们想出了智能灭火小车,由机器代替人们进行一些不可完成的工作,同时也能减少生命和财产的损失。本文是对智能灭火小车控制系统进行了说明和设计,使用C52单片机作为核心来控制小车,利用C语言程序进行相应的指令操作,实现对智能小车每方面的模块进行了控制;此次课设包含了设计电源电路、电机驱动电路、火焰检测电路、灭火风扇以及其它辅助电路,并将它们加以组合成为灭火小车,其中电源电路提供工作时系统所需要的电源,电机驱动电路则使用电机驱动芯片L298N驱动电机控制智能小车的前进后退以及转向,并使用火焰电阻传感器作为核心检测模块,进行火焰探测,再探测到火源时使用相关程序驱动USB风扇进行灭火等相关操作。
关键词:智能灭火小车,电机驱动芯片L298N,火焰电阻传感器,C52单片机
Abstrack
Nowadays, our country is in the period of rapid development of economy, people's living standards improved universally, living environment and living environment has been improved, but at the same time, hidden danger of fire safety in our country is still a huge problem. Every year, our country's fire accident appeared frequently, especially when the big fire broke out, fire during the rescue staff itself is faced with the risk of life, sometimes even can not reach the destination for fire fighting and rescue. How can the effective fire at the same time to ensure the safety of a fireman's life, is our today's consider problems, so the contemporary people come up with intelligent fire-fighting vehicles, by machines instead of people to work for some impossible, at the same time also can reduce losses of life and property. This paper is on the intelligent car control system specification and design, use C52 as the core to control the car, using C language program for the corresponding instruction operation, realize the intelligent car control every aspect of the module; The class set design includes power circuit, motor drive circuit, flame detection circuit, fire fan and other auxiliary circuit, and to combine them into the fire fighting vehicles, including power supply circuit for work when the system power supply, motor drive circuit is used motor driver chip driver motor control of the intelligent car forward back and turned, and use the flame resistance sensor as the core detection module, flame detection, relevant procedures are used to detect fire source drive USB fan for fire fighting and related operations.
Key words: Smart fire extinguishing car, light sensor sensor, C52 single chip
目录
1 绪论 (1)
1.1 灭火小车控制系统的设计背景和意义 (1)
1.2 国内国际研究现状 (1)
1.3 灭火小车控制系统的目标 (4)
2 灭火小车控制系统介绍 (5)
2.1 灭火小车控制系统功能概述 (5)
2.2 系统工作原理 (6)
2.3 主要设计内容 (6)
2.4 本章小结 (6)
3 系统硬件设计 (7)
3.1 硬件设计框图 (7)
3.2 硬件设计及主控芯片介绍 (7)
3.2.1 AT89C52主控芯片介绍 (8)
3.2.2 驱动电机系统方案设计 (10)
3.2.3 火焰检测系统设计 (12)
3.2.4 车体方案设计 (13)
3.2.5 风扇模块设计 (14)
3.3 本章小结 (15)
4 系统软件设计 (16)
4.1 软件设计思路 (16)
4.2 系统程序流程图 (16)
4.2.1 驱动电机模块程序流程图 (17)
4.2.2 灭火流程图 (18)
4.3 软件实现 (20)
4.3.1 软件开发平台介绍 (20)
4.3.2 各功能模块软件程序设计 (20)
驱动电机模块主程序: (20)