RF link

Hello, I recently purchased an RF Link 434 mhz transmitter and receiver from sparkfun as well as an ftdi basic 5v breakout. I hooked up a transmitter to an arduino board and the reciever to the breakout but for some reason I didn't get a signal to the breakout.  Why?

 

http://www.sparkfun.com/commerce/product_info.php?products_id=9115

http://www.sparkfun.com/commerce/product_info.php?products_id=8950

http://www.sparkfun.com/commerce/product_info.php?products_id=8946

Those RF links are cheap for

Those RF links are cheap for a reason. To get any kind of data stream out of them you need to do some processing with a micro, they aren`t just a serial port replacement. You would probably need to connect the recieving unit to an arduino or breadboard atmega which then plugs into the PC.

This fixes it

https://www.robotshop.com/letsmakerobots/node/5194

Oh, sorry didn’t notice at first

There should be a micro controller at each end as ezekiel said. What are you trying to send anywayy?

I agree, they are cheap and

I agree, they are cheap and should be used with caution as they are not the most stable of devices…as far as I’ve seen yet.

There shouldn’t be any real reason why you couldn’t hook the rec end to a pc and not have it work…in the end it’s a far better proc then an arduino and should be able to do far more in the way of processing the data.  Even if you just get noise on the pc end that at least lets you know that something is going on.

Looking at the data through hyperterm or through Processing should work as well.

I did something similar to

I did something similar to Gareth’s node, but it still would not receive anything through two arduino boards.  They were spaced less than a fot apart though.  Would that be too close for data transmission?

**Good point. I dont see why**<br><p>Good point. I dont see why you couldn`t connect the RX unit data line to a parallel port and then write a program to convert to a data stream.

Test it frits style.

Hook up your TX unit to your arduino . Get this arduino to spit out some numbers, maybe just a simple count with a 1/2 second or so between sends. Now, on your RX, hook up 5v and ground but also a little, cheap speaker. The speaker goes + to data-out on the RX unit and gnd goes to gnd. Now you can hear the “clicks” of data sent. This is just a super simple way of elimating one of “what it could be”.

Frits invented this one.

Sorry for the delay in

Sorry for the delay in response.  I tested it using the speaker and got some data, next I used the virtual wire library and it worked.  Is there any way of doing it without the library though?

I don’t understand the library thing…

(and I am a picaxe guy)

Don’t you just define a pin as a serial out and just send your data?