Simple RF Transmit and Receive


Closed Thread
Results 1 to 40 of 43

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    I don't have your hardware so I cannot set this up here and test it. I don't have the time for that anyway. I can only tell you I've used the code many, many times with 12F629, 12F675 and 12F673 and ASK RF modules.

    You will only see garbage when you connect the transmitter TXD pin to RS232 as it is sending NEC protocol not RS232 protocol.

    However, if you go back to your original approach, using SerOut & SerIn, you can send RS232 from the transmitter which might serve as a sanity check.

  2. #2
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Hi All, Hi Dave
    I wish you all a happy new year.

    I'd like to thanks Dave for his code and... compliments for your website. It's full of precious infos.

    I'm using your code on a pair of 18F4550@4Mhz and a couple of LAIPAC RLP/TLP 434 with success.

    I'm asking for your(Dave's) help because I'd like to use the receiver code using a PIC clock speed @ 20Mhz.

    I'v tried dividing the timings by 5 but without success.

    Can you kindly help me posting a code sample working @ 20Mhz.

    Sorry for this apparently stupid question, but i'm trying and trying again...

    Thank you,
    Regards,
    Mark.

  3. #3
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    I'm glad you find the code and web site helpful. That's their purpose.

    You're going in the wrong direction. Read the PulsIn/PulsOut sections in the manual. It uses 4MHz and 20MHz as examples and indicates you need to multiply instead of dividing.

  4. #4
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    lil_mark,

    If you are also using 20MHz for the transmitter circuit, you will need to add DEFINE OSC 20 to that code so that PauseUS can adjust its timing.

  5. #5
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Hi All, Hi Dave
    I wish you all a happy new year again.

    Sorry for my previous post.

    I forgot to change the DEFINE PULSIN_MAX command.

    Thanks again to everybody.

    Regards,
    Mark.

Similar Threads

  1. rf problem
    By -Dan- in forum General
    Replies: 9
    Last Post: - 20th November 2007, 16:05
  2. 16F876 Usart Receive
    By syscoder in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 21st March 2007, 15:43
  3. Help with CC1100 RF Modules.
    By charudatt in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 27th November 2006, 20:58
  4. USB Interface using PIC
    By Tissy in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 22nd May 2006, 16:04
  5. RF Transmitter
    By et_Fong in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 27th October 2005, 16:34

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