Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

7 segment display help!! (SOLVED)

Status
Not open for further replies.

Deepak350

Member level 1
Joined
Jan 27, 2009
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
India
Activity points
1,550
driving 7 segment led with 4511

Hello all,

I'v started a simple project to display alphanumeric characters on the 7 segment LED display by connecting it to the MCU. The problem I'm facing is the characters are very dull. Number '1' is bright but number '8' is very dull. I'm using two displays to display from 0-99. Thanks in advance.
 

display 0-99 on 7 segment

You must be using a resistor as a current limiter. What you need is a constant current source to drive the segments.
 

type of 7segment

Actually, I think the problem is that all the segments are powered through the same current limiting resistor. As more segments are switched on, more current flows through the resistor and therefore there is a larger voltage drop across the resistor. This is why, when displaying an 8, the brightness is very low.

To solve the problem, place a resistor not on the common line, but on each of the 7 lines (8 if your display also has the '.' character) driving each segment.

The better type of 7 segment display, in my opinion at least, is the type with a common ground connection. For these you can easily use a transistor (normal NPN type) to switch on each segment. This ensures that the microcontroller doesn't take too much load, and all your segments are nice and bright - always.
 

    Deepak350

    Points: 2
    Helpful Answer Positive Rating
pnp transistor con display 7 segments

better post your circuit diagram
 

0 - 99 display using 7 segment circuit

try using amplifier IC like ULN2003
to amplify the current and to maintain that current when all the LED are turn ON
 

common collector seven segment display

Deepak350 said:
Hello all,

I'v started a simple project to display alphanumeric characters on the 7 segment LED display by connecting it to the MCU. The problem I'm facing is the characters are very dull. Number '1' is bright but number '8' is very dull. I'm using two displays to display from 0-99. Thanks in advance.

You must use seven segment driver like 74LS47 (TTL) or 4511 (CMOS), so the led light will be stable.
 

driving 7segment with uln2003

Hello everyone and thanks a lot for the replies and my sincere apologies for the late replies. Well my problem is solved.

zx_sa said:
Actually, I think the problem is that all the segments are powered through the same current limiting resistor. As more segments are switched on, more current flows through the resistor and therefore there is a larger voltage drop across the resistor. This is why, when displaying an 8, the brightness is very low.

To solve the problem, place a resistor not on the common line, but on each of the 7 lines (8 if your display also has the '.' character) driving each segment.

The better type of 7 segment display, in my opinion at least, is the type with a common ground connection. For these you can easily use a transistor (normal NPN type) to switch on each segment. This ensures that the microcontroller doesn't take too much load, and all your segments are nice and bright - always.

I did just that (individual resistors instead of one common) and the problem is solved. Again thanks a lot to everyone for the replies.

Regards,
Deepak350
 

voltage drop for 7 segment

can you post the diagram
 

segment display

Hi,

This is the circuit diagram similar to my board.
 

circuit diagram of seven segment led display

This is idealy wrong. Emitter of the Pnp transistor should be connected to +ve supply & collector should go to common of 7-segment CA display
 

types of 7 segment

In the diagram the transistor used is PNP, our transistor is a NPN. Sorry for the mistake.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top