RF Transmitter


Closed Thread
Results 1 to 5 of 5

Thread: RF Transmitter

Hybrid View

  1. #1
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    What are you trying to accomplish? A contact closure, data transmission, or just a signaling device? I'm in agreement that you can drop the Holtek encoder/ decoders, or get rid of the PIC. The Holteks can be used with buttons, just as the PICs can very easily emulate the Holtek chips. When the 12E is activated, it sends a 12 bit PWM AM word. It repeats this after a small delay until deactivated. The receiver looks for three correct words in a row. The first 8 bits are address, the last 4 are control bits. It is easier to write the code in assembly, due to tight timing, but it can be done in PBP.

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default

    Look at an earlier post of mine: http://www.picbasic.co.uk/forum/show...79&postcount=6

    Ioannis

  3. #3
    et_Fong's Avatar
    et_Fong Guest


    Did you find this post helpful? Yes | No

    Default

    since i am using Microsoft VB to make my interface, so i am using "170" as synchronize signal, "0" as address bit, "0~9" data bit which run certain function. that's why i need to perform the "match" , to read the "0" address bit, which is similar as connect PORT B to ground.
    after i send the RF signal, the receiver size will receive and decode the signal to 4 parallel data to PIC16F84A RA0~3, then it will control the movement according to the data receive........

Similar Threads

  1. Control NEXA 230V RF Switch
    By Fredrick in forum Code Examples
    Replies: 3
    Last Post: - 6th December 2009, 23:19
  2. Interfacing 16F88 to RF module
    By scomi85 in forum General
    Replies: 2
    Last Post: - 19th February 2009, 12:52
  3. problem with sending data using RF module
    By rano_zen06 in forum mel PIC BASIC Pro
    Replies: 51
    Last Post: - 10th April 2008, 17:08
  4. Interfacting RF Module
    By rastan in forum General
    Replies: 8
    Last Post: - 10th November 2004, 22:27
  5. RF transmitter, RS232, and Visual Basic
    By pt3rg in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 23rd January 2004, 19:42

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