Pith. sign in

REVIEW 5 major objections 4 minor 31 references

IoT-Enabled Smart Car Parking System through Integrated Sensors and Mobile Applications

T0 review · 5 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This paper claims that an IoT parking system built from IR sensors, DHT22 and MQ-2 sensors, an Arduino Uno, a Raspberry Pi, and an MQTT mobile app achieves accurate real-time slot detection and outperforms traditional non-IoT parking.

desk verdict A competent but routine IoT parking build whose core 'high accuracy' claim has no experimental support; the honest limitations section is the most credible part of the paper. read the letter →

arxiv 2412.10774 v1 pith:I6SKQWKJ submitted 2024-12-14 cs.CR

classification cs.CR
keywords InternetofThingsSmartParkingSystemArduinoUNORaspberryPiMQTTProtocolReal-timeMonitoringEnvironmentalMobileAppInterface
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

An IoT parking prototype combines IR sensors at each slot and at the gates, DHT22 temperature and humidity sensors, MQ-2 gas sensors, an Arduino Uno for gate and fan control, a Raspberry Pi for communication, and an MQTT link to an Android dashboard. The paper argues this integrated setup provides accurate, real-time slot availability and environmental safety, and that it outperforms traditional non-IoT parking systems in integration, automation, and responsiveness. A sympathetic reader takes away a concrete blueprint for a low-cost smart parking system that could reduce searching and emissions, provided the sensing layer stays reliable.

What carries the argument

The load-bearing mechanism is the MQTT publish-subscribe loop. In this design MQTT, a lightweight publish-subscribe messaging protocol, treats each parking slot as a topic; the Raspberry Pi collects IR occupancy readings, publishes them, and the mobile app subscribes so the display updates when a car arrives or leaves. The Arduino Uno closes the control loop for gates, buzzer, and exhaust fan, while the DHT22 and MQ-2 sensors feed environmental readings into the same display and app. Equations in the paper formalize publish and subscribe behavior and model lot utilization with a Poisson occupancy formula and Little's Law, though those formulas are not fitted to data.

What would settle it

Run the system for one week in an open parking lot with direct sunlight and dusty conditions, and compare each slot's IR-reported state against a video ground truth of whether a car is present; if false occupancy errors occur often enough to mislead users, the central accuracy claim fails.

Watch

Extended reading notes

Core claim

The authors claim that a network of commodity sensors and microcontrollers is enough to turn a parking lot into a real-time information system. Each slot's IR sensor publishes occupancy to the Raspberry Pi, which forwards it over MQTT to the mobile app; the app then shows free slots in green and occupied slots in red. The same loop drives automated entry and exit gates and triggers an exhaust fan when the MQ-2 gas sensor crosses a threshold. The paper's central assertion is that this system demonstrates high accuracy in vehicle detection and environmental monitoring, significantly improving parking management efficiency and user satisfaction with automated, real-time updates.

Load-bearing premise

The IR sensors used at gates and slots must reliably detect cars despite dust, changing sunlight, and varying angles, because the paper's own results show accuracy falling as ambient light increases.

Editorial extensions

If this is right

  • Drivers can check open slots from the mobile app before entering and be routed to the nearest vacant spot.
  • Gate and buzzer automation removes the need for a human attendant at entry and exit.
  • On detecting gas above threshold, the system automatically turns on ventilation, improving safety in enclosed lots.
  • Peak-hour detection data could support dynamic pricing and staffing schedules, since the paper records up to 100 detections per hour at midday.
  • If networked across a city, the same MQTT architecture could aggregate many lots into one availability service.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper does not report a ground-truth trial of app-reported availability against actual lot occupancy; a direct field test is the natural next step.
  • The Poisson and Little's Law equations are presented as models but no data is fitted to them, so they are conceptual scaffolding rather than validated predictions.
  • The weak point is the sensor layer itself because IR accuracy drops with light and dust, so the advertised real-time accuracy would degrade in outdoor lots unless the calibration problem is solved.
  • Network dependence is built into the MQTT design; adding offline buffering would be required before the system could be trusted during outages.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 4 minor

