Free Project - 245 LED Display


Closed Thread
Results 1 to 40 of 222

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    7


    Did you find this post helpful? Yes | No

    Default Your cascaded counter for scrolling message

    Please explain the use of D3 through D7 do make an 'or gate' for reset. Why 100K resistors?
    Why not use Q0 from each of the CD4017 counters?

  2. #2


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bronx68 View Post
    Please explain the use of D3 through D7 do make an 'or gate' for reset. Why 100K resistors?
    Why not use Q0 from each of the CD4017 counters?
    The diodes are used to create a master reset from the PIC and to isolate each 4017's reset from each other. Diodes are usually a lot cheaper than logic for something as simple as this. The 100k is probably on the conservative side as far as a value, unless the designer was trying to reduce race conditions or output glitches by creating a simple RC filter.
    Tim Barr

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by falingtrea View Post
    The diodes are used to create a master reset from the PIC and to isolate each 4017's reset from each other.
    Correct!

    Further explanation -- without the diodes intact, Q0 lines on the counters wouldn't have control over their designated MR line. You simply can't tie all the Q0 lines together with anything but a semiconductor for this. As for the 100K resistors -- these ensure that there's never going to be a short between RB5 on the PIC and associated Q0 lines on the counters. When RB5 swings high, any of the Q0 lines on the counters could be either high or low. This is CMOS we're talking about here, we could even go as high as a mega ohm.

  4. #4


    Did you find this post helpful? Yes | No

    Smile Sorry For A Foolish Question!!!

    HELLO T JACKSON, YOUR PROJECT IS INSPIRING AS IF TO SAY CHALLENGING SO MANY PEOPLE AROUND THE WORLD. I WANT TO BUILD THIS PROJECT AND MAGUS SITE TENDS NOT TO OPEN AND IT IS LIKE IT IS NOT IN ENGLISH(SORRY TO MAGU IF I AM WRONG). I AM THOUGH A NEWBIE TO PIC IN SOME SENSE BUT HAVE BEEEN PLAYING WITH ANALOG ELECTRONICS FOR SOMETIME. WHAT I DONT REALLY UNDERSTAND IS THE EEPROM ASPECT OF YOUR PROJECT, I WANT TO KNOW HOW YOU LOAD THE ASCII CHARACTER SET INTO THE EEPROM FROM YOUR PROGRAM, OR ARE YOU NOT USING THAT METHOD. I WAS THINKING OF DEFINING EEPROM ADDRESSES FOR ASCII CHARACTER AND THEN LOADING EACH CHARACTER IN AN ADRESS THAT I WILL LATER READ TO DISPLAY CHARACTER. DO YOU HAVE ANY DETAIL MATERIALS ON HOW TO USE EERPOM LIKE THE ONE YOU USED IN THE PROJECT? HOW FAST REALLY DO YOU FETCH DATA FROM THIS EEPROM . I AM THINKING OF BUILDING A BIGGER DISPLAY USING 3mm ULTRABRIGHT LED WITH BUFFER AND SUPPLYING ABOUT 50ma OF CURRENT WITH MULTIPLEXING I DONT THINK THE LEDS WILL GET DAMAGED? SORRY REALLY IF MY QUESTION MAY BE TOO SIMPLE FOR YOU TO REPLY TO?
    IS THERE ANYWAY I CAN GET MAGU'S LINK AND DOWNLOAD HIS STUFF. THANKS.

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


    Did you find this post helpful? Yes | No

    Default

    The ASCII characters are custom, specific only to this project. They are programmed into the eeprom one byte at a time, whereas each byte represents data for the column in the character. Each column of data for a character is assigned a unique address in the eeprom and all the columns are collated together to form the character. It is impossible to explain the entire inner workings of the system in just a few paragraphs. I don't recommend this project for anyone who is new to pics / electronics.

    Regards,

    Trent Jackson

  6. #6
    Join Date
    Aug 2007
    Posts
    7


    Did you find this post helpful? Yes | No

    Default programming different displays

    Trent,
    I am also designing a similar scrolling sign. I am storing the entire character set in the PIC program memory. I then plan to fetch the characters out by switches to build a buffer that contains the message. Any insight on this approach? Did you look at this approach?

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


    Did you find this post helpful? Yes | No

    Default

    Give me a 100 engineers and I'll give you 100 different solutions to the problem. This kind of project is really quite abstract, my solution is far from the best and or the cheapest. I haven't really explored other possibilities well enough to make any suggestions. Using single sided PCBs was a silly thing to do (this is why it wasn't published)

    Regards,

    Trent Jackson
    Last edited by T.Jackson; - 3rd June 2008 at 04:53.

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 : 0

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