-
Notifications
You must be signed in to change notification settings - Fork 62
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
add support for downloadUSDLogfile #361
Conversation
Based on the previous implementation without crazyflie-link-cpp. Draft, because this has not been tested on physical hardware, yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install dlusd
What do you mean @danteppc ? |
Apologies, this was by mistake |
Tested on hardware. As before, the transfer speed is very low (4082.26 B/s), but this can still be useful in some applications. Note that the slow speed might also be related to the particular firmware implementation. |
I did a few tests, it seems to be working: read 31674 in 6.6077 s. (4793.5 B/s). but sometimes it stops in the middle, and the drone resets in failure (red led blinks 7 times every 2s) |
This sort of failure would be a firmware bug and should be reported to Bitcraze. Normally, one would be able to see an error message with some details, but that's currently not enabled in downloadUSDLogfile. |
Hi! If you test this on the latest development branch (master) of the stm firmware, make sure to also update the NRF chip as well to the latest master branchh commit. We noticed some crossplay issues with the latest master of the stm with older versions of the NRF. Or try it with the 2023.06 release for both stm and nrf. |
See #348