Smart Parking System with RFID Tracking for Bilkent University
150 likes | 257 Views
The Smart Parking System project facilitates efficient tracking of available parking lots at Bilkent University. It comprises two main components: monitoring parking lot occupancy and sharing real-time availability information with drivers. Using RFID technology, the system records when vehicles enter and exit parking spaces, updating a centralized database. A user-friendly GUI built in NetBeans enhances database control and accessibility for drivers via mobile devices. Future improvements may include the integration of distance sensors to further optimize the system.
Smart Parking System with RFID Tracking for Bilkent University
E N D
Presentation Transcript
CaRFID Project Group 4 Günay Geyik Aras Yurtman İlker Fındık Numan Emre Karagöz
Overall Project consists of two main parts • Tracking the number of avaliable parking lots in each parking area and storing when which car parks to or leaves from a lot. • Sharing this avaliability information with the users (drivers) that are coming to Bilkent, according to their destination building.
Overall Project – Part 1 Antennas RFID Reader 1 Server RFID Reader 2
Communicatingwith RFID Reader • We used Java driver for event-based communication with RFID reader • First initialize the device • Then the device sends some information when an event occurs • Event types used: tag arrival, tag depart • Each time an event occurs, we insert required information to our database • We record when which car enters to or exits from which slot
Database Structure priority academic reader_no antenna_no b_id b_name p_id p_name s_id Near Reside Buildings Parks Slots time_entered time_left Parked_Cars model d_id name surname b_year v_id tag_id color make year Drive Drivers Vehicles academic_v
Server GUI • Built inNetBeans • Eases the control of database (adding/deleting/displaying a driver/vehicle/depart time etc.)
Overall Project – Part 2 Access Point 1 Server Access Point 2
The GUI for PDA • Built inNetBeans • Changes in parking lots are updated simultaneously
Possible Upgrades for Real-Life Use • Using distance sensors instead of RFIDs and antennas • Your suggestions...