I want to output the IMU, GPS and Compass data through a port like RC AUX or Serial or any port that PixHawk has. I would receive this data with a micro controller.
Where should I start reading? Maybe I can use Mission Planner.
I hooked up the Telemetry 2 port on my PixHawk to my PC (57600, 8/1, CTS/RTS), and I can hit enter 3 times and go through that menu just fine.
But, if I let it spit out data by itself instead of going through the interactive setup, it shows up ‘corrupted.’ Or more likely, just in a format I can’t decode without some documentation. Does anyone have any idea where to find this documentation?
I guess it makes sense that the output would be in Mavlink packets. Very helpful!
Did you come across any documentation showing the actual hex format of the packets? ( <data0…n> etc)
I looked around for quite a while yesterday, and pretty much only found the command headers that you linked to, but no information on how to actually decode the messages. Short of going through the code itself, that is…