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 ?
Alan, it's really quite easy to solve your problem. Let me give you a few pointers. Most of the 8051 family microcontrollers are equipped with a serial port. The micro itself has two pins named TxD and RxD (Transmit and Receive). If you connect these two pins to the transmitter and receiver, you're halfway done! Now you have to set up the serial port, and write out whatever you want. This is done by printf() eg. printf("Hello") writes the string "Hello" to the transmitter. This is just a quick overview. If you're interested, let me know what Baud rate you want to use, and I'll send you a sample program.
Christo, Can you send me a sample source for 8051 microcontroller interface with an RF transmitter Regards, T Shivakumaar
Hi there, I'll send you some code, could you give some more details on the following : 1.) Is it for bidirectional communication? (Transmit and Receive) 2.) How much data is involved? 3.) What microcontroller are you using? 4.) Which pins of the micro are involved? Kind regards Christo
View all questions in Keil forum