- This topic has 6 replies, 5 voices, and was last updated 12 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › RF Transmitter and receiver
How to transmit and receive the signal in RF Module and how its working?. if i use multiple transmitter and one receiver then can i receive the all transmitter signal at same time in receiver.
SIR,
I HAVE ALSO THE SAME PROBLEM I AM NOT GETTING WHAT TO START AND HOW TO START ??? CAN U HELP ME ?? PROBVABLY BY NOW U HAVE FOUND OUT THE SOLUTION ??
THANK U SIR
You can use microcontroller to interface RF transmitter & receiver. The other way is, use Encoder & Decoder IC to transmit & receive data. You can use multiple transmitters & single receiver but it is not possible that receiver will receive all the data at same time, you need to maintain some delay between each transmission.
Hi,
You can use microcontroller to interface RF transmitter & receiver, the other way is to use RF encoder(HT12E) & decoder(HT12D) IC’s to communicate with RF modules.
You can use multiple transmitter & one receiver but it is not possible that the receiver will receive all the transmitted data frommultiple transmitters at the same time.you need to maintain some delay after each transmission.
Hi,Amrith,
I use Hyperterminal without c code in paper ‘
Hi Lui..
Below is the connection digram to interface 8051 & PC
Hi Visvanathan,
RF modules have in-built circuit to modulate your data and transmit. In receiver side there will be a demodulator also. Normally we have ASK and FSK modules.
If there are more than one transmitter or receiver in operation at the same time, you should use encoder and decoder. Use HT12D, HT12E pair.
A single transmitter, multi-receiver configuration is possible, but single receiver and multiple transmitter is impossible unless you implement some kind of a multiplexing scheme like TDMA.