Help With Easy Radio Modules


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2005
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    wat modules? cm02 and rf04? arent they i2c?

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


    Did you find this post helpful? Yes | No

    Default

    Unless you are sending a long string of data, Manchester encoding is unneccessary. What IS neccessary, is to stablize the receiver's data slicer to the center point of the incoming data. There is a comparator that has one leg tied to the average voltage of the incoming signal, or lack thereof. If there is no signal, then the noise level can be anywhere in the normal output range. In AM receivers, it tends to be low with no signal, in FM,high.
    When that data starts coming in, it slowly brings the average voltage towards the center of the output voltage range. If you try to send data before the comparator stablizes, you get garbage. What you need to do is send a character that is balanced, enough times to "warm up" the data slicer.
    I use $55, or $AA say, ten times. On the receive side, I look for three consecutive $55s, then wait for the next non $55 characters. Now, if your data could include $55, it sucks being you! No, only kidding! Send the preamble $55s, say, ten times, then send a $AA. In your receiver, do a serin wait for three $55s, then do another serin waiting for a $AA. THe next few characters will be your validated data. Even at short range, you'd be amazed at how much noise can get into the link. If the data is important, send the string a number of times. The shorter the packet of info after the preamble and qualifier, the more likely it will get through intact. More that five characters, then Manchester is a good choice.

    Hope this helps,
    Ron

  3. #3
    hughgoodbody's Avatar
    hughgoodbody Guest


    Did you find this post helpful? Yes | No

    Default

    Thanks Ron, that has indeed helped! It all seems to be progressing now. Many thanks.

    Hugh

Similar Threads

  1. Transceiver ER900TRS Easy Radio
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th August 2008, 11:25
  2. Smart Radio RF620A and RF620RA modules
    By Colin612 in forum Serial
    Replies: 0
    Last Post: - 8th May 2008, 15:47
  3. Replies: 5
    Last Post: - 6th September 2007, 04:59
  4. Newbie radio link issue
    By George in forum mel PIC BASIC Pro
    Replies: 31
    Last Post: - 28th February 2007, 04:28
  5. LPRS/miniature radio modules
    By fowardbias in forum Off Topic
    Replies: 1
    Last Post: - 20th September 2005, 01:03

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