Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darishsfit/smartcarparkingarduino
Smart car parking system using Arduino UNO and IR Sensors
https://github.com/darishsfit/smartcarparkingarduino
Last synced: 3 days ago
JSON representation
Smart car parking system using Arduino UNO and IR Sensors
- Host: GitHub
- URL: https://github.com/darishsfit/smartcarparkingarduino
- Owner: darishSFIT
- Created: 2024-04-26T10:39:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:33:53.000Z (6 months ago)
- Last Synced: 2024-11-03T21:40:29.026Z (3 days ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Smart Car Parking using Arduino
#### The aim of this project is to develop and implement a smart parking system utilizing Arduino, image processing for license plate recognition, and IR sensors. This system seeks to optimize parking space utilization, improve traffic flow, and enhance user experience by providing real-time parking availability updates, automated entry/exit control, and efficient management of parking spaces. By integrating these technologies, the project aims to address common parking-related challenges such as congestion, inefficient space usage, and difficulty in finding available parking spots, ultimately contributing to more sustainable and accessible urban environments.### Reqirements:
- Arduino UNO r3 Processing Board
- Wires (Jumper Wires)
- Breadboard
- IR Sensors (Gate + Parking Lot)
- Servo Motor (Opening/Closing Gate)
- USB Web Cam (Lisence Plate Detection)
- Bluetooth module (HC-05) for Arduino board----
### Block Diagram
----
### Circuit Diagram
----
### Screenshots
### `capture.py` file runs in background to capture an image of the Lisence Plate when the it reads "Entry Detected" from serial port
#### More work incoming related to image capture and OCR for Lisence plate...