Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: richard; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    very good. you would have to wonder why the 12f1840 did not work



    the code works up t0 64mhz and can write the 4 digits in less than 50uS
  2. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    .

    WORKS just fine for me, even at 3v




    pic18 version [can't believe how many changes it needed]
  3. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    this works for me ,its for a 12f1822 and should run on a 12f1840 as is

    if you post your code I will look at it,



    '****************************************************************
    '* Name...
  4. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    MY code is for a pic16 with enhanced core it needs some changes to operate on older chips and/or pic18

    moviw fsrx ++ can be replaced with
    MOVF INDFx,W
    INCF FSRx

    brw becomes
    addwf PCL, F ...
  5. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    its all about rmw errors , 12f683 has no lat regs

    https://www.microchip.com/webinars.microchip.com/WebinarDetails.aspx?dDocName=en556253
  6. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    the corrected version of your code I posted works for me


    the code I posted here works
    http://www.picbasic.co.uk/forum/showthread.php?t=23417


    sheldons code posted here works
    ...
  7. Replies
    13
    Views
    38,408

    Re: How to use TM1637 chip for LED Display?

    Mike is correct
    try this , it works on a 12f1822
    note leds 2,3 and 4 show random crap since nothing is written to them
    and not using lat regs is asking for trouble

    nearly forgot dispnum = 146...
Results 1 to 7 of 7