Top Banner
Electronics Project Arduino Based Parking Lot System
11

Arduino Based Parking Lot System

Jan 06, 2017

Download

Devices & Hardware

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Arduino Based Parking Lot System

Electronics ProjectArduino Based Parking Lot System

Page 2: Arduino Based Parking Lot System

Members011132065 – Mohammad Shahriar Reza011145021 – Samrin Ahmed Riya

Page 3: Arduino Based Parking Lot System

What is Arduino? An open source. Prototyping platform. Easy to use hardware and software. Works according to the instructions to the microcontroller to the board.

Page 4: Arduino Based Parking Lot System

Why Arduino? Inexpensive. Cross-platform. Simple, clear programming environment. Open source – extensible software and hardware.

We are using Arduino Uno R3

Page 5: Arduino Based Parking Lot System

Arduino automated Parking Lot System Microcontroller based Parking system.  Keeps track of the number of cars parked (09 being the max number). Shows the number of slots unoccupied. Controls the gate-arm by itself.

Page 6: Arduino Based Parking Lot System

Project Objectives To design and build up a prototype of an automated car park system. To learn how to control the prototype system for automated parking. To acknowledge how to program Arduino and make it work on any

system.

Page 7: Arduino Based Parking Lot System

List of necessities Arduino UNO R3 RC Micro Servo (Hitec HS-55 or similar) 7-Segment Display Common anode 470 ohms resistors 1/4 w 5% Mini breadboard 170 points Cable jumpers Male-to-Male Solid wire AWG #22 (breadboard jumpers) Cardboard aluminum foil Alligator clips Wooden Coffee Stirrer (the barrier) White glue

Page 8: Arduino Based Parking Lot System
Page 9: Arduino Based Parking Lot System

Real life implementation Autonomous car-maneuvering system to perform parallel, perpendicular

or angle parking. Enhancing the comfort and safety of driving in constrained

environments to steer the car with attention. To ensure collision-free motion within the available space.

Page 10: Arduino Based Parking Lot System

Limitations The 7-segment display shows the maximum count when if power is gone

and again comes back. Once the barrier is opened or closed, there is a count of the car. At the time of entering two consecutive cars, there is a overcrowding

situation. There is a prohibition of entering and leaving two cars at a time.

Page 11: Arduino Based Parking Lot System