Search
Product Info
RF Link 4800bps Receiver - 434MHz
sku: WRL-08950
Description: Sold as a receiver only. This receiver type is good for data rates up to 4800bps and will only work with the 434MHz transmitter. Multiple 434MHz receivers can listen to one 434MHz transmitter.
This wireless data is the easiest to use, lowest cost RF link we have ever seen! Use these components to transmit position data, temperature data, even current program register values wirelessly to the receiver. These modules have up to 500 ft range in open space. The receiver is operated at 5V.
We have used these modules extensively and have been very impressed with their ease of use and direct interface to an MCU. The theory of operation is very simple. What the transmitter 'sees' on its data pin is what the receiver outputs on its data pin. If you can configure the UART module on a PIC, you have an instant wireless data connection. Data rates are limited to 4800bps. The typical range is 500ft for open area.
This receiver has a sensitivity of 3uV. It operates from 4.5 to 5.5 volts-DC and has digital output. The typical sensitivity is -103dbm and the typical current consumption is 3.5mA for 5V operation voltage.
Features:
- 434 MHz Operation
- 500 Ft. Range - Dependent on Transmitter Power Supply
- 4800 bps transfer rate
- Low cost
- Extremely small and light weight
Documents:
- KLP Walkthrough Tutorial
- Good AVR Tutorial
- Receiver Datasheet
- Another Very Helpful AVR Tutorial - Thanks Eric Forkosh!
Pricing
Comments
15 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.



















When the transmitter DATA IN is in LOW level,
the receiver DATA OUT holds in LOW level as well. ok!
But if the transmitter DATA IN is in HI level,
the receiver starts to flick. It NEVER
holds on HI level.
Is this normal?
The .PDF is very poor.
Can anyone suggest how to get these working?
ErieRider: Duplicating my post... These modules work just fine. Just remember that the receivers have automatic gain control and will increase their gain in order to find a signal. This means that the receiver will start to generate noisy output unless you transmit something about every 10mS. I dropped the antenna from my transmitter and signal integrity on the receiver improved - I left the antenna on my receiver. Further suggestions, put some filter caps across the power supply pins and integrate a preamble byte and a checksum. Have the receiver search for the preamble and verify the packet with the checksum.
I buy this to use with a pic18f from microchip with a mikroe board, after one week, i go to be crazy because i get nothing out of the data pin.
I found the right doc and I read that the high level is 0.7*Vdd so ~3.5V -> 1 and 0V -> 0, but the pic don't get it at this level.
So I have to put one transistor command with the output data pin and powered with 5V.
And with that it's working !! UART don't work good with my case, so i use Manchester coding ( I think it is best ), and no problem now !
http://www.8051projects.net/e107_files/public/1244115299_7657_FT20623_transmitt433mhz.pdf
http://www.8051projects.net/e107_files/public/1244115299_7657_FT20623_recieverrxd1433mhz.pdf
Good luck ;-)
I connect the 2x +5V, 2x GND of the receiver on a breadboard, a 20cm wire as an antenna, and try to monitor activity on pin 2 (data pin) and pin 3 (Test) using a MSO19 USB Mixed Signal Oscilloscope (sold on SparkFun).
Here, I expected to get some garbage from surrounding RFI, but I have a flat 0 using the oscilloscope function and with the logic analyzer portion, sometimes I got 1 sometimes 0, but it never changes, like if the output was "tristated" or "floating".
I then tried to use an old project to send some data (it uses the TX that matches with this receiver), and I know this project works as it sends X10 RF code, and light my living room halogen up.
Then again, nothing on the receiver data pins.
Shall I assume that the RX module is defective, did you have problems with them recently ?
Thanks in advance.
If so, what was the problem?
I'm not getting anything out of the receiver, not even the garbage data...
Any suggestions are very welcome.
The transmitter end also takes a little bit to trigger so it could also be on that end of things. Overall it works for what I need it to
In other words, when sending data from the transmitter, I have a delay of 2ms before sending data again. This sends data about every 10 seconds. When I had a delay of 100ms, I was never able to send anything. I am using 2400 baud.
rx appears doa though. =/ bummer!
I've notice that as the output current from the data pin increases, the bit error rate increases. For those of you having problems achieving more than 2400baud, check the input impedance to your microcontroller pin. If it's much below 500K© then maybe use a buffer circuit to prevent the output from getting too loaded down.
I have successfully used this module to receive 4800baud NMEA strings from a GPS.
Good luck.
Dan