1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Electronics LED Array serial control?

Discussion in 'Modding' started by malcs, 23 Aug 2005.

  1. malcs

    malcs oops! i put a hole in the ***** :(

    Joined:
    24 May 2003
    Posts:
    1,842
    Likes Received:
    1
    ok, i want to make two 7x3 LED arrays that i will be able to input text on a PC program controlling it thru either a serial port or a USB-serial adapter. parallel is not an option. they only have to show the same as each other so i guess if i made one "control unit" it could drive both

    also, the size of the LED array is non-negotiable :) anyone got any ideas where i should start? i am assuming that i am going to need a microcontroller of sorts. I am willing to pay someone to write software/design the circuit if needs be :)


    thanks all!!
     
  2. g0th

    g0th What's a Dremel?

    Joined:
    12 Apr 2005
    Posts:
    319
    Likes Received:
    1
    Check out the Maxim MAX7219.

    You could also just multiplex the array.
     
  3. malcs

    malcs oops! i put a hole in the ***** :(

    Joined:
    24 May 2003
    Posts:
    1,842
    Likes Received:
    1
    how would i go about multiplexing the array :eek:
     
  4. g0th

    g0th What's a Dremel?

    Joined:
    12 Apr 2005
    Posts:
    319
    Likes Received:
    1
    Connect them up something like this:

    http://www.owenthegreat.com/content/smli/images/schematic2.gif

    Connect the negative sides to the microcontroller, and connect the positive sides through transistors to something like a 4017, 74xx138 or some sort of demultiplexer or counter chip, which your microcontroller is driving. So your firmware cycles through the "rows" really fast, and lights up what's needed in each group. If this occurs sufficently fast, your eyes think it's a constant display.
     

Share This Page