0% found this document useful (0 votes)
15 views30 pages

Seven Segment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views30 pages

Seven Segment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 30

7-Segment

Display
Module 3 (Lesson 19)
Lesson19: 7-Segment Display
Device like digital clock shows the actual number of time. It is easy
to read especially for those people who have blurry eyes and those
children who don’t know yet how to read an analog clock. But what
makes it display numbers? This kind of clock uses a seven-
segment display or seven-segment indicator. It is a form of
electronic display device for displaying decimal numerals that is an
alternative to the more complex dot matrix displays. It consists of 8
LEDs connected in parallel that can be lit in different combinations
to display the numbers (0, 1, 2, 3, 4, 5, 7, 8, 9, A, B, C, D, E, F, etc.). It
is also widely used in digital clocks, basic calculators and so on.​
TechFactors Copyright 2020
Lesson19: 7-Segment Display

Target Outcomes:

At the end of the discussion, the students should be


able to:

Identify the circuit diagram of a 7-segment display.


Explain the use of a 7-segment display
TechFactors Copyright 2020
Lesson19: 7-Segment Display

An SSD or Seven-Segment
Display is a form of
electronic display device for
displaying decimal numerals
that is an alternative to the
more complex dot matrix
display.

TechFactors Copyright 2020


Lesson19: 7-Segment Display
Normally the use of segment
includes score boards or
displays of single digital
number or character.

A 7-Segment Display is
composed of Light Emitting
Diodes (LED) that are small
and comes in various colors. TechFactors Copyright 2020
TWO TYPES OF SEGMENT
There are two types of Led 7-Segment displays:
Common Cathode (CC) and Common Anode (CA).

TechFactors Copyright 2020


The position of light shown by 7-Segment Display are
represented by letters. In Arduino code, LED Lights On
are expressed by a number “0”, while LED Lights Off
are expressed as number “1”.

Identify what number is shown using 1’s


and 0’s codes.

1) 0 0 0 0 0 0 1 – 0 (number 1 is done for you)


2) 0 0 0 0 1 0 0 –
3) 1 0 0 1 1 1 1 –
4) 1 0 0 1 1 0 0 –
5) 0 0 1 0 0 1 0 –
6) 0 1 0 0 0 0 0 – TechFactors Copyright 2020
Lesson19: 7-Segment Display
Cite some applications of 7-segment display that we
encountered in our routine.
Example:

Digital clocks TechFactors Copyright 2020


Lesson19: 7-Segment Display

I. LET’S EVALUATE!

Answer the following questions briefly.

1. What is a 7-Segment Display?


2. What are the common uses of a segment?
3. Why does a segment use LED and not the other
type of light?
TechFactors Copyright 2020
Lesson19: 7-Segment Display
II. Give the following pin address to activate the
segment.

1. 8– 6. 1 –
2. 5– 7. 2 –
3. 3– 8. 4 –
4. 9– 9. 6 –
5. 0– 10. 7 –
TechFactors Copyright 2020
Lesson19: 7-Segment Display
III. Identify what segment would light up using
1’s and 0’s code.

1) 0 0 0 0 0 0 1 –
2) 0 0 0 0 1 1 0 –
3) 1 1 1 1 1 1 1 –
4) 1 0 0 1 1 0 1 –
5) 1 1 1 0 0 1 0 –
6) 0 1 0 1 0 1 0 –
TechFactors Copyright 2020
Project: Working
with 7-Segment
Display
Module 3 (Lesson 20)
Lesson 20: Project: Working with 7-Segment
Display
Seven-segment display is an electronic display device for
displaying decimal numerals. It is widely used in displaying
numbers and some letters electronically. The segment (LED)
display is denoted by letters A to G and the eighth segment called
“Decimal Point”. It is denoted by DP and is used for the display of
non-integer numbers. Working with 7-Segment Display is
slightly complicated especially in terms of coding numbers and
operating in basic electronics but learning with this device is
exciting. Using seven –segment display, you can present numbers
in your programmed calculator or even in a simple score board.​

TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display

Target Outcomes:

At the end of the discussion, the students should be


able to:

 Learn how to display, code numbers, and operate a


segment in basic electronics.

TechFactors Copyright 2020


ACTIVITY

Group the class with four members.


Each members should prepare 1/8
size illustration board.

Ask the learners to write the set of


letters that denotes the LED
(segments) of the following
numbers. Let each group work for
each in 1 minute.
TechFactors Copyright 2020
Lesson 20: Project: Working with 7-Segment
Display

7 TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display

2 TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display

4 TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display

1 TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display
The class will be grouped into four. Make a reference table for displaying digits
in 7-segment display. Students will post their work on the board for checking.

The first digit should be done for the learners.


DIGIT A B C D E F G

0 ON ON ON ON ON ON OFF

8 TechFactors Copyright 2020


TechFactors Copyright 2020
Elaborate
Using the same group, ask the students to watch a short video
tutorial on how connect wires for seven segment display. After that,
ask them to make a set up for seven segment display using arduino
kit.

TechFactors Copyright 2020


TechFactors Copyright 2020
Lesson 20: Project: Working with 7-Segment
Display
Evaluate

TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display
MATERIALS

• Microcontroller
• IPv4 Cable
• Jumper Wire
• Breadboard
• 1 pc. 7 Segment

TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display

TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display
Additional Assessment
DIRECTIONS:
Create and program a circuit that will show a countdown ( in
Descending order) on the 7 Segment Display

MATERIALS NEEDED:

Wires, Resistor, Arduino Uno, Breadboard, 7 Segment Display


TechFactors Copyright 2020
Lesson 20: Project: Working with 7-Segment
Display
Sample Circuit

TechFactors Copyright 2020


Lesson 20: Project: Working with 7-Segment
Display

Sample Code would be found on this link

https://www.instructables.com/id/Arduino-Simple-7-Segment-Countdown-Timer/

TechFactors Copyright 2020

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy