mv4wd / RCHourglass

DIY lap timing system
79 stars 22 forks source link

Message and status in transponder #4

Closed rmcarlsson closed 3 years ago

rmcarlsson commented 3 years ago

Hi!

This of course not an issue, just a question. How is the message and status generated? I think I read something about a preamble.

/ Mikael

mv4wd commented 3 years ago

For old RC3 transponders, without the status, encoding schema was reversed, and the algorithm can be found in source file TransponderEncoding.cs, function encodeTransponderNoStatus. This modified version is to my knowledge giving the most correct results. For the status packets and RC4 encoding there's no such knowledge available as far as I know,

henriquefchaves commented 2 years ago

@rmcarlsson could you complete the project?