SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2022 629
ISSN 2250-3153
Automatic Smart Parking System using Internet
of Things (IOT)
Mr. Basavaraju S R
Department of Information Science and Engineering,
RV College of engineering
Bangalore, Karnataka, India.
Abstract- Internet of Things (IOT) plays a vital role in
connecting the surrounding environmental things to the
network and made easy to access those un-internet things
from any remote location. It’s inevitable for the people to
update with the growing technology. And generally people
are facing problems on parking vehicles in parking slots in
a city. In this study we design a Smart Parking System (SPS)
which enables the user to find the nearest parking area and
gives availability of parking slots in that respective parking
area. And it mainly focus on reducing the time in finding the
parking lots and also it avoids the unnecessary travelling
through filled parking lots in a parking area. Thus it reduces
the fuel consumption which in turn reduces carbon
footprints in an atmosphere.
Index Terms- Internet of Things (IOT), Smart Parking
System (SPS), Raspberry pi, pi-camera, Raspbian OS.
I. INTRODUCTION
Internet of things was first introduced in 1999 at
autoID centre and first used by Kevin ashton. As evolving
this latest burning technology, it promises to connect all our
surrounding things to a network and communicating with
each other with less human involvement. Still internet of
things is in beginning stage and there is no common
architecture exists till today [1]. There is lot of researches
and implementations are currently being going on in all the
respective areas. Thus there is no guidelines or boundaries
exists to define the definition of internet of things. So
depending on the context, application the internet of things
has different definitions. Shortly it is defined as the things
present in the physical world or in an environment are
attached with sensors or with any embedded systems and
made connected to network via wired or wireless
connections [2], [3]. These connected devises are called as
smart devices or smart objects. And it consists of smart
machines which communicating interacting with other
machines, environment, objects etc. And also it incorporates
to connect any two machines, machine to human and
viceversa etc. this communication is called as M-M
communication. As M-M communication is developing by
the various standardization bodies such as Open Mobile
Alliance (OMA), European Telecommunication Standards
Institute
(ETSI), Institute of Electrical and Electronic Engineers
(IEEE), 3rd
Generation Partnership Project (3GPP)
organization have performed some activities on M-M
communication [4]. It makes daily life things to equip with
transceivers, sensors, actuators and microcontrollers etc. for
communication. Some important benefits of internet of
things includes 1) tracking behaviour; 2) enhanced
situational awareness; 3) sensor driven decision analytics; 4)
instantaneous control and response. Etc.
IOT technology grows in various fields of smart
applications but we have not yet found boundary constraints of
this technology. Some smart applications which it has
implementing currently such as on smart grids, smart lighting,
smart energy, smart city, smart health etc. This is broadly
classified into three categories such as sensing, processing and
connectivity. Whereas sensing includes sensing the speed of
vehicles and humans or any objects (accelerometer), sensing of
temperature, pressure etc. [9]. And these can be processing by
using some processors such as network processor, hybrid
processor MCU/MPU etc. And the devices are connected by using
some technologies called GPS, Wi-Fi, BT/BTLE, RFID etc.
More than half of the world’s people are living in the cities.
So the cities have reached full of its occupancy. As people uses
vehicles for transportation so there is large number of vehicles
exists for people convenience. Most of the time people spend their
precise time on searching parking lots to park their vehicles. Thus
congestion occurs in the traffic it leads to a hectic job to find the
parking space to park their vehicle. The most traffic occurs only
because of vehicle congestion in the urban areas thus people are
wasting time in searching the parking area abnormally to park
their vehicles.
Our system is a Raspberry pi based parking sensor which
contains pi-camera to detect the empty parking spaces and sends
this data to server, this stored data is accessed by users [5], [6].
This enhances the user to check the status/availability of parking
spaces before setting their journey. Here the challenge is to use
the existing resources in optimum level to reduce the searching
time, traffic congestion in the city. Some embedded systems such
as auridino, raspberry pi, Tsgate, Tsmote etc. are used to develop
internet of things applications.
A few existing parking system which uses sensors to
collect the information but using sensors like video sensors in a
parking system are expensive so our aim is to develop a system
with less cost with more performance [7], [8].
International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 630
ISSN 2250-3153
www.ijsrp.org
II. RELATED WORK
The Smart Parking System is designed by making use of
some IOT supportable hardware’s such as raspberry pi, auridino
boards etc. here we focussing on less power consumption and
more performance device so raspberry pi is the suitable
microcontroller for our implementation. And NOOBS installer is
loaded into the storage device of
www.ijsrp.org
microcontroller. This installer which consists of various
hardware supportable operating systems such as mac os, tiny
os, openelec, raspbian os etc. where these operating systems
which basically consumes less power.
III. IMPLEMENTATION
The parking system is designed in such a way that it
is applicable for covered parks, open parks and street side
parking. The fig.1 shows the cloud based IOT architecture for
smart parking system which contains cloud service provider
which provides cloud storage to store information about
status of parking slots in a parking area and etc. [10]. The
centralized server which manages to store entire smart
parking systems information such as number of slots,
availability of vehicles etc. And these information will be
accessed through some secured gateways through network.
This smart parking system which consists of several
components. And theirs functionality includes:
• Centralized server: maintains databases which contain
information about parking spaces present in the city.
• Raspberry pi: the microcontroller which is used to implement
our parking system and it is attached with raspberry pi
camera.
• Image capture: Pi-camera is used to capture the picture of
parking area continuously to validate the slots which either
filled or empty.
• Navigation system: signals the availability of parking slots to
the users and navigates to the exact location of nearest
parking area from current location.
• Display device: a monitor or tab is used to display the admin
side interface and he is capable of modifying the parking lots
by observing the device.
• User device: user can connect with the smart parking system
with their smart phones or with some browsers.
Fig.1. Architecture of proposed System
The SPS which incorporates the features of raspberry pi 2 and
which is attached with pi camera. Where pi camera is mounted on
the top of street light lamp posts or at the ceiling of indoor parks.
Thus camera is capable of making survey on each parking slots in
parking lots continuously to check whether the particular slot is
filled or empty. The fig.2 presents the structure of smart parking
system and it contains some control points on each parking slots
which will be used as reference points for the camera. The central
server presents information about multiple slots in a single
parking area and multiple parking areas in a single city and it is
accessed through some protocols such as HTTP, CoAP [12] etc.
from any browsers, by which the website is built with basic JSON
interface.
Fig.2. Structure of Smart Parking System.
When the availability of parking slots changes, immediately
the information is updated to the central server. Then user can
access this stored information using internet
International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 631
ISSN 2250-3153
www.ijsrp.org
from any location. And this information is used by parking operators to
determine free parking areas and statistics can be measured at different
times in a day on each parking space. The fig.3 shows the communication
between two or more clients and SPS with server. Such that single client
can access the information of many parking areas in the city. So by
observing the availability of parking slots the user can choose their
convenient parking area. Thus particular parking area is navigated from
client’s current position [10], [13].
A.
Setting up Pipark
Fig.3.
Communications between SPS, Client and Server.
The sufficient user interface is provided to the client so that client
can access the clear information about the system. The administrator is
capable of creating new parking areas by providing the description or
information about the parking
area and also manages to add number of parking slots in any particular parking area and even further remove the
existing parking slots in a parking area. The updated timing of each B. Creating Car Park parking slot is shown
along with unique number. And more
importantly this user interface provides the navigation to their
destination.
Steps involved in setting the Smart Parking System:
• Appropriately mount the camera such that the image captured by it is
clearly shows the parking slots.
• The parking spaces are marked on to the captured image by an
administrator.
• The control points are drawn according to their convenience of parking
slot.
• The setting were saved and registered with the server and
finally run the system. C. Registering Spaces on Server
IV. RESULTS
International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 632
ISSN 2250-3153
www.ijsrp.org
D. Filling Spaces 2, 3 and 5
V. CONCLUSSION
This designed automatic smart parking system which
is simple, economic and provides effective solution to reduce
carbon footprints in the atmosphere. It is well managed to
access and map the status of parking slots from any remote
location through web browser. Thus it reduces the risk of
finding the parking slots in any parking area and also it
eliminates unnecessary travelling of vehicles across the filled
parking slots in a city. So it reduces time and it is cost effective
also.
FUTURE WORK
The future scope to adopt this automatic Smart
Parking System (SPS) so that availability of spaces could be
displayed on a smart phone Application or even to satellite
navigation device so that drivers will always aware of whether
there are free spaces are not. And also enhance to send some
notifications to users smart phone when vehicle enters to
particular shopping places and some streets in a city etc.
REFERENCES
[1] L. Atzori, A. Iera, and G. Morabito, “The Internet of things: a
survey,” Computer Networks, vol. 54, no. 15, pp. 2787-2805, 2010.
[2] Kaivan Karimi and Gary Atkinson, ―What the Internet of Things
(IoT) Needs to Become a Reality‖, White Paper, FreeScale and ARM, 2013.
[3] M. Albano, A. Brogi, R. Popescu, M. Diaz, and J. A. Dianes,
“Towards secure middleware for embedded peer-to-peer systems: Objectives
and requirements,” in RSPSI ’07: Workshop on Requirements and Solutions
for
[5] http://www.mdpi.com/journal/sensors Sensors 2014, 14, 22372-22393;
doi:10.3390/s141222372
[6] Bilodeau, V.P. Intelligent Parking Technology Adoption. Ph.D. Thesis,
University of Southern Queensland: Queensland, Australia, 2010.
[7] Li, T.S.; Ying-Chieh, Y.; Jyun-Da, W.; Ming-Ying, H.; Chih-Yang, C.
Multifunctional intelligent autonomous parking controllers for carlike
mobile robots. IEEE Trans. Ind. Electron. 2010, 57, 1687–1700.
[8] Faheem1, S.A. Mahmud, G.M. Khan, M. Rahman and H. Zafar,‖A
Survey of Intelligent Car Parking System‖, October 2013
[9] S. Alam, M. M. R. Chowdhury, and J. Noll, “Senaas: An event-driven
sensor virtualization approach for internet of things cloud,” in Networked
Embedded Systems for Enterprise Applications (NESEA), 2010 IEEE
International Conference on, November 2010, pp. 1–6. [Online].
Available: http://dx.doi.org/10.1109/NESEA.2010.5678060
[10] http://ijarcet.org/wp-content/uploads/IJ
[11] Choeychuen, K. Automatic parking lot mapping for available parking
space detection. In Proceedings of the 5th International Conference on
Knowledge and Smart Technology (KST), Chonburi, Thailand, 31
January–1 February 2013; pp. 117–121.
[12] Z. Schelby, K. Hartke, and C. Bormann, (Aug. 28, 2013) ‘‘Constrained
application protocol (CoAP),’’ CoRE Working Group Internet-Draft.
[Online].
Available: http://datatracker.ietf.org/doc/draft-ietf-core-coap/
[13] Keat, C.T.M.; Pradalier, C.; Laugier, C. Vehicle detection and car park
mapping using laser scanner. In Proceedings of the IEEE/RSJ International
Conference on Intelligent Robots and Systems, Edmonton, AB, Canada,
2–6
August 2005; pp. 2054–2060. 9
Author: Basavaraju S R was born in Karnataka, India. He
received the B.E Degree in Computer Science and Engineering from
Channabasaweshwara Institute of Technology. Tumakuru, India in 2015 and
currently pursuing Mtech Degree in Software Engineering in RV College of
Engineering. Bangalore, India. His research interests are in the area of Internet
of things [IOT] for Smart city applications. Email address:
srbasavaraju@gmail.com
Pervasive Software Infrastructures, 2007, pp. 1– 6. [Online]. Available:
http://citeseerx.ist.psu.edu/viewdoc/download?
doi=10.1.1.90.5982&rep=rep1&type=pdf
[4] T. Taleb and A. Kunz, “Machine Type Communications in 3GPP
Networks: Potential, Challenges, and Solutions,” to appear, IEEE Commun.
Mag.

More Related Content

Similar to akash seminar 2.pdf

Conceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking SystemConceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking SystemIJERA Editor
 
Smart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT ConceptSmart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT Conceptinventionjournals
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET Journal
 
Smart Parking with Multi layered Security
Smart Parking with Multi layered SecuritySmart Parking with Multi layered Security
Smart Parking with Multi layered SecurityIRJET Journal
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET Journal
 
electronics-10-00541-v2.pdf
electronics-10-00541-v2.pdfelectronics-10-00541-v2.pdf
electronics-10-00541-v2.pdfPcNg3
 
IRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian MallsIRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian MallsIRJET Journal
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTIRJET Journal
 
ARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATOR
ARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATORARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATOR
ARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATORIRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Smart Parking system with the help of IOT
Smart Parking system with the help of IOTSmart Parking system with the help of IOT
Smart Parking system with the help of IOTAkshanceWasnik
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZIRJET Journal
 
Smart parking system
Smart parking systemSmart parking system
Smart parking systemEditorIJAERD
 

Similar to akash seminar 2.pdf (20)

Conceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking SystemConceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking System
 
Smart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT ConceptSmart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT Concept
 
Parking Slot Availability Check and Booking System over IOT
Parking Slot Availability Check and Booking System over IOTParking Slot Availability Check and Booking System over IOT
Parking Slot Availability Check and Booking System over IOT
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking System
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using Arduino
 
