- This topic has 1 reply, 2 voices, and was last updated 12 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › RF communcaion between 8051 controllers
Can anyone help to do this small project?
I have A434 Rf module i want interface with 8051 controllers and have to communicate between RF transmitter and receiver ,In transmitter side i have to send data for example AA continuosely and have to receive via rf and it should be shown in receiver of hyperterminal .
Thanks in advance
You have to learn about Serial communication of 8051 microcontroller.
.
.
.
.
When you receive the data from the transmitter to the receiver then it will send into 8051 microcontroller and the microcontroller are send data to the computer using RS232 protocol.