RF Modules


Closed Thread
Results 1 to 40 of 45

Thread: RF Modules

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Dublin, Ireland
    Posts
    33

    Default RF Modules

    Hey

    I have 2 wireless RF Transceivers. The datasheet states that the baud rate is 19200 and that it is customizable. It mentions nothing about how to change it.

    What i'm unsure about is if the baud rates I am using for my serout and serin commands need to match the Rf modules baud rate, or does the baud rate setting on the transceivers just control the rate of data from one module to another allowing me to feed in whatever baud rate I like no matter what the modules are set to.

    Cheers

    Tony

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Hey,
    You forgot to tell the make, model, and mileage of the modules
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Jan 2008
    Location
    Dublin, Ireland
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Hey cheers for the reply.

    Sorry for not posting the data sheet. I thought it was more of a general question assuming most RF module opperate in a semi similier manner. As for the make and model, there pretty much a no name device, I bought them off ebay, model Cy2198TR-a. Have attached the data sheet that came with them.

    Best Regards

    Tony

    http://www.sure-electronics.net/rf,audio/GP-GC010.pdf
    Last edited by tonyfelloni; - 20th October 2008 at 00:58.

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    That datasheet pretty much blows IMO. Looks to me like a car owners manual...doesn't tell you how to overhaul the engine, just what the car is supposed to do.
    Any other data around for this module?

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by tonyfelloni View Post
    I thought it was more of a general question assuming most RF module opperate in a semi similier manner.
    That would be to easy. Some transmit the data as it is received no matter what the baud with out configuring (up to a point) and others can/need be configured.

    The data sheet you have does not help.
    Maybe Dave Houston will see this thread, he has a loot of experience with RF and maybe he has seen this one before.

    Is this what it looks like?
    http://www.sure-electronics.net/rf,a...-GC010_1_b.jpg
    Dave
    Always wear safety glasses while programming.

  6. #6
    Join Date
    Jan 2008
    Location
    Dublin, Ireland
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    That's the one alright!

    Thanks for all the input.
    I have managed to get these working, they will only work when the baud rate is set to 19200 and the DEFINE HSER_TXSTA must be set to 24h when working off a 4Mhz Crystal.

    Thanks

    Tony

  7. #7
    Join Date
    Jul 2006
    Posts
    60


    Did you find this post helpful? Yes | No

    Default

    Hello tonyfelloni

    I look for a similar wireless solution. What you say about this moduls? Work´s good? It's hard to use it? Have you a sample code that works that you can share?

    Thanks
    Best regards
    Pedro

  8. #8
    Join Date
    Aug 2006
    Location
    Omaha, Nebraska USA
    Posts
    263


    Did you find this post helpful? Yes | No

    Default

    That's fairly sparse as far as a useful data sheet. (It's also a good example of why I don't purchase a module or component until after I've seen its data sheet!)

    Lacking more specific information, you can probably assume default channel, mode, and baud rate at startup. I wouldn't count on much of a buffer, so stick to 19,200 and try it that way.
    Russ
    N0EVC, xWB6ONT, xWN6ONT

    "Easy to use" is easy to say.

  9. #9
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    (what I understand from the manual).
    http://www.sure-electronics.net/rf,audio/GP-GC010.pdf

    The baud rate is 19200. The module has a TX buffer of 64 bytes.
    When you send, the data (up to 64 bytes) is stored first in the
    TX buffer of the module and then, 10ms after that the last byte
    has been received, the data is automatically sent. The duration
    of the transmission depends on the quality of the RF link and the
    number of bytes that you have in the buffer. Use the "Busy" output
    to see when the transmission task has been completed and the buffer
    is ready to receive the next data packet.

    The word "customizable" probably means that you can order modules
    with a different baud rate in case your device is not able to
    use the baud rate 19200. (Probably a minimum quantity will apply
    for this special firmware).

    The module can use one of 64 channels. Make sure that both modules
    use the same channel.

    Best regards,

    Luciano
    Last edited by Luciano; - 20th October 2008 at 09:39.

Similar Threads

  1. RF Modules (Zigbee)
    By Chris Barron in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 4th March 2010, 18:28
  2. Low latency Wireless RF transceiver modules?
    By mark155 in forum General
    Replies: 0
    Last Post: - 4th March 2010, 05:20
  3. RF Transceiver modules help
    By davewanna in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th May 2008, 14:54
  4. Help with CC1100 RF Modules.
    By charudatt in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 27th November 2006, 20:58
  5. RF Modules at 433.92MHz
    By Ioannis in forum Adverts
    Replies: 2
    Last Post: - 17th October 2006, 12:36

Members who have read this thread : 1

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