电动感应门设计

  • 格式:docx
  • 大小:342.27 KB
  • 文档页数:30

I

摘 要

单片机SCM(Single Chip Microcomputer),即MicroController,是把微型计算机主要部分都集成在一个芯片上的单芯片微型计算机。主要包括了微处理器(CPU)、存储器(ROM、RAM)、输入/输出口(1/0口)和定时器/计数器、中断系统等功能部件。单片机自20世纪70年代问世以来,以其极高的性能价格比,受到人们的重视和关注,应用很广、发展很快。而51单片机是各单片机中最为典型和最有代表性的一种。

本次设计是红外线自动门控制系统,使用红外线传感器作为感应器,检测到人体辐射的红外线能量变化,将其转化为电信号,传给单片机。交流电机作为门驱动装置。通过单片机控制交流电机,使门自动打开,当人进门后又可以使门自动关闭。本课题主要实现红外线检测和基于AT89C51的单片机控制系统。

关键词:单片机 热释红外线传感器 AT89C51 BIS0001芯片II

Abstract

Single chip SCM ( Single Chip Microcomputer ), namely MicroController, is the main part

of micro computer are integrated on a chip and single chip microcomputer. Includes a

microprocessor ( CPU ), memory ( ROM, RAM ), input / output port ( 1 / 0 ) and counters / timers,

interrupt system and other functional components. SCM since the nineteen seventies since, with its

high cost performance, by the people's attention and concern, a very wide application, development

is very rapid. While the 51 SCM is the most typical and the most representative one.

The design of infrared automatic door control system, an infrared sensor is used as a sensor,

detecting the infrared radiation of human body energy change, transforming it into an electrical

signal, transmitted to the single chip microcomputer. AC motor as the door driving device. Through

the MCU to control the AC motor, so that the door opened automatically, when the person after the

door and can make the door is automatically closed. This topic mainly realizes the infrared detection

based on AT89C51 and single chip microcomputer control system.

Key words: single chip pyroelectric infrared sensor AT89C51 BIS0001 chIII

目 录

摘 要··························································································································· I

Abstract ························································································································ II

第1章 绪论············································································································ 1

1. 1电动感应门的发展历史················································································ 1

1. 2电动感应门研究背景···················································································· 1

1.3国内外的研究概况及发展趋势····································································· 2

第2章 系统整体方案设计························································································ 3

2.1系统功能要求································································································· 3

2.2系统设计指标································································································· 3

2.3系统方案设计概述························································································· 3

2.4本章小结········································································································· 3

第 3 章 系统的硬件电路研究与设计···································································· 4

3.1 热释红外传感器的原理和使用·································································· 4

3.2 BISS0001芯片介绍和典型电路 ································································ 6

3.2.1 BISS0001的内部: ············································································· 6

3.2.3 BISS0001工作原理 ············································································· 7

3.3 AT89C51单片机简介 ··············································································· 10

3.3.1 AT89C51主要特性: ······································································11

3.3.2 AT89C51管脚说明: ········································································ 12

3.3.3振荡器特性:····················································································· 14

3.3.4芯片擦除:························································································· 14

3.4步进电机······································································································· 14

3.4.1步进电动机有如下特点: ··································································· 14

3.4.2反应式步进电机················································································· 15

3.4.3 反应式步进电动机的步进原理························································ 16

3.4.4驱动控制系统组成············································································· 18

3.4.5 脉冲信号的产生与分配···································································· 18

3.5本章小结······································································································· 19

第4章 系统软件设计···························································································· 20

4.1 系统软件结构······························································································ 20