Updated Battery (markdown)

Candas1
2022-04-21 09:40:43 +02:00
parent 050cc1f6c5
commit 3c839fa27c

@@ -2,10 +2,10 @@ Most of the Hoverboard mainboards use a 10S2P LIPO Batteries (36v Nominal - 42v
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.
## 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.
## Battery level low alerts:
## :warning: Battery level low alerts:
Default battery level are for safe use of LIPO batteries.<br>
You can adjust the levels to your needs in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) if you want to use a battery with a different chemistry.
@@ -18,7 +18,7 @@ You can adjust the levels to your needs in [config.h](https://github.com/Emanuel
|LVL1|3.5v|Red Blink|Fast beeps|BAT_LVL1_ENABLE|BAT_LVL1|
|DEAD|3.37v||Power Off|||
## Inactivity timeout - Power Saving
## :zzz: Inactivity timeout - Power Saving
The board will automatically power off after approximatively 8 minutes of inactivity by default.<br>
Parameter INACTIVITY_TIMEOUT can be used to set up the number of minutes of inactivity before power off. It is not very precise.<br>