Shop OBEX P1 Docs P2 Docs Learn Events
New project: LED sign — Parallax Forums

New project: LED sign

UghaUgha Posts: 543
edited 2008-12-07 22:49 in General Discussion
I've recently received a programmable LED sign and have a few ideas for uses for it.

Unfortunately it requires either a DOS computer and special software, or a special keyboard built
for the purpose.

I'd like to just use the LED board, not the control board, and hook it up to a stamp and use
that to control the LED array.

The board has 588 LEDs arrayed in a 7x84 matrix of some kind.

There are 82 100 ohm resistors, 12·tiny capacitors that are so small I can't make out the markings
on them without desoldering them.

There are 12 SN74LS164N serial-in, parallel-out shift registers and 12 ULN2003A seven darlington arrays.

7 wires come off one section of the board, the circuit board has·a single trace for each of them that
spans one lead of each led. I'm assuming these are common grounds or supplies.

There are also six other wires coming off of the section where the ICs are... although two pairs are connected
together (shared grounds or supplies for the ICs?).

I've attached the datasheets for the two ICs and I kind of understand them, but I don't get exactly
how everything works together.

I've also attached some photos of the board in case anyone feels up to the challenge of helping a
newbie figure this thing out.

Post Edited (Ugha) : 12/6/2008 10:01:54 PM GMT
753 x 138 - 69K
670 x 225 - 91K
688 x 199 - 99K

Comments

  • UghaUgha Posts: 543
    edited 2008-12-06 21:57
    Here are some pics of the board's back and two pics of the controller in case they
    may be useful.
    641 x 395 - 111K
    684 x 314 - 113K
    766 x 144 - 77K
    613 x 194 - 79K
    702 x 192 - 83K
  • $WMc%$WMc% Posts: 1,884
    edited 2008-12-07 01:09
    Ugha

    Take a look in the SX forum at what " T&E Engineer " posted.

    "Sneak peek-LED sign"

    I thank it might be of some help.

    ________$WMc%_____Merry Xmas___

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    The Truth is out there

    Post Edited ($WMc%) : 12/7/2008 1:15:19 AM GMT
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-12-07 02:41
    This thread is not BASIC Stamp related and is being moved to the Sandbox.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Engineering
  • UghaUgha Posts: 543
    edited 2008-12-07 22:28
    I wasn't aware this had moved... how embarassing, I lost my own thread [noparse]:)[/noparse]

    I've attached the manual for the sign in case anyone felt up to helping me out on this.

    Again, I want to hook this up to a BS2 or if I must, an SX.

    I don't want to desolder the LEDs, or use the existing controller board. I'd like to
    interface with the existing light board using a stamp and try and get it to work.

    Any help at all would be much appreciated.
  • Mike GreenMike Green Posts: 23,101
    edited 2008-12-07 22:49
    It looks like the LED controller just uses RS232 serial levels at very reasonable Bauds. You could either use some kind of MAX232 or the "resistor in the input lead" adapter described in the Basic Stamp Manual in the chapters on SERIN and SEROUT. You can work out the commands that need to go back and forth just by hooking the sign to your PC's serial port (or USB to serial adapter) and using a terminal program like HyperTerm, then just program the Stamp to do the same thing.

    If you don't want to use the LED controller, the documentation for it doesn't help at all. It looks like you'll have to use the existing controller or trace through the PCB to come up with a schematic. Like you said, it's probably a matrix arrangement of some sort. How to drive it without using the existing controller is anybody's guess until there's a schematic, at least enough of one to figure out how it's all hooked together.

    You should be able to drive it with a Stamp since it probably just has to handle the cascaded shift registers, but you'll have to verify that and figure out the format of the data.

    Post Edited (Mike Green) : 12/7/2008 11:01:44 PM GMT
Sign In or Register to comment.