hi thanks a lot... ill look into that... I had another question.. Do u recommend using Manchester coding for RF communication... My PIC output is connected to a transmitter at 418 Mhz ...
I need a range of around 300 feet..
Thanks
hi thanks a lot... ill look into that... I had another question.. Do u recommend using Manchester coding for RF communication... My PIC output is connected to a transmitter at 418 Mhz ...
I need a range of around 300 feet..
Thanks
Yes, absolutely do use manchester encoding. This came up a number of times and you will find alot of answers if you do a search.
Ioannis
I am trying to use Hserout with manchester coding.. however I have this problem... DOes Hserout support 16 bits or do I need to specify IBIN16 before the variable...
I could not implement the Instant interrupts as I have never used them before and I need to submit my project by tom...
Any help from you will be appreciated thanks a lot
Hserout is 8-bit command.
If you want to send out 16-bit wide variable you have to send it like 2 bytes as
Hserout [mybyte.lowbyte, mybyte.highbyte]
or as an array. I think better is the first way.
All are in the manual of the compiler.
Ioannis
Bookmarks