-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Crazyflie Startup melody played twice #75
Comments
Hi! Yes, the watchdog has timed out, which in turn resets the processor. When the Crazyflie restarts it detects that it is recovering from a watchdog timeout, fails the self test and prints "SYS: The system resumed after watchdog timeout [WARNING]". The second start-up melody is played when it restarts. Which version are you running? Could you please paste the full console log? There is a line at the top (saying something similar to "SYS: Build 10:d5eb851c07b0 (2015.08.1-10) CLEAN") that shows which version you are running. |
Hi, I have also flashed it with the VM 0.6. When i try connect via the cfclient I get the error: this is the output from my console log below. |
Hi! We currently have some problems related to task priorities, interrupts, usb and i2c that we are working on (#72, #69) and your problems are most likely a duplicate of one of them. These problems became visible when we added the watchdog recently (fast fail for the win!). What I might find a bit surprising is that you see these problems on 2 out of 3 Crazyflies. The best workaround for you is probably to build the firmware in DEBUG mode, since that will turn off the watchdog By the way, your problem with the VM is probably because the VM is not configured to use the USB for the crzyradio. See the "configuration" section of https://wiki.bitcraze.io/projects:virtualmachine:index You may also find useful information and get help on the forum https://forum.bitcraze.io/ Closing this issue as duplicate. |
I am having this issue still. More info from a different forum user: |
Which firmware version are you using? |
All versions after 2015.1 (Crazyflie 1.0) |
Is it still working on one of your Crazyflies but not the other 2? Is it always the same CF(s) that fail or does it work from time to time? |
I am not OP of this issue. |
Have you tried with the latest version from the repos? |
So, This seems to actually be the issue #105. I reopened it and lets continue the discussion there. |
Hi,
I currently have three crazyflies. I have recently just flashed all three the Crazyflie 1.0 using the latest firmware from: https://github.com/bitcraze/crazyflie-firmware
1 out of the 3 starts up fine and only makes the 'start-up' melody once. The 2/3 play the sound 'start-up' melody twice, about 1 second apart.
Where I had:
It updates the firmware fine, and I am able to connect to the crazyflie via the client.
EDIT: This is what I have printed from the console tab:
IMU: MPU6050 I2C connection [OK].
IMU: HMC5883 I2C connection [OK].
IMU: MS5611 I2C connection [OK].
MPU6050: Self test [OK].
HMC5883L: Self test [OK].
MS5611: Self test [OK].
SYS: The system resumed after watchdog timeout [WARNING]
Has it got to do the with watchdog timeout?
The text was updated successfully, but these errors were encountered: