Does anybody know what the minimum voltage the inventor hub takes before it shuts down and what the max voltage for it is? #2401
Answered
by
dlech
Llama-righty
asked this question in
Q&A
-
|
I have a script that prints the voltage as it gets charged but I don't want it to take that long and I just want to know if anybody else knows what the max and minimum voltage for the inventor hub is. |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Oct 18, 2025
Replies: 1 comment
-
|
You can find all of the values here: https://github.com/pybricks/pybricks-micropython/blob/24881534290203ac1b0813d3346cd89f44416256/lib/pbio/sys/battery.c#L19-L28 So for an inventor hub, it is going to shut down if it goes below 6V and completely full is around 8.2.V |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Llama-righty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find all of the values here: https://github.com/pybricks/pybricks-micropython/blob/24881534290203ac1b0813d3346cd89f44416256/lib/pbio/sys/battery.c#L19-L28
So for an inventor hub, it is going to shut down if it goes below 6V and completely full is around 8.2.V