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

    Quote Originally Posted by koossa View Post
    What will hapen when 2 or 3 transmitters, transmit at the same time?
    Most likely you'll receive a nonsense transmission if they indeed transmit at the same exact time. You need to embed a transmitter ID within the transmission packet and add a CRC or checksum to determine whether the data packet is valid and, if so, from whence it came. Also, there are limits on how often a transmitter can transmit. Adding a bit of randomness to the transmission schedules will minimize collisions. What's the application?

  2. #2


    Did you find this post helpful? Yes | No

    Default

    Thank you very much Dave.

    I want to build my own simple wireless motion detector for outdoor security.

    Could you please tel me what is the reason for using the CD Pin signal detection, why doesn't it work if I only monitor the RF input?

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by koossa View Post
    Could you please tel me what is the reason for using the CD Pin signal detection, why doesn't it work if I only monitor the RF input?
    With the FSK modules, a logic 1 is represented by one frequency and a logic 0 is represented by a slightly different frequency. the Carrier Detect (CD) output indicates when either frequency (or any frequency close to them) is present and that's a fairly strong indication that a signal is present. Just monitoring the RF input (which really should be labelled Antenna Input) will give you a lot of ultralow level random noise as it is before any tuned circuits - it's equivalent to throwing away the receiver and just attaching the antenna to a PIC input. There are two data output pins - both are demodulated so they are in the audio frequency range. The AF pin is an analog output. Its amplitude can be usually used as an indication of received signal strength. The RXD pin is a digital output of the logical ONES and ZEROS. Use CD to tell you when to monitor RXD.

    My web page is down right now due to a mixup with a new hosting service I've moved to. As soon as it's back up (later today, hopefully), you can see how to use your soundcard like an oscilloscope to record the audio frequency output signals as wave files. It's much easier to grasp the basics when you can see the signals output by the receiver.

    EDIT: My page is back up. The second section - Wireless Application Notes may help you.
    Last edited by dhouston; - 23rd October 2007 at 17:59.

  4. #4


    Did you find this post helpful? Yes | No

    Default

    Thank you very much Dave, I really appreciate your help!!

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


    Did you find this post helpful? Yes | No

    Default

    The FM transmitter/receiver pair you're working with are rather costly for this type application, especially if you are planning on several sensors. You can reduce the cost by using ASK modules like those I list on my web page (or those designed/sold by Ioannis, one of the regulars here) and using a simple protocol like the one I've posted an example of in the Code Examples forum.
    Last edited by dhouston; - 23rd October 2007 at 19:22.

  6. #6


    Did you find this post helpful? Yes | No

    Default

    Thx Dave!

    I was actually looking for a cheaper option, but did not know what to look for.

  7. #7


    Did you find this post helpful? Yes | No

    Default

    What is a typical application for a FSK chip?

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