This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.
D. Ruban,
S. Devadharshini,
L. Ilakya,
- Assistant Professor, Podhigai College of Engineering and Technology, Tirupattur, Tamil Nadu, India
- Student, Podhigai College of Engineering and Technology, Tirupattur, Tamil Nadu, India
- Student, Podhigai College of Engineering and Technology, Tirupattur, Tamil Nadu, India
Abstract document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_abs_109335’);});Edit Abstract & Keyword
One of the main objectives of the smart city aspect is to facilitate sustainable mobility, and one vital component of that is the creation of an intelligent parking system. The solution to the parking issue cities face is the allocation and monitoring of parking spaces. Using the results of this survey, we have investigated this issue. As a result, an effective parking management system is now required. We can provide excellent service to citizens who wish to park their cars on any organization’s property by employing an Internet of Things (IOT)-based parking management system with the aid of a computerized system. In this case, information and communication technologies (ICTs) are connected to physical parking spot infrastructures through sensors, enabling cloud-based smart management services. An end user will be able to reserve a specific parking lot and check if parking spaces are available using this mobile application. Every parking lot would have a control system installed, allowing for the tracking of the quantity of empty and occupied spaces as well as the notification of users regarding the state of the lot (open, closed, or with free, available parking spaces). The application would also show the cost of parking services based on how long a user parks. Additionally, it will detect if a car has pulled up to the gate to open it automatically. Customers can now easily check online for available parking spaces from anywhere at any time. Thus, the mechanism resolves the parking issue. The need for effective and sustainable parking solutions is growing as urbanisation and vehicle density rise. Smart Car Parking and Maintenance Systems, powered by the Internet of Things (IoT), Information and Communication Technology (ICT), and cloud-based services, present novel solutions to ease urban transportation difficulties. By providing automated maintenance scheduling, optimised traffic flow, and real-time parking spot availability, these technologies lower carbon footprints and improve user convenience. In order to show how well IoT, ICT, and cloud computing can be integrated into smart parking and maintenance systems, this study examines this integration, gives user input, and analyses experimental findings.
Keywords: Mobile application, IR sensor, GPS, RFID reader, smart city
[This article belongs to Recent Trends in Sensor Research & Technology (rtsrt)]
D. Ruban, S. Devadharshini, L. Ilakya. Smart Car Parking and Maintenance Systems: Leveraging IoT for Efficient, Sustainable Urban Transport. Recent Trends in Sensor Research & Technology. 2024; 11(03):-.
D. Ruban, S. Devadharshini, L. Ilakya. Smart Car Parking and Maintenance Systems: Leveraging IoT for Efficient, Sustainable Urban Transport. Recent Trends in Sensor Research & Technology. 2024; 11(03):-. Available from: https://journals.stmjournals.com/rtsrt/article=2024/view=0
References
document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_ref_109335’);});Edit
- Zhanlin Ji, Ivan Gan Chev, et al., “A Cloud-Based Intelligent Car Parking Services for Smart Cities”, General Assembly and Scientific Symposium (URSI GASS) on, pp. 1-4, 2014.
- Vibhav Hans, Parminder Singh Seth and Jatin Kinra, “An Approach to IoT Based Car Parking and Reservation System on Cloud”, Green Computing and Internet of Things (ICGCIoT), International Conference on, pp. 352-354, 2015.
- Abhirup Khanna and Rishi Anand, “IoT based smart parking system”, Internet of Things and Applications (IOTA)International Conference on, 266-270, 2016.
- Grodi, D. B. Rawat and F. Rios-Gutierrez, “Smart parking: Parking occupancy monitoring and visualization system for smart cities,” SoutheastCon 2016, Norfolk, VA, USA, 2016, pp. 1-5, doi: 10.1109/SECON.2016.7506721.
- Nastaran Reza Nazar Zadeh and Jennifer C Dela, “Smart Urban Parking Detection System”, Control System, Computing and Engineering (ICCSCE), 6th IEEE International Conference on, pp. 370-373, 2016.
- Tariq MU. Smart Transportation Systems: Paving the Way for Sustainable Urban Mobility. InContemporary Solutions for Sustainable Transportation Practices 2024 (pp. 254-283). IGI Global.
- Fantin Irudaya Raj, E., Appadurai, M. (2022). Internet of Things-Based Smart Transportation System for Smart Cities. In: Mukherjee, S., Muppalaneni, N.B., Bhattacharya, S., Pradhan, A.K. (eds) Intelligent Systems for Social Good. Advanced Technologies and Societal Change. Springer, Singapore. https://doi.org/10.1007/978-981-19-0770-8_4
- Belli L, Cilfone A, Davoli L, Ferrari G, Adorni P, Di Nocera F, Dall’Olio A, Pellegrini C, Mordacci M, Bertolotti E. IoT-Enabled Smart Sustainable Cities: Challenges and Approaches. Smart Cities. 2020; 3(3):1039-1071. https://doi.org/10.3390/smartcities3030052
- Kyriazis, T. Varvarigou, D. White, A. Rossi and J. Cooper, “Sustainable smart city IoT applications: Heat and electricity management & Eco-conscious cruise control for public transportation,” 2013 IEEE 14th International Symposium on “A World of Wireless, Mobile and Multimedia Networks” (WoWMoM), Madrid, Spain, 2013, pp. 1-5, doi: 10.1109/WoWMoM.2013.6583500.
- Oladimeji D, Gupta K, Kose NA, Gundogan K, Ge L, Liang F. Smart Transportation: An Overview of Technologies and Applications. Sensors. 2023; 23(8):3880. https://doi.org/10.3390/s23083880
- Ramírez-Moreno MA, Keshtkar S, Padilla-Reyes DA, Ramos-López E, García-Martínez M, Hernández-Luna MC, Mogro AE, Mahlknecht J, Huertas JI, Peimbert-García RE, et al. Sensors for Sustainable Smart Cities: A Review. Applied Sciences. 2021; 11(17):8198. https://doi.org/10.3390/app11178198
Recent Trends in Sensor Research & Technology
Volume | 11 |
Issue | 03 |
Received | 01/07/2024 |
Accepted | 08/10/2024 |
Published | 24/10/2024 |
function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}