IoT Based Smart Parking System
IoT Based Smart Parking System
Parking problems are not uncommon, especially for big cities. By 2023, m
arket
spending for smart parking products and services is expected to grow at a CAGR
of 14% and surpass $3.8B a
ccording to an I oT Analytics report. The growth of
market spending is good news because it will force people to try to find a
solution to these traffic problems instead of taking no action.
The problem is quite obvious. But a bigger question is what can technology do to
solve it? Is there any way to solve the problem?
This video shows the result of our internal IoT-based smart parking project:
Periodically, the device sends measurements to the cloud where they are stored
in AWS IoT shadow as a sensor state. A sensor detects a parked car by
measuring the distance to the nearest obstacle—in our case, to the bottom of
the car.
In our case, if the sensor detects nothing up to 50 cm, the status is set to "free"
and is shown to the user.
When a driver accesses the system via the web application, a signal is sent to the
Lambda function. It reads the sensor state values from AWS IoT shadow and
displays parking spaces depending on the state. Green color - free space, red
color - occupied space, yellow color - pollution.
The building of a full-fledged IoT based smart parking system will be different.
Hardware, software and firmware selection will depend on the size of the
specific parking area and the number of parking slots.
Mobile and/or web application features also play a big role in the IoT system
architecture. If business requirements show demand for a smart parking
development, a more advanced application might be created.
Related article: W
eb Application Development Principles To Be Followed
All the hardware should always be selected by the IoT specialist. Depending on
the IoT system architecture, developers will select the most suitable hardware. In
some cases, it’s better to use gateway and LPWAN for IoT sensors, for others it
may not be.
LoRaWAN protocol w
ill increase the autonomous operating time of a smart
parking system. D
ue to LoRa Alliance’s specification, the LoRaWAN protocol is
optimized for low power consumption, which means that you don’t need to
change batteries more often than once every 2-5 years. Furthermore, it is
designed to scale from a single gateway installation up to large global networks
with billions of devices. Thus, it would be a good idea to apply this or any LPWAN
protocol for a smart park.
Data Science and Computer Vision t echnologies based on video stream are
also a perfect match for IoT-based innovations. On the subject of smart parking
development, Data Science and Computer Vision might be applied for car
number recognition.
This feature allows:
● Automatic gate opening, if the car belongs to a given park
● Navigation of cars to available and suitable parking slots
Sensor integration is also a good upgrade for smart parking systems. The most
applicable are:
1. Ultrasonic sensors
Ultrasonic sensors measure distance by using ultrasonic waves in time
between the emission and reception. Advantages: high accuracy of the sensor.
The disadvantages: the probability of sensor contamination.
All the features mentioned above are not the limit of the technology. The more
technology innovations we implement, the more features we can add. For most
cities, smart parking is still evolving technology. Only by implementing new ideas
can we make smart solutions like these available and use them to improve our
everyday life.