That looks pretty awesome, simple but big, and with tonnes of possibilities.
How do you plan to address each LED? Charliplexing? Buffers?
The ISP header is an obvious must, but what about rigging something for a bootloader?
FTDI onboard? or off board?
A separate ISP kit is an option too (branded with Defcon 19 of course).
I assume the massive number of individual LEDs is for soldering practice, correct (instead of LED matrices)?
Also, how are you getting around using current limiting resistors without losing the ability to address each LED individually?... or are they just on the back and not visible?
Last edited by lexxmac; August 5, 2010, 17:21.
Reason: clarity
It is a charlieplexed 7x24 matrix. There are no resistors. When driving LEDs I/O pins that have CMOS construction tend to become 15-20mA current sources. Also this varies with LED color and battery voltage. LEDs also can withstand higher current in pulse mode, like 70mA, but only 20mA constant on.
As long as high mCD LEDs are used the image quality is pretty good. My prototypes used junk 10-20mCD LEDs that I think I paid $2.00 for 200, so when all the column LEDs are on such as on a "T" the line is considerably dimmer than the dots because the each 8 bit port is limited to 80mA. Not a perfect design, but it does have function.
Every single pin of the microcontroller is presently used, except the oscillator pins, which I can't assign, so no room left for serial I/O. Its one of 2 micros in a socketable package that has this many I/O lines.
To program people can build the sample electronics LPT programmer, only need a DB-25 and 4 resistors. Of course finding a computer with a LPT port is a challenge these days.
To program people can build the sample electronics LPT programmer, only need a DB-25 and 4 resistors. Of course finding a computer with a LPT port is a challenge these days.
I would be willing to bet that there where no lpt ports at the entire con outside the musiem.
Even serial ports are becoming few and far between.
Maybe I can arrange somethingwith SFE or batchpcb for a kit.
Comment