Does not work with the Mini 2 or Air 2S
TheRobBrennan opened this issue · 2 comments
This project seemed like a great thing to check out. I see it hasn't been updated in years, so I suspect it's probably a moot point posting here, but I figured it's worth a shot 🤓
I was not able to get this to work with recent DJI flight record files. Specifically, the Mini 2 and Air 2S.
Does anyone know if other open-source libraries to parse these files?
I am documenting my journey attempting to parse these files at https://github.com/TheRobBrennan/dji-flight-record-review - where I added the following scripts to explore dji-log-parser:
djilogparser:failed-experiment
- This launches the dji-log-parser example at failed-experiments/dji-log-parser/examples/example.js
@TheRobBrennan i'm trying to find some open-source lib to parse encrypt logs files as well.
Checking out, i found this: https://www.npmjs.com/package/node-djiparsetxt. But, apparently it's not working for new logs format (i have a mavic mini). So, please, let me know if you find some solution.
thanks for sharing!
@TheRobBrennan i trying to find some open-source lib to parse encrypt logs files as well. Checking out, i found this: https://www.npmjs.com/package/node-djiparsetxt. But, apparently it's not working for new logs format (i have a mavic mini). So, please, let me know if you find some solution.
thanks for sharing!
Hiya @edurodriguesdias!! Apologies for the late reply - been slammed with work and my band here. And now I see it’s … 20 days later??? Eek! My bad =)
There is definitely some kind of additional secret sauce to get the logs parsed from v1.4
and newer for the DJI Fly app - which totally is applicable to the DJI Mini 2 and DJI Air 2S I have. I suspect this is the same thing with the original Magic Mini as well.
I’ve been casually browsing DJI support, and it does seem like there is an intent to have this available for developers to parse - though the timeline is not set in stone. Rumors are suggesting late Fall/early Winter, so I’m hopeful that’s the case.
We’ll see! In the interim, I’m loving how rich the user experience is with uploading these flight logs to Airdata. I just want to do some additional processing for funsies 😇