BigQuad Deck - Using Battery monitoring with 6S LiPo #98
Unanswered
schlagenhauf
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If I understand the STM32F405 datasheet correctly the input is tolerant to at least 4.0V and more if it is a 5V tolerant pin so you should be safe there. You will just get a saturated value for anything above Vref which is 3V. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
my BigQuad-based quadcopter uses a 6S LiPo battery. I'd like to connect the battery voltage monitor, but the BigQuad product page says the maximum voltage is 23V which a 6S LiPo exceeds when fully charged (4.2V * 6 = 25.2V).
Looking at the BigQuad schematics, the voltage divider would bring the voltage down to 3.2V on
VBAT_DIV
, which is higher than the 3V of the system, but below 3.3V which seems to be supported(p.2, Section 7).I don't really care about an accurate
VBAT
measurement when the battery is in this range, but i'd like to make sure i don't fry the microcontroller. Could you tell me if i'm on the right track or if i rather should not do that?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions