Slashdot Mirror


DIY LED Array Marquee For Your PC

An anonymous reader writes "Ever wish you had one of those big LED displays to keep you up to date on e-mails, stock quotes, server uptimes, or weather? Here's a new video tutorial showing how to build your own computer-controlled LED array. You can code your own data feed, and just send it over a TCP socket. This looks like a fun weekend project for someone looking to get started with electronics by building something useful."

10 of 128 comments (clear)

  1. Now... by Spazztastic · · Score: 4, Interesting

    The question is if I can do this and have it run from my car. I put in predefined phrases, and depending on which switch I hit or button, it says them?

    --
    Posts not to be taken literally. Almost everything is sarcasm.
    1. Re:Now... by Spazztastic · · Score: 4, Funny

      There are actually already license plate frames with little LED displays built in that allow you to do this.

      Yeah, but it doesn't quite scream "Nerd" as hard as when you built it yourself.

      --
      Posts not to be taken literally. Almost everything is sarcasm.
    2. Re:Now... by houstonbofh · · Score: 5, Funny

      Plates are for posers... Get the RIMS! http://customwheel.com/custom_wheels/product_info.php/products_id/1687
      Yes, they scare me...

    3. Re:Now... by Lumpy · · Score: 4, Informative

      Yes but be ready for a ticket and a "fix it ticket" to require removal of said device. Most states make it illegal for a illuminated sign to be in view of drivers on a moving vehicle. TAXI's and delivery cars have a waiver and the signs are not in the line of sight.

      --
      Do not look at laser with remaining good eye.
  2. Yes but... by senatosa · · Score: 4, Funny

    can we get it to synch to Trans-siberian Orchestra's Wizards in Winter?

  3. I've done something similar but more advanced. by thomasdz · · Score: 5, Funny

    I know LEDs are all the big rage now for displays. You see the seven-segment LED displays on calculators. But, while watching TV a year ago, I had an idea... what if I were to somehow connect up a TV to my computer? It took me a couple months, but I finally got it working... yes, a TV screen (well, actually it's not a TV anymore since I had to take out the receiver guts) connected to a computer. Since I use it to MONITOR the status of the various programs running on the computer, I'm going to call this contraption a "Monitor"
    I'll make millions!
    Also...I was out in my garage the other day cleaning and I found a dead mouse in the corner...and again, my mind is always working... I though...what would happen if I plugged this little guy's tail into the back of my computer, and replaced his legs with little motion-sensing wheels? I'll let you alll know the results when I finish my new invention. I'm calling it the Mobile Organic Universal Sensor Emulator, or MOUSE for short.

    --
    Karma: Excellent. 15 moderator points expire sometime.
  4. It's so cute... by Majik+Sheff · · Score: 4, Informative

    I remember when I first realized that you could double your row-column population. Then I extrapolated it to its logical conclusion... that you could connect n(n-1) leds where n is the number of control lines. I was so proud! Then in an unrelated search I learned that not only was this an established technique, but it even had a cute name: Charlieplexing.

    There's a neat little story here:

    http://www.maxim-ic.com/appnotes.cfm/an_pk/1880

    --
    Women are like electronics: you don't know how damaged they are until you try to turn them on.
  5. Not Slashdotted Anymore! by compumike · · Score: 5, Informative

    Hi all,

    We had tuned the www.NerdKits.com site to survive slashdottings with its old PHP backend, but we recently started experimenting with some Django. Django is great as a programming framework, but I suppose we have discovered that our tuning of the server settings isn't quite up to handling a Slashdotting! We've temporarily disabled that stuff so the site is back and running. My apologies for the downtime.

    - The NerdKits Team

  6. Ah, brings back memories... by jtara · · Score: 5, Interesting

    I wrote the firmware for one of these thingies about 20 years ago. (I did it for a company that was in the electronic sign business - they made those flip-dot signs you see on buses, subways, etc.) I was lucky to have been given pretty-much complete flexibility in the firmware design, including functionality.

    We used a Z-80 as the controller. The display panel was built on two identical circuit boards - they could be chained endlessly, though I don't think they ever made a wider model. It was a BIG DEAL getting the component-stuffing machine to place all those LEDs! (This wasn't surface mount, but through-holes.)

    Each display panel had a shift-register - one bit per column, and just passed the bits down to the next panel. The CPU banged out bits to the shift register until the row was filled, and then enabled the row driver. Yes, we were careful to avoid refresh rates that could be a problem for epileptics.

    They insisted on an asymmetrical case design - the case had a "base" that it could sit on on a desk or other surface, or it could be mounted from a ceiling. Only problem was, if it was mounted from a ceiling, it was then "upside down" and the characters had to be flipped. They were going to put a switch on the back, but I figured they would get support calls from people who wouldn't read the manual, so at my suggestion they put in a mercury switch, mounted at a 45 degree angle. The processor read the mercury switch and flipped the characters if needed.

    We used an RCA flat-panel keyboard with a custom overlay. I designed icons for the various effects, and the icons were printed over letters and accessed during programming with the "ALT" key. The icons appeared on screen when in programming mode. There was a simple text-editor, and some icons accepted parameters (for example, transition effects all took an optional transition time parameter) I implemented a simple macro system [macro_name] so that text snippets could be stored and referenced from within messages. You could store multiple messages and select the one or ones to be displayed, or a timer could trigger them.

    There was also a serial port through which it could be programmed. I think the idea was that it could be programmed remotely in, say, a store location. I don't know if this was ever implemented, but I vaguely recall that the idea was to send a subcarrier signal on a muzak station (that stores would already have access to) that would be decoded and passed to the serial port.

    I never did install one of these in the back window of my car. I certainly entertained the thought, though. :)

    I had one of the pre-production samples kicking around for years, and finally discarded it. Yea, I wish I still had that Schelbi Mark 8 too... (Mine was build on a wirewrap board - somebody was selling a kit with a wirewrap board and all the parts).

    (Would be interesting to compare the designs. However, the site referenced by the article has been slashdotted...)

  7. I took the lazy path... by linhux · · Score: 4, Interesting

    "Ever wish you had one of those big LED displays to keep you up to date on e-mails, stock quotes, server uptimes, or weather?

    Yeah, I used to wish exactly that, but I took the easy (well, I did have to reverse-engineer the serial protocol, but that was fairly easy) way out and went to the hardware store and bought one. It's been serving my team very well since then. :-)