Simple RF remote control code


Results 1 to 14 of 14

Threaded View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405

    Default Simple RF remote control code

    This is a simple example showing how to work with el-cheapo type RF modules using PBP SEROUT2/SERIN2, and showing how to break-out of a SERIN2 line, with interrupts, for a remote control decoder that operates in momentary mode.

    The interrupt resets the decoder output pins if no data is received on time, or the encoder button is released.

    It's really simple stuff, but rock-solid, and shows how easy it is to use simple PBP serial commands with RF applications.

    Note: Please don't ask how to change this for a different PIC type without first reading its data sheet, and learning how to setup different onboard peripherals. It should work pretty much the same with any PIC type if you just do a little research first...;o)
    Attached Files Attached Files
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. DTMF and PIC for Remote Control
    By doggitz in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 30th March 2010, 11:42
  2. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  3. Simple LCD code not working..
    By davewanna in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th April 2008, 13:55
  4. Remote Control World !
    By iugmoh in forum General
    Replies: 4
    Last Post: - 22nd April 2008, 23:03
  5. Port control code Yelp!!
    By andyf in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 8th May 2005, 22:36

Members who have read this thread : 2

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