7 Segment Display Interfacing with Arduino
0-9 Counter by Interfacing 7
Segment Display with Arduino
In
this tutorial we are going to interface a seven
segment display to ARDUINO UNO. The display counts from 0-9 and resets itself to zero. Before going further, let us first
discuss about seven segment displays.
A
seven segment display got its name from the very fact that it got seven
illuminating segments. Each of these segments has a
LED (Light Emitting Diode), hence the lighting. The LEDs are so fabricated that lighting of each
LED is contained to its own segment. The
important thing to notice here that the LEDs in any seven segment display
are arranged in common anode mode (common
positive)
or common cathode mode (common negative).
The
circuit connection of LEDs in common cathode and common anode is shown in above
figure. Here one can observe that, in CC the
negative terminals of every LED is connected together and brought out as GND. In CA the positive of every LED is connected
together and brought out as VCC. These
CC and CA come in very handy while multiplexing several cells together.
Components Required
Hardware: ARDUINO UNO , power supply (5v),
HDSP5503 seven segment display (two
pieces)
(any common cathode will do ), 47uF capacitor (connected across power supply).
Software: arduino IDE (Arduino nightly)
Circuit Diagram and Working Explanation
The
connections which are done for 7 segment display are given below:
PIN1
or E to PIN 6 of ARDUINO UNO
PIN2
or D to PIN 5
PIN4
or C to PIN 4
PIN5
or H or DP to PIN 9 ///not needed as we are not
using decimal point
PIN6
or B to PIN 3
PIN7
or A to PIN 2
PIN9
or F to PIN 7
PIN10
or G to PIN 8
PIN3
or PIN8 or CC to ground through 100Ω resistor.
Now to
understand the working, consider a seven segment display is connected to a
port, so say we have connected “A
segment of display to PIN0”, “B segment of display to PIN1”, “A
segment of display to PIN3”, “A segment of display to PIN4”, “A
segment of display to PIN5”, “A segment of display to PIN6”. And is common ground type as shown in figure.
Here
the common ground has to be connected to ground for the display to work. One can check each segment of display by using
multimeter in diode mode. Each
segment should not be power with a voltage greater than 4v, if did the display
will be damaged permanently. For
avoiding this a common resistor can be provider at common terminal, as shown in
circuit diagram.
Now,
if we want to display a “0” in this display as shown in below figure.
We
need to turn the LEDs of segments “A, B,
C, D, E F”, so we need to power PIN0, PIN1, PIN2, PIN3, PIN4
and PIN5.
So every time we need a “0”, we
need to power all the pins mentioned.
Now,
if we want “1” on
display
We
need to power segments “B, C”, for segment B, C to turn ON we need to power
PIN1, PIN2.
With both the pins high we
get “1” on
display. So as seen above we are going to power pins
corresponding to the digit that to be shown on display.
Here
we are going to write a program turning each segment ON and OFF for a count 0-9. The
working of 0-9 counter is
best explained step by step in C code given below:
Demo & Code
7 Segment Display Interfacing with Arduino
Reviewed by XXX
on
สิงหาคม 27, 2560
Rating:
ไม่มีความคิดเห็น