• Network Sites:
  • Technical Articles
  • Market Insights

All About Circuits

  • Or sign in with
  • iHeartRadio

All About Circuits

  • Digital Lab - 7-segment LED Display

Join our Engineering Community! Sign-in with:

  • DIY Electronics Projects

Digital IC Projects

  • Digital Lab - Introduction
  • Digital Lab - Basic 2-Input NAND Gate Circuit
  • Digital Lab - S-R Latch Using NOR Gates
  • Digital Lab - S-R Latch With Enable Input using NAND Gates
  • Digital Lab - S-R Flip-flop Using NAND Gates
  • Digital Lab - 10-bit Flashing LED Sequencer
  • Digital Lab - Digital Combination Lock
  • Digital Lab - 3-bit Binary Counter

In this hands-on electronics experiment, you will control a 7-segment binary-coded decimal (BCD) display and learn about active-low and active-high logic inputs.

Project overview.

The operating principle for this circuit (Figure 1) is to input a four-bit BCD (binary-coded decimal) value using the switches and energize the proper output lines to form the corresponding decimal digit on the 7-segment light-emitting diode (LED) display.

Schematic diagram of the 7-segment LED display circuit.

Figure 1. Schematic diagram of the 7-segment LED display circuit.

Parts and materials.

  • 4511 BCD-to-7seg latch/decoder/driver
  • Common-cathode 7-segment LED display
  • Eight-position DIP switch
  • Four 10 kΩ resistors
  • Seven 470 Ω resistors
  • One 6 V battery

Caution! The 4511 IC is a complementary metal-oxide semiconductor (CMOS)  and, therefore, sensitive to static electricity !

Learning Objectives

  • How to use the 4511 7-segment decoder/display driver IC
  • Gain familiarity with the BCD code
  • How to use 7-segment LED assemblies to create decimal digit displays
  • How to identify and use both active-low and active-high logic inputs

Instructions

This experiment is more of an introduction to the 4511 decoder/display driver IC than it is a lesson in how to build a digital function from lower-level components. Since 7-segment displays are common components of digital devices, it is good to be familiar with the driving circuits behind them, and the 4511 is a good example of a typical driver IC.

Step 1:  Connect the four switches to their pulldown resistors and the ABCD inputs of the 4511 IC, as illustrated on the left side of Figures 1 and 2.

Breadboard implementation of the 7-segment LED display circuit.

Figure 2.  Breadboard implementation of the 7-segment LED display circuit.

The BCD inputs are designated A, B, C, and D in order from least significant to most significant. The truth table for mapping these BCD inputs to the seven segment outputs is provided in Table 1. 

Table 1.  A truth table for 4511 IC BCD to 7-segment display driver

BCD Inputs 7-Segment Outputs LED Display
D C B A a b c d e f g Digits
0 0 0 0 1 1 1 1 1 1 0 0
0 0 0 1 0 1 1 0 0 0 0 1
0 0 1 0 1 1 0 1 1 0 1 2
0 0 1 1 1 1 1 1 0 0 1 3
0 1 0 0 0 1 1 0 0 1 1 4
0 1 0 1 1 0 1 1 0 1 1 5
0 1 1 0 0 0 1 1 1 1 1 6
0 1 1 1 1 1 1 0 0 0 0 7
1 0 0 0 1 1 1 1 1 1 1 8
1 0 0 1 1 1 1 0 0 1 1 9

Step 2:  Connect the seven outputs from the 4511 IC to the corresponding inputs on the 7-segment display. Outputs are labeled a, b, c, d, e, f, and g, with each letter corresponding to a standardized segment designation for 7-segment displays. Of course, since each LED segment requires its own dropping resistor, we must use seven 470 Ω resistors placed in series between the 4511’s output terminals and the corresponding terminals of the display unit.

Step 3:  All LEDs inside the display unit are made common to each other on one side, either cathode or anode. The 4511 display driver IC requires a common-cathode 7-segment display unit, which is what is used here. So, we must connect the cathode connection to the ground .

