SlideShare a Scribd company logo
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 System
IJERA 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 Concept
inventionjournals
 
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
Associate Professor in VSB Coimbatore
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
IRJET 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 System
IRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoT
IRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
IRJET 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 Arduino
IRJET Journal
 
Smart Parking with Multi layered Security
Smart Parking with Multi layered SecuritySmart Parking with Multi layered Security
Smart Parking with Multi layered Security
IRJET 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 Review
IRJET Journal
 
electronics-10-00541-v2.pdf
electronics-10-00541-v2.pdfelectronics-10-00541-v2.pdf
electronics-10-00541-v2.pdf
PcNg3
 
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
IRJET 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 IOT
IRJET 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 SIMULATOR
IRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
IJSRED
 
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
AkshanceWasnik
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
IRJET 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-25Z
IRJET Journal
 
MIU car parking.pptx
MIU car parking.pptxMIU car parking.pptx
MIU car parking.pptx
RakibulHassan77
 
Smart parking system
Smart parking systemSmart parking system
Smart parking system
EditorIJAERD
 

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

H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 

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.