- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
电梯语音播报系统的设计毕业论文
论文题目: 电梯语音播报系统的设计
电梯语音播报系统的设计
摘 要
本设计主要是运用单片机及按键、LCD1602液晶显示等常见外围电路知识,结合实际生活中电梯的运作,实现对三层电梯控制模型的设计。硬件部分主要由单片机最小系统模块、电梯内外电路按键矩阵模拟检测模块、电梯外请求发光管显示模块、楼层显示LCD1602液晶显示模块、电梯上下行显示模块等5部分组成。该系统采用单片机(AT89S51)作为控制核心,使用按键按下与否而引起的电平的改变,作为用户请求信息发送到单片机,单片机控制电动机转动,单片机根据楼层检测结果控制电机停在目标楼层。软件部分使用C语言,利用查询方式来检测用户请求的按键信息,根据电梯运行到相应楼层时,模拟按键引起电平变化,送到单片机计数来确定楼层数,并送到LCD1602液晶显示器进行显示。
关键词:AT89S51、模拟电梯、LCD1602液晶显示 、语音播报
Design Of Elevator Speech Broadcast System
ABSTRACT
This design impress on SCM and keys, LCD1602 liquid crystal display and other common peripheral circuit knowledge, combined with the actual life of the operation of the elevator, to realize the control model of three elevators. Hardware is composed of MCU minimum system module, elevator and keystroke matrix simulation detection module, elevator request LED display module, floor display LCD1602 liquid crystal display module, elevator up and down the line display module 5 parts. The system uses SCM (AT89S51) as the control core, and uses the button whether pressed or not arising from the level of change, as users request information sent to the micro controller. SCM control motor rotation, microcontroller controls the motor according to test results floors stopped at the target floor. Software components use C language, utilize the query method to detect the key information of user queries, according to the operation of the elevator to the appropriate floor, analog buttons caused level change, sent to the MCU counter to determine the number of floors, and sent to the LCD1602 LCD display.
Keywords: AT89S51、simulated elevator、LCD1602 liquid crystal display、keyboard control
目 录
第一章 引言 1
1.1 研究的背景和意义 1
1.2 基于单片机的语音系统简介及设计要求 1
1.2.1 系统简介 1
1.2.2 设计要求 1
第二章 系统整体框图 2
2.1 系统构成框图 2
2.2 系统方案论证 2
第三章 控制系统硬件结构设计 4
3.1 硬件系统设计 4
3.2 系统硬件构成 4
3.2.1 LCD显示电路模块 4
3.2.2 单片机连接模块 6
3.2.3 复位及晶振电路模块 9
3.2.4 语音播报模块 11
3.2.5 键盘控制模块 16
3.3 本章小结 17
第四章 系统的软件设计 18
4.1 应用软件的设计原则 18
4.2 系统主程序 19
4.3 选音播报子程序 20
4.4 本章小结 20
第五章 系统仿真与调试 21
文档评论(0)