led matrix pic 16f84 and 4017 help me please


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    55


    Did you find this post helpful? Yes | No

    Default

    define osc 4
    porta = 0
    trisa = 0
    portb = 0
    this as well:
    trisb = 0

    porta = %10010
    pulsout portb.0,150
    pause 10
    porta = %11001
    pulsout portb.0,150
    so on .......

    Maybe worth changing the 'pause 10' to 'pause 1' if your display is flickering.

    does your 4mhz crystal have 2 caps (18 - 22pf) between each leg and ground?
    not shown on your diagram.
    Last edited by wellyboot; - 18th July 2009 at 20:49. Reason: missed something

  2. #2
    Join Date
    May 2009
    Posts
    66


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by wellyboot View Post
    this as well:
    trisb = 0




    Maybe worth changing the 'pause 10' to 'pause 1' if your display is flickering.

    does your 4mhz crystal have 2 caps (18 - 22pf) between each leg and ground?
    not shown on your diagram.
    thank u wellyboot for explaining, and thanks everyone trying to help ,,, i will do it and i post the result ........

  3. #3
    Join Date
    Mar 2009
    Posts
    48


    Did you find this post helpful? Yes | No

    Default 4017 problems

    hello to everbody...so i tried to play a little with a 5x7 dotmatrix and 4017 whitch is driving the columns, the problem is that when i power down my circuit and power it up the scroll is not starting from first colum, sometimes it does, but i must to reset circuit a several times there is no clear pattern for this and the leters start to mix up, eny idea how to solwe this???


    edited:

    I realized that I can use the free pin uC to reset 4017
    Last edited by xxxxxx; - 5th February 2011 at 00:44. Reason: I have become smarter

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