1、 I 单片机控制的多声报警装置设计 摘摘 要要 目前基于单片机的语音报警系统的应用越来越广泛。 针对各种各样的报警系 统及其报警声音,本文设计了由单片机 AT89C51 及数码语音芯片 ISD2560 组成 的电脑语音系统,并设计出了系统的硬件电路,给出了录、放音实用的源程序。 用单片机 AT89C51 和录放时间达 60s 的数码语音芯片 ISD2560 设计了一套 智能语音录放系统。本设计用按键来替代不同的触发信号,并将信号传输进 C51 单片机。通过程序控制语音芯片 2560 实现了语音的分段录取,通过软件的修改 还可以实现整段录取,循环播放,并可加锁存器 74HC573 控制信号的输出
2、,这 样在遇到不同情况时就可以发出不同的报警声音。 关键词:关键词:语音报警、单片机 AT89C51、语音芯片 ISD2560、语音录放系统 II The single-chip microcomputer control multiple voice alarm device Abstract: At present, the application of Voice alarm system what Based on microcontroller have more and more widely. According to various kinds of alarm system
3、and its alarm sound, designed a computer voice system by single-chip microcomputer AT89C51 and digital voice chip ISD2560 composition. And designed a system hardware circuit, gives a source program by the record, playback practical. A set of intelligent voice recording system was designed by Single-
4、chip microcomputer AT89C51 and recording time of ISD2560 60s digital voice chip,This design with buttons instead of different trigger signal, and have a signal transmission into C51 microcontroller. Through the program control pronunciation chip 256 realized the voice of subsection admissions,and th
5、rough the software revision also can realize segmental admitted and looping,and can add latches 74HC573 control signal output,so that in different conditions can be met when the alarm sound differ. Keywords: Voice alarm、Single-chip microcomputer AT89C51、ISD2560 pronunciation chip、Voice recording sys
6、tem III 目录目录 第一章 前言 1 1.1 本设计的背景和意义 . 1 1.2 单片机的发展前景 . 1 1.3 语音芯片的现状 2 第二章 总体设计方案 5 2.1 制定不同方案并选择 . 5 2.1.1 制定的三种方案 5 2.1.2 最终选定的方案以及理由 7 2.2 硬件选择 . 7 2.3 软件选择 . 8 2.4 本设计的主要任务和要求 . 9 第三章 主要芯片简介 10 3.1 单片机 AT89C51 概述 . 10 3.1.1 主要特性和基本组成 10 3.1.2 结构及主要管脚说明 11 3.2 ISD2560 语音芯片的主要功能特性及其引脚功能 13 3.2.1 ISD2560 语音芯片的主要功能特性 . 13 3.2.2 ISD2560 语音芯片的结构和引脚功能 . 14 第四章 硬件部分 17 4.1 单片机的最小系统 . 17 4.2 AT89C51 语音控制电路的原理图 . 20 4.3 ISD2560 语音芯片录/放音电路的原理图 21 4.4 扬声器和话筒的电路 . 22 4.5 总的电路图 23 第五章 软件部分 24 IV 5.1 本次设