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

Charging with Qi-deck might trigger charge temp check that slows down charging. #615

Open
tobbeanton opened this issue Sep 3, 2020 · 3 comments

Comments

@tobbeanton
Copy link
Member

As first temp check was implemented in 2020.02 and updated/improved in 2020.04 it can still trigger the charge temp threshold, with the Qi deck, which will disable charging until temp is below again. This is to stay within the 45 deg charge temp specification of the battery. The Crazyflie will still be charged but slower do to the type of trickle charging that happens.

Workarounds:

  1. Disable temp check by building the nrf firmware with DISABLE_CHARGE_TEMP_CONTROL defined. Might wear out battery faster.
  2. Turn on one or more of the motors slowly to work as a fan while charging
@jonasdn
Copy link
Contributor

jonasdn commented Sep 3, 2021

So, should we implement a fix/workaround for this? If so which one? What is the plan?

@jonasdn
Copy link
Contributor

jonasdn commented Oct 4, 2021

This is similar to #605 (Expansion decks turned off for faster charging).

@jonasdn
Copy link
Contributor

jonasdn commented Oct 5, 2021

We will attempt to solve this by better documenting better this over-temp state, so as to not alarm users.

The turning of motors is a fun and cool feature, we will not work on it at the moment, but if anyone wants to do it:

  • It should be a compile-time option to enable
  • It should warn that it is only, right now, makes sense for the Crazyflie platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants