Hi everyone,
I’m having a few issues with the WRL-08949 RF Link 2400bps Receiver. I know there’s already quite a few threads about these components, but I haven’t found anything that addresses my problem, so …
In short, the output of the RF receiver doesn’t seem to be able to directly drive the input of an FTDI Basic Breakout (USB UART DEV-09115) (nor the serial input of an Arduino). Most of the time, I don’t get anything while monitoring the FTDI serial port on my PC
But when I attach my 'scope probe to the RF receiver’s output, the scope screen shows that data are being received. But here’s the real kicker - as soon as I attach the probe, the data start streaming across the serial monitor on the PC. Take the scope probe away, and the stream stops.
Help! What’s going on???
=============================
Here’s the setup …
I’m sending serial data (a constant stream of 'U’s - 0x55) straight out of an Arduino Duemilenova into the input of the RF transmitter.
I’ve got the output of the RF receiver wired directly to the input of the FTDI Basic Breakout
I’m monitoring the FTDI serial port using Hyperterminal
I’ve tried connecting the RF receiver’s output to the serial input of the Arduino - but no luck. In this case, when I connect the scope probe, all I see is a flat 5v, as if the Arduino’s serial receive input is holding the line up at 5v, and the RF receiver’s output doesn’t have enough guts to pull it down.
So I reconfigured the RF receiver output so that instead of going directly into the FTDI input, it feeds the base of an NPN BPJ transistor. The collector of the transistor is attached to 5v, and the emitter is attached to the input of the FTDI chip, as well as to ground via a 15k resistor. (My reasoning is, the emitter is pulled down to ground when there’s nothing coming from the RF receiver, and gets pulled up to 5v when there is. Right?)
And now it all works. Well, with the FTDI Basic Breakout it does. When I try to connect this new transistor-ised output to the Arduino’s serial receive, my scope tells me that the voltage is still being held up at 5v. This doesn’t happen if I loop the Arduino’s transmit directly over to the the receive. What’s happening here?
So I’ve got something that kinda works, but I’m not happy with it, because I don’t understand why it kinda works, and I don’t know whether or not I’m doing it right. I’m pretty new to electronics - I’ve got a little bit of theory but not much practice at all.
So some of my questions are …
Am I doing it right (ie the whole transistor circuit thing)?
Should I NEED to be doing the transistor thing? Or is something broken somewhere (besides my brain)? No one else seems to need to do what I’m doing.
Is 15k a good size resistor? I found this size by trial and error - it’s the highest size where everything still works.
Other points about the setup:
I’m supplying 5v to the RF receiver from a power supply (Ie not from USB or from an arduino)
I’ve got the GNDs of the RF receiver and the FTDI Basic Breakout wired together.
I DON’T have the 5v of the FTDI Basic Breakout wired to the 5v rail supplying the receiver.
Different speeds don’t seem to affect things - I’ve tried 300, 1200 and 2400 bps.
The type of data I send doesn’t seem to affect things. I can send a constant stream of bytes from 0x00 to 0xFFin a loop, and still get the same symptoms.
Many thanks in advance!