Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityasharmahub/rfid-car-parking-system

Car Parking System using RFID - An IOE Project
https://github.com/adityasharmahub/rfid-car-parking-system

4x4-keypad arduino arduino-uno esp8266 esp8266wifi iot iot-application ir-sensor lcd16x2 rfid-rc522 servo-motor

Last synced: 8 days ago
JSON representation

Car Parking System using RFID - An IOE Project

Awesome Lists containing this project

README

        

# RFID Car Parking System

## Overview
The RFID-based car parking system in IoE aims to streamline vehicle identification and parking management. Vehicles will have RFID tags, which are scanned by RFID readers installed at the entry and exit points of the parking facility. Parking space sensors detect vehicle presence in each space. Parking fee will be charged according to the time the vehicle was parked. A microcontroller collects data from the RFID readers and sensors, processes it, and sends it to a cloud service for real-time and historical analysis. Users receive real-time notifications via SMS about parking availability and their parking session details.

## Project Features
### Automated Car Parking System:
- Hands-free vehicle identification with RFID tags.
- Entry and exit barrier control using servo motors.

### Intelligent Connectivity & Notifications:
- Real-time SMS alerts for parking availability, session status, and balance updates.

### Data Analysis & Monitoring:
- Cloud-based storage for real-time and historical usage data.
- Data insights to manage parking efficiency and optimize operations.

### Security & Access Control:
- Ensures only authorized vehicles access parking and toll areas.
- Tamper-proof RFID tags and secure data transfer.

### Rechargeable Wallet System:
- 4x4 Keypad for easy on-site balance top-up.
- Parking fee deduction directly from RFID card balance.

## Connection Diagram
Conn dig

## System Architecture & Workflow
### Entry Process:
- RFID reader scans the vehicle’s tag at the entry point.
- If sufficient balance exists, the servo motor opens the barrier.
- The vehicle’s entry time is recorded and uploaded to the cloud.

### Parking Management:
- IR sensors detect available spaces and update the cloud platform.
- Users receive notifications about available parking spaces via SMS.

### Exit Process:
- RFID reader scans the tag at the exit.
- Parking fees are calculated based on the entry and exit time.
- If the user has sufficient balance, the barrier opens, and fees are deducted.

### Recharge Process:
- Users can recharge their RFID cards using the 4x4 keypad interface.
- The new balance is updated in real-time and stored on the cloud.

## Components Required
- Arduino Uno
- RFID Card Reader
- RFID Card Tags
- 2x16 IC2 LCD Display
- 4x4 Keypad for recharging balance
- IR Sensors
- Servo Motor
- ESP8266 WiFi Module

## Contributors
- [Vishnu Yelde](https://github.com/VishnuYelde)
- [Prachiti Yadav](https://github.com/PrachitiYadav)
- [Rahul Kulkarni](https://github.com/RahulKulkarni681)

## License
This project is licensed under the [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/). See the LICENSE file for more details.