Free Project - 245 LED Display


Closed Thread
Results 1 to 40 of 222

Hybrid View

  1. #1
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by precision View Post
    My controller circuit is same, But i connect only one 5x7 dot matrix display to IC3 ( cd4017)
    I see. Are you able to successfully upload a message from the Windows software to the EEPROM? If so, do any of the LEDs come on?

    (You need to describe exact symptoms - theoretically, because each character is actually 5x7, I guess the circuit should show a quick flicker of single characters on 35 LEDs. There would be noticeable pauses in between. In other words, yes I believe it should do something with just 35 LEDs.
    Last edited by T.Jackson; - 19th April 2007 at 04:28.

  2. #2
    Join Date
    Mar 2006
    Location
    INDIA
    Posts
    89


    Did you find this post helpful? Yes | No

    Default

    How i confirm that i successfully upload a message from the Windows software to the EEPROM?

    I also using 24c04 instead of 24c256,

    will you upload eny video of working display ?

    Are display something look like This video ?


  3. #3
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Post

    Quote Originally Posted by precision View Post
    How i confirm that i successfully upload a message from the Windows software to the EEPROM?

    I also using 24c04 instead of 24c256,

    will you upload eny video of working display ?

    Are display something look like This video ?

    Do you realize that the 24c04 is technically different to the 24c256? You can't just whack in the 24c04 and hope for the best - it won't work without modifying the software. The 24c04 is cumbersome to work with compared to the 24c256. Byte sized addressing and bank switching complicate a relatively simple need.
    Last edited by T.Jackson; - 19th April 2007 at 09:12.

  4. #4
    Join Date
    Apr 2007
    Posts
    3


    Did you find this post helpful? Yes | No

    Smile

    Greetings Trent,
    I am now starting to build your project, I'm on stage one building 4017 sequencer. I have some question, is it possible to extend it for more characters, as of now it has seven character i want to extend it for more characters. can you please guide or give some example on how to do it. Thanks in advance....

  5. #5
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Dazheng View Post
    Greetings Trent,
    I have some question, is it possible to extend it for more characters, as of now it has seven character i want to extend it for more characters. can you please guide or give some example on how to do it. Thanks in advance....
    I don't recommend cascading anymore sections. The duty cycle is extremely low as it is. About 2.5% for each column. What this all means is that the LEDs won't be bright enough if more columns are added.

    If you want to build a really huge display with a 100 or so columns, your best bet would be to use a few PIC16f877's. Break it into 4 sections - 25 columns for ea controller. The display will be nice & bright this way. Big job!

    The hardest part will be in the software, making sure that ea section is properly synchronized with minimal latency. Shuffling data between ea section. On second thought - it's a masive job to do properly.

  6. #6
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Post Pictures of prototype

    I just scanned in a few pics of the original prototype - thought I'd upload them.

    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=1563&d=1177470983" align="left">
    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=1564&d=1177471027">

    Not bad for a single sided PCB huh?
    Attached Images Attached Images   
    Last edited by T.Jackson; - 25th April 2007 at 08:29.

  7. #7
    Join Date
    Apr 2007
    Posts
    3


    Did you find this post helpful? Yes | No

    Smile

    WOW... Cool and awesome design. Trent is it possible for you to feature here your PCB layout? I know how hard you work for it, just a humble and simple request... Thanks in advance.

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  3. Replies: 2
    Last Post: - 14th July 2008, 22:11
  4. 245 Led Matrix Display (as constructed by Magu)
    By magu in forum Code Examples
    Replies: 11
    Last Post: - 29th June 2007, 00:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts