Heartbeat LED


Closed Thread
Results 1 to 6 of 6

Thread: Heartbeat LED

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Pinckney, Michigan
    Posts
    91


    Did you find this post helpful? Yes | No

    Default

    I like to use a different approach.

    I have a one-shot connected to a flashing LED. If the one-shot is allowed to expire the led will flash. If your software "tickles" the one-shot every pass through the main loop, the one-shot remains re-triggered, and the LED remains off.

    This way your LED flashes only if your program stops working.

  2. #2
    Join Date
    Sep 2007
    Location
    Waco, Texas
    Posts
    151


    Did you find this post helpful? Yes | No

    Default Interesting

    That approach is interesting, and it would solve the internal issues of just blindly working at the code level.

    I could use a comparitor to check for the voltage level, and use it with the one-shot for a 'fault' indication as well.......

    Thanks for the info. This shows me there really are many different ways to skin a heartbeat <grin>.
    "If we knew what we were doing, it wouldn't be called research"
    - Albert Einstein

Similar Threads

  1. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  2. new and need help
    By smeghead in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 3rd November 2008, 20:19
  3. For next loop using: Led var Byte
    By quester in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th March 2008, 10:16
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. can't even flash an LED
    By bruno333 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th April 2005, 13:27

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