You are on page 1of 2

Laboratory Exercise 4

Mini-Project

OBJECTIVES:

At the end of the exercise, the students should be able to:



create an application-specific system that will follow a certain set of specifications, and

apply the concepts learned in developing the application-specific system on hand.

MATERIALS:

1 ACEDuino 328 Board


1 Computer unit with pre-installed Windows Operating System
1 A to B Scanner/Printer cable
2 7-Segment common anode display
2 74LS373N ICs

SPECIFICATIONS:

1. Develop a circuit that follows these specifications.

a. Wire the given circuit below. Note the following pin conventions/connections of the pins
under the header ACEDUINO328BOARD.
Pin # in the Schematic (Header Connection to ACEduino328 Purpose
ACEDUINO328BO Board
1 Port 1 7-segment datum
2 Port 2 7-segment datum
3 Port 3 7-segment datum
4 Port 4 7-segment datum
5 Port 5 7-segment datum
6 Port 6 7-segment datum
7 Port 7 7-segment datum
8 Port 8 7-segment datum
9 Port 9 Latch 1 enable
10 Port 10 Latch 2 enable

2. Develop a 4-digit timer from 00 99 and repeats the count once 99 is reached. Time interval between
number display should be variable.

3. How this system works.

a. The 74LS373N is an octal transparent latch. The output data (1Q 8Q) are latched when
the ENC is HIGH and when the OC is LOW. (Download a datasheet of this for further
details)

b. The number to be displayed always appears in Ports 1 8. To determine where these data
will be shown, the correct 74LS373 should be enabled. This is done by making the
corresponding Port HIGH. The table above shows which port will enable which latch.

c. By displaying 00 to the two 7-segment display, the following steps must be done.

i. Write to each Port (Port 1 8) the necessary logic level (HIGH or LOW) that will
correctly correspond to a digit.
ii. Enable the Latches one at a time, i.e. Ports 9 10 should have the following
values:

7-segment 1 7-segment 2
Port 9 1 0
Port 10 0 1

You might also like