Has anyone seen this sequence before? It seems like a gray code in that only one bit changes at a time. It comes from the IR transmitter for a micro helicopter and I've called the long pulses 1 and the short pulses 0. I've put the first pulse first. Either of these things could be reversed from what the designer intended.
I'm going to use a lookup to convert it to usable numbers so the answer isn't vital, but it would be nice to know what it is and why it would be used.
I'm going to use a lookup to convert it to usable numbers so the answer isn't vital, but it would be nice to know what it is and why it would be used.
Rich (BB code):
throttle 0-full
0100
0000
0001
0101
0111
0011
1011
1001
1101
1100
1000
1010
0010
1010
1110
rudder left-right
011
001
101
100
110
010
000