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.

how can i connect 6 seven segment to port p1 only

Status
Not open for further replies.

xfilesb

Newbie level 5
Joined
Mar 28, 2005
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,381
how to connect 7 segment to 8051

how
 

connect to seven-segment

By connecting the wires ...

Ohh btw ...:
"Intelligent questions always gets intelligent ansvers"


/Bingo
 

max7219 schematic

Search for "dynamic LED Display control" on the google.
This is the solution you are looking for.
Regards, yego
 

seven segment port

microcontroller at89c52 becouse i want to make digital watch but i dont want to use decoder 7447 i want to connected all seven segment to one port is there any code or command that let the microcontroller send data to all seven segment but only the wanted no out on the wanted seven segment
 

connect a 7447 parallel port

Yes, you can use multiplexing technique also known as scanning technique.
 

how to connect transistors to 7 segment

Here is a link to a site with 8051-based clock.
There you will see how to connect 7-segmet display running in a sequence ..
**broken link removed**
 

how to connect the 7 segmen in series

Bear in mind that when the number of 7segments elements grows ( from 4 to 8 -) the current through LED diminishes, thus you have to decrease the value of resistors connected to port P1 ( 180R in the schematics **broken link removed** )

**broken link removed**

However, 89C52 it's not suitable to sustain the current (VOL = 0.45v for IOL = 3,2 mA), so you have to fit 7 pnp transistors on port P1 like the one on P3.7
 

7 segment connect to pnp transistor

You need 7 lines (a,b..g) for 7 seg displays, and 7 control lines that will turn on/off transistors.
=>You need two ports.
 

connect 6 leds together

@xfilesb ,
I guess that you are against using the 7447 decoder because of its power consumption. In such a case you can always get the CMOS counterpart. There are at least four types available. If you, however, are not happy with any decoder IC at all, there are still two possibilities for you. As suggested above, you can use serial In parallel OUT registers to handle your display, or you can build a BCD to 7-segment decoder using some silicon diodes and some transistors. This way your six digit display would use just seven pins of one uC port. It is the simplest solution I know, but not the most elegant one.
The choice is yours.
Regards, yego
 

8051connecting shift register 7-segment

You should use 6 8-bits Shift registers for 6 7Seg-LEDs, you can drive them easy by using series data communication method which don't need to use all pins of 1 port. Only 3 or 4 pins are enough.
 

2ma z portu 89s52

Hi there,

MAX7219 is nice for this application. You need only three port pins to connect this chip to a MCU. It can drive up to 8 seven segment LEDs.

HTH
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top