I am using TLP / RLP modules to transmit 10 bits serial data.
I would like to ask who has sucuess the wirless communication of it?
Could you please give me some idea?
It is becuase I still get stuck on the encoding of serial data.
I am using TLP / RLP modules to transmit 10 bits serial data.
I would like to ask who has sucuess the wirless communication of it?
Could you please give me some idea?
It is becuase I still get stuck on the encoding of serial data.
One way that works is the approach taken with this [project. There is description of the technique along with PIC assembly code. The author uses the same technique with an IR link, and has about 30 designs on his [PIC projects page.](http://members.cox.net/berniekm)](http://members.cox.net/berniekm/cricket.html)
will this code work for you
Hey Cody,
I have two projects that use TLP/RLP. One uses the Holtec encoder/decoder and a pic 16f628. and the other I use a 16f628 serout function in PBP.
I have been impressed with the distance I can achive. I think the bigest issue I had was getting the transmitter and receiver in sync with each other. I figured it out by sending a stream of junk data then the real data.
What is your coding prefrence ASM, C, Pic Basic?
And rememer the transmitter works much better running on 12vdc. Almost twice the rangeā¦
Good Luck
Brad