From 3c839fa27c520117d705e8581a0d7d8292fbfd89 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 21 Apr 2022 09:40:43 +0200 Subject: [PATCH] Updated Battery (markdown) --- Battery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Battery.md b/Battery.md index 9b2f1c0..e7ed3e1 100644 --- a/Battery.md +++ b/Battery.md @@ -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).
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.
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.
Parameter INACTIVITY_TIMEOUT can be used to set up the number of minutes of inactivity before power off. It is not very precise.