I released a new version of my log viewer today with the following changes:
ADDED: Added support for processing Mavic 3 Classic flight logs.
ADDED: Added serial number fields “SERIAL.battery”, “SERIAL.battery2”, “SERIAL.camera”, “SERIAL.camera2”, “SERIAL.flightController”, “SERIAL.gimbal”, “SERIAL.gimbal2”, “SERIAL.rc”, and “SERIAL.ssd”.
ADDED: Added “DETAILS.guid” unique id field to allow flight logs to be uniquely identified after processing.
ADDED: Added “RC.mode.RAW” field to display the numeric “RC.mode” field value (useful in cases where the “RC.mode” field displays a letter value).
ADDED: Added missing “MasterShots”, “Normal”, and “Sport” flight modes.
CHANGED: Modified the “CAMERA.isPhoto” field to display “True” from the time the aircraft starts capturing a photo until that process completes (that usually takes 1-2 seconds).
CHANGED: The “RC.mode” field displays “C”, “N”, or “S” to show the position of the flight mode switch when flying with the DJI RC Pro remote controller.
CHANGED: When flying with the DJI Fly Obstacle Avoidance Action set to “Bypass” (which enables APAS), the “OSD.flycState” flight mode field will display “P-GPS (Bypass)”. When set to “Brake”, the “OSD.flycState” field will display “P-GPS (Brake)”. And when set to “Off”, the “OSD.flycState” field wil display “P-GPS”.
I released a new version of my log viewer today with the following changes:
ADDED: Added support for processing Phantom 3 SE flight logs.
ADDED: When viewing flight logs for drones with two batteries, the “BATTERY” fields will now be split out into “BATTERY1” and “BATTERY2” fields to display the data for both batteries.
CHANGED: The “BATTERY.timesCharged” field is now being populated for most drones.
CHANGED: Removed “CUSTOM.date [local]” and “CUSTOM.updateTime [local]” fields from the CSV log. These fields were showing the date/time in EST (the time zone of my web server).
CHANGED: Added “CUSTOM.date [UTC]” and “CUSTOM.updateTime [UTC]” fields to the CSV log to show the date/time in UTC.
CHANGED: Added “CUSTOM.date” and “CUSTOM.updateTime” fields to the CSV log to show the date/time at the flight location.
FIXED: Resolved an issue that was causing times in the “CUSTOM.updateTime” fields to sometimes be off by several milliseconds.
I released a new version of my log viewer today with the following changes:
CHANGED: Changed the OSD.hSpeed calculation to use the OSD.xSpeed and OSD.ySpeed instead of calculating the speed based on the changes between the longitude and latitude location changes.
CHANGED: Increased speed fields to 6 decimal places for added precision.