Posted on January 8, 2017 by electromaniaweb
The main advantage of light emitting diodes is that because of their small die size, several of them can be connected together within one small and compact package producing what is generally called a 7-segment Display.
The 7-segment display, also written as “seven segment display”, consists of seven LEDs (hence its name) arranged in a rectangular fashion as shown. Each of the seven LEDs is called a segment because when illuminated the segment forms part of a numerical digit (both Decimal and Hex) to be displayed. An additional 8th LED is sometimes used within the same package thus allowing the indication of a decimal point, (DP) when two or more 7-segment displays are connected together to display numbers greater than ten.
Two types of SSD’s are available.
- Common cathode Seven segment display
2. Common anode Seven segment display.
For now we will use a common anode seven segment display.
ASSEMBLING THE CIRCUIT.
- Firstly we will start by connecting the first pin on the seven segment display to the 2nd pin in the arduino. In likewise fashion we will connect the second to the third pin slot in arduino.
- Now comes the tricky part, we have to connect the third pin on the seven segment display to the pin on the opposite side of it. And then connect them both to the ground slot in the arduino.
- Now in like wise fashion we will keep joining the pin in the seven segment display to the arduino till pin 9 of the arduino.
We are all done with assembling the circuit.
Now there is an interesting breadboarding technique that can be used in this particular project. Using the same code mentioned above we can use two and up to four, Seven segment display countdown. Only con is that we will require an inexplicable amount of jumper wires.
I will show you how I did it for two SSD’s you can try on for as many as you like if you have those many jumper wires and breadboard.
What I did here was to connect the pin wire of the arduino to a slot in the breadboard and then join that slot to the two SSD’s simultaneously so that both of the SSD’s get the same common from the code and perform the same function.
Here you can clearly see what I did. But this was just to brush up your basic breadboarding skills and to be honest becomes very tiring and messy with so many wires.
Comments
Please log in or sign up to comment.