Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    16,666

    Re: Interrupts and Sleep help 16f818

    Thank you for reading

    Just need to get the quiescent current down whist in sleep mode. Currently seeing around the 2mA mark.

    I am hoping we can get it lower than that…?

    Thank you for...
  2. Replies
    10
    Views
    16,666

    Re: Interrupts and Sleep help 16f818

    FOR / NEXT Instruction worked…

    One Cycle of my loop takes a .5 Seconds so :-

    Timeout = 0 to 240
    Code…
    ………..

    Next Timeout
    GOTO Label
  3. Replies
    10
    Views
    16,666

    Re: Interrupts and Sleep help 16f818

    Idea in the night of using a FOR / NEXT loop with a IF / THEN / GOTO

    Easy Fix ??

    Wil try later !!!
  4. Replies
    10
    Views
    16,666

    Re: Interrupts and Sleep help 16f818

    Just had a play with this….

    Sorted a few problems out around the sleep…. Still got issues jumping out of the main loop to go to sleep…But the sleep works !!
  5. Replies
    10
    Views
    16,666

    Re: Interrupts and Sleep help 16f818

    Missed this...

    Thanks TABSoft..... Will try later.

    Let you know how I get on

    BR
    Andy
  6. Replies
    10
    Views
    16,666

    Re: Interrupts and Sleep help 16f818

    Hello again...

    Have put together some code as I see it... :-


    ' Name : PI.pbp
    ' Compiler : PICBASIC PRO Compiler 2.5
    ' Assembler : MPASM
    ' Target PIC : PIC16F628A or similar...
  7. Replies
    10
    Views
    16,666

    Interrupts and Sleep help 16f818

    Hi thank you for reading…

    Using a 16f818/819

    I am attempting to put something together that is asleep most of the time and only wakes up for a minute or so to read a display when a button is...
Results 1 to 7 of 7