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
  • Are you sure that built-it serial port is correct issue for this task? I dont know the part number of RF-chip used; you know, many ones do not use simple RX/TX interface but I2C-like or even third-party signaling...

    BTW, similar problem is 8051 <-> IR-transivers communication: most ones use 1/6 duty signal cycle and so standard UART (duty 1:1) cannot be used directly :(

Reply
  • Are you sure that built-it serial port is correct issue for this task? I dont know the part number of RF-chip used; you know, many ones do not use simple RX/TX interface but I2C-like or even third-party signaling...

    BTW, similar problem is 8051 <-> IR-transivers communication: most ones use 1/6 duty signal cycle and so standard UART (duty 1:1) cannot be used directly :(

Children