Infrared Led Object Detection


Results 1 to 6 of 6

Threaded View

  1. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    yes you could use many different PIC or mess around a timer interrupt routine.

    Depending of the wanted frequency it could work pretty well. If you're using the hardware PWM, YES you can do something else as the PWM run in background.

    A timer interrupt will be a bit more tricky to implement, but doable for sure.

    a 16F628, 16F88 are nice for that. for 2 or more PWM output (2 ccp module), you probably have to jump to a 28 pin device like 16F876 or many 18F.

    The Bruce example is pretty nice, you just need 1 PWM and few channel, then you sample one channel by one.
    Last edited by mister_e; - 9th March 2007 at 04:45.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. Free Project - 245 LED Display
    By T.Jackson in forum Code Examples
    Replies: 221
    Last Post: - 16th August 2009, 04:59
  3. new and need help
    By smeghead in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 3rd November 2008, 20:19
  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