Which transceivers exactly? (Manufacturer, partnumber, link to manufacturer internet site, datasheet) No need for luck, usually the manufacturers of the transceivers give all informations you need (guidance, schematics, parts).I tried with some of the shelf cheap transmitters and receivers from chine, but no luck
As already written ... the datasheet gives all information you need.where to find a schematic and already working solution.
It is OK, Klaus. You maybe missed the Amazon Link. On Amazon, they do not give data sheet. They just sell a product and assume you know how to use it. Distance it is not important for my case because it is under 10 feet.Hi,
In post#2:I asked about manufacturer ... and links to datasheets.
I see you don't want to put any effort to make helping easy for us.
You don't even tell us about the expected distance ... nor any photo/picture/sketch..
Thus I don't want to spend the time either.
Klaus
Thank you, Susan. It is clear like water. I will test to see how it works. Send my string of 48 bytes to TX pin at 9600 baud and see what I get on the other side. On the receiver PIC I have a receive interrupt so when the first byte com in, it will keep listening and store in a buffer until the byte 48.Think of the combination of the Tx and Rx and a piece of wire - you put a '1' at the Tx 'data pin and a '1' will appear at the Rx data pin.
That being said, there are limitations on the 'effective baud rate' you can push dow the wire (the data sheets I've seen have a bandwidth of 200kHz).
You say you need to transfer 48 bytes - that is 480 bits (8 data, 1 start, 1 stop = 10 bits per byte) so would 9600Baud be OK - that would get the packet there in but 1/20th of a second. (If you follow the sage advice of the others above and place the payload into a structured packet that can be error checked etc. then it would take a little longer.)
Susan
Hello FvM. Now I am scared. After reading Susan post I had the impression that it is easy, but now encoding, I will get lost again. Do you have a part number for Hope RF to use? Distance it is just 10 feet. Speed, it is not important. With the Hope chips, I will just connect TX pin in one side and RX pin in the other side and nothing else to do ? Probably I have to set the chip to work at my speed or what ever setup (one time), but no encoding and the rest.According to internet information, SRX882 is a simple ASK receiver supporting 0.1 to 9.6 kBaud data rate. An important point with this kind of receivers is that they don't work well with regular UART data streams. The data needs to be pre-encoded using Manchester or 8b/10b code. There are several software projects doing the encode/decode job as well as frame synchronisation with a preamble.
--- Updated ---
To make your life easier, use state-of-the-art FM modules, e.g. from Hope RF that do all the low-level protocol stuff inside.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?