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.

Help me with coding 8255 for lighting up numbers using 8x8 LEDs

Status
Not open for further replies.

b-shoitan

Newbie level 3
Joined
Dec 27, 2006
Messages
4
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,281
Activity points
1,329
how can i design a ckt using 8255 to light up numbers using 8x8 leds ?? tips on ckt design, coding pls :)
 

Re: 8255 prob

how u going to inter face the 8255? r u using microcontroller or some counter?
 

8255 prob

8255 has 3 ports, which r more than enough

just make a hardware which can switch "on" any led out of 8x8 matrix(thats easy)
now switch on the required led for about 4milli seconds.
the leds required to glow are light for about 4milliseconds(one by one), REMEMBER: only one LED must be switched on at once

due to the perception of human vision, it looks like all the leds are glowing at once

all the best, acknowledge when ur project is working
 

Re: 8255 prob

Hai

Take care of timings


My suggestion is use some serial to parrallel convertor instead of 8255
It saves microcontroller pins.

Nandhu
 

Re: 8255 prob

vibeeshpv said:
how u going to inter face the 8255? r u using microcontroller or some counter?

donno

will use parallel port

Added after 2 minutes:

mondunno said:
8255 has 3 ports, which r more than enough

just make a hardware which can switch "on" any led out of 8x8 matrix(thats easy)
now switch on the required led for about 4milli seconds.
the leds required to glow are light for about 4milliseconds(one by one), REMEMBER: only one LED must be switched on at once

due to the perception of human vision, it looks like all the leds are glowing at once

all the best, acknowledge when ur project is working

any help or links about the circuit ??

how to write a code?? (will interface using the pc parallel port)

thanks

-
ahsan
 

Re: 8255 prob

b-shoitan said:
how can i design a ckt using 8255 to light up numbers using 8x8 leds ?? tips on ckt design, coding pls :)

How many numbers ?

With 3 ports of the 8255 the easiest way is to control up to 2 8x8 LED matrix.

If you want to control more than 3, then you will need additional circuits.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top