Summary. The paper describes an IoT-based smart car parking system comprising IR sensors for vehicle detection, DHT22 sensors for temperature/humidity, MQ-2 gas sensors, Arduino Uno and Raspberry Pi controllers, servo-motor gates, an OLED display, and an MQTT-connected mobile application. It presents a system architecture, pseudocode, workflow, and several performance-related figures and tables. The authors claim that the system demonstrates 'high accuracy in vehicle detection and environmental monitoring' and that it outperforms traditional non-IoT solutions in integration, automation, and responsiveness. However, the quantitative support for these central claims is missing: the reported results lack experimental methodology, sample sizes, ground-truth comparisons, error bars, and measurement descriptions, and the paper's own limitations section states that the IR sensors lose precision due to dust and light and require frequent calibration.

Significance. If the system achieved the claimed high detection accuracy and efficiency gains, it would represent a useful, low-cost contribution to smart parking infrastructure in urban areas. The paper's strength is a coherent architectural integration of widely available components (IR, DHT22, MQ-2, Arduino, Raspberry Pi, MQTT) and the inclusion of a mobile application for real-time slot status. However, the significance is substantially undermined because the central accuracy and efficiency claims are asserted rather than demonstrated. The empirical sections provide no reproducible protocol, no statistical measures, and no validation against ground truth; the only concrete sensor-performance statement is a degradation curve. The paper does not currently meet the evidentiary standard for a systems paper claiming measurable performance improvements.

major comments (5)
  1. [§IV.A.1, Fig. 3(a)] The central claim of high accuracy in vehicle detection is unsupported. Fig. 3(a) reports an IR-sensor accuracy curve versus ambient light intensity, but no measurement protocol, sample size, ground-truth labeling, or raw counts are given, and no absolute accuracy values are stated. The text says accuracy dropped by 52% to 98% as light increased, which is a degradation, not evidence of high accuracy. Because every downstream feature—real-time slot availability, gate control, user satisfaction—depends on reliable detection, this missing validation is a load-bearing gap.
  2. [§IV.B, Table III] The efficiency comparison between IoT and non-IoT systems is presented as a table of percentages (e.g., Automation 40% vs 100%), but the paper provides no definitions of these metrics, no measurement procedure, no sample size, and no baseline description. Without such information, the numbers cannot substantiate the claim that the proposed system outperforms traditional systems. The comparison must either be backed by controlled experiments or clearly labeled as qualitative/subjective.
  3. [§V] The limitations section explicitly states that IR sensors 'can lose precision because of dust and light' and require frequent calibration, and that DHT22 and MQ-2 sensors drift or deteriorate. This admission directly contradicts the abstract and contribution list's assertion of 'high accuracy in vehicle detection and environmental monitoring.' No data are provided to show that the system maintains its claimed accuracy under realistic operating conditions, so the central claim is not merely unproven but in tension with the paper's own statements.
  4. [§III, Eqs. (8)–(10)] The Poisson-occupancy model, Little's Law, and the ventilation response-time formula are standard textbook results, but none of the parameters (λ, T_avg, r, ΔG) are measured or estimated from the system. The equations are decorative rather than analytical tools: they neither feed into the results section nor constrain the design. Either tie them to empirical data or remove them to avoid implying quantitative modeling support that is not present.
  5. [§IV.B, Fig. 6] Fig. 6 and the associated narrative compare IoT versus non-IoT systems with qualitative descriptors ('advanced connectivity', 'quick response'), but no experimental setup, scenario, or controlled trial is described. The figure appears to be an illustration rather than a measurement, and as such it cannot support efficiency or user-satisfaction claims. The comparison should be repositioned as a feature listing unless actual comparative measurements are provided.