Smart Parking with Multi layered Security
Smart Parking with Multi layered SecuritySmart Parking with Multi layered Security
Smart Parking with Multi layered Security
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A Review
 
electronics-10-00541-v2.pdf
electronics-10-00541-v2.pdfelectronics-10-00541-v2.pdf
electronics-10-00541-v2.pdf
 
IRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian MallsIRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian Malls
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
ARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATOR
ARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATORARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATOR
ARDUINO BASED CAR PARKING SYSTEM USING WOKWI SIMULATOR
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Smart Parking system with the help of IOT
Smart Parking system with the help of IOTSmart Parking system with the help of IOT
Smart Parking system with the help of IOT
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
 
MIU car parking.pptx
MIU car parking.pptxMIU car parking.pptx
MIU car parking.pptx
 
Smart parking system
Smart parking systemSmart parking system
Smart parking system
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 

akash seminar 2.pdf

  • 1. International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2022 629 ISSN 2250-3153 Automatic Smart Parking System using Internet of Things (IOT) Mr. Basavaraju S R Department of Information Science and Engineering, RV College of engineering Bangalore, Karnataka, India. Abstract- Internet of Things (IOT) plays a vital role in connecting the surrounding environmental things to the network and made easy to access those un-internet things from any remote location. It’s inevitable for the people to update with the growing technology. And generally people are facing problems on parking vehicles in parking slots in a city. In this study we design a Smart Parking System (SPS) which enables the user to find the nearest parking area and gives availability of parking slots in that respective parking area. And it mainly focus on reducing the time in finding the parking lots and also it avoids the unnecessary travelling through filled parking lots in a parking area. Thus it reduces the fuel consumption which in turn reduces carbon footprints in an atmosphere. Index Terms- Internet of Things (IOT), Smart Parking System (SPS), Raspberry pi, pi-camera, Raspbian OS. I. INTRODUCTION Internet of things was first introduced in 1999 at autoID centre and first used by Kevin ashton. As evolving this latest burning technology, it promises to connect all our surrounding things to a network and communicating with each other with less human involvement. Still internet of things is in beginning stage and there is no common architecture exists till today [1]. There is lot of researches and implementations are currently being going on in all the respective areas. Thus there is no guidelines or boundaries exists to define the definition of internet of things. So depending on the context, application the internet of things has different definitions. Shortly it is defined as the things present in the physical world or in an environment are attached with sensors or with any embedded systems and made connected to network via wired or wireless connections [2], [3]. These connected devises are called as smart devices or smart objects. And it consists of smart machines which communicating interacting with other machines, environment, objects etc. And also it incorporates to connect any two machines, machine to human and viceversa etc. this communication is called as M-M communication. As M-M communication is developing by the various standardization bodies such as Open Mobile Alliance (OMA), European Telecommunication Standards Institute (ETSI), Institute of Electrical and Electronic Engineers (IEEE), 3rd Generation Partnership Project (3GPP) organization have performed some activities on M-M communication [4]. It makes daily life things to equip with transceivers, sensors, actuators and microcontrollers etc. for communication. Some important benefits of internet of things includes 1) tracking behaviour; 2) enhanced situational awareness; 3) sensor driven decision analytics; 4) instantaneous control and response. Etc. IOT technology grows in various fields of smart applications but we have not yet found boundary constraints of this technology. Some smart applications which it has implementing currently such as on smart grids, smart lighting, smart energy, smart city, smart health etc. This is broadly classified into three categories such as sensing, processing and connectivity. Whereas sensing includes sensing the speed of vehicles and humans or any objects (accelerometer), sensing of temperature, pressure etc. [9]. And these can be processing by using some processors such as network processor, hybrid processor MCU/MPU etc. And the devices are connected by using some technologies called GPS, Wi-Fi, BT/BTLE, RFID etc. More than half of the world’s people are living in the cities. So the cities have reached full of its occupancy. As people uses vehicles for transportation so there is large number of vehicles exists for people convenience. Most of the time people spend their precise time on searching parking lots to park their vehicles. Thus congestion occurs in the traffic it leads to a hectic job to find the parking space to park their vehicle. The most traffic occurs only because of vehicle congestion in the urban areas thus people are wasting time in searching the parking area abnormally to park their vehicles. Our system is a Raspberry pi based parking sensor which contains pi-camera to detect the empty parking spaces and sends this data to server, this stored data is accessed by users [5], [6]. This enhances the user to check the status/availability of parking spaces before setting their journey. Here the challenge is to use the existing resources in optimum level to reduce the searching time, traffic congestion in the city. Some embedded systems such as auridino, raspberry pi, Tsgate, Tsmote etc. are used to develop internet of things applications. A few existing parking system which uses sensors to collect the information but using sensors like video sensors in a parking system are expensive so our aim is to develop a system with less cost with more performance [7], [8].
  • 2. International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 630 ISSN 2250-3153 www.ijsrp.org II. RELATED WORK The Smart Parking System is designed by making use of some IOT supportable hardware’s such as raspberry pi, auridino boards etc. here we focussing on less power consumption and more performance device so raspberry pi is the suitable microcontroller for our implementation. And NOOBS installer is loaded into the storage device of www.ijsrp.org microcontroller. This installer which consists of various hardware supportable operating systems such as mac os, tiny os, openelec, raspbian os etc. where these operating systems which basically consumes less power. III. IMPLEMENTATION The parking system is designed in such a way that it is applicable for covered parks, open parks and street side parking. The fig.1 shows the cloud based IOT architecture for smart parking system which contains cloud service provider which provides cloud storage to store information about status of parking slots in a parking area and etc. [10]. The centralized server which manages to store entire smart parking systems information such as number of slots, availability of vehicles etc. And these information will be accessed through some secured gateways through network. This smart parking system which consists of several components. And theirs functionality includes: • Centralized server: maintains databases which contain information about parking spaces present in the city. • Raspberry pi: the microcontroller which is used to implement our parking system and it is attached with raspberry pi camera. • Image capture: Pi-camera is used to capture the picture of parking area continuously to validate the slots which either filled or empty. • Navigation system: signals the availability of parking slots to the users and navigates to the exact location of nearest parking area from current location. • Display device: a monitor or tab is used to display the admin side interface and he is capable of modifying the parking lots by observing the device. • User device: user can connect with the smart parking system with their smart phones or with some browsers. Fig.1. Architecture of proposed System The SPS which incorporates the features of raspberry pi 2 and which is attached with pi camera. Where pi camera is mounted on the top of street light lamp posts or at the ceiling of indoor parks. Thus camera is capable of making survey on each parking slots in parking lots continuously to check whether the particular slot is filled or empty. The fig.2 presents the structure of smart parking system and it contains some control points on each parking slots which will be used as reference points for the camera. The central server presents information about multiple slots in a single parking area and multiple parking areas in a single city and it is accessed through some protocols such as HTTP, CoAP [12] etc. from any browsers, by which the website is built with basic JSON interface. Fig.2. Structure of Smart Parking System. When the availability of parking slots changes, immediately the information is updated to the central server. Then user can access this stored information using internet
  • 3. International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 631 ISSN 2250-3153 www.ijsrp.org from any location. And this information is used by parking operators to determine free parking areas and statistics can be measured at different times in a day on each parking space. The fig.3 shows the communication between two or more clients and SPS with server. Such that single client can access the information of many parking areas in the city. So by observing the availability of parking slots the user can choose their convenient parking area. Thus particular parking area is navigated from client’s current position [10], [13]. A. Setting up Pipark Fig.3. Communications between SPS, Client and Server. The sufficient user interface is provided to the client so that client can access the clear information about the system. The administrator is capable of creating new parking areas by providing the description or information about the parking area and also manages to add number of parking slots in any particular parking area and even further remove the existing parking slots in a parking area. The updated timing of each B. Creating Car Park parking slot is shown along with unique number. And more importantly this user interface provides the navigation to their destination. Steps involved in setting the Smart Parking System: • Appropriately mount the camera such that the image captured by it is clearly shows the parking slots. • The parking spaces are marked on to the captured image by an administrator. • The control points are drawn according to their convenience of parking slot. • The setting were saved and registered with the server and finally run the system. C. Registering Spaces on Server IV. RESULTS
  • 4. International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 632 ISSN 2250-3153 www.ijsrp.org D. Filling Spaces 2, 3 and 5 V. CONCLUSSION This designed automatic smart parking system which is simple, economic and provides effective solution to reduce carbon footprints in the atmosphere. It is well managed to access and map the status of parking slots from any remote location through web browser. Thus it reduces the risk of finding the parking slots in any parking area and also it eliminates unnecessary travelling of vehicles across the filled parking slots in a city. So it reduces time and it is cost effective also. FUTURE WORK The future scope to adopt this automatic Smart Parking System (SPS) so that availability of spaces could be displayed on a smart phone Application or even to satellite navigation device so that drivers will always aware of whether there are free spaces are not. And also enhance to send some notifications to users smart phone when vehicle enters to particular shopping places and some streets in a city etc. REFERENCES [1] L. Atzori, A. Iera, and G. Morabito, “The Internet of things: a survey,” Computer Networks, vol. 54, no. 15, pp. 2787-2805, 2010. [2] Kaivan Karimi and Gary Atkinson, ―What the Internet of Things (IoT) Needs to Become a Reality‖, White Paper, FreeScale and ARM, 2013. [3] M. Albano, A. Brogi, R. Popescu, M. Diaz, and J. A. Dianes, “Towards secure middleware for embedded peer-to-peer systems: Objectives and requirements,” in RSPSI ’07: Workshop on Requirements and Solutions for [5] http://www.mdpi.com/journal/sensors Sensors 2014, 14, 22372-22393; doi:10.3390/s141222372 [6] Bilodeau, V.P. Intelligent Parking Technology Adoption. Ph.D. Thesis, University of Southern Queensland: Queensland, Australia, 2010. [7] Li, T.S.; Ying-Chieh, Y.; Jyun-Da, W.; Ming-Ying, H.; Chih-Yang, C. Multifunctional intelligent autonomous parking controllers for carlike mobile robots. IEEE Trans. Ind. Electron. 2010, 57, 1687–1700. [8] Faheem1, S.A. Mahmud, G.M. Khan, M. Rahman and H. Zafar,‖A Survey of Intelligent Car Parking System‖, October 2013 [9] S. Alam, M. M. R. Chowdhury, and J. Noll, “Senaas: An event-driven sensor virtualization approach for internet of things cloud,” in Networked Embedded Systems for Enterprise Applications (NESEA), 2010 IEEE International Conference on, November 2010, pp. 1–6. [Online]. Available: http://dx.doi.org/10.1109/NESEA.2010.5678060 [10] http://ijarcet.org/wp-content/uploads/IJ [11] Choeychuen, K. Automatic parking lot mapping for available parking space detection. In Proceedings of the 5th International Conference on Knowledge and Smart Technology (KST), Chonburi, Thailand, 31 January–1 February 2013; pp. 117–121. [12] Z. Schelby, K. Hartke, and C. Bormann, (Aug. 28, 2013) ‘‘Constrained application protocol (CoAP),’’ CoRE Working Group Internet-Draft. [Online]. Available: http://datatracker.ietf.org/doc/draft-ietf-core-coap/ [13] Keat, C.T.M.; Pradalier, C.; Laugier, C. Vehicle detection and car park mapping using laser scanner. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Edmonton, AB, Canada, 2–6 August 2005; pp. 2054–2060. 9 Author: Basavaraju S R was born in Karnataka, India. He received the B.E Degree in Computer Science and Engineering from Channabasaweshwara Institute of Technology. Tumakuru, India in 2015 and currently pursuing Mtech Degree in Software Engineering in RV College of Engineering. Bangalore, India. His research interests are in the area of Internet of things [IOT] for Smart city applications. Email address: srbasavaraju@gmail.com Pervasive Software Infrastructures, 2007, pp. 1– 6. [Online]. Available: http://citeseerx.ist.psu.edu/viewdoc/download? doi=10.1.1.90.5982&rep=rep1&type=pdf [4] T. Taleb and A. Kunz, “Machine Type Communications in 3GPP Networks: Potential, Challenges, and Solutions,” to appear, IEEE Commun. Mag.