Page 1 of 1

Crazyflie 2.0 turns off when motors start

Posted: Tue Dec 16, 2014 11:22 pm
by dbrgn
I can start my Crazyflie 2.0 just fine, the self test works. All LEDs light up as they should.

But when adding thrust, the flie immediately turns off.

https://www.youtube.com/watch?v=LSJgYeyAhiM

Is this some kind of short-circuit? Or is that the issue that was addressed in the firmware update?

The other Crazyflie 2.0 I received works fine.

Re: Crazyflie 2.0 turns off when motors start

Posted: Wed Dec 17, 2014 12:20 am
by chad
This might be fixed in a firmware checkin... Here's the blog post and the official release.

Re: Crazyflie 2.0 turns off when motors start

Posted: Thu Dec 18, 2014 10:01 am
by tobias
I would say it is a combination of the bug we fixed with the firmware Chad pointed out and maybe a depleted battery.

If you have the time, please give us feedback on how the update progress worked.

Re: Crazyflie 2.0 turns off when motors start

Posted: Thu Dec 18, 2014 10:12 am
by dbrgn
Tobias, yes, I'll do that. But for the firmware upgrade first I'll have to get the current cfclient to work (see support issue regarding the segfaults) :)

Re: Crazyflie 2.0 turns off when motors start

Posted: Thu Dec 18, 2014 2:22 pm
by tobias
Tobias, yes, I'll do that. But for the firmware upgrade first I'll have to get the current cfclient to work (see support issue regarding the segfaults) :)
Yep, Marcus is working on it. Switching to SDL2 might not have been the best thing at this moment...

One good thing though is that you don't need the cfclient for the DFU update, v2014.12.0. The instructions are in the readme file in the zip.

Re: Crazyflie 2.0 turns off when motors start

Posted: Thu Dec 18, 2014 2:30 pm
by dbrgn
I'll try the DFU update tonight and will let you know.

Re: Crazyflie 2.0 turns off when motors start

Posted: Thu Dec 18, 2014 8:22 pm
by dbrgn
Awesome, the firmware upgrade helped!And the DFU upgrade is almost easier than via cfclient :)

Re: Crazyflie 2.0 turns off when motors start

Posted: Fri Dec 19, 2014 3:00 pm
by tobias
Just a tip dbrgn. If you have the Cazyradio you can flash it directly from the build environment with "make cload". Instructions here, that is very convenient when developing.

Re: Crazyflie 2.0 turns off when motors start

Posted: Fri Dec 19, 2014 3:40 pm
by dbrgn
tobias wrote:Just a tip dbrgn. If you have the Cazyradio you can flash it directly from the build environment with "make cload". Instructions here, that is very convenient when developing.
Yay, that's great :) Thanks.

Re: Crazyflie 2.0 turns off when motors start

Posted: Sun Dec 21, 2014 6:58 am
by chad
tobias wrote:Just a tip dbrgn. If you have the Cazyradio you can flash it directly from the build environment with "make cload". Instructions here, that is very convenient when developing.
This was news to me! But I like it. :D