12 Parking Space Problem

An area for asking questions, making suggestion, share ideas and place circuit examples.
Post Reply
Demosthenes_7424
Posts: 1
Joined: Sat Mar 22, 2014 2:56 am

12 Parking Space Problem

Post by Demosthenes_7424 »

Here's our project for logic circuits class:

A building has 12 parking spaces. The owner of the car wants to know if there's an open space by looking at the "LED parking lot lights" displayed outside the building.

In addition, the car owner wants to know when two adjacent spaces are open as he/she does not want anyone to park next to their car. Normally, this person parks at the end of a large parking lot to avoid any scrapes or scratches.

The system must have one logic indicator to activate if two adjacent spaces become open, another logic indicator to activate if three adjacent spaces are open. The "LED parking lot lights" must also display the number of available parking spaces using seven segment displays.

Use IR transmitter/receiver to determine the presence of the car.


Any ideas on how to make the project?
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: 12 Parking Space Problem

Post by admin »

Well, you can try to use buttons with toggle checked as a control of parking place – if it is taken or free.
To display state of parking lot you just use inverted state of such button and display it with LED or show all of them with LED matrix.
Your indicator of two adjacent places is a conjunction of NOR between all pairs of parking places. This should be easy and fun.
Post Reply