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.

multiplexing 2 seven segment display with one port

Status
Not open for further replies.

dawuzi

Newbie level 6
Joined
Apr 5, 2011
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,359
hi everyone
i intend multiplexing two 7 common anode segment displays with a port of a micro controller by making 7 pins common to both of them and then the last one for the multiplexing. i dont know if there is a transistor that can switch as fast as a micro controller . some one suggested to me FETs but i have not used them before. i have simulated it and it works well when the delay for the multiplexing is quite large and noticeable. at shorter delays it throws a simulation error
 

multiplexing would be in a frequency about 100-200 times/sec (enough to fool the eye that both displays are constantly on), any transistor can do that and even 1000 times that and much more.
You can use a mosfet but there is no need for that, this is usually done with one transistors for each display in common cathode but you have common anode and you may need two so that you can turn off the transistor that drives the display.
Any transistor will do the job as long as it can work with the needed current which should probably be about 100mA when all segments are on.

Alex
 
  • Like
Reactions: dawuzi

    dawuzi

    Points: 2
    Helpful Answer Positive Rating
In your circuit diagram, you used two not gates, any reasons for this as the output of the second not gate will be the same as the output from the micro controller. Would it be possible to an npn transistor like 2n2222 in place of the bc557. if so i would appreciate a circuit diagram for that as well

---------- Post added at 14:06 ---------- Previous post was at 14:03 ----------

Thank you very much. i will dump the FET idea
 

I don't see a way to use a NPN to turn on/off the common anode of you display unless you use the emitter as output but the problem in that case is that the emitter voltage will be Vbase-0.7 (assuming 5v to the base you will get 4.3v to the emitter, it it suits you then it can be done), that is why I said that it is easier with a common cathode display in which a NPN provides the gnd (collector as output).

Alex
 

so am i better off with kak's idea?
 

It the emitter voltage is not enough then you have to use a PNP transistor but note that your circuit has to drive the PNP base almost to the emitter voltage so that it tuns off,
what I mean is that if you have 5v connected to the emitter of the PNP then it will not turn off with 0 or 3v3 to the base, you will need 5v.
If the voltage of the emitter is more then you will also need a NPN to control the PNP and turn it on/off.

Alex
 

please help me ... i want to multiplex two 7 segment displays on single port....so i need a technique of multiplexing program ...m not aware of it...plz help me...any code can do...c or assembly language...
 

thank u alex :) will try it and let u knw if any problem..

Bheemsen
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top