Updated Battery (markdown)

Candas1
2023-01-08 14:28:55 +01:00
parent 2680db3fb8
commit ee163854ab

@@ -1,7 +1,12 @@
Most of the Hoverboard mainboards use a 10S2P LIPO Batteries (36v Nominal - 42v Charged ).<br> Most of the Hoverboard mainboards use a 10S2P LIPO Batteries (36v Nominal - 42v Charged ).<br>
If you want to use a battery with less or more cells in series, change BAT_CELLS parameter in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) (10 by default).<br> If you want to use a battery with less or more cells in series, change BAT_CELLS parameter in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) (10 by default).<br>
Batteries up to 12S have been used safely in the community, but do it at your own risk.<br> Batteries up to 12S have been used safely in the community, but do it at your own risk.<br>
Below 30v, it could be that the power ON button doesn't work anymore, but the threshold can differ depending on how your board is built. For higher voltage, you need to replace the 63v capacitors highlighted in red in the following picture and the mosfets by ones rated for 80v/100v depending on your needs.<br>
<img src="https://user-images.githubusercontent.com/20670049/211198471-95131a0c-a322-411f-9bf1-32bd6b90a308.png" width="700">
Below 30v, it could be that the power ON button doesn't work anymore, but the threshold can differ depending on how your board is built.<br>
Below 18v the mosfets might not get the needed 15v for driving the motors.
## :electric_plug: Charging ## :electric_plug: Charging
You can charge the battery through the mainboard pcb or connect the battery directly to the charger through a custom xt60 adapter. You can charge the battery through the mainboard pcb or connect the battery directly to the charger through a custom xt60 adapter.
@@ -22,7 +27,7 @@ You can adjust the levels to your needs in [config.h](https://github.com/Emanuel
BAT_LVL1_ENABLE and BAT_DEAD_ENABLE are enabled by default, you can disable it by making it 0 in the config.h file. BAT_LVL1_ENABLE and BAT_DEAD_ENABLE are enabled by default, you can disable it by making it 0 in the config.h file.
## Board Power consumption ## Board Power consumption
The mainboard consumes 80-90mA with motors are disabled, and 160-170mA with motors enabled. The mainboard consumes 80-90mA with motors disabled, and 160-170mA with motors enabled.
## :zzz: Inactivity timeout - Power Saving ## :zzz: Inactivity timeout - Power Saving
The board will automatically power off after approximatively 8 minutes of inactivity by default.<br> The board will automatically power off after approximatively 8 minutes of inactivity by default.<br>