Hello, dear Tello co-pilots!
Recently, I have been sniffing the packets which are being exchanged between the Tello drone and its app-controller(my phone) using Wireshark. I found out that Pinggu has created a .lua dissector which filters the packets based on their contents and he has described this here. Also the packets' general structure is described here.
I managed to decode the TELLO_CMD_STATUS packets' contents with the following information so far(shown in the screenshot attached). I, however, cannot find out if there is a byte(s) in that packet that shows the yaw of the drone. Ideally, it should be in degrees but it just seems it's not being transmitted, at least in that packet. And yes, I have had a look at the TELLO_CMD_STICK packets but they contain just the direction of the left stick at a certain moment and that does not guarantee that the drone will be turned in the desired direction at that exact moment.
So, can anybody help me or direct me where should I look for the yaw values, at least in the packets, because it appears they're not available in the "status" packets?
Also, does the Tello set its yaw initial value(assuming it's in degrees) to 0 every time it's turned on or, for example, every time it lands?

Recently, I have been sniffing the packets which are being exchanged between the Tello drone and its app-controller(my phone) using Wireshark. I found out that Pinggu has created a .lua dissector which filters the packets based on their contents and he has described this here. Also the packets' general structure is described here.
I managed to decode the TELLO_CMD_STATUS packets' contents with the following information so far(shown in the screenshot attached). I, however, cannot find out if there is a byte(s) in that packet that shows the yaw of the drone. Ideally, it should be in degrees but it just seems it's not being transmitted, at least in that packet. And yes, I have had a look at the TELLO_CMD_STICK packets but they contain just the direction of the left stick at a certain moment and that does not guarantee that the drone will be turned in the desired direction at that exact moment.
So, can anybody help me or direct me where should I look for the yaw values, at least in the packets, because it appears they're not available in the "status" packets?
Also, does the Tello set its yaw initial value(assuming it's in degrees) to 0 every time it's turned on or, for example, every time it lands?
