设计简介:

项目名:扶梯(实物)
项目编号:mcuclub-dz-177
单片机类型:STC89C52
具体功能:
1、通过MX1508驱动两个直流电机模拟上下扶梯(一个正转代表上行,一个反转代表下行)
2、每个扶梯都有两个红外对射管,进行人数计数,如果扶梯人数不为0,则高速运行,如果扶梯人数为0,则低速运行
3、每个扶梯都有两个按键,作为紧急制动按键,按下后,电梯停止运行,再按下,电梯正常运行
4、通过重力检测模块检测重力,当超重时,进行声光报警
5、通过声音采集模块采集声音,当采集到高分贝求救时,自动停止扶梯
6、通过蓝牙模块,可将扶梯运行情况发送到手机端,手机端可启停扶梯

总字数:14601

51实物链接:点击跳转

32实物链接:点击跳转

仿真链接:点击跳转

51设计说明书链接:点击跳转

32设计说明书链接:点击跳转

51开题报告链接:点击跳转

32开题报告链接:点击跳转

答辩PPT链接:点击跳转

基于单片机的自动扶梯控制系统设计

摘要

本文基于STC89C52单片机,设计了一款自动扶梯控制系统,旨在实现对自动扶梯的智能化控制和安全保障。该系统通过多种传感器和模块的集成,实现了扶梯的运行控制、人数计数、紧急制动、超重报警、声音采集等功能。通过蓝牙模块还可以将扶梯运行情况发送到手机端,实现远程监控和控制。本设计不仅提高了扶梯的运行效率和舒适度,还增强了用户的安全体验。具体功能方面,本设计采用MX1508驱动两个直流电机,实现扶梯的上下运行。红外对射管用于人数计数,根据人数的情况调整扶梯的运行速度,既节能又提高了乘坐体验。紧急制动按键能够在紧急情况下立即停止扶梯的运行,保障乘客的安全。重力检测模块用于检测是否超重,一旦超重则触发声光报警,提醒乘客及时减轻负荷。声音采集模块监测高分贝求救声音,自动停止扶梯,保障乘客安全。通过蓝牙模块,用户可以随时监控和控制扶梯的运行状态,提升了系统的智能化和便捷性。本文设计方案在硬件架构和软件设计流程上进行了详细说明,并通过实际测试验证了系统的功能和性能。测试结果表明,该自动扶梯控制系统能够稳定地实现各项功能,为扶梯的安全运行提供了有效保障。总之,本文的自动扶梯控制系统设计方案为现代化城市交通设施的提升和改进提供了有益的参考和指导。

关键词:自动扶梯控制系统,单片机,智能化控制,安全保障,人数计数,蓝牙远程控制

Abstract

Based on the STC89C52 microcontroller, this paper presents the design of an automatic escalator control system, aiming to achieve intelligent control and safety assurance for automatic escalators. Through the integration of various sensors and modules, the system realizes functions such as escalator operation control, passenger counting, emergency braking, overweight alarm, and sound collection. Additionally, the system can transmit escalator operation status to a mobile device via a Bluetooth module, enabling remote monitoring and control. This design enhances not only the operational efficiency and comfort of escalators but also enhances user safety. In terms of specific functions, the design employs the MX1508 to drive two DC motors for ascending and descending the escalator. Infrared emitter-receiver pairs are used for passenger counting, adjusting the escalator’s speed based on the passenger count to save energy and improve riding experience. The emergency brake button halts the escalator immediately in emergencies, ensuring passenger safety. A gravity detection module identifies overloading situations, triggering audio-visual alarms to prompt passengers to reduce load. A sound collection module detects high-decibel distress signals and halts the escalator automatically, ensuring passenger safety. With the Bluetooth module, users can monitor and control the escalator’s status in real-time, enhancing the system’s intelligence and convenience. The design scheme provides detailed explanations of hardware architecture and software design process, and the system’s functionality and performance are validated through practical tests. Test results demonstrate that the automatic escalator control system can stably fulfill various functions, effectively ensuring the safe operation of escalators. In summary, this paper’s design of an automatic escalator control system provides valuable references and guidance for enhancing and improving modern urban transportation facilities.

Keywords: automatic escalator control system, microcontroller, intelligent control, safety assurance, passenger counting, Bluetooth remote control

目录

基于单片机的自动扶梯控制系统设计

摘要

Abstract

第一章 绪论

1.1课题设计背景与意义

1.2国内外发展历程

1.3研究目标及预期功能

第二章 设计思路与方案选择

2.1 主要元器件选择

2.1.1 主控芯片选择

2.1.2 重量检测模块方案选择

2.1.3 人数检测模块方案选择

2.2整体设计方案

第三章 硬件设计

3.1主控电路模块

3.2 重量检测模块电路

3.3 声音检测模块电路

3.4 红外对射管检测模块电路

3.5 直流电机驱动模块电路

3.6 声光报警模块电路

3.7 蓝牙模块电路

3.8 独立按键模块电路

第四章 系统程序设计

4.1 编程软件介绍

4.2 系统主流程设计

4.3独立按键

4.4称重模块HX711模块子流程

4.5直流电机-MX1508驱动模块子流程

4.6蓝牙模块子流程

第五章 仿真测试

5.1整体仿真测试

5.2 称重检测监测仿真测试

5.3 人数控制运行仿真测试

5.4 声音检测仿真测试

第五章 实物测试

5.1整体实物测试

5.2 称重检测监测实物测试

5.3 人数控制运行实物测试

5.4 声音检测实物测试

5.5 手机远程监测实物测试

第六章 总结与展望

致谢

参考文献

附录

附录一: 原理图

附录二:PCB

附录三:主程序

……………..本设计说明书是配套实物或仿真来写的,完整的设计参考书请购买后下载,购买过程遇到任何问题请联系客服进行咨询。本资料是一次性商品,不支持退货,感谢您对单片机俱乐部的支持……………..

发表评论

后才能评论

本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。

最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。

对于会员专享、整站源码、程序插件、网站模板、网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。

如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理

源码素材属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源