TLP434A... Bruce or anyone??


Closed Thread
Results 1 to 6 of 6
  1. #1
    xnihilo's Avatar
    xnihilo Guest

    Smile TLP434A... Bruce or anyone??

    Hi.
    Maybe bruce from Rentron will read this.

    I need to have a pic16f684 output a byte wirelessly to a PIC16F690.
    The first pic sends 8 bits (an ID) every 1ms. The other pic, when needed, checks if the signal is broadcasted and read the ID.
    I was thinking of using a TLP434a with a RLP434 to communicate via RF.
    The emiting pic does not need to modulate the bits like I would with an IR link, or does it?
    I can just send pulses of specific length for "1" and shorter length for "0" and the stuff is sent over air at 433 MHz... Right?
    Any help would be welcome.

  2. #2
    Join Date
    Sep 2004
    Location
    Mentor, Ohio
    Posts
    352


    Did you find this post helpful? Yes | No

    Smile

    Hi xnihilo,

    If you go to Bruce's website, www.rentron.com, and look for "remote control schematics" you will find the information you need. The article there is how to change from IR to RF but the RF part is what you are looking for. There's a parts kit as well as a sample program to get you going.

    BobK

  3. #3
    xnihilo's Avatar
    xnihilo Guest


    Did you find this post helpful? Yes | No

    Smile

    Yes, I've read that already.
    What is unclear is: do I have to modulate my output or can I simply send for example a 600 US positive pulse to the transmitter. Moreover, there is a rise time greater than 600 Us I think...

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


    Did you find this post helpful? Yes | No

    Default

    You do not need to modulate data as you would with IR when using RF. The carrier ON/OFF
    is controlled by the logic input on the RF transmitter.

    With the transmitter data input at ground you suppress the carrier. When the data input is
    logic 1 the carrier is ON. All you're really doing is turning the RF carrier ON/OFF by toggling
    the transmitter data input.

    On this transmitter you're controlling a SAW resonator that creates the RF carrier.

    This project http://www.rentron.com/Stamp_RF.htm is one very simple example. And
    Dave Houston has several more advanced examples here you can find with a search.

    Have a look at this http://www.linxtechnologies.com/Docu...datastruct.pdf for
    an example of what a commercial encoder IC data structure looks like.
    Regards,

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

  5. #5
    xnihilo's Avatar
    xnihilo Guest


    Did you find this post helpful? Yes | No

    Default

    Thank you for the info.

    Regards.

    Charles

  6. #6
    Join Date
    Nov 2005
    Location
    Perth, Australia
    Posts
    429


    Did you find this post helpful? Yes | No

    Default

    I would recommend using a preamble before the data, and encode the data with manchester encoding. There are plenty of threads on these forums that talk about both of these things.
    "I think fish is nice, but then I think that rain is wet, so who am I to judge?" - Douglas Adams

Similar Threads

  1. Nexa control - Bruce
    By Dennis in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 2nd December 2009, 22:51
  2. Is HSEROUT corrupting bit 7 ?????
    By Robert Wells in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 23rd October 2008, 16:26
  3. PIc 16F639 AFE
    By Destovi in forum General
    Replies: 5
    Last Post: - 14th March 2008, 14:52
  4. HPWM issues on 16F88
    By George in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 2nd November 2005, 04:50
  5. blink.bas help cant make any 18f's work
    By Bonxy in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 13th December 2004, 21:28

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