"BCD TO 7 SEGMENT DISPLAY DECODER"

4,970 views 20 slides Jun 10, 2022
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

A digital or binary decoder is a digital combinational logic circuit which can convert one form of digital code into another form.
BCD to 7-segment display decoder is a special decoder which can convert binary coded decimals into another form which can be easily displayed through a 7-segment disp...


Slide Content

SUBMITTED BY FAIZAN SHAFI [21304012] ECENG-521 [ADSD] M.Tech (ECE) - Ist year SUBMITTED TO Dr. K. ANUSUDHA ASSISTANT PROFESSOR Dept. Of Electronics Engineering SIMULATION ON “BCD TO 7 SEGMENT DISPLAY DECODER" D EPARTMENT OF ELECTRONICS ENGINEERING SCHOOL OF ENGINEERING AND TECHNOLOGY PONDICHERRY UNIVERSITY,KALAPET, PUDUCHERRY-605014  

CONTENTS INTRODUCTION BCD 7 SEGMENT DISPLAY CIRCUIT DIAGRAM OUTPUTS SOFTWARE USED REFERENCES 2

INTRODUCTION A  digital or binary decoder is a digital combinational logic circuit which can convert one form of digital code into another form. BCD to 7-segment display decoder  is a special decoder which can convert binary coded decimals into another form which can be easily displayed through a  7-segment display . In  Binary Coded Decimal (BCD)  encoding scheme each of the decimal numbers(0-9) is represented by its equivalent binary pattern(which is generally of 4-bits). Whereas,  Seven segment  display is an electronic device which consists of seven Light Emitting Diodes (LEDs) arranged in a some definite pattern (common cathode or common anode type), which is used to display Hexadecimal numerals(in this case decimal numbers, as input is BCD i.e., 0-9). 3

BCD BCD  stands for  binary coded decimal . It is a digital numbering system in which we can represent each decimal number using 4 bits of binary numbers. There are 10 digits in the decimal system. To represent all 10 digits we need 10 combinations of 4 binary bits. A digital system like a computer can understand and easily read a large number in binary format. However, a human cannot read large binary numbers. To solve this problem we need to display it as a decimal digit using 7-segment display. 4

7 Segment Display It is a digital device that can be used for displaying decimal number, alphabets, and characters . 7 Segment display contains  7 LED   segments  arranged in a shape given in figure above. Generally, there are 8 input pins in a 7-Segment display. 7 input pins for each of the 7 LEDs and one pin for the common terminal . 5

7 Segment Display There are two types of 7-Segment displays. Common Cathode :- In such type of 7-segment display, all the cathodes of the 7 LEDs are connected together to form a common terminal. It should be connected to GND or logic ‘0’ during its operation. To illuminate any LED of the display, you need to supply logic ‘1’ to its corresponding input pin. Common Anode :- The type of 7-Segment display in which all the anode terminals of 7 LEDs are connected together to form common anode terminal. This terminal should be connected with Vcc or logic ‘1’ during its operation. To illuminate any of the LED segments we need to provide logic ‘0’ to it. 6

CIRCUIT DIAGRAM 7

OUTPUT[DIGIT 0] 8

OUTPUT[DIGIT 1] 9

OUTPUT[DIGIT 2] 10

OUTPUT[DIGIT 3] 11

OUTPUT[DIGIT 4] 12

OUTPUT[DIGIT 5] 13

OUTPUT[DIGIT 6] 14

OUTPUT[DIGIT 7] 15

OUTPUT[DIGIT 8] 16

OUTPUT[DIGIT 9] 17

SOFTWARE USED   • PROTEUS 8.9 (Virtual Design and Real Simulation) 18

REFERENCES https://en.wikipedia.org/wiki/Seven-segment_display https://en.wikipedia.org/wiki/Sevensegment_display_character_representations https://www.electricaltechnology.org/2018/05/bcd-to-7-segment-display-decoder.html https://www.geeksforgeeks.org/bcd-to-7-segment-decoder/ 19