智能交通系统-智能停车场的设计与模拟实现



《智能交通系统-智能停车场的设计与模拟实现》由会员分享,可在线阅读,更多相关《智能交通系统-智能停车场的设计与模拟实现(60页珍藏版)》请在文档大全上搜索。
1、1存档日期:存档日期: 存档编号:存档编号: 题题 目:目:智能交通系统-智能停车场的设计与模拟实现学学 号:号: 姓姓 名:名: 联联 系系 电电 话:话: 电电 子子 邮邮 箱:箱: 学学 院:院: 专专 业:业: 年年 级级 、 班班 级级: 指指 导导 教教 师:师: 2智能交通系统-智能停车场的设计与模拟实现摘 要: 本文主要研究了目前智能交通的发展情况、应用范围。具体介绍了智能交通领域内相关的基础技术理论和相关实际应用。为了更好地管理停车,有效提高智能化、减少人力成本,迎合市场发展需求,设计了结合 RFID 技术以及传感器技术的智能停车场,配合对于 ZigBee 的简单研究,模拟实
2、现了智能停车场的部分功能。研究设计过程中,选取了较受大众关注的停车场管理子系统,从创新创造出发,认真研究具体需求和执行方案,构建停车场场景。合理利用资源,充分结合软件环境搭建和硬件动手操作。利用实验箱,多个传感器,RFID 识读卡在具体不同类型的软件操作下,通过串口通信工具,完成了数据呈现,达到了实验目的,完成了初步预期。能够有效判断车位情况,检测停车场温湿度,定位追踪入库车辆位置,出入库时车牌自动识别。这些设计成果都为能够在真实环境中的应用提供了实验雏形,提供理论支持,具有可操作性,富有现实意义。符合智能停车场新一步的发展趋势,同时也是智能交通领域的关键环节。 关键词:智能交通;停车场管理;
3、传感器;RFID3The Design and Simulation Implementation of Intelligent Transportation System- Intelligent Parking LotAbstract: This paper mainly studies about the development of intelligent transportation and its range of application. It also focus on the basic related technology and gives a clear explana
4、tion such as ZigBee and RFID. In order to intelligentize the parking progress and reduce the human cost which are cater to the market development needs in the future, I design the Intelligent parking lot combined with the technology about sensor and RFID, plus the simple research on Z-Stack protocol
5、 and ZigBee technology. At last I achieve a simulation realization of parking lot especially on some key functions. In the process of research, from the perspective of innovation, I study the specific requirements and implementation scheme. Bulid software environment and hands-on the hardware part.
6、I take a good use of the experiment box and different kinds of sensors. A serial port communication tools plays a vital role in the last step of the whole design and so we can show the results on the screen. The system can judge the parking space effectively and detect the real-time temperature and
7、humidity. The car inbound speed can also be recorded. Last but not least, it has automatic identification of vehicle when in or out. All these above provide the experimental prototype for the actual situation using and give them theoretical support. It has a realistic significance and operability.Ke
8、ywords: Intelligent transportation;Parking lot management;Sensor;RFIDI目目 录录第第 1 章章 绪论绪论.11.1 论文研究的背景和意义 .11.2 智能交通系统的介绍 .11.2.1 智能交通系统总体介绍.11.2.2 智能交通系统的分类.21.2.3 智能交通与物联网.21.3 智能交通系统的现状及发展 .41.3.1 国内现状及发展趋势.41.3.2 国际现状及发展趋势.41.4 论文的研究内容及组织安排 .5第第 2 章章 智能交通系统相关技术基础智能交通系统相关技术基础.62.1 ZIGBEE.62.1.1 Zig
9、Bee简介.62.1.2 无线数据传输.62.1.3 ZigBee在智能交通中的设计应用.62.1.3.1停车场短信寻车系统.62.1.3.2区域性ZigBee停车诱导.72.2 RFID.82.2.1 RFID简介.82.2.2 RFID与条形码系统的区别.92.2.3 RFID与智能交通的结合.92.3 传感器技术 .102.3.1 传感器简介.102.3.2 智能交通里常用的传感器.10第第 3 章章 智能停车场设计智能停车场设计.113.1 总体设计方案 .113.1.1 系统结构.113.1.2 系统特点.113.1.3 系统功能.123.2 场景案例 .123.2.1 效果规划.1
10、33.2.2 实际应用.15第第 4 章章 传感器关键算法传感器关键算法.174.1 基础程序 .174.1.1 延时程序.174.1.2 中断程序.174.1.3 串口发送程序.174.2 传感器程序代码 .18II4.2.1 温湿度传感器.184.2.2 三轴传感器.204.3 数码管显示程序.234.3.1LED显示空闲车位代码:.234.3.2睡眠定时器唤醒实验.24第第 5 章章 环境配置及模拟效果环境配置及模拟效果.275.1 硬件环境配置 .275.1.1 RFID实验.275.1.2 传感器实验.295.2 软件环境配置 .315.2.1 RFID软件平台.315.2.2 烧录
11、工具- SmartRF Flash Programmer.325.2.3 C编译器-IAR Embedded Workbench.335.2.4 串口通信工具.345.3 模拟实现 .345.3.1 模拟上位机图形界面.345.3.2 传感器实验截图.35第第 6 章章 总结与展望总结与展望.366.1 总结 .366.2 展望 .36毕业设计体会毕业设计体会.37致谢致谢.38参考文献参考文献.39英文翻译资料英文翻译资料.40第第 1 章章 绪论绪论1.1 论文研究的背景和意义论文研究的背景和意义伴随着科技的进步,经济的发展,汽车已成为一种便捷高效的交通工具走进千家千户,成为人们日常生活中