当前位置:主页 > PLC机电自动化 >

用单片机控制的大型十字路口的交通灯设计

更新时间:2024-11-07
所需金币50 [1金币=1元] 资料包括:原始论文 点击这里给我发消息 QQ在线咨询
文档格式:doc/docx 全文字数:16000 ↓↓立即下载全文 **温馨提示**
以下仅列出文章摘要、目录等部分内容,如需获取完整论文资料,或原创定制、长期合作,请随时联系。
微信QQ:312050216
点击这里给我发消息
扫一扫 扫一扫
用单片机控制的大型十字路口的交通灯设计

摘 要


  本次设计实现了一种单片机交通灯的控制系统,并进行了电路设计,主要实现的功能有倒计时显示,红绿灯指示,串口通信,人工调整定时等功能。能够满足交通灯的基本功能,能够代替成本较高的PLC交通灯控制系统。本次设计在最后通过设计实验进行了实物测试,成功对交通灯控制系统进行了各项功能验证,并可以进行人工干预,能够满足实际交通灯控制系统的基本需求。
  本次设计使用成本较低的51单片机,主要目的是实现对于PLC交通灯控制系统的替换。本次设计的主要工作是进行单片机软件上的设计,设计简单实验电路验证单片机软件的各项功能正常使用,为后续应用到社会交通中打下基础。本次设计的意义是开发出了成本更低,使用起来更加稳定的交通灯控制系统,并且使用了国产芯片,实现技术完全国内自主可控的交通灯控制系统,为社会创造价值。
关键词:单片机;交通灯;系统控制;串口通信。
  Traffic light control system and circuit design based on single chip microcomputer
Abstract
  The design and implementation of a single-chip control system for traffic lights, and the circuit design, the main functions are countdown display, traffic light indication, serial communication, manual timing adjustment and other functions. It can meet the basic functions of traffic lights and replace the PLC traffic light control system with high cost. In the end of this design, the physical test is carried out through the design experiment, and the function of the traffic light control system is verified successfully, and the manual intervention can be carried out, which can meet the basic requirements of the actual traffic light control system.
  This design uses low-cost 51 MCU, the main purpose is to achieve the replacement of PLC traffic light control system. The main work of this design is to design the software of single-chip microcomputer, design simple experimental circuit to verify the normal use of the single-chip software, and lay a foundation for subsequent application in social traffic. The significance of this design is to develop a traffic light control system with lower cost and more stable use, and use domestic chips to realize the traffic light control system with completely domestic technology and create value for the society.

  Keywords: single chip microcomputer; traffic light; system control; serial communication.


目 录

1 绪论1
1.1 选题背景1
1.2 国内外研究现状1
1.3 发展趋势1
1.4 本设计的意义及应用2
2 系统设计方案3
2.1 任务与要求3
2.2 系统组成3
2.3 系统工作原理3
3 系统硬件设计5
3.1 器件选型5
3.1.1 STC89C52RC5
3.1.2 LED灯6
3.1.3 LED数码管6
3.1.4 按键选型6
3.1.5 数码管驱动芯片选型6
3.2 电路设计7
3.2.1 单片机最小系统设计7
3.2.2 LED灯电路设计8
3.2.3 LED数码管电路设计9
3.2.4 按键输入电路设计9
4 系统软件设计10
4.1 软件框架设计10
4.2 主函数模块设计10
4.3 定时器模块设计10
4.4 按键输入模块设计11
4.5 数码管显示模块设计11
5 系统仿真与调试12
5.1 系统仿真12
5.2 系统调试15
6 项目管理与经费规划16
7 总结与展望17
参考文献18
附录1 单片机交通灯控制程序19
附录2 交通灯控制系统原理图30
附录3 交通灯实物图31
附录4 外文文献32
致 谢34