Looking for a fresh set of eye's


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    OOPPS, I was seeing another PIC and not a shift reg.
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Feb 2008
    Posts
    7


    Did you find this post helpful? Yes | No

    Default

    All on the breadboard, ready to go

    Changed the dp circuit to reflect the other seg's.

    Looking at the layout. I can now use the Pic of my choice.

    Just dont know which to use.

    I guess it depends on whether I can find a quick test code or an actual clock code to run on this.

    Anyone have a 3 wire clock code to try using one of the following Pic's?

    16F627A
    16F628
    16C54
    18F4620
    18F4525

    Cheers
    Steve

  3. #3
    Join Date
    Feb 2008
    Posts
    7


    Did you find this post helpful? Yes | No

    Default

    Here is the latest schem for my project.

    I'm lost and bewildered on the coding part.
    Hex, ASM, C, Basic, Etc.. I have no clue where to start.

    The Schem is based on a 3 wire SPI setup, You can use almost any Pic that will handle this.

    Would anyone have a test code sample, Using a 16F627A that will interface with the 595's and light up a single segment in order from a-g and dp of each digit and then move on to the next digit. ( I have several 16F627A's I can toast learning this code on)

    I think Basic would be the easiest for me to understand. I understand what it does, why it does it, but not HOW..

    Any help at this point would be greatly appreciated and possibly save my sanity. So far from just an idea to a circuit has taken just over 2 months, I'm in no rush to just make this thing and move on.. this is my learning "Pic" project.

    Just need a boost on this.

    Cheers
    Steve
    Attached Images Attached Images  

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by aurbo View Post
    I'm lost and bewildered on the coding part.
    Hex, ASM, C, Basic, Etc.. I have no clue where to start.
    The Schem is based on a 3 wire SPI setup, You can use almost any Pic that will handle this.
    Would anyone have a test code sample, Using a 16F627A that will interface with the 595's and light up a single segment in order from a-g and dp of each digit and then move on to the next digit. ( I have several 16F627A's I can toast learning this code on)
    I think Basic would be the easiest for me to understand. I understand what it does, why it does it, but not HOW..
    Any help at this point would be greatly appreciated and possibly save my sanity. So far from just an idea to a circuit has taken just over 2 months, I'm in no rush to just make this thing and move on.. this is my learning "Pic" project.
    Just for some idea on how complex a project like this can actually be:
    http://www.picbasic.co.uk/forum/showthread.php?t=6033

    And I think you'd be much better off working your way up to it.
    Have you made 'blinky' yet? (that's what we commonly call the PIC controlled blinking LED)

    We (we being those that have been at it for awhile) have all said it before, and will probably say it again, if you don't start small and work up to whatever it is you're hoping to accomplish in the end, you'll give up and have X dollars of hardware that'll never get used again because you're sick of failing.

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    The RX part will never work, there's a missing Pull-up in there.

    Easier to use a ULN chip and skip the Shift register for a single display. For more than 1, still possible to use I2C I/O extender, or even some dedicated led drivers from Maxims.

    I doubt that everything would fit in a 16C54 or 16F627. Maybe possible with a 16F628.

    How many different 7 segments display you plan yo use?
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Pin won't stay high during Repeat...Until loop??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th August 2009, 23:57
  2. Interruptus Frustratus
    By Byte_Butcher in forum General
    Replies: 16
    Last Post: - 17th April 2009, 20:36
  3. 16F628A - Stops if release power switch.
    By dene12 in forum General
    Replies: 16
    Last Post: - 14th February 2009, 07:57
  4. Help with sound command in 2 programs
    By hyperboarder in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th July 2007, 20:36
  5. error on compiling
    By parker in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 16th June 2005, 14:31

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