← Go to Day 3 Go to Day 5 →

Memory Game - Day 4

December 1, 2022

Summary

Pictures of Circuitry

Video of the Completed Circuitry

What is a 7 segment decoder?

The 7 segment decoder is an integrated circuit who's purpose is to use certain binary patterns to encode decimal values from 0-9 with 4-bits. Similar to the shift register, the 7 segment decoder drastically reduces the number of I/O pins used by the Arduino to control the 7 segment display. In simple terms, to reflect the correct numerical values, this IC records each segment of the display with an encoding digit on each of its pins. The IC has 16 pins in total: 4 of which are used as input pins and 7 used as output pins (for each corresponding segment of the display). This 7:4 ratio in terms of I/O pins reveals its ability to enhance circuit performance by reducing total tools used to complete a given task. source