sync-pulse?
damion
Posts: 39
I'm a little confused as to what format to use for a sync-pulse.·When looking around the forums I see things like 1.5ms and I'm not entirely sure what that means. I understand that·it is a pulse which last for 1.5 micro seconds, but does that mean I should use the pulse out command·for the desired duration or what?·I guess·my question is:·are sync-pulses necessary and can anything be a sync-pulse for example·a character like "C".
thanks d
thanks d
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
http://www.aerocomm.com/rf_transceiver_modules/ac4790_mesh-ready_transceiver.htm
The best sync characters have both on and off (1 and 0) alternating bits within, to both turn on and off the data slicer. One often used character is x'55'. In binary X'55' looks like this:
0101 0101
So as you can see, the data slicer will be "warmed up" by such a configuration. Another often used character is X'AA' which looks like this in binary:
1010 1010
I suspect you get the idea from here.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Post Edited (Bruce Bates) : 6/28/2006 10:14:18 AM GMT
Thanks for the information.
In section 2.1.1.1 of the ac4790 users manual it says that the transciever initiates a session with other radios by transmitting a 25ms sync pulse. How do I determine such a pulse? Are either of the above mentioned configurations sufficient? Should format them in binary or ascii.
Thanks again,
d