I got my hands on 74LS273 IC while I was salvaging some components from an old satellite receiver, something I do between projects and save some money….
This IC was on the control panel and was wired to 4-Digits 7-Segments LED display with some transistors. This made me interested to see how it works. I never used one before and therefore I had no idea how to wire it in order to make good use of it.
I made few internet searches but couldn’t find any wiring diagram or sample circuit that would help me out. There are many datasheets and pinout readily available…. that was useful and a good start for me.
In order to have a good understanding of how the 74LS273 functions, I had decided to build a simple circuit with visual presentation for the output; a sequence of numbers is always a good idea therefore I decided on 1-Digit 7-Segmnet LED Display, and instead of running it manually, I decided to automate the process somewhat by using a microcontroller (Arduino). The following are the components needed:
Parts List:
Before building the circuit, let us have some understanding of the process which I am about to have the Arduino to follow:
o Set all data pins to LOW
o Set Clear pin to LOW then set it to HIGH
o Set required data pins to HIGH; these pins correspond to the digit you need to display
o Set Clock pin to LOW then set it to HIGH
Note:
I ran into some difficulty therefore I tried 10K pull-down resistor on Arduino pin-11 and 10K pull-up resistor on Arduino pin-10, this solved the problem. But I had removed them afterward once I got the circuit working well. The resistors helped me during testing, but they are not necessary afterward.
.
Enjoy.... Hope this was useful.....