Shop OBEX P1 Docs P2 Docs Learn Events
Super 5x7 Demo — Parallax Forums

Super 5x7 Demo

PJAllenPJAllen BannedPosts: 5,065
edited 2007-10-01 07:19 in Robotics
· Here's a 5x7 dot-matrix demonstrator that I·based on an·SX28.
The 5x7 is "super" because it's 3 x 4.25 inches.· Each "pixel" has a VF of 6.5V or so.
· Here's a YouTube link, to see it in action -- http://www.youtube.com/watch?v=aV0P_2FFLUM

· Attached are the schematics,·a picture of the "main board", and a couple of programs.· One program is that used in the YouTube and the other is just of the "swimmer" going up and down (trapped forever, poor creature.)· So, you can see my approach to interfacing with higher voltages, rendering letters and numbers, and doing animation.

· Fellow members, the programs, schematics, and everything presented here·are for your enjoyment, that is, your personal, private use only; publication and commercial use are expressly prohibited.

· Update -- Though not shown in the schematic, U1 & U2 (the LM339s) are supplied by the +9V (the 7809 output.)
· Another Update --·All of the 2K2 resistors should be pulled up to +9V.· I made the correction in the page1 (_p1) Schematic.
· Post Edit -- 22FEB2009· I devised another animation (set of patterns) and uploaded it to youtube.


Post Edited (PJ Allen) : 2/23/2009 2:25:32 AM GMT
2048 x 1536 - 821K

Comments

  • ProfessorwizProfessorwiz Posts: 153
    edited 2007-07-16 11:56
    Very cool! Where did you get the cool LED display from?
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2007-07-16 14:32
    Got a bunch from Electronic Goldmine a few years ago, figured I ought to get around to using 'em.

    Update -- adding a pic of the SX-board which I wasn't able to include previously.

    Post Edited (PJ Allen) : 7/16/2007 2:48:07 PM GMT
    2048 x 1536 - 610K
  • ForrestForrest Posts: 1,341
    edited 2007-07-16 16:37
    Here's a similar looking display - 8 x 8 that measures 2 x 2 inches for $29.95 www.sparkfun.com/commerce/product_info.php?products_id=683#
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2007-09-30 18:17
    The reason that is $29.95 is that it is 3 colors. This project uses only one color. You can do much better on price for a one color display.

    Also, having a 3 color 8X8 swimmer would have to more than triple the control circuitry and code would be more complex. You would likely need and SX48 in order to have enough I/O pins.· Getting exactly the right colors might drive you nuts.

    In other words, you would hugely expand the scope of the project.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
    ···················· Tropically,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan

    Post Edited (Kramer) : 9/30/2007 6:24:39 PM GMT
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2007-10-01 07:19
    This is an after thought,
    The 3 color 8X8 matrix is more complex because usually the user wants to use all the LEDs to mix colors.

    If you really want to try to do so, the Propeller is ideally suitable. Each color takes 8 bits of ROWdata that could be generated by an independent COG. The 8 columbs can be provided by a serial to parallel shift register.

    The importantant thing is that you have parallel processing available. That allows you to enable mix colors. At first you might find it a limited pallet, but with each color having an independent processor, you might be able to fool with timing to widen the range of colors.

    As you can see, it would likely take 3 SXes that were working in synch. So you really should consider a Propeller to make that $29.95 display worthwhile.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
    ···················· Tropically,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Sign In or Register to comment.