long countdown timer, how to save power?


Results 1 to 30 of 30

Threaded View

  1. #19
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Kamikaze47 View Post
    Does that sounds like it should work?
    Yep, that's one good reason why Timer1 works the way it does.
    There's a good explanation on DS39605F-page 107 of the datasheet along with some assembly code on how it all works.

    EDIT: adding a thought... I don't know what would take more power to run and/or be more accurate (a trade off here)...
    A self powered RTC with it's own internal clock that you read once in a great while with a PIC that's sleeping most of the time......OR.....
    A PIC that's woken up X times per second (or less) to update a number internally and put back to sleep...
    Last edited by skimask; - 26th June 2008 at 17:40.

Similar Threads

  1. High Resolution Timer & Speed Calculator
    By WOZZY-2010 in forum Code Examples
    Replies: 4
    Last Post: - 7th February 2010, 16:45
  2. Battery powered applications
    By NavMicroSystems in forum Off Topic
    Replies: 7
    Last Post: - 22nd June 2009, 07:12
  3. Replies: 5
    Last Post: - 24th February 2009, 18:55
  4. dual 7-segment countdown timer code
    By dr.ragh in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 30th April 2007, 13:19
  5. Long Timer
    By Tissy in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 1st November 2005, 17:24

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