![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I'm currently building a countdown timer with 4 digits of 7 segment display that are connected to a 8051. To minimize the cost, instead of using a decoder , is there any other ways to implement this? Can a transistor be used to replace the decoder? If so, what kind of transistor should be used? Any circuits diagram available? | |
| |
| | (permalink) |
| im afraid there is no other way. there might be expensive alternatives (program a PAL or GAL). but a single transistor cant do that job. a decoder is a combination of logic gates which are made from transistors. if it had been possible then the decoder wouldnt have been there. just like the fact that u need a hockey stick and a ball to play hockey, u need a decoder for the 7 seg displays | |
| |
| | (permalink) | |
| Quote:
Depending on your displays (common anode, or common cathode), you may need to use NPN transistors down to ground, rather than PNP fed from +ve. The technique is called 'multiplexing'. | ||
| |
| | (permalink) |
| thanks guys! | |
| |