minor comments (4)
  1. [Throughout] There are typographical errors, including 'Bangladeshover' (missing space), 'parking loT' (should be 'parking IoT'), and 'Fig. Fig.7(c)' (duplicate 'Fig.'). The paper also inconsistently uses 'MQ2' and 'MQ-2'.
  2. [Abstract and §I] Phrases such as 'setting a new standard for smart parking systems' and 'seamless integration' are promotional rather than technical. They should be replaced with concrete, testable claims.
  3. [§II, Table I] The related-work table lists strengths and weaknesses qualitatively, but several entries lack citations or page numbers in the reference list (e.g., [17] gives pages 'xx–xx'). This should be corrected for completeness.
  4. [§IV.A.2 and §IV.A.3] The DHT22 and MQ-2 results (Figs. 4 and 5) report observations such as temperature rising 0.4°C and gas levels ranging 1–25 ppm, but no indication is given of how many days of data were collected, where sensors were placed, or what environmental conditions prevailed. Adding this context would improve reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's equations are standard definitions or external results, and its performance claims are asserted rather than derived from fitted inputs.

full rationale

The derivation chain in Section III contains no circular step. Equations (1)-(7) are either definitions (display function, MQTT publish/subscribe semantics, data rate, delay, error correction rate, and gas-threshold activation) or direct system logic, while Equations (8)-(9) are standard external results (Poisson occupancy probability and Little's Law) applied as illustrative models. None of these quantities is fitted to a subset of data and then re-presented as a prediction of a closely related quantity. The paper's central claim of high accuracy in vehicle detection and environmental monitoring is asserted as a qualitative performance statement, not derived from parameters fitted in the paper; the absence of supporting experimental validation is an evidentiary weakness, not circularity. The IoT-versus-non-IoT comparison percentages in Table III are asserted performance estimates, not fitted inputs renamed as predictions. The paper does contain self-citations (e.g., [22], [29]) in the related-work and comparative context, but none of these citations carries the derivation of the system's claimed results, and no load-bearing argument reduces to an unverified self-citation. Therefore the paper is self-contained in the sense relevant to circularity, and the score is 0.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central claim does not depend on fitted parameters, but the paper includes assumed quantities (gas threshold, arrival rate) in illustrative equations without measurement. No new entities are introduced.

free parameters (2)
  • G_threshold (gas threshold) = not specified
    Predefined threshold for MQ-2 exhaust fan activation; chosen by hand, not tied to safety standards or measured gas levels.
  • lambda (arrival rate) = not measured
    Arrival rate in Eq. 8 Poisson model and Eq. 9 Little's Law; assumed, never estimated from data.
assumptions (3)
  • domain assumption Parking arrivals follow a Poisson process with rate lambda
    Eq. 8 assumes Pfull = lambda^n e^-lambda / n! without testing arrival data.
  • standard math Little's Law L = lambda * T_avg applies to this parking system
    Eq. 9 uses Little's Law; it is a standard queueing result but its applicability requires steady-state assumptions not discussed.
  • domain assumption Ventilation response time scales as DeltaG / r with constant reduction rate r
    Eq. 10 defines t_response = DeltaG / r; assumes linear gas reduction, not validated.

how reviews work

0 comments
Cite this review

Pith. "Pith review of IoT-Enabled Smart Car Parking System through Integrated Sensors and Mobile Applications." pith.science (2026). https://pith.science/paper/I6SKQWKJ

@misc{pith2026241210774,
  author       = {Pith},
  title        = {Pith review of: IoT-Enabled Smart Car Parking System through Integrated Sensors and Mobile Applications},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/I6SKQWKJ}},
  note         = {Machine review of arXiv:2412.10774}
}
read the original abstract

Due to more population congestion and car ownership, the provision of parking spaces for vehicles is becoming a crucial factor. This paper aims to present a novel Internet of Things (IoT)--based smart car parking system that can effectively manage these problems with the help of sensor technology and automation. Infrared (IR) sensors, DHT22 sensors, MQ-2 gas sensors, and servo motors are used in the parking space. An OLED display shows the status of parking slots in real-time. Communicating with a mobile application through the Message Queuing Telemetry Transport (MQTT) protocol enables the efficient exchange of data. As a result, this innovative solution optimizes parking space, increases efficiency, and makes the parking lot more comfortable. This IoT system allows real-time monitoring and automation of parked cars as well as fast response to dynamic changes in environmental conditions, setting a new standard for smart parking systems.

