Rpanion-server icon indicating copy to clipboard operation
Rpanion-server copied to clipboard

.bin log file missing information

Open sonph85058 opened this issue 3 years ago • 1 comments

Hi, I'm using the Flight Logs feature to record the Bin logs from the ardupilot AP (H743 mini board, serial 2 port connect to a Pi Zero 2, baudrate 921000). I've changed the LOG_BACKEND_TYPE to 3 (File and MAVLink), LOG_BITMASK was 65535 and got the log files in the Pi. However, the log files seem to have only full data of information that I had displayed on the ground station screen (in this case are the range finder and battery info). Other information such as raw GPS data, IMU,.. etc were missing or having very little information (4-5 data point only). Here is a log sample: https://1drv.ms/u/s!AuE6w7rDGjlugtxiouMWLMdMPMxSFA?e=HEzPwS image

Is there any step in setting I am missing to be able to have the full information data log? Thanks in advance!

sonph85058 avatar Sep 14 '22 02:09 sonph85058

It's possible that the logging data is too much for the serial link, and some packets are being missed. Try removing some items from the LOG_BITMASK and trying again.

Or you could try a faster baud rate.

I'm travelling at the moment, but I'll take a look next week if you've not already solved it by then.

stephendade avatar Sep 14 '22 10:09 stephendade

Covered in #122

stephendade avatar Apr 06 '23 11:04 stephendade