1 .bin file format Posted by sylvain reynaud on February 19, 2015 at 1:57am Hello allWhat is the format/specification of raw log .bin file ? I expected to see mavlink messages, but it seems different. And how .bin are converted to .log file ?ThanksSylvain You need to be a member of diydrones to add comments! Join diydrones Email me when people reply – Follow
Replies
Actually they are binary log data and can be converted using Mission Planner or you can see the code in BinaryLog.cs.
They use a two byte header as a start character.
Tlogs are direct Mavlink data and can be converted using the Mavlink parser.