智能停车系统设计
2020-05-21张婷娟朱燕贾晓菲
张婷娟 朱燕 贾晓菲


摘 要:随着经济的不断发展,汽车数量呈爆发式增长,而“停车难”成为全国各大中型城市面临的问题。基于FPGA技术,对智能停车系统进行设计并将红外传感器收集的车位状态信息送至FPGA的中央处理模块,芯片内部通过研究中央数据处理模块车位状态信息,计算出距离用户最近的车位,实现用户泊车车位的最优选择,引导用户快速、便捷的泊车。
关键词:智能停车;最优泊车;FPGA
中图分类号:TN791 文献标志码:A 文章编号:2095-2945(2020)15-0029-02
Abstract: With the continuous development of economy, the number of cars is growing explosively, and "parking difficulty" has become a problem faced by large- and medium-sized cities all over the country. Based on FPGA technology, the intelligent parking system is designed and the parking status information collected by infrared sensor is sent to the central processing module of FPGA. By studying the parking status information of the central data processing module, the chip calculates the nearest parking space, realizes the optimal choice of user parking space, and guides users to park quickly and conveniently.
Keywords: intelligent parking; optimal parking; FPGA
引言
城市汽车数目日益增长,停车和停车管理问题成了城市建设的难点,2014年,阿里云首先在杭州建立了一套智能停车系统[1];李正明[2]等人基于ZigBee网络提出了一种实时性更好的嵌入式停车场监控系统;江西理工大学的张雪[3]以蓝牙为通信方式设计了室内停车场管理系统,本文设计的智能停车场管理系统主要由信息采集模块、最优泊车模块和收费管理模块等三大部分组成。
1 信息集模块
实现智能停车场最重要的就是在各停车场出入口进行车辆计数,准确采集驶入和驶出该停车场的车辆数,通过停车场总车位数减驶入车位数加驶出车辆数,计算剩余车位数[4]。
1.1 出入口通行控制模块
出入口通行控制模块采用传感器进行状态信息采集,对车位上有没有车辆进入进行检测,并将其信号直接输送FPGA芯片,FPGA将接收到的高低电平进行译码,将其显示输出有车或者无车。当车辆进入无线识别区域后,无线识别出装有RFID卡的有卡车,比对卡号的类型,如果不是有效卡,直接过滤该车,将其当作无卡车处理。……
