Search
Product Info
RF Link 4800bps Receiver - 315MHz
sku: WRL-08947
Description: Sold as a receiver only. This receiver type is good for data rates up to 4800bps and will only work with the 315MHz transmitter. Multiple 315MHz receivers can listen to one 315MHz 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.
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:
- 315 MHz Operation
- 500 Ft. Range - Dependant 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
8 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.















This one along with the matched xmitter are not working for me :( I am using two Arduino boards to interface to them but cannot seem to receive anything. I followed every tutorial out there and nothing :( Please let me know if you had similar issues. If you got them to work and you have a hint please let me know also.
Thanks.
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1243851975
In case it helps anyone!
The problem seems to be ASK or OOK, but it isn't quite that. If I keep the transmitter constantly on, I will only get a short pulse out of the receiver (if that). I would expect a switch on the transmitter would turn on and off something on the receiver 1-for-1 up to 4800 baud, but down to DC. Reading the info, there seems to be a requirement for some (unknown) switching of the data, i.e. a minimum frequency.
http://quicktrip.co.nz/jaqblog/index.php?option=com_idoblog&task=viewpost&id=25&Itemid=8
1. Tune your antenna to the proper length. You can use this site to calculate a suitable length depending on frequency. (http://www.csgnetwork.com/freqwavelengthcalc.html). Full wave is most optimal, but 1/2 or 1/4 is next best. You can experiment by adding/trimming length to the antennas. This will reduce your SWR. (http://en.wikipedia.org/wiki/Standing_wave_ratio)
2. Packetize your data and use checksums. On the receiving end, compute the checksum to make sure the data is clean before you "trust" it.
The device appears to do some adaptation, so if you send 10-15 "warm up" characters before the "real" data, this appears to improve the chances of the real data to be clean.
I get about 1200-1800 baud of usable data when using 4800 baud input at 40 feet indoors.
This thread was useful:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1208473338