This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to interface an 8051 to an RF transmitter ?

I need to transmit a string of message between two Radio frequency transmitter. The message will be stored a microcontroller (e.g. 8051). How to go about writing a program for it and how to interface between the micrcontroller and the transmitters. I am still an amauteur when comes to embeded programming. Any source code or info on this ?

Parents
  • Manoj,

    let's just clear a few things. First of all, I'm talking about RF Transceivers like the Aurel XTR-434, Radiometrix BiM2, RF Solutions RXQ1 etc. These modules operate at 433 MHz and some on 868 MHz. These are license-free modules, and it's range is limited to +/- 200m.

    These modules have a RX and TX, RX_ENABLE, TX_ENABLE, and CARRIER_DETECT. You have to write code to interface them properly! You still use the serial port to send and receive the data, but you have to manage the control signals as well. No problem, you save money and who's afraid of programming?

    Anyway, at some point modules differ. So you need to revise code. I'm trying to write some code for this modules, and simple RF transmitters, RF receivers, which can be re-used. This simplifies the development significantly.

    I don't know which model of Linx, or Maxstream you used, but let me know, and I'll check it out.

    Kind regards
    Christo v.d. Merwe

Reply
  • Manoj,

    let's just clear a few things. First of all, I'm talking about RF Transceivers like the Aurel XTR-434, Radiometrix BiM2, RF Solutions RXQ1 etc. These modules operate at 433 MHz and some on 868 MHz. These are license-free modules, and it's range is limited to +/- 200m.

    These modules have a RX and TX, RX_ENABLE, TX_ENABLE, and CARRIER_DETECT. You have to write code to interface them properly! You still use the serial port to send and receive the data, but you have to manage the control signals as well. No problem, you save money and who's afraid of programming?

    Anyway, at some point modules differ. So you need to revise code. I'm trying to write some code for this modules, and simple RF transmitters, RF receivers, which can be re-used. This simplifies the development significantly.

    I don't know which model of Linx, or Maxstream you used, but let me know, and I'll check it out.

    Kind regards
    Christo v.d. Merwe

Children