Step 4:  Complete the remaining connections, illustrated in Figure 1, including power and ground.

Step 5:  After building the circuit and applying power, operate the four switches in a binary counting sequence (0000 to 1001), noting the 7-segment display. A 0000 input should result in a decimal 0 display, a 0001 input should result in a decimal 1 display, and so on through 1001 (decimal 9).

Step 6:  Test to see what happens for the binary numbers 1010 (10) through 1111 (15). Read the datasheet on the 4511 IC and see what the manufacturer specifies for operation above an input value of 9.

In the BCD code, there is no real meaning for 1010, 1011, 1100, 1101, 1110, or 1111. These are binary values beyond the range of a single decimal digit and so have no function in a BCD system. The 4511 IC is built to recognize this and output (or not output!) accordingly.

Step 7:  Three inputs on the 4511 chip have been permanently connected to either V dd or ground. These input pins are Lamp Test , Blanking Input , and Latch Enable . To learn what these inputs do, remove the short jumpers connecting them to either power supply rail (one at a time), and replace the short jumper with a longer one that can reach the other power supply rail.

For example, remove the short jumper connecting the Latch Enable  input (pin #5) to the ground, and replace it with a long jumper wire that can reach all the way to the V dd power supply rail. Experiment with making this input high (1) and low(0), observing the results on the 7-segment display as you alter the BCD code with the four input switches.

After you’ve learned what the input’s function is, connect it to the power supply rail enabling normal operation, and proceed to experiment with the next input (either Lamp Test  or Blanking Input ).

Once again, the manufacturer’s datasheet will inform the purpose of each of these three inputs. Also, note that the Lamp Test  (LT) and Blanking Input  (BI) input labels are written with boolean complementation bars over the abbreviations. Bar symbols designate these inputs as active-low , meaning that you must make each one low (0) in order to invoke its particular function.

Making an active-low input high (1) places that particular input into a passive state where its function will not be invoked. Conversely, the Latch Enable  (LE) input has no complementation bar written over its abbreviation, and correspondingly it is shown connected to ground low (0) in the schematic of Figure 1 so as to not invoke that function.

The Latch Enable  input is an active-high input, which means it must be made high (1) (connected to V dd ) in order to invoke its function.

Related Content

Learn more about the fundamentals behind this project in the resources below.

  • Combinational Logic Functions
  • Decimal vs. Binary Numeration

Resistor Guide:

  • Pulldown Resistors

Worksheets:

  • Binary Math Worksheet
  • Binary Math Circuits Worksheet
  • Resistors Worksheet
  • Textbook Index
  • Back To Index

Lessons in Electric Circuits

Volumes ».

  • Direct Current (DC)
  • Alternating Current (AC)
  • Semiconductors
  • Digital Circuits
  • EE Reference

Chapters »

  • 1 Introduction to Electronics Projects
  • 2 Basic Projects and Test Equipment
  • 3 DC Circuit Projects
  • 4 AC Circuit Projects
  • 5 Discrete Semiconductor Circuit Projects
  • 6 Analog IC Projects

Pages »

  • 8 555 Timer Circuit Projects
  • 9 Contributor List
  • Advanced Textbooks Practical Guide to Radio-Frequency Analysis and Design
  • Silicon Labs Bluetooth Solutions
  • Smart Bench Essentials and Remote Lab Access
  • Silicon Labs Wi-SUN | Tech Chats - Silicon Labs and Mouser Electronics
  • Matter Over Wi-Fi and Thread – Silicon Labs
  • Deembedding Test Fixtures for High-Speed Digital Applications
  • 3-inch LCD Displays from Display Elektronik

seven segment display experiment pdf

You May Also Like

seven segment display experiment pdf

Ymin MPS Series in Data Center Application

In Partnership with Ymin

seven segment display experiment pdf

12 Major Japanese Firms Team Up for Automotive SoC Research Initiative

by Duane Benson

seven segment display experiment pdf

ISOPLUS – SMPD: An Advanced Isolated Packaging to Fully Exploit the Advantages of SiC MOSFETs

by Littelfuse, Inc

seven segment display experiment pdf

Advanced Embedded Systems Debug with Jitter and Real-Time Eye Analysis

seven segment display experiment pdf

Three Energy-Harvesting Solutions Show Off IoT Power Possibilities

All About Circuits

Welcome Back

Don't have an AAC account? Create one now .

Forgot your password? Click here .

All About Circuits Logo

Experiment No 02:

7-segment led display.

7 Segment LED Display

To design of logical circuit for display of decimal number on 7-segment LED display.

Learning Outcomes

At the end of this experiment students are able to

LO1 : Explain 7-segment LED display technology.

LO2 : Construct truth table of 7-segment LED display to display decimal numbers.

LO3 : Design combinational logic circuit using logic gates (Decoder for 7-segment LED display)

LO4 : Elaborate applications of 7-segment LED display

Software implementation: Use of any digital circuit simulator or use online simulator www.falstad.com/circuit/

Hardware implementation: 7-segment LED display, logic gates AND, OR, EXOR, NOT gate ICs

Click following link to read theory of 7 segment LED display:

https://drive.google.com/file/d/1yeC-2wCnaACQOw6EOGxKG10WEEqgFApV/view?usp=sharing

seven segment display experiment pdf

Design Steps:

Step 1: The first step of the design involves analysis of the common cathode 7-segment display. A 7-segment display consists of an arrangement of LEDs in an ‘H’ form. A truth table is constructed with the combination of inputs for each decimal number.

Step 2: The second step involves constructing the truth table listing the 7 display input signals, decimal number and corresponding 4 digit binary numbers.

Step 4: The final step involves drawing a combinational logic circuit for each output signal. Once the task was accomplished, a combinational logic circuit can be drawn using 4 inputs (A,B,C,D)and a 7- segment display (a,b,c,d,e,f,g) as output.

Step 5 : Simulate the circuit on falstad.com/circuit and upload its link.

Truth Table:

seven segment display experiment pdf

For common cathode type BCD to seven segment decoder:

seven segment display experiment pdf

Design of K-Map

seven segment display experiment pdf

Combinational Logic Circuit:

Here design to activate "a" is given. Students should draw remaining circuit

seven segment display experiment pdf

Simulation Circuit:

To simulate above circuit, you can use any software with digital logic elements.

Use following website for design https://www.falstad.com/circuit/circuitjs.html

Here one such online simulator is given in following link with total simulation of decoder for 7 segment display

http://tinyurl.com/y2pazda2

By changing inputs, check respective output

Students should design decoder in same online circuit software and have to paste link in following google give in question and answer:

Questions and Answers:

Simulate decoder for 7 segment display using https://www.falstad.com/circuit/circuitjs.html this software and upload link in following google form.

It also have questions and answers in quiz form which will be counted for your grades

Source : http://mediatoget.blogspot.in/2011/09/seven-segment-display.html

Academia.edu no longer supports Internet Explorer.

To browse Academia.edu and the wider internet faster and more securely, please take a few seconds to  upgrade your browser .

Enter the email address you signed up with and we'll email you a reset link.

  • We're Hiring!
  • Help Center

paper cover thumbnail

Seven Segment Display Decoder

Profile image of Sohaib  Alam

The objective of this experiment is to design a seven segment display decoder that convert 2 bit binary input to decimal number that will be shown in the seven segment display.

Related Papers

Azhi Faraj , Bawar Abid Abdalla

In this paper, J-K Flip Flops are used to design modulus 65 synchronous counter by showing only decimal values rather than ordinary Hexadecimal values. The entire circuit could be designed by cascading two counters together while the ones digit counter provides clock pulses to the tens digit counter. Implementation and design of the counter was made by using Electronics Workbench software. Partial decoding mechanism is practical to clear each counter in its desired state as well as clear the entire circuit after the number 65 in decimal. TTL Logic (Vcc) was used to provide digital input 1 and Ground to provide digital input 0. The outputs are shown through decoded seven segment displays. The proposed mechanism is practical and applicable to design any modulus counter to show the output in decimal. Furthermore, this mechanism can have advantages over direct modulus counters because the decimal numbers greater than 9 cannot be shown on decoded seven segment displays.

seven segment display experiment pdf

Abhishek Kasina

Andres Suarez

Computing Research Repository

Muhammad Azad

International Journal for Research in Applied Science & Engineering Technology (IJRASET)

IJRASET Publication

An important issue in Seven segment display is heat, but the reversible logic gives less amount of heat dissipation. So, it's an important role in nanotechnology, less energy complementary metal oxide semiconductor CMOS designs etc. Seven segment displays are most effective devices used in electronic meters, digital calculators, clock radios, digital clocks, odometers, displays in home appliances, etc.In this project, an efficient seven segment display is designed using reversible logic gates CNOT, FREDKIN and PERES gates. Retrievability is a feature which every electronic device wants to posses , In reversible logic gates the inputs and outputs can be retrievable from each other. Backward operation is used in this circuit which allows to retrieve the inputs from the outputs therefore consuming zero power. Reversible logic circuits are also known as lossless circuits, which has neither information loss nor energy loss. The reversible logic operations dissipate less heat and can't erase information.

Journal of Physics: Conference Series

Matthew Akanle

WARSE The World Academy of Research in Science and Engineering

Journal of Robotics and Control (JRC)

Prayadi Sulistyanto

Loading Preview

Sorry, preview is currently unavailable. You can download the paper by clicking the button above.

RELATED PAPERS

Katherine Albarracin Camacho

Proceedings of the 11th International Conference on Computer Systems and Technologies and Workshop for PhD Students in Computing on International Conference on Computer Systems and Technologies - CompSysTech '10

Borislav Petrov

Nazrul Islam

HARISH BHATIA

princenk niazi

Khondker S Hasan, PhD

Cyber Researcher

IEEE Transactions on Electronic Computers

John Couleur

37th International Symposium on Multiple-Valued Logic (ISMVL'07)

Tsutomu Sasao

Fahad Masood

Mugunthan V

George Benthien

salah mohamed

International Journal of Managment, IT and Engineering

Ajay Gurjar

Engineering International

Mohammad Badrul Alam Miah

EZEILO CHIBUIKE JUSTIN , C. U Mezi

… and Computers in …

Mohammad Osiur Rahman

Giuliano Donzellini

Information and Computation

Javier Hormigo

RELATED TOPICS

  •   We're Hiring!
  •   Help Center
  • Find new research papers in:
  • Health Sciences
  • Earth Sciences
  • Cognitive Science
  • Mathematics
  • Computer Science
  • Academia ©2024

Seven Segment Display Tutorial

license

Introduction: Seven Segment Display Tutorial

Seven Segment Display Tutorial

Step 1: What Is a Seven Segment Display?

Step 2: parts & tools.

Parts & Tools

Step 3: Testing the Display

Testing the Display

Step 4: Built the Circuit

Built the Circuit

Step 5: Project 1- One Digit Count Down Timer

Project 1- One Digit Count Down Timer

The first project we are going to do is one digit count down timer.This project will count down from nine to zero.This project does not use any multiplexing but the project 2 includes multiplexing.The circuit digram can be found on step four.

Attachments

Step 6: multiplexing.

Multiplexing

Step 7: Project 2 - Two Digit Count Down Timer

Project 2 - Two Digit Count Down Timer

Step 8: Final Thoughts

Final Thoughts

Participated in the Make It Real Challenge

Arduino Challenge

Participated in the Arduino Challenge

Recommendations

AI/IoT Yellow Legged Asian Hornet Nest Localizer

Make it Resilient

Make it Resilient

Farm to Table Contest

Farm to Table Contest

Colors of the Rainbow Contest

Colors of the Rainbow Contest

COMMENTS

  1. PDF 7 SEGMENT DISPLAY

    the Seven Segment Display. Seven-segment displays contains the arrangement of the LEDs in "Eight" (8) passion, and a Dot (.) with a common electrode, lead (Anode or Cathode). The purpose of arranging it in that passion is that we can make any number out of that by switching ON and OFF the particular LED's. Here is the block diagram of the ...

  2. PDF University of North Carolina at Charlotte

    During this experiment students should acquire the basic skills needed to take a simple design description to a working and testable version. ... resistors (1) Common anode seven segment display I NTRODUCTION A seven-segment decoder is a logic circuit often used for the visual display of digital information. The seven outputs of the decoder ...

  3. PDF 7. Seven-Segment Display Decoder.

    EXPERIMENT 7 7. Seven-Segment Display Decoder. 7.1 Objectives Practice using the K-map simplification method Designing a seven-segment display decoder. Introduction to time multiplexing concept. 7.2 Overview A seven-segment, like the one shown in Figure 7.1, is a common output device used in many digital applications like timers.

  4. PDF ECE 367

    LDAA #$79 ; send 7-seg. code for 3 to the output STAA PortD,X BSET PortA,X,$80 JMP Finished_Task Check_if_4: (etc.) Incrementing the Displayed Digit Once Per Second Now that you know how to show a decimal digit on a seven segment display device, next we will next cover the timing aspects of this experiment. In previous experiments all

  5. PDF Encoders & Application to a 7-Segment Display Driver

    A 7-segment display is composed of seven bars (the segments; either LED or LCD) that can be individually activated to emit light. Such a display can show digits from 0 to 9, as well as a few letters (A, b, C, d, E, F, H, L, P, S, U, Y), a minus sign (-) and a decimal point. For a common-cathode 7-segment LED display, the "common" input is ...

  6. PDF Name of Experiment:- Aim of the Experiment :- Theory:-

    The Principal objective of this experiment is fully understand of BCD-To-7-segment Decoder ( IC 7447) and use it is to the control the operation of the common-anode 7-segment LED Display. Theory:-The result of a processing unit needs to be conveniently displayed to a user for its proper interpretation. The seven-segment LED display is a very ...

  7. PDF Binary-Coded-Decimal, BCD, to 7- segment decoder

    7 Table 8.2 - 7 Segment Display Connecting the 7447 BCD to 7 segment decoder to the DIP resistor pack and the 7 segment display If we have a BCD input and we want to show the equivalent decimal digit on a 7 segment display, we need a circuit that decodes the BCD into the proper arrangement of lit LEDs on the 7 segment display.

  8. PDF EXPERIMENT # 8: 7-segment Display with VHDL

    This experiment ignores the decimal point.)The 7 LEDs inside the display can be arranged with a c. mmon cathode or common anode configuration. With a common cathode display, the cathodes of all the segment LEDs are tied together and this c. mmon point must be connected to the ground. A required LED segment is then t.

  9. PDF CET4805 Component and Subsystem Design II EXPERIMENT # 4: 7-segment

    This experiment describes interfacing a seven segment LED display to the DE-board. You will display a hexadecimal value from 0 (00h) to 15 (0Fh) on the seven segment LED display. A seven segment LED display is a special arrangement of 7 LED elements to form a rectangular shape using two vertical segments on each side with one horizontal segment ...

  10. Seven Segment Display: Lab Experiment

    7-SEG - Free download as PDF File (.pdf), Text File (.txt) or read online for free. This document provides instructions for a lab experiment using a seven segment display with a microcontroller development board. It includes sections on hardware setup, theory of seven segment displays, step-by-step procedures for writing code to display digits on the seven segment display, a description of a ...

  11. Digital Lab

    Breadboard implementation of the 7-segment LED display circuit. The BCD inputs are designated A, B, C, and D in order from least significant to most significant. The truth table for mapping these BCD inputs to the seven segment outputs is provided in Table 1. Table 1. A truth table for 4511 IC BCD to 7-segment display driver

  12. Ganesh Jadhav

    Design Steps: Step 1: The first step of the design involves analysis of the common cathode 7-segment display. A 7-segment display consists of an arrangement of LEDs in an 'H' form. A truth table is constructed with the combination of inputs for each decimal number. Step 2: The second step involves constructing the truth table listing the 7 ...

  13. PDF Using the Serial 7-Segment Display

    Introduction. The Serial 7-Segment Display is an easy-to-use 4-digit display that is controlled using a serial interface. Instead of using up a dozen-or-so of your microcontroller's pins to control the LEDs, all you need is one. Using either a serial, I2C, or SPI interface, you can control all digits, decimal points, the colon, and the apostrophe.

  14. PDF Lecture 7. Digital Display

    seven-segment display may have 7, 8, or 9 leads on the chip. Usually leads 8 and 9 are decimal points. The figure below is a typical component and pin layout for a seven segment display. The light emitting diodes in a seven-segment display are arranged in the figure below. There are two types of displays available, common anode and common cathode.

  15. PDF HC11 7-Segment Display Lab Manual

    This lab will show you how to add an external seven segment display device to your Axiom development board. In this experiment only one display is used, though you can easily add more to display larger numbers. A seven segment display is a group of seven LED's arranged in segments. These segments are generally used to display numbers 0 thru 9.

  16. PDF Seven-Segment Display

    The objectives of this laboratory are the following: To become familiar with the seven-segment displays on the Nexys2 board. To design a circuit using decoders and multiplexers that drives the seven-segment displays on the Nexys2 board. To implement a 4-digit hex-to-7-segment decoder on the Nexys2 FPGA prototyping board Seven-segment displays ...

  17. PDF SEVEN SEGMENT DISPLAY

    Thus in a seven segment display depending upon the digit to be displayed, the particular set of LEDs is forward biased. The various digits from 0 to 9 which can be displayed using seven segment display are shown in the Fig. Types of Seven Segment Display The two types of seven segment display are available called, ...

  18. PDF Experiment: 10 Bcd to 7-segment Decoder/Driver

    Here is the block diagram of the Seven Segment LED arrangement. LED‟s are basically of two types- Common Cathode (CC) -All the 8 anode legs uses only one cathode, which is common. Common Anode (CA)-The common leg for all the cathode is of Anode type. n to a maximum of 2 unique output lines. The IC7447 is a BCD to 7-segment pattern converter.

  19. PDF SEVEN SEGMENT DISPLAY

    A seven-segment display (SSD), or seven-segment indicator, is a form of electronic display device for displaying decimal numerals that is an alternative to the more complex dot-matrix displays. As its name indicates, it is composed of seven elements. Individually on or off, they can be combined to produce simplified representations of the ...

  20. PDF 6. Seven-Segment Display Decoder.

    A seven-segment, like the one shown in Figure 6.1, is a common output device used in many digital applications like timers. The seven-segment is so called because of the seven LEDs, or segments, it is composed of. There are two types of seven segment displays, common anode and a common cathode seven-segment display. In

  21. (PDF) Seven Segment Display Decoder

    View PDF. Seven Segment Display Decoder f1.0.OBJECTIVE The objective of this experiment is to design a seven segment display decoder that convert 2 bit binary input to decimal number that will be shown in the seven segment display. 2.0.THEORETICAL BACKGROUND Seven segment displays are very common for electronic product to display numerical output.

  22. Seven Segment Display Tutorial : 8 Steps (with Pictures)

    Wire up your display for testing. ~Plug the display into your breadboard. ~Connect the two common cathodes together and attach a resistor to them. ~Connect the common cathode resistor to the -5v. ~Test each segment by connecting its pin to +5v. ~Experiment and try to make different numbers by lighting one or more segments at the same time.

  23. 7-Segment Display & ADC Controls With 8051: LABORATORY

    Seven Seg Display - Free download as PDF File (.pdf), Text File (.txt) or read online for free. LABORATORY - Experiment 5 7-segment Display and ADC Controls with 8051. Objectives To understand the connection of a display to an 8051 to control it. To know how to write 8051 assembly program to control a display.