Skip to content
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

Fail to connect via USB and get logs multiple times #394

Closed
krichardsson opened this issue Feb 18, 2019 · 3 comments
Closed

Fail to connect via USB and get logs multiple times #394

krichardsson opened this issue Feb 18, 2019 · 3 comments
Milestone

Comments

@krichardsson
Copy link
Contributor

From issue bitcraze/crazyflie-lib-python#109

How to reproduce:

  1. Start a Roadrunner or Crazyflie
  2. Connect via USB to a computer
  3. Make sure no Crazradio is connected to the computer
  4. Run the https://github.com/bitcraze/crazyflie-lib-python/blob/0.1.7/examples/basiclog.py script.
  5. Run the https://github.com/bitcraze/crazyflie-lib-python/blob/0.1.7/examples/basiclog.py script.

Symptoms:

  • The script hangs the second time
@AlexisTM
Copy link

AlexisTM commented Feb 27, 2019

This is caused by the board to restart due to the watchdog once the USB connection is suspended. Disabling the watchdog shows that the board hangs until the USB connection is reestablished (All LED are frozen until reconnection).

Temporary workaround: Disable the watchdog using the DEBUG flag.

@krichardsson
Copy link
Contributor Author

Related to #393

@evoggy
Copy link
Member

evoggy commented May 3, 2019

This is closed with the fix for #393.

@evoggy evoggy closed this as completed May 3, 2019
@krichardsson krichardsson added this to the next-release milestone Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants