How To Use IoT For Smart Parking Solution Development

2023-02-01
关注

Illustration: © IoT For All

Smart parking is a practical IoT application that can dramatically improve everyone’s life.

Imagine, you arrive at your destination twenty minutes early for a very important meeting. You have plenty of time as long as you can find a place to park.

The parking lot for the building is full. You drive around desperately looking for a space on the street but do not find one. You try the underground parking lot of the building across the street. Driving in, you suddenly have to stop. There is plenty of traffic ahead of you trying to do the same thing. You attempt to call the meeting to say you will be late and there is no cell phone signal in the underground parking garage.

It takes a half-hour to find a space. When you finally arrive at the office for the meeting, you are sweating profusely and out of breath. The receptionist tells you that everybody already left. Your meeting was canceled and you have to deal with serious losses.

You are not alone. In a recent study from SpotHero, 48% of Americans reported that parking their car was a stressful event. 27% of the respondents spent at least 30 minutes looking for parking and 63% identified looking for a parking spot as the cause of their being late.

In 2022, 4.3 billion people (55% of the world) lived in urban settings, and this number is expected to rise to 80% by 2050. This could have a direct impact on how car owners park in cities.

So, what can be done to improve parking in cities?

How IoT Smart Parking Works

Innovative smart parking technology combined with IoT connectivity helps solve this problem. Installed IoT sensors determine where empty parking spaces are located. This IoT data is transmitted over a wireless connection to a cloud server. All the data from the parking lot is collected and analyzed in real-time to produce a map of available spaces made available to those looking for a space.

Drivers looking for a parking space can refer to a real-time smart parking map and be guided to the nearest vacant space. Advanced systems can reserve these spaces and take electronic payments from the drivers.

In this case study of an IoT smart parking solution, the technical components include an ultrasonic sensor HC-SR04 that measures physical distances using ultrasonic waves and an ESP8266 microcontroller. Both were installed in every parking space.

“Drivers looking for a parking space can refer to a real-time smart parking map and be guided to the nearest vacant space.”

-MobiDev

The IoT device sends a periodic update by wireless signal using the MQTT protocol to a cloud server running AWS IoT services. The cloud server assembles data about all parking slots. This shows users via a web or mobile application the available parking spots to let them choose one.

How IoT Sensors Detect Free Parking Space

IoT sensors use an ultrasonic wave to detect the distance to something. Each sensor is embedded in the parking space surface and detects the distance to the undercarriage of a vehicle if the parking space is occupied.

3 Possible Detection Conditions

  1. Space is Occupied: The distance detected to an object by the sensor is in the range of 10 to 50 centimeters (about four to 20 inches).
  2. Space is Free: The distance detected to an object by the sensor is more than 50 centimeters (about 20 inches).
  3. Space is Dirty: The distance detected to an object by the sensor is less than 10 centimeters (about four inches).

If the condition is “dirty” the sensor may be covered by something or blocked and the device needs to be checked.

The application runs on AWS IoT and AWS Lambda and shows a driver the free spaces in green, occupied spaces in red, and sensor malfunctions in yellow.

IoT-Based Smart Parking System Configuration

The number of parking spaces in a parking lot determines the software and hardware requirements for IoT configuration and system architecture. For large parking lots, it’s better to use gateways and the LPWAN protocol for the sensors.

LoRaWAN standard adoption is one of the current IoT trends and the way to increase the operating hours of an autonomous system by reducing power usage. According to the specifications of the LoRa Alliance, this reduces the need to replace the batteries. Battery life is extended up to five years before needing replacement.

Sensors for IoT-Based Smart Parking

Smart parking sensor types include ultrasonic, electromagnetic field detection, and infrared.

  • Ultrasonic: The accuracy of the sensing is improved by using ultrasound for measurement detection. The disadvantage of this type of sensor is a potential blockage by dirt.
  • Electromagnetic Field Detection: This sensor detects small changes in the magnetic field when metal things come close to the sensor.
  • Infrared: This type of sensor measures changes in the surrounding temperature and detects motion.

Parking 4.0: Future and Opportunities in Smart Cities

Deployment of smart parking systems is expected to continue to increase because the technology is extremely useful and makes helpful improvements in daily life. The following advanced features can be added to the system to turn it into a highly multi-functional management tool.

  • Parking demand management and space optimization
  • Personalized parking guidance
  • Parking reservation systems
  • Dynamic parking prices and policy optimization
  • Detection of parking zones, fees, and overstay violations.

For large-scale parking lots, augmented reality technology may create a mapping function overlay on top of real images captured by a smartphone. These AR-based outdoor and indoor navigation systems can guide drivers with a virtual path to their parked cars.

Another innovation uses visual image processing to capture the license number of a vehicle to recognize it with the help of Optical Character Recognition technology. Then, it automatically opens the gate to the parking lot and the system guides the driver to a suitable parking space.

The future seems to be quite promising for smart parking systems. Technologies lying behind this solution are IoT, Artificial Intelligence, Machine Learning, and Augmented Reality–the same ones that are driving digital transformation for businesses under the “Industry 4.0” term. Leveraging these innovations, Parking 4.0 will increase parking systems’ efficiency by solving urbanization challenges.

Originally published April 14, 2020. Updated February 1, 2023.

Tweet

Share

Share

Email

  • Artificial Intelligence
  • Connectivity
  • Government and Cities
  • Hardware Components
  • Machine Learning

  • Artificial Intelligence
  • Connectivity
  • Government and Cities
  • Hardware Components
  • Machine Learning

参考译文
如何利用物联网开发智能停车解决方案
智能停车是一种实用的物联网应用,可以极大地改善每个人的生活。想象一下,你提前20分钟到达目的地,参加一个非常重要的会议。只要你能找到停车的地方,你就有充足的时间。大楼的停车场已经满了。你开着车在街上拼命地找停车位,却找不到。你可以去街对面那栋楼的地下停车场试试。开车进来时,你突然必须停下来。当你试图做同样的事情时,前方有大量的交通。你试图打电话告诉他们你会晚点到,而地下停车场没有手机信号。要花半个小时才能找到空位。当你终于到达办公室参加会议时,你大汗淋漓,上气不接下气。接待员告诉你所有人都已经离开了。你的会议被取消了,你必须处理严重的损失。你并不孤单。在SpotHero最近的一项研究中,48%的美国人表示,停车是一件有压力的事情。27%的受访者花了至少30分钟寻找停车位,63%的人认为寻找停车位是他们迟到的原因。2022年,43亿人(占世界的55%)生活在城市环境中,预计到2050年,这一数字将上升到80%。这可能会直接影响城市车主的停车方式。那么,如何改善城市停车状况呢?结合物联网连接的创新智能停车技术有助于解决这一问题。安装的物联网传感器可以确定空置停车位的位置。物联网数据通过无线连接传输到云服务器。来自停车场的所有数据都被实时收集和分析,以生成可用空间地图,供寻找停车位的人使用。寻找停车位的司机可以参考实时智能停车地图,并被引导到最近的停车位。先进的系统可以预定这些车位,并向司机收取电子付款。在这个物联网智能停车解决方案的案例研究中,技术组件包括使用超声波测量物理距离的超声波传感器HC-SR04和ESP8266微控制器。这两种装置都安装在每个停车位上。“寻找停车位的司机可以参考实时智能停车地图,并被引导到最近的停车位。”物联网设备使用MQTT协议通过无线信号向运行AWS物联网服务的云服务器发送定期更新。云服务器组装有关所有停车位的数据。它通过网络或移动应用程序向用户显示可用的停车位,让他们选择一个。物联网传感器使用超声波来检测物体的距离。每个传感器都嵌入在停车位表面,并在停车位被占用时检测到车辆起落架的距离。如果情况是“脏”,传感器可能被某些东西覆盖或堵塞,设备需要检查。该应用程序在AWS IoT和AWS Lambda上运行,并向驱动程序显示绿色的空闲空间,红色的占用空间,黄色的传感器故障。停车场的停车位数量决定了物联网配置和系统架构的软硬件要求。对于大型停车场,最好为传感器使用网关和LPWAN协议。LoRaWAN标准的采用是当前物联网的趋势之一,也是通过降低功耗来增加自主系统运行时间的方法。根据LoRa联盟的规格,这减少了更换电池的需要。在需要更换之前,电池寿命可延长至5年。智能泊车传感器类型包括超声波、电磁场探测和红外。 智能停车系统的部署预计将继续增加,因为该技术非常有用,有助于改善日常生活。可以在系统中添加以下高级功能,使其成为一个多功能的管理工具。对于大型停车场,增强现实技术可能会在智能手机捕捉到的真实图像上创建映射功能。这些基于ar的室外和室内导航系统可以引导司机通过虚拟路径找到停放的汽车。另一项创新是使用视觉图像处理来捕捉车辆的牌照号码,并在光学字符识别技术的帮助下进行识别。然后,它会自动打开停车场的大门,系统将司机引导到合适的停车位。智能停车系统的未来似乎很有前景。这一解决方案背后的技术包括物联网、人工智能、机器学习和增强现实——这些技术正在推动“工业4.0”术语下的企业数字化转型。利用这些创新,停车4.0将通过解决城市化挑战来提高停车系统的效率。最初发布于2020年4月14日。2023年2月1日更新。
  • 传感器
  • en
您觉得本篇内容如何
评分

相关产品

Honeywell USA CSLA2EN 电流传感器

CSLA系列感应模拟电流传感器集成了SS490系列线性霍尔效应传感器集成电路。该传感元件组装在印刷电路板安装外壳中。这种住房有四种配置。所述传感器、磁通收集器和壳体的组合包括所述支架组件。这些传感器是比例测量的。

Automationdirect.com UK1A-EN-0A 超声波接近传感器

超声波接近传感器,直径18mm,15-30VDC,3线,NPN,50-400 mm标称传感距离,可选(常开或常闭)输出,10Hz开关频率,2米电缆出口。包括安装六角螺母。

Eaton 伊顿 E57EAL6T110EN 磁性接近传感器

伊顿电气公司新推出的Cutler-Hammer E57 Premium+系列短筒感应式接近传感器与我们的标准长度传感器具有相同的传感范围,但其机身长度大大缩短。这使得传感器可用于安装空间有限的应用场合。、产品特性、批准

KEYENCE 基恩士 PZ-G52EN 光电传感器及开关

基恩斯光电传感器:PZ-G系列,基恩斯的PZ-G系列是理想的存在/缺失检测在无数的情况下。该系列包含一系列传感器,包括贯穿束、漫反射和反反射模型。

评论

您需要登录才可以回复|注册

提交评论

提取码
复制提取码
点击跳转至百度网盘