Somebody kindly help me out! ( 2.3" 7segment anode LED counter up)

Thread Starter

cholay75

Joined Jul 22, 2010
23
above the diagram the COM has 3.2V output. If that volts is enough for mosfet, I would like to use it. Please can i have how the mosfet work and how to put between circuit?
 

BMorse

Joined Sep 26, 2009
2,675
above the diagram the COM has 3.2V output. If that volts is enough for mosfet, I would like to use it. Please can i have how the mosfet work and how to put between circuit?


I need to know the specifications of the 2.3" displays that you want to use...

B. Morse
 

Thread Starter

cholay75

Joined Jul 22, 2010
23
Size: 2.3'' (69.70mm*47.80mm*12mm)
Forward Voltage: 7.5V
Forward Current: 5-10mA

This is i found on google. But I couldn't find data sheet for that LED.
 

tom66

Joined May 9, 2009
2,595
Must be three LEDs in series. It's odd, because I've never seen that in LED displays, though I suppose yours is quite tall so that might be why.

You might as well run the logic circuitry off a +7.5 volt supply. If it has 4000 series ICs this is not a problem. If you have 74xx ICs it could be an issue.

Which circuit are you using?
 

bertus

Joined Apr 5, 2008
22,277
Hello,

There are large displays with upto 4 leds per segment (use the correct current limiting resistor per segment).
These can be driven using an 74LS47 , wich has open collector outputs that can handle upto 15 volts.

Bertus
 

Attachments

Thread Starter

cholay75

Joined Jul 22, 2010
23
Right now I am using this circuit. By the way please can you provide fully instruction. Like Diagram for whole things. because I am really new in this. Thank for your effort.
 

Attachments

Thread Starter

cholay75

Joined Jul 22, 2010
23
I have CD 4026B too. But I do not have the circuit to built. And I do not know it is for common anode or cathode. Please Advice! Thanks!
 

tom66

Joined May 9, 2009
2,595
You sent me this PM:
I change all a,b,c,d,e,f,g out put resistors to 1K. Then I supply voltage 6V~9V to com. the first digit work. about 15minutes my IC fried.:)
anyway thank you for your helps!

That's using a PIC microcontroller. No PIC can take 9 volts for any extended period of time. 7 volts is the absolute maximum.

I suggest you use a CD4026B. These have a 7 segment output. Each IC has a /10 output. This basically counts 10x slower than the input. You can feed the /10 output to the next IC's clock input. You can repeat this chain to have 4 digits, counting from 0000 to 9999.

These circuits only work with common cathode displays. If you can't get common cathode, you need to have open collector outputs, which increases the complexity (more chips).
 

BMorse

Joined Sep 26, 2009
2,675
Well, if people would look at what the OP has posted as a circuit that he is using maybe he would not have been led to burnout his uC....

The Circuit he WAS using was for common anode displays, he would have just had to add a transistor to switch the anode side to handle the current, then the transistors could have been just powered off of the 9 volt supply.....

But when people just start chiming in without a clue, this is what happens...

B. Morse
 

BMorse

Joined Sep 26, 2009
2,675
Most counter circuits use the common cathode just like this one which is easily expanded to four or more digits.....


the 4511 can be swapped out for the 74LS47 so it will work with common anode displays....


B. Morse
 
Last edited:
Top