2 Digit Seven Segment Display

by sriksh9 in Circuits > Electronics

59342 Views, 18 Favorites, 0 Comments

2 Digit Seven Segment Display

Two digit Seven segment display

Most of the newbies are confused about using two or more seven segment displays, here is an instructable showing the implementation of the same with a microcontroller.

This is possible by virtue of high switching speed of LED and high of the microcontroller.

Components Required

arduino-arduino-uno-r3-original-imaehgwyhfbd2zcg.jpeg
IMG_20171002_224654.jpg
IMG_20171002_225254.jpg
IMG_20171002_224924.jpg
IMG_20171002_225059.jpg
IMG_20171002_225426.jpg

1. Seven segment display.

2. 220 Ohm resistors.

3. Jumper wire.

4. Breadboard.

5. Arduino UNO.

Pin Configuration

uno.png
images.jpg

Please note down that I have never used the pin notation as per Arduino, rather the port wise pins have been mentioned wiz; PORTC, PORTD, etc.

The pin configuration of Arduino UNO, seven segment display(both Common Anode & Common Cathode) is as shown.

Circuit:

seven_segment_multiplexed_bb.jpg

Make connection as shown in the schematic diagram.

Source Code

The source code can be obtained from my GitHub profile. Click here