RFM22B Radio Module


Closed Thread
Results 1 to 6 of 6
  1. #1

    Default RFM22B Radio Module

    I bought two of these radios to set up as a simple one-way communication link using PIC micros as the data source/receive on each end. I've done the same with radios from Ciseco and that works well. These RFM22B units are less expensive, so they would be better for a production situation.

    I'm having trouble setting the radio configuration, in particular the radio frequency and channel select. The documentation from HopeRF is not helping much. Does anyone have experience with these modules?

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: RFM22B Radio Module

    Found this thread with some good information including working code:
    http://www.picbasic.co.uk/forum/show...ghlight=rfm22b

    Still have questions though ... need to contact the author

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,848


    Did you find this post helpful? Yes | No

    Default Re: RFM22B Radio Module

    I am struggling with these modules too. I found that the registers need to set everytime the module is powered on.

    There is no way of storing in a Non-Volatile memory.

    Trying now to figure out how to set the frequency. Too many parameters...

    Ioannis

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: RFM22B Radio Module

    Ioannis,
    Yes, the registers are not permanent. The configuration needs to be written in to your pic code so the registers will be set on start up. The problem is there are 128 registers. I don't think they all need to be set. There are some with default settings that are OK as is. This is what I'm trying to figure out.

    I know how to set the frequency. Give me your frequency band and I'll show you how. There is an online spreadsheet that makes it easy:
    http://www.hoperf.com/upload/rf/RF22...s_RevB1-v5.xls

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,848


    Did you find this post helpful? Yes | No

    Default Re: RFM22B Radio Module

    Hi Dick.

    Thanks for the link. Yes indeed it makes it easier.

    My band is the 433MHz (Europe ISM band for radio telemetry and Remote controls).

    My modules are different but the command set is the same. I am testing the RFM23BBPS.

    Ioannis

  6. #6


    Did you find this post helpful? Yes | No

    Default Re: RFM22B Radio Module

    Ioannis,

    You're welcome. Using the spreadsheet for 433 mhz I get the following register settings:

    75h $53 with sideband select set
    75h $13 with sideband select not set
    76h 4B
    77h 00

    All the example code I have found uses the sideband select. Not sure why, but I'm doing same. My radios are using 915 mhz (ISM band for USA).

    I am also using the high power RFM23BP, but on the sending end only. I need the small size RFM22B on the receiver side.

    Dick
    Last edited by Dick Ivers; - 13th August 2013 at 13:27.

Similar Threads

  1. Need Help with Radio Project
    By prstein in forum Off Topic
    Replies: 6
    Last Post: - 25th February 2011, 05:04
  2. Car radio (Car radio and electronics support forum)
    By freewillover in forum Forum Requests
    Replies: 1
    Last Post: - 1st July 2009, 19:41
  3. RS232 by Radio
    By Bill Legge in forum Serial
    Replies: 21
    Last Post: - 5th March 2009, 15:16
  4. NS73M fm radio trasmitter
    By Boris in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 9th February 2009, 13:32
  5. radio pic connection
    By taos in forum General
    Replies: 3
    Last Post: - 25th February 2006, 00:55

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