IR/RF Remote Control


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    34

    Default IR/RF Remote Control

    Hi All,
    I recently came across some programming on the web for an IR/RF Remote Control. (http://jap.hu/electronic/codec.html) I managed to build the circuit and get it operational with the supplied program. I am using the eight channel version but by default it is set to a Latched output.

    Does anyone know how i would go about changing it from Latched to Momentary, i think it has something to do with line 36.


    Thanks for the help in advance.
    Jeremy
    Attached Files Attached Files

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


    Did you find this post helpful? Yes | No

    Default

    Hi jhorsburgh,

    I've never used that program before, but looking at the code, it appears that each bit in the LATCH_MASK constant determines if the corresponding channel is Latched or Momentary.

    0xFF = all output's latched
    0x00 = all output's momentary
    0xF0 = top 4 bit's Latched, bottom 4 momentary.

    I beleive VALID_BIT should also be 8, for the 8 channel version.

    hth,
    DT

  3. #3
    Join Date
    Dec 2007
    Posts
    34


    Did you find this post helpful? Yes | No

    Default

    That worked perfectally.

    Thank very much for your help DT.

    Jeremy

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, 21:52
  2. Newbie remote control question?
    By Clodoaldo in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 14th July 2009, 18:20
  3. IR Remote Control Issues
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 28th August 2007, 15:12
  4. No one-way approach to learning ir remote control frequencies
    By selbstdual in forum mel PIC BASIC Pro
    Replies: 41
    Last Post: - 22nd June 2007, 14:26
  5. Remote control
    By Radiance in forum General
    Replies: 2
    Last Post: - 6th August 2003, 16:13

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