Smart Parking System (SPS) Prepared by: Ma’ali Hasan. Noora Dmedi.

Slides:



Advertisements
Similar presentations
MM Player Supervised by: Dr. Luai Malhis. Prepared by: Mustafa Assaf & Mahmoud Musa.
Advertisements

Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
OutLine Overview about Project Wii Robot Escaper Robot Problems and Solutions Demo.
Introduction.
ASPPRATECH.
SPI By Alexander Maroudis. Outline What is SPI? SPI Configuration SPI Operation Master Slave Setup SPI Transactions SPI Digital Potentiometer Example.
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
RC CAR CONTROLLER BASED ON INTEL GALILEO SOC PLATFORM Nadav Shiloach Sagi Sabag Supervisor: Idan Shmuel Spring 2014 One Semester Project PROJECT’S ENDING.
©2008 The McGraw-Hill Companies, Inc. All rights reserved. Digital Electronics Principles & Applications Seventh Edition Chapter 13 Computer Systems Roger.
Parking Monitoring System Prepared by: Ali Al Misbah Salman Al-Belaihi Muneer Al-Hashem Mustafa Al-Qurain
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Atmel AVR Jared Bevis January 14, The Power of Your Chips The main power of your chips lies in the programming language/compiler available to you.
Smart Parking System PREPARED BY : GHADEER AQRAA AND MARAH JABER.
CSCI1600: Embedded and Real Time Software Lecture 4: Introduction to the Arduino Steven Reiss, Fall 2015.
AAPT workshop W03 July 26, 2014 Saint Cloud State University, MN, USA
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Module 8 Tutorial  An 8086 system is used for controlling the speed of a motor. The motor can operate at 5 different speeds (1- 5).  The speed.
1. PIC ADC  PIC18F877 has 8 analog input channels i.e. port A pins(RA0 to RA5) and port E pins(RE1 and RE2). These pins are used as Analog input pins.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Zilogic Systems 1 Device Interfacing with Python and ZIO Zilogic Systems.
Zilogic Systems 1 Device Interfacing with Python and ZIO Zilogic Systems.
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
Mobile phone keypad sensed password entry for door opening.
RFID Based Access Control System using 8051
Electronic Eye Controlled Security System
Smart Parking Application
EKT124 Digital Electronics 1 Introduction to Digital Electronics
Assist. Prof. Rassim Suliyev - SDU 2017
Obstacle avoiding robot { pixel }
Outline Introduction to digital-to-analog converter (DAC)
<Add team picture or relevant project picture here>
Scrolling LCD using Arduino.
Application Case Study Security Camera Controller
Chapter 6 Input/Output Organization
Introducing the Arduino boards & some supporting modules
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
Smart Shoe S Seminar 2 Prepared by: Sa’ed Qariab Mos’ab Naffa’a
Device Interfacing with Python and ZIO
Arduino BASED RFID Device Access
Automatic human detector garbage can.
Voice Over IP By: Jon Peterson.
IT-AMS Applied Microcontroller Systems (5 ECTS , Forår, E / IKT)
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
SUBMITTED BY EDGEFX TEAM
ARDUINO LINE FOLLOWER ROBOT
Project Members: M.Premraj ( ) G.Rakesh ( ) J.Rameshwaran ( )
‘SONAR’ using Arduino & ultrasonic distance sensor
BUILDING MANAGEMENT SYSTEMS(BMS)
Assist. Prof. Rassim Suliyev - SDU 2017
SArduino Training 2018 cho THPT Saigon Institute of Technology
Arduino and Grove LET’S START.
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
BJ Furman ME 106 Fundamentals of Mechatronics 15NOV2012
Introduction to Microprocessors and Microcontrollers
Internet-of-Things (IoT)
SAFE (Smart Agency For Entities)
Prepared by : fatheyah faqih Supervisor:Dr.Falah Hassn
CSCI1600: Embedded and Real Time Software
CSCI1600: Embedded and Real Time Software
Presentation of Robotics (3)
CSCI1600: Embedded and Real Time Software
Manual Robotics ..
Lab #1: Getting Started.
CSCI1600: Embedded and Real Time Software
Hardware Graduation Project (2) Seminar
05 | Integrating Advanced Sensors and Shields
Presentation transcript:

Smart Parking System (SPS) Prepared by: Ma’ali Hasan. Noora Dmedi.

Outline:- ● Introduction ● What is SPS? ● Main Features? ● Used Tools. ● Problems. ● Future Work. ● Demo.

Introduction:- ● The continuous increase in the production of cars. ● Rapid growing of parking places. ● Need a suitable, fast way to arrange the process of parking inside these places. ● Efficient secure way for payment.

What is SPS ? ● Smart parking system is an integrated system to inform the driver about the available parking Lot. ● Organize cars in closed parks. ● Gives an accurate way of payment according to the time that the car has reserve the slot.

What is SPS?

Main Features ● Design a smart,user friendly system for closed parking. ● Save time and effort for drivers to park their cars in an easy way. ● Give the driver the shortest path for the empty slot.

Used Tools:- ● ARUDINO MEGA ● Force Sensor. ● LCDs. ● Coin Acceptor. ● Servo motors. ● DS1307 clock. ● RFID Reader and Tags. ● LDRs. ● LED strip. ● Darlingtone Array. ● Resistors.

Arduino Mega(2560) :- ●54 digital input/output pins. ●16 analog inputs. ●4 UARTs (hardware serial ports). ●The Arduino IDE(1.6.7 v).

Force Sensor ● Used as an indicator if a car is on the gate and need to enter. ● Used to control the position of the shaft for the servo motor to open the gate. ● Read analog value from force sensor. ● Whenever it exceeds a certain value then it is known a car wants to enter the park. ● 10KOhm to connect it with the Arduino.

RFID Reader and Tags ●RFID device serves the same purpose as a bar code. ●It provides a unique identifier for each driver. ●To connect it with Arduino we use the SPI protocol. ●Consider the Arduino as master and the readers as slaves.

Real Time Clock DS1307 ● To save the time of entering and leaving for each driver. ● Use the I2C protocol to connect it with the Arduino.

Servo Motor ●Servo Motor which is used for controlling shaft movement. ●The servo shaft movement is determined by the weight present on the force sensor. ●SERVO MOTOR shaft is controlled by varying the duty ratio of PWM signal generated by Arduino Mega.

LED Strip ●It is a waterproof flexible LED adhesive light strip series. ●It operates on 12VDC. So we used Darlington array Chip “ULN2003” to amplify this signal. ●We used LED strip to give the driver the direction to the shortest path to the first empty slot.

LDR Sensor ( Light Dependent Resistor) ● It is an optical sensor, whose resistance changes with the intensity of light falling on. ● Used to sense both the existence and exit of the cars in the parking.

Coin Acceptor(DG006F) ●Enable it to recognize 3 groups of coins (2,5,10)NIS. ●Connect it serially with the Arduino. ●Works on 12V. ●Whenever an acceptable coin is inserted it will send a signal to the Arduino.

Problems:- ● Running out of pins: our project takes approximately all the pins of the Arduino Mega.

Problems:- ● Design the whole circuit thus connecting the circuit more than once. ● Problems in programming multiple RFIDs and interface them correctly with Arduino. ● Problems in serial communication between the Arduino and PC.

Future Work:- ● Apply this system in real parking places. ● Support more than one floor. ● Connect it with a mobile application so that a driver can reserve his slot earlier.

Demo:-