Figures

Figures reproduced from arXiv: 2412.10774 by the authors.

Figure 1
Figure 1. Proposed Block Diagram for Controlling each Connection [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Workflow Diagram of Proposed System The response time of the ventilation system (tresponse) when gas concentration exceeds the threshold is (Equation 10): tresponse = ∆G r (10) Where ∆G is the difference between the current gas concentration and the threshold, and r is the rate of gas concentration reduction. When turned off, all monitoring and control operations cease, concluding the workflow. D. Working Procedure … view at source ↗
Figure 5
Figure 5. (a) Gas Value Monitoring, (b) Comparison of Different Gas Sensor’s [PITH_FULL_IMAGE:figures/full_fig_p006_5.png] view at source ↗
Figures from the paper (3 more)
Figure 3
Figure 3. Figure 3: (a) IR Sensor Detection Accuracy vs. Ambient Light Intensity, (b) IR [PITH_FULL_IMAGE:figures/full_fig_p006_3.png]
Figure 6
Figure 6. Figure 6: Comparison the proposed system with Non-IoT System [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: (a) Displayed IP Address and Port Number, (b) Mobile Application [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

31 extracted references · 24 canonical work pages

  1. [1]

    Road transport — eea.europa.eu,

    “Road transport — eea.europa.eu,” https://www.eea.europa.eu/en/topics/ in-depth/road-transport, [Accessed 29-07-2024]

  2. [2]

    Smart Parking Market Statistics, Analysis — Forecast, [2032] — imar- cgroup.com,

    “Smart Parking Market Statistics, Analysis — Forecast, [2032] — imar- cgroup.com,” https://www.imarcgroup.com/smart-parking-market, [Ac- cessed 29-07-2024]

  3. [3]

    Smart parking applications and its efficiency,

    A. Kala ˇsov´a, K. ˇCul´ık, M. Poliak, and Z. Otah ´alov´a, “Smart parking applications and its efficiency,” Sustainability, vol. 13, no. 11, p. 6031, May 2021. [Online]. Available: http://dx.doi.org/10.3390/su13116031

  4. [4]

    Garduino: Sustainable indoor gardening developed with mobile interface,

    M. A. H. Wadud, A. Rahman, S. Sazzad, D. Kundu, M. Rahman, A. A. Aishi, S. N. Nobel, T. A. U. H. Bhuiyan, and Z. Ahmed, “Garduino: Sustainable indoor gardening developed with mobile interface,” Statis- tics, Optimization & Information Computing , 2024

  5. [5]

    Road transport-eea.europa.eu,

    “Road transport-eea.europa.eu,” https://www.eea.europa.eu/en/topics/ in-depth/road-transport, [Accessed 29-07-2024]

  6. [6]

    Is 30 Percent of Traffic Cruising for Parking? &x2013; Park- ing Today — parkingtoday.com,

    “Is 30 Percent of Traffic Cruising for Parking? &x2013; Park- ing Today — parkingtoday.com,” https://parkingtoday.com/article/ is-30-percent-of-traffic-cruising-for-parking/, [Accessed 29-07-2024]

  7. [7]

    Why should you implement a smart parking system? — quercus-technologies.com,

    “Why should you implement a smart parking system? — quercus-technologies.com,” https://quercus-technologies.com/news/ why-should-you-implement-a-smart-parking-system, [Accessed 29-07- 2024]

  8. [8]

    Blocksd-5gnet: Enhancing security of 5g network through blockchain-sdn with ml-based bandwidth prediction,

    A. Rahman, M. S. I. Khan, A. Montieri, M. J. Islam, M. R. Karim, M. Hasan, D. Kundu, M. K. Nasir, and A. Pescap `e, “Blocksd-5gnet: Enhancing security of 5g network through blockchain-sdn with ml-based bandwidth prediction,” Transactions on Emerging Telecommunications Technologies, vol. 35, no. 4, p. e4965, 2024

Show all 31 references
  1. [9]

    Exploring the impact of internet of things (iot) on smart cities: Opportunities, challenges, and future prospects,

    M. Stephen, S. Mohamed, and K. Potter, “Exploring the impact of internet of things (iot) on smart cities: Opportunities, challenges, and future prospects,” Internet of Things , 01 2023

  2. [10]

    Blockchain-sdn-based energy-aware and distributed secure architecture for iot in smart cities,

    M. J. Islam, A. Rahman, S. Kabir, M. R. Karim, U. K. Acharjee, M. K. Nasir, S. S. Band, M. Sookhak, and S. Wu, “Blockchain-sdn-based energy-aware and distributed secure architecture for iot in smart cities,” IEEE Internet of Things Journal , vol. 9, no. 5, pp. 3850–3864, 2021

  3. [11]

    Smartblock- sdn: An optimized blockchain-sdn framework for resource management in iot,

    A. Rahman, M. J. Islam, A. Montieri, M. K. Nasir, M. M. Reza, S. S. Band, A. Pescape, M. Hasan, M. Sookhak, and A. Mosavi, “Smartblock- sdn: An optimized blockchain-sdn framework for resource management in iot,” IEEE Access, vol. 9, pp. 28 361–28 376, 2021

  4. [12]

    Intelligent automatic decision making car parking and slot allocation management system using raspberry pi,

    S. Nikitha, K. R. Devi, A. Nandhinee, and S. Sumathi, “Intelligent automatic decision making car parking and slot allocation management system using raspberry pi,” Ilkogretim Online-Elementary Education Online, vol. 20, no. 1, pp. 4696–4703, 2021

  5. [13]

    Iot based vehicle parking model with mobile apps software,

    H. S. Won, S. Saon, S. W. Mudjanarko et al. , “Iot based vehicle parking model with mobile apps software,” in 2021 IEEE 19th Student Conference on Research and Development (SCOReD). IEEE, 2021, pp. 197–200

  6. [14]

    Online parking system using esp32,

    M. A. M. Sofian and L. A. Tiron, “Online parking system using esp32,” Journal of Engineering Technology , vol. 10, no. 1, pp. 136–142, 2022

  7. [15]

    Iot-based smart parking man- agement system using esp32 microcontroller,

    J. W. Simatupang, A. M. Lubis et al. , “Iot-based smart parking man- agement system using esp32 microcontroller,” in 2022 9th International Conference on Electrical Engineering, Computer Science and Informat- ics (EECSI). IEEE, 2022, pp. 305–310

  8. [16]

    Iot based enabled parking system in public areas,

    D. Venu, “Iot based enabled parking system in public areas,” IJFANS International Journal of Food and Nutritional Sciences , vol. 11, no. 4, pp. 162–174, 2022

  9. [17]

    Smart car parking system using raspberry pi,

    R. N. e. a. Vinayak B, “Smart car parking system using raspberry pi,” International Journal of Advanced Research in Computer and Communication Engineering, vol. 11, no. 2, pp. xx–xx, 2022

  10. [18]

    Car park monitoring system (cpmos),

    M. A. A. Amran, M. M. M. M. D. Ikram, N. H. H. M. Fauzan, and I. Ahmad, “Car park monitoring system (cpmos),” International STEM Journal, vol. 4, no. 1, 2023

  11. [19]

    Scps: An iot based smart car parking system,

    H. Singh, A. Pokhriyal, A. Sachan, and M. Saxena, “Scps: An iot based smart car parking system,” in Recent Advances in Energy Systems, Power and Related Smart Technologies: Concepts and Innovative Implemen- tations for a Sustainable Economic Growth in Developing Countries . Sp...

  12. [20]

    An internet of things-based touchless parking system using esp32-cam,

    V . A. Kusuma, H. Arof, S. S. Suprapto, B. Suharto, R. A. Sinulingga, and F. Ama, “An internet of things-based touchless parking system using esp32-cam,” Int J Reconfigurable & Embedded Syst , vol. 12, no. 3, pp. 329–335, 2023

  13. [21]

    Shaikh, H

    N. Shaikh, H. Shah, and H. Sharma, IoT-Based Smart Car Parking Agent Using Raspberry Pi . Springer Nature Singapore, 2024, p. 213–223. [Online]. Available: http://dx.doi.org/10.1007/978-981-97-1323-3 18

  14. [22]

    Sdn–iot empowered intelligent framework for industry 4.0 applications during covid-19 pandemic,

    A. Rahman, C. Chakraborty, A. Anwar, M. R. Karim, M. J. Islam, D. Kundu, Z. Rahman, and S. S. Band, “Sdn–iot empowered intelligent framework for industry 4.0 applications during covid-19 pandemic,” Cluster Computing, pp. 1–18, 2022

  15. [23]

    An iot-based integrated solution for fire detection alarm system and water supply management,

    M. Arefin, A. H. Wadud, A. Rahman, F. Islam, T. Hossain, T. Ehsan, and A. Halder, “An iot-based integrated solution for fire detection alarm system and water supply management,” in 2023 International Confer- ence on Information and Communication Technology for Sustainable Deve...

  16. [24]

    Arduino ide v1 basics,

    Arduino, “Arduino ide v1 basics,” Arduino Documentation, Accessed

  17. [25]

    An iot-based smart helmet for riding security and emergency notification,

    M. J. Islam, M. N. Pathan, A. Sultana, and A. Rahman, “An iot-based smart helmet for riding security and emergency notification,” in 2024 6th International Conference on Electrical Engineering and Information & Communication Technology (ICEEICT). IEEE, 2024, pp. 1211–1216

  18. [26]

    Connecting to Raspberry Pi via PuTTY,

    IoT Starters, “Connecting to Raspberry Pi via PuTTY,” https://iotstarters. com/connecting-to-raspberry-pi-via-putty/, accessed: 2024-07-12

  19. [27]

    Distb-condo: Distributed blockchain-based iot-sdn model for smart condominium,

    A. Rahman, M. J. Islam, Z. Rahman, M. M. Reza, A. Anwar, M. P. Mahmud, M. K. Nasir, and R. M. Noor, “Distb-condo: Distributed blockchain-based iot-sdn model for smart condominium,” IEEE Access, vol. 8, pp. 209 594–209 609, 2020

  20. [28]

    MQTT Dashboard Documentation,

    Vetru Apps, “MQTT Dashboard Documentation,” https://vetru-apps. github.io/mqtt-dashboard-documentation/index.html, accessed: 2024- 07-12

  21. [29]

    Impacts of blockchain in software-defined internet of things ecosystem with network function virtualization for smart applications: Present perspectives and future directions,

    A. Rahman, J. Islam, D. Kundu, R. Karim, Z. Rahman, S. S. Band, M. Sookhak, P. Tiwari, and N. Kumar, “Impacts of blockchain in software-defined internet of things ecosystem with network function virtualization for smart applications: Present perspectives and future directions,...

  22. [30]

    Towards a blockchain-sdn-based secure architecture for cloud computing in smart industrial iot,

    A. Rahman, M. J. Islam, S. S. Band, G. Muhammad, K. Hasan, and P. Tiwari, “Towards a blockchain-sdn-based secure architecture for cloud computing in smart industrial iot,” Digital Communications and Networks, vol. 9, no. 2, pp. 411–421, 2023

  23. [2024]

    Available: https://docs.arduino.cc/software/ide-v1/ tutorials/arduino-ide-v1-basics/

    [Online]. Available: https://docs.arduino.cc/software/ide-v1/ tutorials/arduino-ide-v1-basics/

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.