0% found this document useful (0 votes)
1K views10 pages

Name-Aarohan Verma Batch-Coe19 Rollno.101903497 Email-Averma2 - Be19@Thapar - Edu

This document contains details about assignments involving using a CD4543 decoder chip and 7-segment display with an Arduino. It includes the student's name and details, hardware requirements, theory on how the CD4543 decoder works to convert BCD input to 7-segment output, and schematic diagrams. The assignments involve verifying the CD4543 functional table, setting up a circuit to convert BCD input to 7-segment display, and writing an Arduino sketch for an up counter that counts from 0 to 9 on the display.

Uploaded by

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

Name-Aarohan Verma Batch-Coe19 Rollno.101903497 Email-Averma2 - Be19@Thapar - Edu

This document contains details about assignments involving using a CD4543 decoder chip and 7-segment display with an Arduino. It includes the student's name and details, hardware requirements, theory on how the CD4543 decoder works to convert BCD input to 7-segment output, and schematic diagrams. The assignments involve verifying the CD4543 functional table, setting up a circuit to convert BCD input to 7-segment display, and writing an Arduino sketch for an up counter that counts from 0 to 9 on the display.

Uploaded by

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

Name-Aarohan Verma

Batch-COE19
RollNo.101903497
Email-averma2_be19@thapar.edu
ASSIGNMENT – 3(A)

Exercise 1 – To verify the functional table of CD4543

Hardware Required
▪ Decoder (CD4543)
▪ Seven Segment Display
▪ Single core connecting wires
▪ Tinkercad Software tool (https://www.tinkercad.com/)

Theory
The decoder (CD4543) is a combinational digital circuit that decodes an 4-bit binary input in the
range 0000-1001 (BCD) in to its corresponding decimal level. Example for the binary value 0101
we need to display 5. Hence the decoder will output a HIGH on segments (a, c, d, f and g) with output
a LOW on segments (b and e). The latch signal is normally connected to 5V via 10Kohm resistor as
per the circuit diagram. This allows the decoder to decode the present binary input (the latch is said
to be in a transparent state). When the latch is connected to 0V via the jumper provided its logic
state changes to a LOW and the decoder will decode the binary input prior to the latch going low
(i.e. the display is frozen when the latch is LOW).

Schematic Diagram

Figure 1: Pin diagram of CD4543


Figure 2: Functional table of CD4543
ASSIGNMENT – 3(B)

Exercise 2 – BCD (binary coded decimal) to 7 Segment Display

Hardware Required
▪ Decoder (CD4543)
▪ Seven Segment Display
▪ Single core connecting wires
▪ Tinkercad Software tool (https://www.tinkercad.com/)
▪ Arduino Uno

Theory
The decoder (CD4543) is a combinational digital circuit that decodes an 4-bit binary input in the
range 0000-1001 (BCD) in to its corresponding decimal level. Example for the binary value 0101
we need to display 5. Hence the decoder will output a HIGH on segments (a, c, d, f and g) with
output a LOW on segments (b and e). The latch signal is normally connected to 5V via 10Kohm
resistor as per the circuit diagram.
This allows the decoder to decode the present binary input (the latch is said to be in a transparent
state). When the latch is connected to 0V via the jumper provided its logic state changes to a LOW
and the decoder will decode the binary input prior to the latch going low (i.e. the display is frozen
when the latch is LOW).
Schematic Diagram

Figure 1: Connection setup for converting BCD input to seven segment ouput.
ASSIGNMENT – 3(C)
Exercise 3 – Write an Arduino sketch to make an up counter which counts from 0 to 9 & repeat it
infinitely. Display the digits using BCD code on the 7-segment display on digital trainer kit.

Hardware Required
▪ Decoder (CD4543)
▪ Seven Segment Display
▪ Single core connecting wires
▪ Tinkercad Software tool (https://www.tinkercad.com/)
▪ Arduino Uno

Theory (Write the theory as per your understanding during self-effort and lab hours)
Schematic Diagram:

Reflections:
Assignment Tasks:
▪ Redesign Exercise 2 and display the last digit of your Roll Number on the 7 segment
display.
▪ Write an Arduino sketch to make an up counter which counts from 0 to 9 & repeat it
infinitely using Tinkercad

You might also like