MIBAM on 16F628


Closed Thread
Results 1 to 3 of 3

Thread: MIBAM on 16F628

  1. #1
    Join Date
    Jan 2007
    Location
    Portland Oregon
    Posts
    15

    Default MIBAM on 16F628

    Hi all, Darryl your MIBAM is awsome. Wonderfull RGB LED fades. I am trying to use my TV IR remote to adjust the color in a lamp I am making for my wife and am running into problems with either the PULSEIN (to read the remote) or the SEROUT (for debuging) I will determin which when I get to my work bench. Would the MIBAM module take resources from either of these two PBP commands? The IR/Serial debug and the MIBAM programs work great on there own but when I try to combine them I nolonger get debug info out. I will post my code when I have something working a bit better.

    Aaron

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Any statements that are timed by software ... Pulsin/out, Serin/out, pause, Debug and others will be disturbed by interrupts. That's just the nature of interrupts.

    You should use Hardware whenever possible.
    For serial data, use the USART.
    Don't know how you'll read the IR.
    <br>
    DT

  3. #3
    Join Date
    Jan 2007
    Location
    Portland Oregon
    Posts
    15


    Did you find this post helpful? Yes | No

    Default It is always about timming

    Thanks again for the MIBAM Darryl, I suspected as much with the interupts but was not positive. I guess my lamp project will just have to have 2 PICs. one for the MIBAM and one for the IR decode

    Aaron

Similar Threads

  1. My code for TV remote and MIBAM for RGB control
    By idtat in forum Code Examples
    Replies: 4
    Last Post: - 12th January 2013, 20:52
  2. MIBAM resolution
    By david parish in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 8th October 2009, 23:04
  3. MIBAM - (Mirror Imaged Bit Angle Modulation)
    By Darrel Taylor in forum Code Examples
    Replies: 2
    Last Post: - 15th February 2009, 16:02
  4. SERIN2 not working with 16F628
    By d1camero in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 6th May 2004, 20:37
  5. 16F628 on-chip eeprom problem
    By atomski in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 4th March 2004, 07:43

Members who have read this thread : 1

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