This is a basic project for all the beginners.
We are not using the charlieplexing method here.
Here we will display the numbers from 00 to 99 on two Seven-Segment Displays(SSD) which we will use simultaneously.
I have made this project using an Arduino Uno Board.
We need the following to make this:
- Arduino Uno - 1
- Programmer Cable - 1
- Seven-Segment Display - 2
- Bread Board - 1
- Male-Male Jumper Wires
There are two types- Common Anode and Common Cathode.
Here I have used two Common Anode SSDs.
If you are using Common Cathode ones, You just need to convert the 0's to 1's and the vice-versa.
We will be using the pins from 0 to 13 on the Arduino Board, not connecting the dot as we do not require it.
SSD(1) here refers to the SSD which displays the tens digit.
SSD(2) here refers to the SSD which displays the ones digit.
Connecting the Arduino pins to SSD pins:
Attach the pins 3 and 8 on both the SSD's to 3.3V.(Use resistors)
Since this is for Common Anode SSD, the LED glows when it is LOW/0.
If you are using a Common Cathode SSD, attach pins 3 and 8 to ground and then the LEDs glow when attached to HIGH/1.
Do not let 5 V pass through any of your LEDs, You must use resistors.
Result: Numbers from 00 to 99 are displayed.
Here is the video:
Comments