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
  • What do you mean by interfacing? Ther devices I listed earlier just transmit RS232 data over wireless. It is no different interfacing to these than it is to hook up your 8051 to a PC. Some of the higher end RF modules might require that you send it AT style commands (modem style) to initialize their baud rates, transmit power etc.

    So look up some data sheets, read some manuals and application notes. As for code samples...Code tends to be rather specific. Need more information.

Reply
  • What do you mean by interfacing? Ther devices I listed earlier just transmit RS232 data over wireless. It is no different interfacing to these than it is to hook up your 8051 to a PC. Some of the higher end RF modules might require that you send it AT style commands (modem style) to initialize their baud rates, transmit power etc.

    So look up some data sheets, read some manuals and application notes. As for code samples...Code tends to be rather specific. Need more information.

Children