marker5a:
Ok
So, I have been messing around with the TLP434A/RLP434A pair. I am doing a very basic function using examples from MikroC. The transmitter sends a message and displays it on the receiver’s LCD. I have done this first without using the RF modules and instead a direct wire connecting the two PIC’s. When I do this, it works over and over again without any problems. However, when I remove the wire and add the modules in, it no longer works. The clocks are running independent from each other and therefore I have been using manchester to encode the signal.
I haven’t done any modification to the adjustable inductor and I just received this pair not too long ago in the mail.
Any suggestions?
Just wondering if you figured it out? I am also using the TLP434A.
I have the same problems. I am using two avr’s, one as receiver, one as transmitter. Both are on separate boards with separate power supplies.
Both units are hooked to a terminal (via a max232) to allow me to see what is being sent from the transmitter to the receiver. In the terminal connected to the transmitter I can type any data which will be sent by the transmitter, received by the receiver and displayed to the second terminal via the avr and max232 circuit. I am using the hardware uart in both avr’s (not bit banging code) and the baud rate is 2400 bps. I tried it with no antennas, but now I am using an 8" piece of copper wire on both units stripped from the center of an RG6 cable.
When I remove the transmitter and receiver, and connect a wire from the data line output of the transmitting avr into the uart input of the receiving avr, all data received is perfect. Whatever is sent, is being received perfectly.
The data being received is always consistant,
i.e.
if I send a “1”, the receiver receives a “g”.
if I send a “2”, the receiver receives a “3”.
if I send a “3”, the receiver receives a “f”.
if I send a “5”, the receiver receives a “e”.
if I send a “6”, the receiver receives a “2”.
if I send a “7”, the receiver receives a “d”.
if I send a “8”, the receiver receives a return.
if I send a “9”, the receiver receives a “c”.
This is the same all the time, even when its reset. I know the problem is not with the code since it works perfectly when directly connected without the RF modules(as mentioned above)
The transmitter seems to be transmitting ok, but its just not the right info.
I tried moving both units right beside each other, and 5 feet away, 20 feet away and 30 feet away. Always same thing.
Can someone with some experience with these units Please shed some light?
There just doesn’t seem to be much information about these units on the internet. I downloaded the Module walkthrough on this site, but it didn’t seem to help.
Anyone with any ideas??