-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing datalog.bin #966
Comments
If you are using the nightly after 1 mar 2019: Find the code:
and replace with
If you are using stock or eariler nightly: Replace the line: with
Than give it a try. You should maintain adequate tabs, as they are meaningfull in Python, simple copy-paste of above code might not work. As I am not a Python programmer I ported that script to Delphi and made GUI for it. These changes was backported back to Python. Not tested, use at your own risk ;-) |
Signature on your file shows that you are using the older firmware, so use the second solution. Find elif value == 0x7e: And replace the next inp= line according to previous post. |
Will give it a try, and if works try to generalize the existing script and make a PR |
Tygrys-1 no changes with your suggestion, seems all my data goes trhough Any initiative to record this as a blackbox log (data each millisecond or so?) |
Using deviationtx on a jumper t8sg v2 plus I cannot parse any helpful info with datalog2csv.py
From this file:
datalog.zip
After looking around and fix things here and there I came out with:
which for this command:
./datalog2csv.py -b datalog.bin -o datalog.csv -w1
gives me:
I'm just interested in AIL,ELE,THR,RUD, and I can take a look into
datalog.c
but if someone sees how to fix this from this input file it would be quicker and fixed for everyone.The final goal is to log something as blackbox, for what a rate of 1s seems not enough, is there any limit to log this at 0,1s or so?
With that log would be great to create an overlay with sticks for fpv videos:
https://www.youtube.com/watch?v=NrJ4TcIT_h4
The text was updated successfully, but these errors were encountered: